Skip to content

Commit

Permalink
Translate some russian.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 26, 2010
1 parent 57bfa38 commit 1bd3b75
Showing 1 changed file with 124 additions and 0 deletions.
124 changes: 124 additions & 0 deletions colander/locale/ru/LC_MESSAGES/colander.po
@@ -0,0 +1,124 @@
# Russian translations for colander.
# Copyright (C) 2010 ORGANIZATION
# This file is distributed under the same license as the colander project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: colander 0.5.2\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2010-04-25 21:09+0400\n"
"PO-Revision-Date: 2010-04-25 21:18-0400\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ru <LL@li.org>\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 0.9.5\n"

#: colander/__init__.py:177
msgid "Invalid value"
msgstr ""

#: colander/__init__.py:202
msgid "String does not match expected pattern"
msgstr ""

#: colander/__init__.py:217
msgid "Invalid email address"
msgstr ""

#: colander/__init__.py:246
msgid "${val} is less than minimum value ${min}"
msgstr "${val} меньше чем ${min}"

#: colander/__init__.py:247
msgid "${val} is greater than maximum value ${max}"
msgstr "${num} больше чем ${max}"

#: colander/__init__.py:279
msgid "Shorter than minimum length ${min}"
msgstr ""

#: colander/__init__.py:285
msgid "Longer than maximum length ${max}"
msgstr ""

#: colander/__init__.py:298
msgid "\"${val}\" is not one of ${choices}"
msgstr ""

#: colander/__init__.py:367
msgid "\"${val}\" is not a mapping type: ${err}"
msgstr ""

#: colander/__init__.py:394
msgid "\"${val}\" is required but missing"
msgstr ""

#: colander/__init__.py:411
msgid "Unrecognized keys in mapping: \"${val}\""
msgstr ""

#: colander/__init__.py:461 colander/__init__.py:539
msgid "\"${val}\" is not iterable"
msgstr ""

#: colander/__init__.py:469
msgid ""
"\"${val}\" has an incorrect number of elements (expected ${exp}, was "
"${was})"
msgstr ""

#: colander/__init__.py:644
msgid "${val} is not a string: %{err}"
msgstr ""

#: colander/__init__.py:648 colander/__init__.py:680 colander/__init__.py:710
#: colander/__init__.py:751 colander/__init__.py:996
msgid "Required"
msgstr ""

#: colander/__init__.py:662
msgid "\"${val} cannot be serialized to str: ${err}"
msgstr ""

#: colander/__init__.py:683 colander/__init__.py:692 colander/__init__.py:713
#: colander/__init__.py:722
msgid "\"${val}\" is not a number"
msgstr ""

#: colander/__init__.py:747
msgid "${val} is not a string"
msgstr ""

#: colander/__init__.py:808 colander/__init__.py:825 colander/__init__.py:835
msgid "relative name \"${val}\" irresolveable without package"
msgstr ""

#: colander/__init__.py:860
msgid "\"${val}\" is not a string"
msgstr ""

#: colander/__init__.py:868
msgid "The dotted name \"${name}\" cannot be imported"
msgstr ""

#: colander/__init__.py:876
msgid "\"${val}\" has no __name__"
msgstr ""

#: colander/__init__.py:918 colander/__init__.py:982
msgid "${val} cannot be parsed as an iso8601 date: ${err}"
msgstr ""

#: colander/__init__.py:929
msgid "\"${val}\" is not a datetime object"
msgstr ""

#: colander/__init__.py:988
msgid "\"${val}\" is not a date object"
msgstr ""

0 comments on commit 1bd3b75

Please sign in to comment.