Commit 9f7a01ef authored by Claude Paroz's avatar Claude Paroz
Browse files

Updated translation templates and removed en translations

"en" translations have been mistakenly committed in 87cc3da8.
parent 6bdeed1b
Loading
Loading
Loading
Loading
+45 −42
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-28 10:04+0100\n"
"POT-Creation-Date: 2013-05-02 16:17+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@@ -337,7 +337,7 @@ msgstr ""
msgid "Enter a valid value."
msgstr ""

#: core/validators.py:53 forms/fields.py:627
#: core/validators.py:53 forms/fields.py:640
msgid "Enter a valid URL."
msgstr ""

@@ -408,7 +408,7 @@ msgstr[1] ""
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr ""

#: db/models/base.py:905 forms/models.py:590
#: db/models/base.py:905 forms/models.py:605
msgid "and"
msgstr ""

@@ -630,46 +630,54 @@ msgstr ""
msgid "Enter a number."
msgstr ""

#: forms/fields.py:295
#: forms/fields.py:296
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr ""
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
msgstr[1] ""

#: forms/fields.py:296
#: forms/fields.py:300
#, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr ""
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
msgstr[1] ""

#: forms/fields.py:297
#: forms/fields.py:304
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr ""
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
msgstr[1] ""

#: forms/fields.py:393 forms/fields.py:1045
#: forms/fields.py:406 forms/fields.py:1058
msgid "Enter a valid date."
msgstr ""

#: forms/fields.py:417 forms/fields.py:1046
#: forms/fields.py:430 forms/fields.py:1059
msgid "Enter a valid time."
msgstr ""

#: forms/fields.py:438
#: forms/fields.py:451
msgid "Enter a valid date/time."
msgstr ""

#: forms/fields.py:512
#: forms/fields.py:525
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""

#: forms/fields.py:513
#: forms/fields.py:526
msgid "No file was submitted."
msgstr ""

#: forms/fields.py:514
#: forms/fields.py:527
msgid "The submitted file is empty."
msgstr ""

#: forms/fields.py:516
#: forms/fields.py:529
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
@@ -677,22 +685,22 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""

#: forms/fields.py:519
#: forms/fields.py:532
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""

#: forms/fields.py:580
#: forms/fields.py:593
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""

#: forms/fields.py:733 forms/fields.py:811
#: forms/fields.py:746 forms/fields.py:824 forms/models.py:1042
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""

#: forms/fields.py:812 forms/fields.py:915 forms/models.py:1026
#: forms/fields.py:825 forms/fields.py:928 forms/models.py:1041
msgid "Enter a list of values."
msgstr ""

@@ -714,43 +722,38 @@ msgstr ""
msgid "Delete"
msgstr ""

#: forms/models.py:584
#: forms/models.py:599
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr ""

#: forms/models.py:588
#: forms/models.py:603
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""

#: forms/models.py:594
#: forms/models.py:609
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""

#: forms/models.py:602
#: forms/models.py:617
msgid "Please correct the duplicate values below."
msgstr ""

#: forms/models.py:868
#: forms/models.py:883
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""

#: forms/models.py:932
#: forms/models.py:947
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""

#: forms/models.py:1027
#, python-format
msgid "Select a valid choice. %s is not one of the available choices."
msgstr ""

#: forms/models.py:1029
#: forms/models.py:1044
#, python-format
msgid "\"%s\" is not a valid value for a primary key."
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""

#: forms/util.py:84
@@ -760,27 +763,27 @@ msgid ""
"may be ambiguous or it may not exist."
msgstr ""

#: forms/widgets.py:326
#: forms/widgets.py:327
msgid "Currently"
msgstr ""

#: forms/widgets.py:327
#: forms/widgets.py:328
msgid "Change"
msgstr ""

#: forms/widgets.py:328
#: forms/widgets.py:329
msgid "Clear"
msgstr ""

#: forms/widgets.py:546
#: forms/widgets.py:547
msgid "Unknown"
msgstr ""

#: forms/widgets.py:547
#: forms/widgets.py:548
msgid "Yes"
msgstr ""

#: forms/widgets.py:548
#: forms/widgets.py:549
msgid "No"
msgstr ""

+157 −209

File changed.

Preview size limit exceeded, changes collapsed.

+43 −60
Original line number Diff line number Diff line
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-03-08 10:42+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"POT-Creation-Date: 2013-05-02 16:18+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: static/admin/js/SelectFilter2.js:45
#, c-format
msgid "Available %s"
msgstr "Available %s"
msgstr ""

#: static/admin/js/SelectFilter2.js:46
#, c-format
@@ -27,39 +24,37 @@ msgid ""
"This is the list of available %s. You may choose some by selecting them in "
"the box below and then clicking the \"Choose\" arrow between the two boxes."
msgstr ""
"This is the list of available %s. You may choose some by selecting them in "
"the box below and then clicking the \"Choose\" arrow between the two boxes."

#: static/admin/js/SelectFilter2.js:53
#, c-format
msgid "Type into this box to filter down the list of available %s."
msgstr "Type into this box to filter down the list of available %s."
msgstr ""

#: static/admin/js/SelectFilter2.js:57
msgid "Filter"
msgstr "Filter"
msgstr ""

#: static/admin/js/SelectFilter2.js:61
msgid "Choose all"
msgstr "Choose all"
msgstr ""

#: static/admin/js/SelectFilter2.js:61
#, c-format
msgid "Click to choose all %s at once."
msgstr "Click to choose all %s at once."
msgstr ""

#: static/admin/js/SelectFilter2.js:67
msgid "Choose"
msgstr "Choose"
msgstr ""

#: static/admin/js/SelectFilter2.js:69
msgid "Remove"
msgstr "Remove"
msgstr ""

#: static/admin/js/SelectFilter2.js:75
#, c-format
msgid "Chosen %s"
msgstr "Chosen %s"
msgstr ""

#: static/admin/js/SelectFilter2.js:76
#, c-format
@@ -67,31 +62,27 @@ msgid ""
"This is the list of chosen %s. You may remove some by selecting them in the "
"box below and then clicking the \"Remove\" arrow between the two boxes."
msgstr ""
"This is the list of chosen %s. You may remove some by selecting them in the "
"box below and then clicking the \"Remove\" arrow between the two boxes."

#: static/admin/js/SelectFilter2.js:80
msgid "Remove all"
msgstr "Remove all"
msgstr ""

#: static/admin/js/SelectFilter2.js:80
#, c-format
msgid "Click to remove all chosen %s at once."
msgstr "Click to remove all chosen %s at once."
msgstr ""

#: static/admin/js/actions.js:18 static/admin/js/actions.min.js:1
msgid "%(sel)s of %(cnt)s selected"
msgid_plural "%(sel)s of %(cnt)s selected"
msgstr[0] "%(sel)s of %(cnt)s selected"
msgstr[1] "%(sel)s of %(cnt)s selected"
msgstr[0] ""
msgstr[1] ""

#: static/admin/js/actions.js:109 static/admin/js/actions.min.js:5
msgid ""
"You have unsaved changes on individual editable fields. If you run an "
"action, your unsaved changes will be lost."
msgstr ""
"You have unsaved changes on individual editable fields. If you run an "
"action, your unsaved changes will be lost."

#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:5
msgid ""
@@ -99,9 +90,6 @@ msgid ""
"individual fields yet. Please click OK to save. You'll need to re-run the "
"action."
msgstr ""
"You have selected an action, but you haven't saved your changes to "
"individual fields yet. Please click OK to save. You'll need to re-run the "
"action."

#: static/admin/js/actions.js:123 static/admin/js/actions.min.js:6
msgid ""
@@ -109,74 +97,69 @@ msgid ""
"fields. You're probably looking for the Go button rather than the Save "
"button."
msgstr ""
"You have selected an action, and you haven't made any changes on individual "
"fields. You're probably looking for the Go button rather than the Save "
"button."

#: static/admin/js/calendar.js:8
msgid ""
"January February March April May June July August September October November "
"December"
msgstr ""
"January February March April May June July August September October November "
"December"

#: static/admin/js/calendar.js:9
msgid "S M T W T F S"
msgstr "S M T W T F S"
msgstr ""

#: static/admin/js/collapse.js:8 static/admin/js/collapse.js.c:19
#: static/admin/js/collapse.min.js:1
msgid "Show"
msgstr "Show"
msgstr ""

#: static/admin/js/collapse.js:16 static/admin/js/collapse.min.js:1
msgid "Hide"
msgstr "Hide"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:49
#: static/admin/js/admin/DateTimeShortcuts.js:85
#: static/admin/js/admin/DateTimeShortcuts.js:52
#: static/admin/js/admin/DateTimeShortcuts.js:88
msgid "Now"
msgstr "Now"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:53
#: static/admin/js/admin/DateTimeShortcuts.js:56
msgid "Clock"
msgstr "Clock"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:81
#: static/admin/js/admin/DateTimeShortcuts.js:84
msgid "Choose a time"
msgstr "Choose a time"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:86
#: static/admin/js/admin/DateTimeShortcuts.js:89
msgid "Midnight"
msgstr "Midnight"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:87
#: static/admin/js/admin/DateTimeShortcuts.js:90
msgid "6 a.m."
msgstr "6 a.m."
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:88
#: static/admin/js/admin/DateTimeShortcuts.js:91
msgid "Noon"
msgstr "Noon"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:92
#: static/admin/js/admin/DateTimeShortcuts.js:204
#: static/admin/js/admin/DateTimeShortcuts.js:95
#: static/admin/js/admin/DateTimeShortcuts.js:208
msgid "Cancel"
msgstr "Cancel"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:144
#: static/admin/js/admin/DateTimeShortcuts.js:197
#: static/admin/js/admin/DateTimeShortcuts.js:148
#: static/admin/js/admin/DateTimeShortcuts.js:201
msgid "Today"
msgstr "Today"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:148
#: static/admin/js/admin/DateTimeShortcuts.js:152
msgid "Calendar"
msgstr "Calendar"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:195
#: static/admin/js/admin/DateTimeShortcuts.js:199
msgid "Yesterday"
msgstr "Yesterday"
msgstr ""

#: static/admin/js/admin/DateTimeShortcuts.js:199
#: static/admin/js/admin/DateTimeShortcuts.js:203
msgid "Tomorrow"
msgstr "Tomorrow"
msgstr ""
Loading