107 lines
2.3 KiB
Plaintext
107 lines
2.3 KiB
Plaintext
|
# Translation of django.po to russian.
|
||
|
# This file is distributed under the same license as the Django package.
|
||
|
#
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Django\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2010-12-29 00:27+0100\n"
|
||
|
"PO-Revision-Date: 2010-05-11 17:36+0300\n"
|
||
|
"Last-Translator: alexey boriskin <sun.void@gmail.com>\n"
|
||
|
"Language-Team: Russian\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
||
|
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||
|
"X-Poedit-Language: Russian\n"
|
||
|
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
||
|
|
||
|
#: templatetags/humanize.py:19
|
||
|
msgid "th"
|
||
|
msgstr ""
|
||
|
|
||
|
#: templatetags/humanize.py:19
|
||
|
msgid "st"
|
||
|
msgstr ""
|
||
|
|
||
|
#: templatetags/humanize.py:19
|
||
|
msgid "nd"
|
||
|
msgstr ""
|
||
|
|
||
|
#: templatetags/humanize.py:19
|
||
|
msgid "rd"
|
||
|
msgstr ""
|
||
|
|
||
|
#: templatetags/humanize.py:54
|
||
|
#, python-format
|
||
|
msgid "%(value).1f million"
|
||
|
msgid_plural "%(value).1f million"
|
||
|
msgstr[0] "%(value).1f миллион"
|
||
|
msgstr[1] "%(value).1f миллиона"
|
||
|
msgstr[2] "%(value).1f миллионов"
|
||
|
|
||
|
#: templatetags/humanize.py:57
|
||
|
#, python-format
|
||
|
msgid "%(value).1f billion"
|
||
|
msgid_plural "%(value).1f billion"
|
||
|
msgstr[0] "%(value).1f миллиард"
|
||
|
msgstr[1] "%(value).1f миллиарда"
|
||
|
msgstr[2] "%(value).1f миллиардов"
|
||
|
|
||
|
#: templatetags/humanize.py:60
|
||
|
#, python-format
|
||
|
msgid "%(value).1f trillion"
|
||
|
msgid_plural "%(value).1f trillion"
|
||
|
msgstr[0] "%(value).1f триллион"
|
||
|
msgstr[1] "%(value).1f триллиона"
|
||
|
msgstr[2] "%(value).1f триллионов"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "one"
|
||
|
msgstr "один"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "two"
|
||
|
msgstr "два"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "three"
|
||
|
msgstr "три"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "four"
|
||
|
msgstr "четыре"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "five"
|
||
|
msgstr "пять"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "six"
|
||
|
msgstr "шесть"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "seven"
|
||
|
msgstr "семь"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "eight"
|
||
|
msgstr "восемь"
|
||
|
|
||
|
#: templatetags/humanize.py:76
|
||
|
msgid "nine"
|
||
|
msgstr "девять"
|
||
|
|
||
|
#: templatetags/humanize.py:96
|
||
|
msgid "today"
|
||
|
msgstr "сегодня"
|
||
|
|
||
|
#: templatetags/humanize.py:98
|
||
|
msgid "tomorrow"
|
||
|
msgstr "завтра"
|
||
|
|
||
|
#: templatetags/humanize.py:100
|
||
|
msgid "yesterday"
|
||
|
msgstr "вчера"
|