Updated translation catalogs

Updated core/admin/admindocs/comments translation catalogs.
This commit is contained in:
Claude Paroz 2013-05-25 14:21:46 +02:00
parent b7cf44dde8
commit ab61dd2829
4 changed files with 154 additions and 134 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-02 16:17+0200\n" "POT-Creation-Date: 2013-05-25 14:27+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -337,7 +337,7 @@ msgstr ""
msgid "Enter a valid value." msgid "Enter a valid value."
msgstr "" msgstr ""
#: core/validators.py:53 forms/fields.py:640 #: core/validators.py:53 forms/fields.py:639
msgid "Enter a valid URL." msgid "Enter a valid URL."
msgstr "" msgstr ""
@ -362,7 +362,7 @@ msgstr ""
msgid "Enter a valid IPv4 or IPv6 address." msgid "Enter a valid IPv4 or IPv6 address."
msgstr "" msgstr ""
#: core/validators.py:175 db/models/fields/__init__.py:704 #: core/validators.py:175 db/models/fields/__init__.py:706
msgid "Enter only digits separated by commas." msgid "Enter only digits separated by commas."
msgstr "" msgstr ""
@ -408,7 +408,7 @@ msgstr[1] ""
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s." msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr "" msgstr ""
#: db/models/base.py:905 forms/models.py:605 #: db/models/base.py:905 forms/models.py:643
msgid "and" msgid "and"
msgstr "" msgstr ""
@ -435,156 +435,156 @@ msgstr ""
msgid "Field of type: %(field_type)s" msgid "Field of type: %(field_type)s"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:568 db/models/fields/__init__.py:1034 #: db/models/fields/__init__.py:570 db/models/fields/__init__.py:1036
msgid "Integer" msgid "Integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:572 db/models/fields/__init__.py:1032 #: db/models/fields/__init__.py:574 db/models/fields/__init__.py:1034
#, python-format #, python-format
msgid "'%s' value must be an integer." msgid "'%s' value must be an integer."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:620 #: db/models/fields/__init__.py:622
#, python-format #, python-format
msgid "'%s' value must be either True or False." msgid "'%s' value must be either True or False."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:622 #: db/models/fields/__init__.py:624
msgid "Boolean (Either True or False)" msgid "Boolean (Either True or False)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:671 #: db/models/fields/__init__.py:673
#, python-format #, python-format
msgid "String (up to %(max_length)s)" msgid "String (up to %(max_length)s)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:699 #: db/models/fields/__init__.py:701
msgid "Comma-separated integers" msgid "Comma-separated integers"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:713 #: db/models/fields/__init__.py:715
#, python-format #, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format." msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:715 db/models/fields/__init__.py:803 #: db/models/fields/__init__.py:717 db/models/fields/__init__.py:805
#, python-format #, python-format
msgid "" msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date." "'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:718 #: db/models/fields/__init__.py:720
msgid "Date (without time)" msgid "Date (without time)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:801 #: db/models/fields/__init__.py:803
#, python-format #, python-format
msgid "" msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." "'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format." "uuuuuu]][TZ] format."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:805 #: db/models/fields/__init__.py:807
#, python-format #, python-format
msgid "" msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but " "'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time." "it is an invalid date/time."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:809 #: db/models/fields/__init__.py:811
msgid "Date (with time)" msgid "Date (with time)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:898 #: db/models/fields/__init__.py:900
#, python-format #, python-format
msgid "'%s' value must be a decimal number." msgid "'%s' value must be a decimal number."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:900 #: db/models/fields/__init__.py:902
msgid "Decimal number" msgid "Decimal number"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:957 #: db/models/fields/__init__.py:959
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:976 #: db/models/fields/__init__.py:978
msgid "File path" msgid "File path"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1003 #: db/models/fields/__init__.py:1005
#, python-format #, python-format
msgid "'%s' value must be a float." msgid "'%s' value must be a float."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1005 #: db/models/fields/__init__.py:1007
msgid "Floating point number" msgid "Floating point number"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1066 #: db/models/fields/__init__.py:1068
msgid "Big (8 byte) integer" msgid "Big (8 byte) integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1080 #: db/models/fields/__init__.py:1082
msgid "IPv4 address" msgid "IPv4 address"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1096 #: db/models/fields/__init__.py:1098
msgid "IP address" msgid "IP address"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1139 #: db/models/fields/__init__.py:1141
#, python-format #, python-format
msgid "'%s' value must be either None, True or False." msgid "'%s' value must be either None, True or False."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1141 #: db/models/fields/__init__.py:1143
msgid "Boolean (Either True, False or None)" msgid "Boolean (Either True, False or None)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1190 #: db/models/fields/__init__.py:1192
msgid "Positive integer" msgid "Positive integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1201 #: db/models/fields/__init__.py:1203
msgid "Positive small integer" msgid "Positive small integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1212 #: db/models/fields/__init__.py:1214
#, python-format #, python-format
msgid "Slug (up to %(max_length)s)" msgid "Slug (up to %(max_length)s)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1230 #: db/models/fields/__init__.py:1232
msgid "Small integer" msgid "Small integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1236 #: db/models/fields/__init__.py:1238
msgid "Text" msgid "Text"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1254 #: db/models/fields/__init__.py:1256
#, python-format #, python-format
msgid "" msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format." "'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1256 #: db/models/fields/__init__.py:1258
#, python-format #, python-format
msgid "" msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid " "'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time." "time."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1259 #: db/models/fields/__init__.py:1261
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1321 #: db/models/fields/__init__.py:1323
msgid "URL" msgid "URL"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1338 #: db/models/fields/__init__.py:1340
msgid "Raw binary data" msgid "Raw binary data"
msgstr "" msgstr ""
@ -596,55 +596,50 @@ msgstr ""
msgid "Image" msgid "Image"
msgstr "" msgstr ""
#: db/models/fields/related.py:1133 #: db/models/fields/related.py:1118
#, python-format #, python-format
msgid "Model %(model)s with pk %(pk)r does not exist." msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr "" msgstr ""
#: db/models/fields/related.py:1135 #: db/models/fields/related.py:1120
msgid "Foreign Key (type determined by related field)" msgid "Foreign Key (type determined by related field)"
msgstr "" msgstr ""
#: db/models/fields/related.py:1272 #: db/models/fields/related.py:1257
msgid "One-to-one relationship" msgid "One-to-one relationship"
msgstr "" msgstr ""
#: db/models/fields/related.py:1339 #: db/models/fields/related.py:1324
msgid "Many-to-many relationship" msgid "Many-to-many relationship"
msgstr "" msgstr ""
#: db/models/fields/related.py:1366
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr ""
#: forms/fields.py:56 #: forms/fields.py:56
msgid "This field is required." msgid "This field is required."
msgstr "" msgstr ""
#: forms/fields.py:225 #: forms/fields.py:227
msgid "Enter a whole number." msgid "Enter a whole number."
msgstr "" msgstr ""
#: forms/fields.py:266 forms/fields.py:294 #: forms/fields.py:268 forms/fields.py:296
msgid "Enter a number." msgid "Enter a number."
msgstr "" msgstr ""
#: forms/fields.py:296 #: forms/fields.py:298
#, python-format #, python-format
msgid "Ensure that there are no more than %(max)s digit in total." 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." msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: forms/fields.py:300 #: forms/fields.py:302
#, python-format #, python-format
msgid "Ensure that there are no more than %(max)s decimal place." 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." msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: forms/fields.py:304 #: forms/fields.py:306
#, python-format #, python-format
msgid "" msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point." "Ensure that there are no more than %(max)s digit before the decimal point."
@ -653,31 +648,31 @@ msgid_plural ""
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: forms/fields.py:406 forms/fields.py:1058 #: forms/fields.py:408 forms/fields.py:1064
msgid "Enter a valid date." msgid "Enter a valid date."
msgstr "" msgstr ""
#: forms/fields.py:430 forms/fields.py:1059 #: forms/fields.py:432 forms/fields.py:1065
msgid "Enter a valid time." msgid "Enter a valid time."
msgstr "" msgstr ""
#: forms/fields.py:451 #: forms/fields.py:454
msgid "Enter a valid date/time." msgid "Enter a valid date/time."
msgstr "" msgstr ""
#: forms/fields.py:525 #: forms/fields.py:531
msgid "No file was submitted. Check the encoding type on the form." msgid "No file was submitted. Check the encoding type on the form."
msgstr "" msgstr ""
#: forms/fields.py:526 #: forms/fields.py:532
msgid "No file was submitted." msgid "No file was submitted."
msgstr "" msgstr ""
#: forms/fields.py:527 #: forms/fields.py:533
msgid "The submitted file is empty." msgid "The submitted file is empty."
msgstr "" msgstr ""
#: forms/fields.py:529 #: forms/fields.py:535
#, python-format #, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural "" msgid_plural ""
@ -685,22 +680,22 @@ msgid_plural ""
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: forms/fields.py:532 #: forms/fields.py:538
msgid "Please either submit a file or check the clear checkbox, not both." msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "" msgstr ""
#: forms/fields.py:593 #: forms/fields.py:599
msgid "" msgid ""
"Upload a valid image. The file you uploaded was either not an image or a " "Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image." "corrupted image."
msgstr "" msgstr ""
#: forms/fields.py:746 forms/fields.py:824 forms/models.py:1042 #: forms/fields.py:749 forms/fields.py:828 forms/models.py:1096
#, python-format #, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices." msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "" msgstr ""
#: forms/fields.py:825 forms/fields.py:928 forms/models.py:1041 #: forms/fields.py:829 forms/fields.py:933 forms/models.py:1095
msgid "Enter a list of values." msgid "Enter a list of values."
msgstr "" msgstr ""
@ -709,53 +704,60 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s" msgid "(Hidden field %(name)s) %(error)s"
msgstr "" msgstr ""
#: forms/formsets.py:305 #: forms/formsets.py:310
#, python-format #, python-format
msgid "Please submit %s or fewer forms." msgid "Please submit %d or fewer forms."
msgstr "" msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
#: forms/formsets.py:331 forms/formsets.py:333 #: forms/formsets.py:337 forms/formsets.py:339
msgid "Order" msgid "Order"
msgstr "" msgstr ""
#: forms/formsets.py:335 #: forms/formsets.py:341
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: forms/models.py:599 #: forms/models.py:637
#, python-format #, python-format
msgid "Please correct the duplicate data for %(field)s." msgid "Please correct the duplicate data for %(field)s."
msgstr "" msgstr ""
#: forms/models.py:603 #: forms/models.py:641
#, python-format #, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique." msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "" msgstr ""
#: forms/models.py:609 #: forms/models.py:647
#, python-format #, python-format
msgid "" msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique " "Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s." "for the %(lookup)s in %(date_field)s."
msgstr "" msgstr ""
#: forms/models.py:617 #: forms/models.py:655
msgid "Please correct the duplicate values below." msgid "Please correct the duplicate values below."
msgstr "" msgstr ""
#: forms/models.py:883 #: forms/models.py:937
msgid "The inline foreign key did not match the parent instance primary key." msgid "The inline foreign key did not match the parent instance primary key."
msgstr "" msgstr ""
#: forms/models.py:947 #: forms/models.py:1001
msgid "Select a valid choice. That choice is not one of the available choices." msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "" msgstr ""
#: forms/models.py:1044 #: forms/models.py:1098
#, python-format #, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key." msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "" msgstr ""
#: forms/models.py:1109
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr ""
#: forms/util.py:84 #: forms/util.py:84
#, python-format #, python-format
msgid "" msgid ""
@ -791,34 +793,34 @@ msgstr ""
msgid "yes,no,maybe" msgid "yes,no,maybe"
msgstr "" msgstr ""
#: template/defaultfilters.py:813 template/defaultfilters.py:824 #: template/defaultfilters.py:813 template/defaultfilters.py:825
#, python-format #, python-format
msgid "%(size)d byte" msgid "%(size)d byte"
msgid_plural "%(size)d bytes" msgid_plural "%(size)d bytes"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: template/defaultfilters.py:826 #: template/defaultfilters.py:827
#, python-format #, python-format
msgid "%s KB" msgid "%s KB"
msgstr "" msgstr ""
#: template/defaultfilters.py:828 #: template/defaultfilters.py:829
#, python-format #, python-format
msgid "%s MB" msgid "%s MB"
msgstr "" msgstr ""
#: template/defaultfilters.py:830 #: template/defaultfilters.py:831
#, python-format #, python-format
msgid "%s GB" msgid "%s GB"
msgstr "" msgstr ""
#: template/defaultfilters.py:832 #: template/defaultfilters.py:833
#, python-format #, python-format
msgid "%s TB" msgid "%s TB"
msgstr "" msgstr ""
#: template/defaultfilters.py:833 #: template/defaultfilters.py:835
#, python-format #, python-format
msgid "%s PB" msgid "%s PB"
msgstr "" msgstr ""
@ -1119,6 +1121,16 @@ msgctxt "alt. month"
msgid "December" msgid "December"
msgstr "" msgstr ""
#: utils/image.py:105
#, python-format
msgid "Neither Pillow nor PIL could be imported: %s"
msgstr ""
#: utils/image.py:127
#, python-format
msgid "The '_imaging' module for the PIL could not be imported: %s"
msgstr ""
#: utils/text.py:70 #: utils/text.py:70
#, python-format #, python-format
msgctxt "String to return when truncating text" msgctxt "String to return when truncating text"
@ -1130,53 +1142,53 @@ msgid "or"
msgstr "" msgstr ""
#. Translators: This string is used as a separator between list elements #. Translators: This string is used as a separator between list elements
#: utils/text.py:242 utils/timesince.py:54 #: utils/text.py:242 utils/timesince.py:55
msgid ", " msgid ", "
msgstr "" msgstr ""
#: utils/timesince.py:22 #: utils/timesince.py:23
#, python-format #, python-format
msgid "%d year" msgid "%d year"
msgid_plural "%d years" msgid_plural "%d years"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:23 #: utils/timesince.py:24
#, python-format #, python-format
msgid "%d month" msgid "%d month"
msgid_plural "%d months" msgid_plural "%d months"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:24 #: utils/timesince.py:25
#, python-format #, python-format
msgid "%d week" msgid "%d week"
msgid_plural "%d weeks" msgid_plural "%d weeks"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:25 #: utils/timesince.py:26
#, python-format #, python-format
msgid "%d day" msgid "%d day"
msgid_plural "%d days" msgid_plural "%d days"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:26 #: utils/timesince.py:27
#, python-format #, python-format
msgid "%d hour" msgid "%d hour"
msgid_plural "%d hours" msgid_plural "%d hours"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:27 #: utils/timesince.py:28
#, python-format #, python-format
msgid "%d minute" msgid "%d minute"
msgid_plural "%d minutes" msgid_plural "%d minutes"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:43 #: utils/timesince.py:44
msgid "0 minutes" msgid "0 minutes"
msgstr "" msgstr ""

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-02 16:18+0200\n" "POT-Creation-Date: 2013-05-25 14:19+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -18,12 +18,12 @@ msgstr ""
msgid "Successfully deleted %(count)d %(items)s." msgid "Successfully deleted %(count)d %(items)s."
msgstr "" msgstr ""
#: actions.py:61 options.py:1365 #: actions.py:61 options.py:1418
#, python-format #, python-format
msgid "Cannot delete %(name)s" msgid "Cannot delete %(name)s"
msgstr "" msgstr ""
#: actions.py:63 options.py:1367 #: actions.py:63 options.py:1420
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
@ -130,157 +130,157 @@ msgstr ""
msgid "LogEntry Object" msgid "LogEntry Object"
msgstr "" msgstr ""
#: options.py:163 options.py:192 #: options.py:173 options.py:202
msgid "None" msgid "None"
msgstr "" msgstr ""
#: options.py:710 #: options.py:763
#, python-format #, python-format
msgid "Changed %s." msgid "Changed %s."
msgstr "" msgstr ""
#: options.py:710 options.py:720 options.py:1514 #: options.py:763 options.py:773 options.py:1570
msgid "and" msgid "and"
msgstr "" msgstr ""
#: options.py:715 #: options.py:768
#, python-format #, python-format
msgid "Added %(name)s \"%(object)s\"." msgid "Added %(name)s \"%(object)s\"."
msgstr "" msgstr ""
#: options.py:719 #: options.py:772
#, python-format #, python-format
msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgid "Changed %(list)s for %(name)s \"%(object)s\"."
msgstr "" msgstr ""
#: options.py:724 #: options.py:777
#, python-format #, python-format
msgid "Deleted %(name)s \"%(object)s\"." msgid "Deleted %(name)s \"%(object)s\"."
msgstr "" msgstr ""
#: options.py:728 #: options.py:781
msgid "No fields changed." msgid "No fields changed."
msgstr "" msgstr ""
#: options.py:831 options.py:874 #: options.py:884 options.py:927
#, python-format #, python-format
msgid "" msgid ""
"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
msgstr "" msgstr ""
#: options.py:849 #: options.py:902
#, python-format #, python-format
msgid "" msgid ""
"The %(name)s \"%(obj)s\" was added successfully. You may add another " "The %(name)s \"%(obj)s\" was added successfully. You may add another "
"%(name)s below." "%(name)s below."
msgstr "" msgstr ""
#: options.py:853 #: options.py:906
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was added successfully." msgid "The %(name)s \"%(obj)s\" was added successfully."
msgstr "" msgstr ""
#: options.py:867 #: options.py:920
#, python-format #, python-format
msgid "" msgid ""
"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " "The %(name)s \"%(obj)s\" was changed successfully. You may edit it again "
"below." "below."
msgstr "" msgstr ""
#: options.py:881 #: options.py:934
#, python-format #, python-format
msgid "" msgid ""
"The %(name)s \"%(obj)s\" was changed successfully. You may add another " "The %(name)s \"%(obj)s\" was changed successfully. You may add another "
"%(name)s below." "%(name)s below."
msgstr "" msgstr ""
#: options.py:887 #: options.py:940
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was changed successfully." msgid "The %(name)s \"%(obj)s\" was changed successfully."
msgstr "" msgstr ""
#: options.py:965 options.py:1225 #: options.py:1018 options.py:1278
msgid "" msgid ""
"Items must be selected in order to perform actions on them. No items have " "Items must be selected in order to perform actions on them. No items have "
"been changed." "been changed."
msgstr "" msgstr ""
#: options.py:984 #: options.py:1037
msgid "No action selected." msgid "No action selected."
msgstr "" msgstr ""
#: options.py:1064 #: options.py:1117
#, python-format #, python-format
msgid "Add %s" msgid "Add %s"
msgstr "" msgstr ""
#: options.py:1088 options.py:1333 #: options.py:1141 options.py:1386
#, python-format #, python-format
msgid "%(name)s object with primary key %(key)r does not exist." msgid "%(name)s object with primary key %(key)r does not exist."
msgstr "" msgstr ""
#: options.py:1154 #: options.py:1207
#, python-format #, python-format
msgid "Change %s" msgid "Change %s"
msgstr "" msgstr ""
#: options.py:1204 #: options.py:1257
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
#: options.py:1267 #: options.py:1320
#, python-format #, python-format
msgid "%(count)s %(name)s was changed successfully." msgid "%(count)s %(name)s was changed successfully."
msgid_plural "%(count)s %(name)s were changed successfully." msgid_plural "%(count)s %(name)s were changed successfully."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: options.py:1294 #: options.py:1347
#, python-format #, python-format
msgid "%(total_count)s selected" msgid "%(total_count)s selected"
msgid_plural "All %(total_count)s selected" msgid_plural "All %(total_count)s selected"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: options.py:1299 #: options.py:1352
#, python-format #, python-format
msgid "0 of %(cnt)s selected" msgid "0 of %(cnt)s selected"
msgstr "" msgstr ""
#: options.py:1350 #: options.py:1403
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgid "The %(name)s \"%(obj)s\" was deleted successfully."
msgstr "" msgstr ""
#: options.py:1406 #: options.py:1459
#, python-format #, python-format
msgid "Change history: %s" msgid "Change history: %s"
msgstr "" msgstr ""
#. Translators: Model verbose name and instance representation, suitable to be an item in a list #. Translators: Model verbose name and instance representation, suitable to be an item in a list
#: options.py:1508 #: options.py:1564
#, python-format #, python-format
msgid "%(class_name)s %(instance)s" msgid "%(class_name)s %(instance)s"
msgstr "" msgstr ""
#: options.py:1515 #: options.py:1571
#, python-format #, python-format
msgid "" msgid ""
"Deleting %(class_name)s %(instance)s would require deleting the following " "Deleting %(class_name)s %(instance)s would require deleting the following "
"protected related objects: %(related_objects)s" "protected related objects: %(related_objects)s"
msgstr "" msgstr ""
#: sites.py:324 tests.py:71 templates/admin/login.html:48 #: sites.py:318 tests.py:71 templates/admin/login.html:48
#: templates/registration/password_reset_complete.html:19 #: templates/registration/password_reset_complete.html:19
#: views/decorators.py:24 #: views/decorators.py:24
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""
#: sites.py:392 #: sites.py:386
msgid "Site administration" msgid "Site administration"
msgstr "" msgstr ""
#: sites.py:446 #: sites.py:440
#, python-format #, python-format
msgid "%s administration" msgid "%s administration"
msgstr "" msgstr ""
@ -429,9 +429,14 @@ msgstr ""
#: templates/admin/auth/user/change_password.html:27 #: templates/admin/auth/user/change_password.html:27
#: templates/registration/password_change_form.html:20 #: templates/registration/password_change_form.html:20
msgid "Please correct the error below." msgid "Please correct the error below."
msgid_plural "Please correct the errors below." msgstr ""
msgstr[0] ""
msgstr[1] "" #: templates/admin/change_form.html:44 templates/admin/change_list.html:67
#: templates/admin/login.html:17
#: templates/admin/auth/user/change_password.html:27
#: templates/registration/password_change_form.html:20
msgid "Please correct the errors below."
msgstr ""
#: templates/admin/change_list.html:58 #: templates/admin/change_list.html:58
#, python-format #, python-format
@ -811,16 +816,16 @@ msgstr ""
msgid "All dates" msgid "All dates"
msgstr "" msgstr ""
#: views/main.py:37 #: views/main.py:35
msgid "(None)" msgid "(None)"
msgstr "" msgstr ""
#: views/main.py:86 #: views/main.py:84
#, python-format #, python-format
msgid "Select %s" msgid "Select %s"
msgstr "" msgstr ""
#: views/main.py:88 #: views/main.py:86
#, python-format #, python-format
msgid "Select %s to change" msgid "Select %s to change"
msgstr "" msgstr ""

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-02 16:18+0200\n" "POT-Creation-Date: 2013-05-25 14:30+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -60,12 +60,13 @@ msgstr ""
msgid "number of %s" msgid "number of %s"
msgstr "" msgstr ""
#: views.py:270 #. Translators: %s is an object type name
#: views.py:271
#, python-format #, python-format
msgid "Fields on %s objects" msgid "Attributes on %s objects"
msgstr "" msgstr ""
#: views.py:362 #: views.py:363
#, python-format #, python-format
msgid "%s does not appear to be a urlpattern object" msgid "%s does not appear to be a urlpattern object"
msgstr "" msgstr ""

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-02 16:18+0200\n" "POT-Creation-Date: 2013-05-25 14:19+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -269,9 +269,11 @@ msgstr ""
#: templates/comments/preview.html:11 #: templates/comments/preview.html:11
msgid "Please correct the error below" msgid "Please correct the error below"
msgid_plural "Please correct the errors below" msgstr ""
msgstr[0] ""
msgstr[1] "" #: templates/comments/preview.html:11
msgid "Please correct the errors below"
msgstr ""
#: templates/comments/preview.html:16 #: templates/comments/preview.html:16
msgid "Post your comment" msgid "Post your comment"