Skip to content

Commit

Permalink
Re-generate pot
Browse files Browse the repository at this point in the history
  • Loading branch information
gjo committed Nov 16, 2013
1 parent 68b5c5b commit 4973f56
Showing 1 changed file with 47 additions and 33 deletions.
80 changes: 47 additions & 33 deletions colander/locale/colander.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,135 +3,149 @@
# This file is distributed under the same license as the colander project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: colander 1.0a3\n"
"Project-Id-Version: colander 1.0b1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-05-19 13:15+0200\n"
"POT-Creation-Date: 2013-11-16 14:23+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 0.9.6\n"
"Generated-By: Babel 1.3\n"

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

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

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

#: colander/__init__.py:315
#: colander/__init__.py:330
msgid "${val} is less than minimum value ${min}"
msgstr ""

#: colander/__init__.py:316
#: colander/__init__.py:331
msgid "${val} is greater than maximum value ${max}"
msgstr ""

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

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

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

#: colander/__init__.py:377
#: colander/__init__.py:392
msgid "One or more of the choices you made was not acceptable"
msgstr ""

#: colander/__init__.py:423
#: colander/__init__.py:414 colander/__init__.py:419
msgid "\"${val}\" is not a valid credit card number"
msgstr ""

#: colander/__init__.py:440
msgid "Must be a URL"
msgstr ""

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

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

#: colander/__init__.py:656 colander/__init__.py:856
#: colander/__init__.py:674 colander/__init__.py:905
msgid "\"${val}\" is not iterable"
msgstr ""

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

#: colander/__init__.py:803
#: colander/__init__.py:821 colander/__init__.py:852
msgid "${cstruct} is not iterable"
msgstr ""

#: colander/__init__.py:1075
#: colander/__init__.py:1124
msgid "${val} cannot be serialized: ${err}"
msgstr ""

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

#: colander/__init__.py:1113 colander/__init__.py:1124
#: colander/__init__.py:1162 colander/__init__.py:1173
msgid "\"${val}\" is not a number"
msgstr ""

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

#: colander/__init__.py:1279
#: colander/__init__.py:1328
msgid "\"${val}\" is neither in (${false_choices}) nor in (${true_choices})"
msgstr ""

#: colander/__init__.py:1339 colander/__init__.py:1356 colander/__init__.py:1366
#: colander/__init__.py:1388 colander/__init__.py:1405 colander/__init__.py:1415
msgid "relative name \"${val}\" irresolveable without package"
msgstr ""

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

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

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

#: colander/__init__.py:1462 colander/__init__.py:1538
#: colander/__init__.py:1511 colander/__init__.py:1587
msgid "Invalid date"
msgstr ""

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

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

#: colander/__init__.py:1610
#: colander/__init__.py:1659
msgid "Invalid time"
msgstr ""

#: colander/__init__.py:1621
#: colander/__init__.py:1670
msgid "\"${val}\" is not a time object"
msgstr ""

#: colander/__init__.py:1878 colander/__init__.py:1880
#: colander/__init__.py:1795
msgid "Required"
msgstr ""

#: colander/tests/test_colander.py:295 colander/tests/test_colander.py:302
msgid "fail ${val}"
msgstr ""

#: colander/tests/test_colander.py:469
msgid "${val}: ${choices}"
msgstr ""

0 comments on commit 4973f56

Please sign in to comment.