From 69006c37217ea268b31b809dea64f429936d27d8 Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Tue, 15 Nov 2005 13:18:26 +0000 Subject: [PATCH] new_admin: added more translation hooks, this time in fields and formfields for validation errors git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1240 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/bn/LC_MESSAGES/django.mo | Bin 27102 -> 27102 bytes django/conf/locale/bn/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/cs/LC_MESSAGES/django.mo | Bin 17763 -> 17763 bytes django/conf/locale/cs/LC_MESSAGES/django.po | 75 +++++++++++++++-- django/conf/locale/cy/LC_MESSAGES/django.mo | Bin 17077 -> 17077 bytes django/conf/locale/cy/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/de/LC_MESSAGES/django.mo | Bin 24033 -> 25484 bytes django/conf/locale/de/LC_MESSAGES/django.po | 79 +++++++++++++++--- django/conf/locale/en/LC_MESSAGES/django.mo | Bin 536 -> 536 bytes django/conf/locale/en/LC_MESSAGES/django.po | 63 ++++++++++++-- django/conf/locale/es/LC_MESSAGES/django.mo | Bin 5203 -> 5203 bytes django/conf/locale/es/LC_MESSAGES/django.po | 65 ++++++++++++-- django/conf/locale/fr/LC_MESSAGES/django.mo | Bin 17549 -> 17549 bytes django/conf/locale/fr/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/gl/LC_MESSAGES/django.mo | Bin 5322 -> 5322 bytes django/conf/locale/gl/LC_MESSAGES/django.po | 65 ++++++++++++-- django/conf/locale/is/LC_MESSAGES/django.mo | Bin 17844 -> 17844 bytes django/conf/locale/is/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/it/LC_MESSAGES/django.mo | Bin 16611 -> 16611 bytes django/conf/locale/it/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/no/LC_MESSAGES/django.mo | Bin 17184 -> 17184 bytes django/conf/locale/no/LC_MESSAGES/django.po | 74 ++++++++++++++-- .../conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 16457 -> 16457 bytes .../conf/locale/pt_BR/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/ro/LC_MESSAGES/django.mo | Bin 17204 -> 17204 bytes django/conf/locale/ro/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/ru/LC_MESSAGES/django.mo | Bin 5134 -> 5134 bytes django/conf/locale/ru/LC_MESSAGES/django.po | 65 ++++++++++++-- django/conf/locale/sk/LC_MESSAGES/django.mo | Bin 17395 -> 17395 bytes django/conf/locale/sk/LC_MESSAGES/django.po | 74 ++++++++++++++-- django/conf/locale/sr/LC_MESSAGES/django.mo | Bin 17028 -> 17028 bytes django/conf/locale/sr/LC_MESSAGES/django.po | 75 +++++++++++++++-- django/conf/locale/sv/LC_MESSAGES/django.mo | Bin 17733 -> 17733 bytes django/conf/locale/sv/LC_MESSAGES/django.po | 74 ++++++++++++++-- .../conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin 16640 -> 16640 bytes .../conf/locale/zh_CN/LC_MESSAGES/django.po | 73 ++++++++++++++-- django/contrib/comments/views/comments.py | 2 +- django/core/formfields.py | 31 +++---- django/core/meta/fields.py | 23 ++--- 39 files changed, 1220 insertions(+), 136 deletions(-) diff --git a/django/conf/locale/bn/LC_MESSAGES/django.mo b/django/conf/locale/bn/LC_MESSAGES/django.mo index a5c3a73407b4c2dd65e1cf70adfb17883c579e1b..36826de9428193b8b9c120ec0f65003b94444ea5 100644 GIT binary patch delta 19 acmcb2nepCb#tr^jEGAY)hMR-6y6pi~9|v6k delta 19 acmcb2nepCb#tr^jEXG#GW}Abxy6pi~I|pI_ diff --git a/django/conf/locale/bn/LC_MESSAGES/django.po b/django/conf/locale/bn/LC_MESSAGES/django.po index 19effac18a..66da6215eb 100644 --- a/django/conf/locale/bn/LC_MESSAGES/django.po +++ b/django/conf/locale/bn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Django CVS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-11-12 20:05+0530\n" "Last-Translator: Baishampayan Ghose \n" "Language-Team: Ankur Bangla \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "অভ্যন্তরস্থ বস্তু" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1070,6 +1065,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "সরলীকৃত চীনা" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "এই ক্ষেত্রেটি অবৈধ।" + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "ছোটহাতের অক্ষর এখানে ঢোকাতে পারবেন না।" + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "একটি গোটা সংখ্যা ঢোকান।" + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "একটি গোটা সংখ্যা ঢোকান।" + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "একটি গোটা সংখ্যা ঢোকান।" + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "এই মানটি শুধু মাত্র অক্ষর, অংক, এবং আন্ডারস্কোর (_) হতে পারবে।" @@ -1331,6 +1366,16 @@ msgstr "" "\"%(attr)s\"বৈশিষ্ট্যয় লাইন %(line)s একটি অবৈধ মান আছে । (\"%(start)s\"এর সঙ্গে " "লাইন আরম্ভ।)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "দয়া করে একটি বৈধ IP ঠিকানা ঢোকান।" + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "একাধিক আই.ডি.কমার দ্বারা আলাদা করুন।" @@ -1341,3 +1386,20 @@ msgid "" msgstr "" "একের চেয়ে বেশি নির্বাচন করতে \"Control\" অথবা ম্যাক-এ \"Command\" চেপে ধরে " "রাখুন।" + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "একটি বৈধ ই-মেল ঠিকানা ঢোকান।" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "অভ্যন্তরস্থ বস্তু" diff --git a/django/conf/locale/cs/LC_MESSAGES/django.mo b/django/conf/locale/cs/LC_MESSAGES/django.mo index 096794def1cf8363506fb3879fb577cb0e5d77b9..2aed23282685db9f22981ced26712995cb50db3e 100644 GIT binary patch delta 19 acmaFd#rU|3aYMK!i;0zy;pS*f4jBMTt_D2- delta 19 acmaFd#rU|3aYMK!i?Nll+2&|X4jBMT$_7FJ diff --git a/django/conf/locale/cs/LC_MESSAGES/django.po b/django/conf/locale/cs/LC_MESSAGES/django.po index 47a1d57ff6..819061b690 100644 --- a/django/conf/locale/cs/LC_MESSAGES/django.po +++ b/django/conf/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Django Czech translation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-10-31 19:42+0100\n" "Last-Translator: Radek Svarz \n" "Language-Team: Czech\n" @@ -46,11 +46,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "obsah" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1077,6 +1072,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Jednoduchá čínština" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Toto pole není platné." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Malá písmena zde nejsou povolená." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Vložte celé číslo." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Vložte celé číslo." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Vložte celé číslo." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Tato hodnota musí obsahovat pouze znaky, čísla nebo podtržítka." @@ -1347,6 +1382,16 @@ msgstr "" "Atribut \"%(attr)s\" na řádce %(line)s má neplatnou hodnotu. (Řádka začína s " "\"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Prosíme, zadejte platnou IP adresu." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Oddělte více identifikátorů čárkami." @@ -1357,3 +1402,21 @@ msgid "" msgstr "" "Podržte \"Control\", nebo \"Command\" na Macu pro vybrání více jak jedné " "položky." + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Vložte platnou e-mailovou adresu." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "obsah" diff --git a/django/conf/locale/cy/LC_MESSAGES/django.mo b/django/conf/locale/cy/LC_MESSAGES/django.mo index 2955ee79bd3858b93441f03b52682b54b0e7ee59..72d134632e0f833bbb52c8f8f8b44317f37f8b96 100644 GIT binary patch delta 19 acmdnm%DA\n" "Language-Team: Cymraeg \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "cynnwys" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1073,6 +1068,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Tsieinëeg Symledig" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Mae'r faes yma yn annilydd." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Ni chaniateir lythrennau bach yma." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Rhowch rhif cyfan." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Rhowch rhif cyfan." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Rhowch rhif cyfan." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Rhaid i'r werth yma cynnwys lythrennau, rhifau ac tanlinellau yn unig." @@ -1340,6 +1375,16 @@ msgstr "" "Mae gan y priodoledd \"%(attr)s\" ar lein %(line)s gwerth annilydd. (Linell " "yn ddechrau â \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Rhowch cyfeiriad IP dilys, os gwelwch yn dda." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr " Gwahanwch mwy nag un ID gyda atalnodau." @@ -1349,3 +1394,20 @@ msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr "" "Gafaelwch lawr \"Control\", neu \"Command\" ar Fac, i ddewis mwy nag un." + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Rhowch cyfeiriad e-bost ddilys." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "cynnwys" diff --git a/django/conf/locale/de/LC_MESSAGES/django.mo b/django/conf/locale/de/LC_MESSAGES/django.mo index 344410ca3cd674f13a4bc5b68a4e7f936ee07fb1..19a3206ac28130d3bf648037f6c2b2b7eeb8ca26 100644 GIT binary patch delta 7462 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 delta 6261 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 diff --git a/django/conf/locale/de/LC_MESSAGES/django.po b/django/conf/locale/de/LC_MESSAGES/django.po index f5b02c70f2..6e802ff0ca 100644 --- a/django/conf/locale/de/LC_MESSAGES/django.po +++ b/django/conf/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Django 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-10-08 00:03+0200\n" "Last-Translator: Georg Bauer \n" "MIME-Version: 1.0\n" @@ -30,7 +30,8 @@ msgstr "Keine Abstimmung bei Dir selber" msgid "" "This rating is required because you've entered at least one other rating." msgstr "" -"Die Abstimmung ist zwangsweise, weil Du an mindestens einer anderen Abstimmung teilnimmst." +"Die Abstimmung ist zwangsweise, weil Du an mindestens einer anderen " +"Abstimmung teilnimmst." #: contrib/comments/views/comments.py:108 #, python-format @@ -45,10 +46,6 @@ msgstr "" "\n" "%(text)s" -#: contrib/comments/views/comments.py:109 -msgid "count" -msgstr "Anzahl" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -73,7 +70,8 @@ msgstr "Eines oder mehrere der erforderlichen Felder fehlt" #: contrib/comments/views/comments.py:192 #: contrib/comments/views/comments.py:281 msgid "Somebody tampered with the comment form (security violation)" -msgstr "Jemand hat mit dem Kommentarformular herumgespielt (Sicherheitsverletzung)" +msgstr "" +"Jemand hat mit dem Kommentarformular herumgespielt (Sicherheitsverletzung)" #: contrib/comments/views/comments.py:202 #: contrib/comments/views/comments.py:287 @@ -81,12 +79,14 @@ msgid "" "The comment form had an invalid 'target' parameter -- the object ID was " "invalid" msgstr "" -"Das Kommentarformular hatte einen falschen 'target' Parameter -- die Objekt-ID ist ungltig." +"Das Kommentarformular hatte einen falschen 'target' Parameter -- die Objekt-" +"ID ist ungltig." #: contrib/comments/views/comments.py:252 #: contrib/comments/views/comments.py:316 msgid "The comment form didn't provide either 'preview' or 'post'" -msgstr "Das Kommentarformular wurde nicht mit 'preview' oder 'post' abgeschickt" +msgstr "" +"Das Kommentarformular wurde nicht mit 'preview' oder 'post' abgeschickt" #: contrib/admin/models/admin.py:6 msgid "action time" @@ -1087,6 +1087,42 @@ msgstr "Schwedisch" msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +msgid "This field is required." +msgstr "Dieses Feld ist zwingend." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "Bitte sicherstellen, das der Text weniger als %s Zeichen hat." + +#: core/formfields.py:333 +msgid "Line breaks are not allowed here." +msgstr "Zeilenumbrche sind hier nicht erlaubt." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" +"Bitte eine gltige Auswahl treffen; '%(data)s' ist nicht in %(choices)s." + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "Die ausgewhlte Datei ist leer." + +#: core/formfields.py:648 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Bitte eine ganze Zahl zwischen -32.768 und 32.767 eingeben." + +#: core/formfields.py:657 +msgid "Enter a positive number." +msgstr "Bitte eine ganze, positive Zahl eingeben." + +#: core/formfields.py:666 +msgid "Enter a whole number between 0 and 32,767." +msgstr "Bitte eine ganze Zahl zwischen 0 und 32.767 eingeben." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Dieser Wert darf nur Buchstaben, Ziffern und Unterstriche enthalten." @@ -1360,6 +1396,16 @@ msgstr "" "Das Attribut %(attr)s in Zeile %(line)s hat einen ungltigen Wert. Die Zeile " "beginnt mit \"%(start)s\"." +#: core/meta/fields.py:46 +#, python-format +msgid "Please enter a valid %s." +msgstr "Bitte ein gltiges '%s' eingeben." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "Ein '%(optname)s' mit diesem '%(fieldname)s' existiert bereits." + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Mehrere IDs knnen mit Komma getrennt werden." @@ -1371,5 +1417,16 @@ msgstr "" " Um mehr als eine Selektion zu treffen, \"Strg\", oder auf dem Mac \"Command" "\", beim Klicken gedrckt halten." -#~ msgid "

By %s:

    \n" -#~ msgstr "

    Nach %s:

      \n" +#: core/meta/fields.py:495 +msgid "Enter a valid filename." +msgstr "Bitte einen gltigen Dateinamen eingeben" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +"Bitte gltige IDs fr %(self)s eingeben. Der Wert %(value)r ist ungltig." +msgstr[1] "" +"Bitte gltige IDs fr %(self)s eingeben. Die Werte %(value)r sind ungltig." diff --git a/django/conf/locale/en/LC_MESSAGES/django.mo b/django/conf/locale/en/LC_MESSAGES/django.mo index 95b156d9a1dabd19f786bf8ef75b080a0697b671..cc70f357c70c8423ad68f994d808c830dd29452f 100644 GIT binary patch delta 16 XcmbQiGJ|D\n" "Language-Team: LANGUAGE \n" @@ -42,10 +42,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -msgid "count" -msgstr "" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1039,6 +1035,41 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +msgid "This field is required." +msgstr "" + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +msgid "Line breaks are not allowed here." +msgstr "" + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "" + +#: core/formfields.py:657 +msgid "Enter a positive number." +msgstr "" + +#: core/formfields.py:666 +msgid "Enter a whole number between 0 and 32,767." +msgstr "" + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "" @@ -1284,6 +1315,16 @@ msgid "" "starts with \"%(start)s\".)" msgstr "" +#: core/meta/fields.py:46 +#, python-format +msgid "Please enter a valid %s." +msgstr "" + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "" @@ -1292,3 +1333,15 @@ msgstr "" msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr "" + +#: core/meta/fields.py:495 +msgid "Enter a valid filename." +msgstr "" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" diff --git a/django/conf/locale/es/LC_MESSAGES/django.mo b/django/conf/locale/es/LC_MESSAGES/django.mo index 2a42443334b6c249f2a84feb0ff0b88d2caa1c46..f50290da5d87aad8b0fc6658b049478da38f3a30 100644 GIT binary patch delta 17 Ycmcbtaam)-M{X7qD\n" @@ -43,10 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -msgid "count" -msgstr "" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1067,6 +1063,42 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +msgid "This field is required." +msgstr "" + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +msgid "Line breaks are not allowed here." +msgstr "" + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "" + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Direccin de correo:" + +#: core/formfields.py:666 +msgid "Enter a whole number between 0 and 32,767." +msgstr "" + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Este valor debe contener slo letras, nmeros y guin bajo." @@ -1314,6 +1346,16 @@ msgid "" "starts with \"%(start)s\".)" msgstr "" +#: core/meta/fields.py:46 +#, python-format +msgid "Please enter a valid %s." +msgstr "" + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "" @@ -1323,5 +1365,18 @@ msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr "" +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Direccin de correo:" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + #~ msgid "Server error (500)" #~ msgstr "Error del servidor (500)" diff --git a/django/conf/locale/fr/LC_MESSAGES/django.mo b/django/conf/locale/fr/LC_MESSAGES/django.mo index 425072c09e84a9e5a97d05e2f8b11887976ade0c..9eee7ef0c1db298ce3ff919b0f98775e131a5755 100644 GIT binary patch delta 19 acmeC}WbEx^+`ys1Vq#@vxS2wwXtxQ3e1z+XZa^ diff --git a/django/conf/locale/fr/LC_MESSAGES/django.po b/django/conf/locale/fr/LC_MESSAGES/django.po index 943f215bb4..79f375b42e 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.po +++ b/django/conf/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-10-18 12:27+0200\n" "Last-Translator: Laurent Rahuel \n" "Language-Team: franais \n" @@ -42,11 +42,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "contenu" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1083,6 +1078,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Ce champ est invalide." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Les lettres minuscules ne sont pas autorises ici." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Entrez un nombre entier." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Entrez un nombre entier." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Entrez un nombre entier." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "" @@ -1357,6 +1392,16 @@ msgstr "" "La valeur de l'attribut \"%(attr)s\" de la ligne %(line)s n'est pas valide. " "(Ligne dbutant par \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Entrez une adresse IP valide." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Sparez les ID par des virgules." @@ -1368,6 +1413,23 @@ msgstr "" "Maintenez \"Control\", or \"Command\" sur un Mac, pour en slectionner plus " "d'une." +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Entrez une adresse de courriel valide." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "contenu" + #~ msgid "Traditional Chinese" #~ msgstr "Chinois traditionnel" diff --git a/django/conf/locale/gl/LC_MESSAGES/django.mo b/django/conf/locale/gl/LC_MESSAGES/django.mo index 96afb28db9feb15246887b460e528f4c25a4f66c..b1c3a84a644b4f5009b9bf5dcd5b005943628865 100644 GIT binary patch delta 17 ZcmX@5c}jD`M{X7qD\n" "Language-Team: Galego\n" @@ -43,10 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -msgid "count" -msgstr "" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1066,6 +1062,42 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +msgid "This field is required." +msgstr "" + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +msgid "Line breaks are not allowed here." +msgstr "" + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "" + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Enderezo de correo electrónico:" + +#: core/formfields.py:666 +msgid "Enter a whole number between 0 and 32,767." +msgstr "" + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Este valor soamente pode conter letras, números e guións baixos (_)." @@ -1313,6 +1345,16 @@ msgid "" "starts with \"%(start)s\".)" msgstr "" +#: core/meta/fields.py:46 +#, python-format +msgid "Please enter a valid %s." +msgstr "" + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "" @@ -1321,3 +1363,16 @@ msgstr "" msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr "" + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Enderezo de correo electrónico:" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" diff --git a/django/conf/locale/is/LC_MESSAGES/django.mo b/django/conf/locale/is/LC_MESSAGES/django.mo index 3136c5a7c2b9e70090d09acdc3c44048fe5b817b..564f11ee227aa60e9547c40191f97168e8a3b2f3 100644 GIT binary patch delta 19 bcmdne&A6qTal>s*785HYqs{j|PeBK^ delta 19 bcmdne&A6qTal>s*7Go=8v(5K4uSx>|Pge)J diff --git a/django/conf/locale/is/LC_MESSAGES/django.po b/django/conf/locale/is/LC_MESSAGES/django.po index 2f3f20ea53..c8aebdb892 100644 --- a/django/conf/locale/is/LC_MESSAGES/django.po +++ b/django/conf/locale/is/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Django 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:22+0100\n" "PO-Revision-Date: 2005-11-13 18:08-0000\n" "Last-Translator: Dagur Páll Ammendrup \n" "Language-Team: \n" @@ -45,11 +45,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "innihald" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1075,6 +1070,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Einfölduð Kínverska " +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Þessi reitur er ótækur." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Lágstafir eru ekki leyfðir hér." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Settu inn heila tölu." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Settu inn heila tölu." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Settu inn heila tölu." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Þetta gildi má einungis innihalda stafi, tölur og undirstrik." @@ -1337,6 +1372,16 @@ msgstr "" "\"%(attr)s\" eigindið á línu %(line)s hefur ótækt gildi (línan hefst á \"%" "(start)s\")." +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Vinsamlegast skrifaðu gilda IP tölu." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Notaðu kommur til að aðskilja kenni." @@ -1347,3 +1392,20 @@ msgid "" msgstr "" "Haltu niðri \"Control\", eða \"Command\" á Mac til þess að velja fleira en " "eitt." + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Skrifaðu gilt tölvupóstfang." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "innihald" diff --git a/django/conf/locale/it/LC_MESSAGES/django.mo b/django/conf/locale/it/LC_MESSAGES/django.mo index 539ae73f81b738180cd8a4400ca3d3e18bf836a4..761af8ebb606837c57075a28f97be0f05185538f 100644 GIT binary patch delta 19 acmaFd$oROCaf7f1i;0zy;bw7-GZFwty9QwZ delta 19 acmaFd$oROCaf7f1i?Nll*=BK#GZFwt*9K+) diff --git a/django/conf/locale/it/LC_MESSAGES/django.po b/django/conf/locale/it/LC_MESSAGES/django.po index 9de248ef25..1c722e5311 100644 --- a/django/conf/locale/it/LC_MESSAGES/django.po +++ b/django/conf/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "contenuto" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1075,6 +1070,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Il campo non valido." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Non sono ammesse lettere minuscole." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Inserire un numero." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Inserire un numero." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Inserire un numero." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Sono ammesse solo lettere, numeri e sottolineature ('_')." @@ -1339,6 +1374,16 @@ msgstr "" "L'attributo \"%(attr)s\" alla linea %(line)s ha un valore non valido. (La " "linea comincia con \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Inserire un indirizzo IP valido." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr " Separa ID multipli con virgole." @@ -1348,6 +1393,23 @@ msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr " Premi \"Control\", o \"Command\" su Mac, per selezionarne pi di uno." +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Inserire un indirizzo e-mail valido." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "contenuto" + #~ msgid "Itialian" #~ msgstr "Italiano" diff --git a/django/conf/locale/no/LC_MESSAGES/django.mo b/django/conf/locale/no/LC_MESSAGES/django.mo index e16c9bed1a4aad21a9ebd72682a7c11348952e17..04bcc3561aade636f8cd0b9d2aae947fbcf094f0 100644 GIT binary patch delta 19 acmZ3`#<-x3aYK\n" "Language-Team: Norwegian\n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "innhold" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1075,6 +1070,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Simpel Kinesisk" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Dette feltet er feil." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Små bokstaver er ikke tillatt her." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Skriv inn et helt nummer." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Skriv inn et helt nummer." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Skriv inn et helt nummer." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Dette feltet må bare inneholde bokstaver, nummer og understreker." @@ -1343,6 +1378,16 @@ msgstr "" "\"%(attr)s\" tillegg på linje $(line)s har en ikke godkjent verdi. (Linja " "starter med \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Vennligst skriv inn en godkjent IP adresse." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Separer Id-ene med kommaer." @@ -1353,5 +1398,22 @@ msgid "" msgstr "" "Hold nede \"Control\", eller \"Command\" på en Mac, for å velge mere enn en." +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Skriv inn en godkjent e-post adresse." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "innhold" + #~ msgid "Traditional Chinese" #~ msgstr "Tradisjonell Kinesisk" diff --git a/django/conf/locale/pt_BR/LC_MESSAGES/django.mo b/django/conf/locale/pt_BR/LC_MESSAGES/django.mo index 0a4f9732211104830f0c8155a1369d470de27276..f27bd182670cc897b742a4641f39b91c855dc63c 100644 GIT binary patch delta 19 acmX@vz<9EOal=nF785HY!_9xyd?W!;Q3rGY delta 19 acmX@vz<9EOal=nF7Go=8v(10id?W!;Z3lS( diff --git a/django/conf/locale/pt_BR/LC_MESSAGES/django.po b/django/conf/locale/pt_BR/LC_MESSAGES/django.po index 97f308eb55..cc79548fa8 100644 --- a/django/conf/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/conf/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-10-11 09:12GMT-3\n" "Last-Translator: João Paulo Farias \n" "Language-Team: Português do Brasil \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "conteúdo" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1079,6 +1074,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Este campo é inválido." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Letras em minúsculo não são permitidas aqui." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Informe um número inteiro." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Informe um número inteiro." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Informe um número inteiro." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Deve conter apenas letras, números e sublinhados (_)." @@ -1343,6 +1378,16 @@ msgstr "" "O atributo \"%(attr)s\" na linha %(line)s tem um valor inválido. (Linha " "começa com \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Informe um endereço IP válido." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr " Separe IDs múltiplos com vírgulas." @@ -1353,3 +1398,20 @@ msgid "" msgstr "" " Mantenha pressionado \"Control\", ou \"Command\" num Mac para selecionar " "mais de uma opção." + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Informe um endereço de email válido." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "conteúdo" diff --git a/django/conf/locale/ro/LC_MESSAGES/django.mo b/django/conf/locale/ro/LC_MESSAGES/django.mo index cd99f2405696951c6808f35967ce731bb4bc49fe..9d2e6099846efd68a832f8df9b66d1fe9a254965 100644 GIT binary patch delta 19 acmdne#<-=8al>5=785HY!_5yhf~5dWqX#Mg delta 19 acmdne#<-=8al>5=7Go=8v&|1Rf~5dWzXvY> diff --git a/django/conf/locale/ro/LC_MESSAGES/django.po b/django/conf/locale/ro/LC_MESSAGES/django.po index 1ca57b4cb3..31321772e4 100644 --- a/django/conf/locale/ro/LC_MESSAGES/django.po +++ b/django/conf/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Django \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-11-08 19:06+GMT+2\n" "Last-Translator: Tiberiu Micu \n" "Language-Team: Romanian \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "conţinut" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1075,6 +1070,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Chineză simplificată" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Cîmpul este invalid." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Literele mici nu sînt permise aici." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Introduceţi un număr întreg." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Introduceţi un număr întreg." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Introduceţi un număr întreg." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "" @@ -1343,6 +1378,16 @@ msgstr "" "Atributul \"%(attr)s\" din linia %(line)s are o valoare invalidă. ( Linia " "începe cu \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Introduceţi vă rog o adresă IP validă." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Separă ID-urile multiple cu virgulă." @@ -1353,3 +1398,20 @@ msgid "" msgstr "" " Ţine apăsat \"Control\", sau \"Command\" pe un Mac, pentru a selecta mai " "multe." + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Introduceţi o adresă de email validă." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "conţinut" diff --git a/django/conf/locale/ru/LC_MESSAGES/django.mo b/django/conf/locale/ru/LC_MESSAGES/django.mo index 11c13027deae1659fb52eda91a9868a29d03fa34..860aa4505445f2e1b0d6ea0899124efa04d5df17 100644 GIT binary patch delta 17 YcmeCv=+oHnk(\n" "Language-Team: LANGUAGE \n" @@ -41,10 +41,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -msgid "count" -msgstr "" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1064,6 +1060,42 @@ msgstr "" msgid "Simplified Chinese" msgstr "" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +msgid "This field is required." +msgstr "" + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +msgid "Line breaks are not allowed here." +msgstr "" + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "" + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "E-mail :" + +#: core/formfields.py:666 +msgid "Enter a whole number between 0 and 32,767." +msgstr "" + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr " , ." @@ -1311,6 +1343,16 @@ msgid "" "starts with \"%(start)s\".)" msgstr "" +#: core/meta/fields.py:46 +#, python-format +msgid "Please enter a valid %s." +msgstr "" + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "" @@ -1320,5 +1362,18 @@ msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr "" +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "E-mail :" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + #~ msgid "Server error (500)" #~ msgstr " (500)" diff --git a/django/conf/locale/sk/LC_MESSAGES/django.mo b/django/conf/locale/sk/LC_MESSAGES/django.mo index 5ed2c230d312d05df233ffe4c4205fa37bd4e0f0..153f0c11226624423da0e9813460a2a156835248 100644 GIT binary patch delta 19 bcmey|&iJ{Val>~F785HY!_B`nen~F7Go=8v(3LXen\n" "Language-Team: Slovak \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "obsah" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1080,6 +1075,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Zjednodušená činština " +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Toto pole nie je platné." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Malé písmena tu nie sú povolené." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Vložte celé číslo." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Vložte celé číslo." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Vložte celé číslo." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Toto môže obsahovať len písmená, číslice a podčiarkovníky." @@ -1345,6 +1380,16 @@ msgstr "" "Atribút \"%(attr)s\" na riadku %(line)s má neplatnú hodnotu. (Riadok začína " "s \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Prosím vložte platnú IP adresu." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr "Identifikátory oddeľte čiarkami." @@ -1356,6 +1401,23 @@ msgstr "" " Podržte \"Control\", alebo \"Command\" na Mac_u, na výber viac ako jednej " "položky." +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Vložte platnú e-mail adresu." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "obsah" + # #-#-#-#-# django.po (PACKAGE VERSION) #-#-#-#-# # templates/blog/entries_detail.html:24 #~ msgid "Post a comment" diff --git a/django/conf/locale/sr/LC_MESSAGES/django.mo b/django/conf/locale/sr/LC_MESSAGES/django.mo index 6932e25abdf97ae601754ff6a9a6a50886d56e4c..377461bbf7cd5eae2f8bdec7043f4487375a1c6c 100644 GIT binary patch delta 19 acmZo^Wo&6>+;CTe#l*_UaPvcr#gYI=kp~w5 delta 19 acmZo^Wo&6>+;CTe#n{T&Z1Y2n#gYI=tp^+c diff --git a/django/conf/locale/sr/LC_MESSAGES/django.po b/django/conf/locale/sr/LC_MESSAGES/django.po index a49c7c18e0..565666cfc1 100644 --- a/django/conf/locale/sr/LC_MESSAGES/django.po +++ b/django/conf/locale/sr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Django Serbian (latin) translation v1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:21+0100\n" "PO-Revision-Date: 2005-11-03 00:28+0100\n" "Last-Translator: Petar Marić \n" "Language-Team: Nesh & Petar vi;0zy(PkGdMri;>DFw~| delta 19 acmX@w#dx%faf5>vi?Nll*=83lMri;>KLyeN diff --git a/django/conf/locale/sv/LC_MESSAGES/django.po b/django/conf/locale/sv/LC_MESSAGES/django.po index 8fffbe8c1c..ca022ae690 100644 --- a/django/conf/locale/sv/LC_MESSAGES/django.po +++ b/django/conf/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:36+0100\n" +"POT-Creation-Date: 2005-11-15 14:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,11 +43,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "innehåll" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1076,6 +1071,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "Förenklad kinesiska" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "Det här fältet är ogiltigt." + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "Små bokstäver är inte tillåtna här." + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "Fyll i ett heltal." + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "Fyll i ett heltal." + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "Fyll i ett heltal." + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "Det här värdet får bara innehålla bokstäver, tal och understräck." @@ -1342,6 +1377,16 @@ msgstr "" "Attributet \"%(attr)s\" på rad %(line)s har ett ogiltigt värde. (Raden " "börjar med \"%(start)s\".)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "Var god fyll i ett giltigt IP-nummer." + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr " Separera flera ID:n med kommatecken." @@ -1351,3 +1396,20 @@ msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr "" " Håll ner \"Control\", eller \"Command\" på en Mac, för att välja mer än en." + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "Fyll i en giltig e-postadress." + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "innehåll" diff --git a/django/conf/locale/zh_CN/LC_MESSAGES/django.mo b/django/conf/locale/zh_CN/LC_MESSAGES/django.mo index 8a46875e163aeabcc2ef3d8b89074d9aaaa85a9a..783f1eb1b4ae98aef36dde04ef7db797ac6b443c 100644 GIT binary patch delta 19 acmZo@Vr*z)+z_tGVq#@vusK?DsW<>WOa=Y` delta 19 acmZo@Vr*z)+z_tGVr*q>x;a{NsW<>WXa)lS diff --git a/django/conf/locale/zh_CN/LC_MESSAGES/django.po b/django/conf/locale/zh_CN/LC_MESSAGES/django.po index c004fbb115..139f7319e6 100644 --- a/django/conf/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/conf/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: django v1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-15 13:35+0100\n" +"POT-Creation-Date: 2005-11-15 14:20+0100\n" "PO-Revision-Date: 2005-11-11 13:55+0800\n" "Last-Translator: limodou \n" "Language-Team: Simplified Chinese \n" @@ -46,11 +46,6 @@ msgid "" "%(text)s" msgstr "" -#: contrib/comments/views/comments.py:109 -#, fuzzy -msgid "count" -msgstr "内容" - #: contrib/comments/views/comments.py:112 #, python-format msgid "" @@ -1064,6 +1059,46 @@ msgstr "" msgid "Simplified Chinese" msgstr "简体中文" +#: core/formfields.py:59 core/meta/fields.py:287 core/meta/fields.py:475 +#: core/meta/fields.py:486 +#, fuzzy +msgid "This field is required." +msgstr "这个字段无效。" + +#: core/formfields.py:329 +#, python-format +msgid "Ensure your text is less than %s characters." +msgstr "" + +#: core/formfields.py:333 +#, fuzzy +msgid "Line breaks are not allowed here." +msgstr "这里不允许小写字母。" + +#: core/formfields.py:429 core/formfields.py:500 core/formfields.py:538 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "" + +#: core/formfields.py:594 +msgid "The submitted file is empty." +msgstr "" + +#: core/formfields.py:648 +#, fuzzy +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "输入整数。" + +#: core/formfields.py:657 +#, fuzzy +msgid "Enter a positive number." +msgstr "输入整数。" + +#: core/formfields.py:666 +#, fuzzy +msgid "Enter a whole number between 0 and 32,767." +msgstr "输入整数。" + #: core/validators.py:59 msgid "This value must contain only letters, numbers and underscores." msgstr "此值只能包含字母、数字和下划线。" @@ -1314,6 +1349,16 @@ msgid "" msgstr "" "在行 %(line)s 的\"%(attr)s\"属性有一个无效的值。(行开始于 \"%(start)s\"。)" +#: core/meta/fields.py:46 +#, fuzzy, python-format +msgid "Please enter a valid %s." +msgstr "请输入一个有效的IP地址。" + +#: core/meta/fields.py:60 +#, python-format +msgid "%(optname)s with this %(fieldname)s already exists." +msgstr "" + #: core/meta/fields.py:131 msgid " Separate multiple IDs with commas." msgstr " 用逗号分隔多个ID。" @@ -1322,3 +1367,19 @@ msgstr " 用逗号分隔多个ID。" msgid "" " Hold down \"Control\", or \"Command\" on a Mac, to select more than one." msgstr " 按下 \"Control\",或者在Mac上按 \"Command\" 来选择一个或多个值。" + +#: core/meta/fields.py:495 +#, fuzzy +msgid "Enter a valid filename." +msgstr "输入一个有效的邮件地址。" + +#: core/meta/fields.py:764 +#, python-format +msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." +msgid_plural "" +"Please enter valid %(self)s IDs. The values %(value)r are invalid" +msgstr[0] "" + +#, fuzzy +#~ msgid "count" +#~ msgstr "内容" diff --git a/django/contrib/comments/views/comments.py b/django/contrib/comments/views/comments.py index 3eb4a31b71..537a7fe2f5 100644 --- a/django/contrib/comments/views/comments.py +++ b/django/contrib/comments/views/comments.py @@ -105,7 +105,7 @@ class PublicCommentManipulator(AuthenticationForm): # If the commentor has posted fewer than COMMENTS_FIRST_FEW comments, # send the comment to the managers. if self.user_cache.get_comments_comment_count() <= COMMENTS_FIRST_FEW: - message = _('This comment was posted by a user who has posted fewer than %(count)s comments:\n\n%(text)s' % \ + message = _('This comment was posted by a user who has posted fewer than %(count)s comments:\n\n%(text)s') % \ {'count': COMMENTS_FIRST_FEW, 'text': c.get_as_text()} mail_managers("Comment posted by rookie user", message) if COMMENTS_SKETCHY_USERS_GROUP and COMMENTS_SKETCHY_USERS_GROUP in [g.id for g in self.user_cache.get_group_list()]: diff --git a/django/core/formfields.py b/django/core/formfields.py index 6226ebfebc..f242ed3415 100644 --- a/django/core/formfields.py +++ b/django/core/formfields.py @@ -2,6 +2,7 @@ from django.core import validators from django.core.exceptions import PermissionDenied from django.utils.html import escape from django.conf.settings import DEFAULT_CHARSET +from django.utils.translation import gettext_lazy FORM_FIELD_ID_PREFIX = 'id_' @@ -55,7 +56,7 @@ class Manipulator: errors = {} for field in self.fields: if field.is_required and not new_data.get(field.field_name, False): - errors.setdefault(field.field_name, []).append('This field is required.') + errors.setdefault(field.field_name, []).append(gettext_lazy('This field is required.')) continue try: validator_list = field.validator_list @@ -89,7 +90,7 @@ class Manipulator: expected to deal with invalid input. """ for field in self.fields: - field.convert_post_data(new_data) + field.convert_post_data(new_data) class FormWrapper: """ @@ -110,7 +111,7 @@ class FormWrapper: for field in self.manipulator.fields: if field.field_name == key: data = field.extract_data(self.data) - return FormFieldWrapper(field, data, self.error_dict.get(field.field_name, [])) + return FormFieldWrapper(field, data, self.error_dict.get(field.field_name, [])) if self.edit_inline: self.fill_inline_collections() for inline_collection in self._inline_collections: @@ -279,7 +280,7 @@ class FormField: def get_member_name(self): if hasattr(self, 'member_name'): return self.member_name - else: + else: return self.field_name def extract_data(self, data_dict): @@ -309,7 +310,7 @@ class FormField: new_data.setlist(name, []) def get_id(self): - "Returns the HTML 'id' attribute for this form field." + "Returns the HTML 'id' attribute for this form field." return FORM_FIELD_ID_PREFIX + self.field_name #################### # GENERIC WIDGETS # @@ -325,11 +326,11 @@ class TextField(FormField): def isValidLength(self, data, form): if data and self.maxlength and len(data.decode(DEFAULT_CHARSET)) > self.maxlength: - raise validators.ValidationError, "Ensure your text is less than %s characters." % self.maxlength + raise validators.ValidationError, _("Ensure your text is less than %s characters.") % self.maxlength def hasNoNewlines(self, data, form): if data and '\n' in data: - raise validators.ValidationError, "Line breaks are not allowed here." + raise validators.ValidationError, _("Line breaks are not allowed here.") def render(self, data): if data is None: @@ -425,7 +426,7 @@ class SelectField(FormField): str_data = str(data) str_choices = [str(item[0]) for item in self.choices] if str_data not in str_choices: - raise validators.ValidationError, "Select a valid choice; '%s' is not in %s." % (str_data, str_choices) + raise validators.ValidationError, _("Select a valid choice; '%(data)s' is not in %(choices)s.") % {'data': str_data, 'choices': str_choices} class NullSelectField(SelectField): "This SelectField converts blank fields to None" @@ -496,7 +497,7 @@ class RadioSelectField(FormField): str_data = str(data) str_choices = [str(item[0]) for item in self.choices] if str_data not in str_choices: - raise validators.ValidationError, "Select a valid choice; '%s' is not in %s." % (str_data, str_choices) + raise validators.ValidationError, _("Select a valid choice; '%(data)s' is not in %(choices)s.") % {'data':str_data, 'choices':str_choices} class NullBooleanField(SelectField): "This SelectField provides 'Yes', 'No' and 'Unknown', mapping results to True, False or None" @@ -534,7 +535,7 @@ class SelectMultipleField(SelectField): str_choices = [str(item[0]) for item in self.choices] for val in map(str, field_data): if val not in str_choices: - raise validators.ValidationError, "Select a valid choice; '%s' is not in %s." % (val, str_choices) + raise validators.ValidationError, _("Select a valid choice; '%(data)s' is not in %(choices)s.") % {'data':val, 'choices':str_choices} def html2python(data): if data is None: @@ -590,7 +591,7 @@ class FileUploadField(FormField): def isNonEmptyFile(self, field_data, all_data): if not field_data['content']: - raise validators.CriticalValidationError, "The submitted file is empty." + raise validators.CriticalValidationError, _("The submitted file is empty.") def render(self, data): return '' % \ @@ -622,7 +623,7 @@ class IntegerField(TextField): def __init__(self, field_name, length=10, maxlength=None, is_required=False, validator_list=[], member_name=None): validator_list = [self.isInteger] + validator_list if member_name is not None: - self.member_name = member_name + self.member_name = member_name TextField.__init__(self, field_name, length, maxlength, is_required, validator_list) def isInteger(self, field_data, all_data): @@ -644,7 +645,7 @@ class SmallIntegerField(IntegerField): def isSmallInteger(self, field_data, all_data): if not -32768 <= int(field_data) <= 32767: - raise validators.CriticalValidationError, "Enter a whole number between -32,768 and 32,767." + raise validators.CriticalValidationError, _("Enter a whole number between -32,768 and 32,767.") class PositiveIntegerField(IntegerField): def __init__(self, field_name, length=10, maxlength=None, is_required=False, validator_list=[]): @@ -653,7 +654,7 @@ class PositiveIntegerField(IntegerField): def isPositive(self, field_data, all_data): if int(field_data) < 0: - raise validators.CriticalValidationError, "Enter a positive number." + raise validators.CriticalValidationError, _("Enter a positive number.") class PositiveSmallIntegerField(IntegerField): def __init__(self, field_name, length=5, maxlength=None, is_required=False, validator_list=[]): @@ -662,7 +663,7 @@ class PositiveSmallIntegerField(IntegerField): def isPositiveSmall(self, field_data, all_data): if not 0 <= int(field_data) <= 32767: - raise validators.CriticalValidationError, "Enter a whole number between 0 and 32,767." + raise validators.CriticalValidationError, _("Enter a whole number between 0 and 32,767.") class FloatField(TextField): def __init__(self, field_name, max_digits, decimal_places, is_required=False, validator_list=[]): diff --git a/django/core/meta/fields.py b/django/core/meta/fields.py index 7d8b81b0de..43a2acca05 100644 --- a/django/core/meta/fields.py +++ b/django/core/meta/fields.py @@ -3,7 +3,7 @@ from django.core import formfields, validators from django.core.exceptions import ObjectDoesNotExist from django.utils.functional import curry, lazy from django.utils.text import capfirst -from django.utils.translation import gettext_lazy +from django.utils.translation import gettext_lazy, ngettext import datetime, os # Random entropy string used by "default" param. @@ -43,7 +43,7 @@ def manipulator_valid_rel_key(f, self, field_data, all_data): try: mod.get_object(pk=field_data) except ObjectDoesNotExist: - raise validators.ValidationError, "Please enter a valid %s." % f.verbose_name + raise validators.ValidationError, _("Please enter a valid %s.") % f.verbose_name def manipulator_validator_unique(f, opts, self, field_data, all_data): "Validates that the value is unique for this field." @@ -57,7 +57,7 @@ def manipulator_validator_unique(f, opts, self, field_data, all_data): return if hasattr(self, 'original_object') and getattr(self.original_object, opts.pk.attname) == getattr(old_obj, opts.pk.attname): return - raise validators.ValidationError, "%s with this %s already exists." % (capfirst(opts.verbose_name), f.verbose_name) + raise validators.ValidationError, _("%(optname)s with this %(fieldname)s already exists.") % {'optname':capfirst(opts.verbose_name), 'fieldname':f.verbose_name} class BoundField(object): @@ -284,7 +284,7 @@ class Field(object): core_field_names.extend(f.get_manipulator_field_names(name_prefix)) # Now, if there are any, add the validator to this FormField. if core_field_names: - params['validator_list'].append(validators.RequiredIfOtherFieldsGiven(core_field_names, "This field is required.")) + params['validator_list'].append(validators.RequiredIfOtherFieldsGiven(core_field_names, gettext_lazy("This field is required."))) # BooleanFields (CheckboxFields) are a special case. They don't take # is_required or validator_list. @@ -472,7 +472,7 @@ class FileField(Field): self.always_test = True def __call__(self, field_data, all_data): if not all_data.get(self.other_file_field_name, False): - c = validators.RequiredIfOtherFieldsGiven(self.other_field_names, "This field is required.") + c = validators.RequiredIfOtherFieldsGiven(self.other_field_names, gettext_lazy("This field is required.")) c(field_data, all_data) # First, get the core fields, if any. core_field_names = [] @@ -483,7 +483,7 @@ class FileField(Field): if core_field_names: field_list[0].validator_list.append(RequiredFileField(core_field_names, field_list[1].field_name)) else: - v = validators.RequiredIfOtherFieldNotGiven(field_list[1].field_name, "This field is required.") + v = validators.RequiredIfOtherFieldNotGiven(field_list[1].field_name, gettext_lazy("This field is required.")) v.always_test = True field_list[0].validator_list.append(v) field_list[0].is_required = field_list[1].is_required = False @@ -492,7 +492,7 @@ class FileField(Field): def isWithinMediaRoot(field_data, all_data): f = os.path.abspath(os.path.join(settings.MEDIA_ROOT, field_data)) if not f.startswith(os.path.normpath(settings.MEDIA_ROOT)): - raise validators.ValidationError, "Enter a valid filename." + raise validators.ValidationError, _("Enter a valid filename.") field_list[1].validator_list.append(isWithinMediaRoot) return field_list @@ -761,10 +761,11 @@ class ManyToManyField(Field): objects = mod.get_in_bulk(pks) if len(objects) != len(pks): badkeys = [k for k in pks if k not in objects] - raise validators.ValidationError, "Please enter valid %s IDs. The value%s %r %s invalid." % \ - (self.verbose_name, len(badkeys) > 1 and 's' or '', - len(badkeys) == 1 and badkeys[0] or tuple(badkeys), - len(badkeys) == 1 and "is" or "are") + raise validators.ValidationError, ngettext("Please enter valid %(self)s IDs. The value %(value)r is invalid.", + "Please enter valid %(self)s IDs. The values %(value)r are invalid", len(badkeys)) % { + 'self': self.verbose_name, + 'value': len(badkeys) == 1 and badkeys[0] or tuple(badkeys), + } def flatten_data(self, follow, obj = None): new_data = {}