From 8c8a1a0846cc96f8daae9c4c87307ba4b912fac2 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 18 Jan 2015 20:58:16 +0100 Subject: [PATCH] [1.8.x] Added contrib.postgres translation catalog --- .tx/config | 5 + django/conf/locale/en/LC_MESSAGES/django.po | 82 +-------------- .../postgres/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../postgres/locale/en/LC_MESSAGES/django.po | 98 ++++++++++++++++++ 4 files changed, 104 insertions(+), 81 deletions(-) create mode 100644 django/contrib/postgres/locale/en/LC_MESSAGES/django.mo create mode 100644 django/contrib/postgres/locale/en/LC_MESSAGES/django.po diff --git a/.tx/config b/.tx/config index eda0092a4f..44f8a7ebe6 100644 --- a/.tx/config +++ b/.tx/config @@ -52,6 +52,11 @@ file_filter = django/contrib/messages/locale//LC_MESSAGES/django.po source_file = django/contrib/messages/locale/en/LC_MESSAGES/django.po source_lang = en +[django.contrib-postgres] +file_filter = django/contrib/postgres/locale//LC_MESSAGES/django.po +source_file = django/contrib/postgres/locale/en/LC_MESSAGES/django.po +source_lang = en + [django.contrib-redirects] file_filter = django/contrib/redirects/locale//LC_MESSAGES/django.po source_file = django/contrib/redirects/locale/en/LC_MESSAGES/django.po diff --git a/django/conf/locale/en/LC_MESSAGES/django.po b/django/conf/locale/en/LC_MESSAGES/django.po index 267f765bda..29219941db 100644 --- a/django/conf/locale/en/LC_MESSAGES/django.po +++ b/django/conf/locale/en/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"POT-Creation-Date: 2015-01-18 20:56+0100\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n" "Last-Translator: Django team\n" "Language-Team: English \n" @@ -349,86 +349,6 @@ msgstr "" msgid "Traditional Chinese" msgstr "" -#: contrib/postgres/apps.py:12 -msgid "PostgreSQL extensions" -msgstr "" - -#: contrib/postgres/fields/array.py:23 contrib/postgres/forms/array.py:13 -#: contrib/postgres/forms/array.py:143 -#, python-format -msgid "Item %(nth)s in the array did not validate: " -msgstr "" - -#: contrib/postgres/fields/array.py:24 -msgid "Nested arrays must have the same length." -msgstr "" - -#: contrib/postgres/fields/hstore.py:16 -msgid "Map of strings to strings" -msgstr "" - -#: contrib/postgres/fields/hstore.py:18 -#, python-format -msgid "The value of \"%(key)s\" is not a string." -msgstr "" - -#: contrib/postgres/forms/hstore.py:16 -msgid "Could not load JSON data." -msgstr "" - -#: contrib/postgres/forms/ranges.py:13 -msgid "Enter two valid values." -msgstr "" - -#: contrib/postgres/forms/ranges.py:14 -msgid "The start of the range must not exceed the end of the range." -msgstr "" - -#: contrib/postgres/validators.py:14 -#, python-format -msgid "" -"List contains %(show_value)d item, it should contain no more than " -"%(limit_value)d." -msgid_plural "" -"List contains %(show_value)d items, it should contain no more than " -"%(limit_value)d." -msgstr[0] "" -msgstr[1] "" - -#: contrib/postgres/validators.py:21 -#, python-format -msgid "" -"List contains %(show_value)d item, it should contain no fewer than " -"%(limit_value)d." -msgid_plural "" -"List contains %(show_value)d items, it should contain no fewer than " -"%(limit_value)d." -msgstr[0] "" -msgstr[1] "" - -#: contrib/postgres/validators.py:31 -#, python-format -msgid "Some keys were missing: %(keys)s" -msgstr "" - -#: contrib/postgres/validators.py:32 -#, python-format -msgid "Some unknown keys were provided: %(keys)s" -msgstr "" - -#: contrib/postgres/validators.py:73 -#, python-format -msgid "" -"Ensure that this range is completely less than or equal to %(limit_value)s." -msgstr "" - -#: contrib/postgres/validators.py:78 -#, python-format -msgid "" -"Ensure that this range is completely greater than or equal to " -"%(limit_value)s." -msgstr "" - #: contrib/sitemaps/apps.py:8 msgid "Site Maps" msgstr "" diff --git a/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo b/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/django/contrib/postgres/locale/en/LC_MESSAGES/django.po b/django/contrib/postgres/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ae05e4225e --- /dev/null +++ b/django/contrib/postgres/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 20:56+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: contrib/postgres/apps.py:12 +msgid "PostgreSQL extensions" +msgstr "" + +#: contrib/postgres/fields/array.py:23 contrib/postgres/forms/array.py:13 +#: contrib/postgres/forms/array.py:143 +#, python-format +msgid "Item %(nth)s in the array did not validate: " +msgstr "" + +#: contrib/postgres/fields/array.py:24 +msgid "Nested arrays must have the same length." +msgstr "" + +#: contrib/postgres/fields/hstore.py:16 +msgid "Map of strings to strings" +msgstr "" + +#: contrib/postgres/fields/hstore.py:18 +#, python-format +msgid "The value of \"%(key)s\" is not a string." +msgstr "" + +#: contrib/postgres/forms/hstore.py:16 +msgid "Could not load JSON data." +msgstr "" + +#: contrib/postgres/forms/ranges.py:13 +msgid "Enter two valid values." +msgstr "" + +#: contrib/postgres/forms/ranges.py:14 +msgid "The start of the range must not exceed the end of the range." +msgstr "" + +#: contrib/postgres/validators.py:14 +#, python-format +msgid "" +"List contains %(show_value)d item, it should contain no more than " +"%(limit_value)d." +msgid_plural "" +"List contains %(show_value)d items, it should contain no more than " +"%(limit_value)d." +msgstr[0] "" +msgstr[1] "" + +#: contrib/postgres/validators.py:21 +#, python-format +msgid "" +"List contains %(show_value)d item, it should contain no fewer than " +"%(limit_value)d." +msgid_plural "" +"List contains %(show_value)d items, it should contain no fewer than " +"%(limit_value)d." +msgstr[0] "" +msgstr[1] "" + +#: contrib/postgres/validators.py:31 +#, python-format +msgid "Some keys were missing: %(keys)s" +msgstr "" + +#: contrib/postgres/validators.py:32 +#, python-format +msgid "Some unknown keys were provided: %(keys)s" +msgstr "" + +#: contrib/postgres/validators.py:73 +#, python-format +msgid "" +"Ensure that this range is completely less than or equal to %(limit_value)s." +msgstr "" + +#: contrib/postgres/validators.py:78 +#, python-format +msgid "" +"Ensure that this range is completely greater than or equal to " +"%(limit_value)s." +msgstr ""