|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | +# This file is distributed under the same license as the PACKAGE package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: PACKAGE VERSION\n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2015-01-18 20:56+0100\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 | +" Language-Team: LANGUAGE <[email protected]>\n" |
| 15 | +"Language: \n" |
| 16 | +"MIME-Version: 1.0\n" |
| 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 18 | +"Content-Transfer-Encoding: 8bit\n" |
| 19 | + |
| 20 | +#: contrib/postgres/apps.py:12 |
| 21 | +msgid "PostgreSQL extensions" |
| 22 | +msgstr "" |
| 23 | + |
| 24 | +#: contrib/postgres/fields/array.py:23 contrib/postgres/forms/array.py:13 |
| 25 | +#: contrib/postgres/forms/array.py:143 |
| 26 | +#, python-format |
| 27 | +msgid "Item %(nth)s in the array did not validate: " |
| 28 | +msgstr "" |
| 29 | + |
| 30 | +#: contrib/postgres/fields/array.py:24 |
| 31 | +msgid "Nested arrays must have the same length." |
| 32 | +msgstr "" |
| 33 | + |
| 34 | +#: contrib/postgres/fields/hstore.py:16 |
| 35 | +msgid "Map of strings to strings" |
| 36 | +msgstr "" |
| 37 | + |
| 38 | +#: contrib/postgres/fields/hstore.py:18 |
| 39 | +#, python-format |
| 40 | +msgid "The value of \"%(key)s\" is not a string." |
| 41 | +msgstr "" |
| 42 | + |
| 43 | +#: contrib/postgres/forms/hstore.py:16 |
| 44 | +msgid "Could not load JSON data." |
| 45 | +msgstr "" |
| 46 | + |
| 47 | +#: contrib/postgres/forms/ranges.py:13 |
| 48 | +msgid "Enter two valid values." |
| 49 | +msgstr "" |
| 50 | + |
| 51 | +#: contrib/postgres/forms/ranges.py:14 |
| 52 | +msgid "The start of the range must not exceed the end of the range." |
| 53 | +msgstr "" |
| 54 | + |
| 55 | +#: contrib/postgres/validators.py:14 |
| 56 | +#, python-format |
| 57 | +msgid "" |
| 58 | +"List contains %(show_value)d item, it should contain no more than " |
| 59 | +"%(limit_value)d." |
| 60 | +msgid_plural "" |
| 61 | +"List contains %(show_value)d items, it should contain no more than " |
| 62 | +"%(limit_value)d." |
| 63 | +msgstr[0] "" |
| 64 | +msgstr[1] "" |
| 65 | + |
| 66 | +#: contrib/postgres/validators.py:21 |
| 67 | +#, python-format |
| 68 | +msgid "" |
| 69 | +"List contains %(show_value)d item, it should contain no fewer than " |
| 70 | +"%(limit_value)d." |
| 71 | +msgid_plural "" |
| 72 | +"List contains %(show_value)d items, it should contain no fewer than " |
| 73 | +"%(limit_value)d." |
| 74 | +msgstr[0] "" |
| 75 | +msgstr[1] "" |
| 76 | + |
| 77 | +#: contrib/postgres/validators.py:31 |
| 78 | +#, python-format |
| 79 | +msgid "Some keys were missing: %(keys)s" |
| 80 | +msgstr "" |
| 81 | + |
| 82 | +#: contrib/postgres/validators.py:32 |
| 83 | +#, python-format |
| 84 | +msgid "Some unknown keys were provided: %(keys)s" |
| 85 | +msgstr "" |
| 86 | + |
| 87 | +#: contrib/postgres/validators.py:73 |
| 88 | +#, python-format |
| 89 | +msgid "" |
| 90 | +"Ensure that this range is completely less than or equal to %(limit_value)s." |
| 91 | +msgstr "" |
| 92 | + |
| 93 | +#: contrib/postgres/validators.py:78 |
| 94 | +#, python-format |
| 95 | +msgid "" |
| 96 | +"Ensure that this range is completely greater than or equal to " |
| 97 | +"%(limit_value)s." |
| 98 | +msgstr "" |
0 commit comments