Updated base translation files

This commit is contained in:
Claude Paroz 2012-10-15 11:17:06 +02:00
parent afbf913b90
commit 58365401c9
15 changed files with 791 additions and 766 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: 2012-03-23 02:29+0100\n" "POT-Creation-Date: 2012-10-15 10:55+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"
@ -297,385 +297,386 @@ msgstr ""
msgid "Traditional Chinese" msgid "Traditional Chinese"
msgstr "" msgstr ""
#: core/validators.py:24 forms/fields.py:51 #: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value." msgid "Enter a valid value."
msgstr "" msgstr ""
#: core/validators.py:99 forms/fields.py:601 #: core/validators.py:104 forms/fields.py:464
msgid "This URL appears to be a broken link." msgid "Enter a valid email address."
msgstr "" msgstr ""
#: core/validators.py:131 forms/fields.py:600 #: core/validators.py:107 forms/fields.py:1013
msgid "Enter a valid URL."
msgstr ""
#: core/validators.py:165 forms/fields.py:474
msgid "Enter a valid e-mail address."
msgstr ""
#: core/validators.py:168 forms/fields.py:1023
msgid "" msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." "Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "" msgstr ""
#: core/validators.py:171 core/validators.py:188 forms/fields.py:997 #: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address." msgid "Enter a valid IPv4 address."
msgstr "" msgstr ""
#: core/validators.py:175 core/validators.py:189 #: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address." msgid "Enter a valid IPv6 address."
msgstr "" msgstr ""
#: core/validators.py:184 core/validators.py:187 #: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address." msgid "Enter a valid IPv4 or IPv6 address."
msgstr "" msgstr ""
#: core/validators.py:209 db/models/fields/__init__.py:638 #: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas." msgid "Enter only digits separated by commas."
msgstr "" msgstr ""
#: core/validators.py:215 #: core/validators.py:157
#, python-format #, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "" msgstr ""
#: core/validators.py:233 forms/fields.py:209 forms/fields.py:262 #: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format #, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s." msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "" msgstr ""
#: core/validators.py:238 forms/fields.py:210 forms/fields.py:263 #: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format #, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s." msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "" msgstr ""
#: core/validators.py:244 #: core/validators.py:189
#, python-format #, python-format
msgid "" msgid ""
"Ensure this value has at least %(limit_value)d characters (it has " "Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)." "%(show_value)d)."
msgstr "" msgstr ""
#: core/validators.py:250 #: core/validators.py:196
#, python-format #, python-format
msgid "" msgid ""
"Ensure this value has at most %(limit_value)d characters (it has " "Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)." "%(show_value)d)."
msgstr "" msgstr ""
#: db/models/base.py:764 #: db/models/base.py:843
#, python-format #, python-format
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:787 forms/models.py:577 #: db/models/base.py:866 forms/models.py:573
msgid "and" msgid "and"
msgstr "" msgstr ""
#: db/models/base.py:788 db/models/fields/__init__.py:65 #: db/models/base.py:867 db/models/fields/__init__.py:70
#, python-format #, python-format
msgid "%(model_name)s with this %(field_label)s already exists." msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:62 #: db/models/fields/__init__.py:67
#, python-format #, python-format
msgid "Value %r is not a valid choice." msgid "Value %r is not a valid choice."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:63 #: db/models/fields/__init__.py:68
msgid "This field cannot be null." msgid "This field cannot be null."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:64 #: db/models/fields/__init__.py:69
msgid "This field cannot be blank." msgid "This field cannot be blank."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:71 #: db/models/fields/__init__.py:76
#, python-format #, python-format
msgid "Field of type: %(field_type)s" msgid "Field of type: %(field_type)s"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:506 db/models/fields/__init__.py:961 #: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer" msgid "Integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:510 db/models/fields/__init__.py:959 #: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, 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:552 #: db/models/fields/__init__.py:569
#, 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:554 #: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)" msgid "Boolean (Either True or False)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:605 #: db/models/fields/__init__.py:622
#, 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:633 #: db/models/fields/__init__.py:650
msgid "Comma-separated integers" msgid "Comma-separated integers"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:647 #: db/models/fields/__init__.py:664
#, 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:649 db/models/fields/__init__.py:734 #: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, 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:652 #: db/models/fields/__init__.py:669
msgid "Date (without time)" msgid "Date (without time)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:732 #: db/models/fields/__init__.py:752
#, 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:736 #: db/models/fields/__init__.py:756
#, 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:740 #: db/models/fields/__init__.py:760
msgid "Date (with time)" msgid "Date (with time)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:831 #: db/models/fields/__init__.py:849
#, 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:833 #: db/models/fields/__init__.py:851
msgid "Decimal number" msgid "Decimal number"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:890 #: db/models/fields/__init__.py:908
msgid "E-mail address" msgid "Email address"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:906 #: db/models/fields/__init__.py:927
msgid "File path" msgid "File path"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:930 #: db/models/fields/__init__.py:954
#, 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:932 #: db/models/fields/__init__.py:956
msgid "Floating point number" msgid "Floating point number"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:993 #: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer" msgid "Big (8 byte) integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1007 #: db/models/fields/__init__.py:1031
msgid "IPv4 address" msgid "IPv4 address"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1023 #: db/models/fields/__init__.py:1047
msgid "IP address" msgid "IP address"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1065 #: db/models/fields/__init__.py:1090
#, 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:1067 #: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)" msgid "Boolean (Either True, False or None)"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1116 #: db/models/fields/__init__.py:1141
msgid "Positive integer" msgid "Positive integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1127 #: db/models/fields/__init__.py:1152
msgid "Positive small integer" msgid "Positive small integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1138 #: db/models/fields/__init__.py:1163
#, 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:1156 #: db/models/fields/__init__.py:1181
msgid "Small integer" msgid "Small integer"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1162 #: db/models/fields/__init__.py:1187
msgid "Text" msgid "Text"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1180 #: db/models/fields/__init__.py:1205
#, 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:1182 #: db/models/fields/__init__.py:1207
#, 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:1185 #: db/models/fields/__init__.py:1210
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1249 #: db/models/fields/__init__.py:1272
msgid "URL" msgid "URL"
msgstr "" msgstr ""
#: db/models/fields/files.py:214 #: db/models/fields/files.py:211
#, python-format
msgid "Filename is %(extra)d characters too long."
msgstr ""
#: db/models/fields/files.py:221
msgid "File" msgid "File"
msgstr "" msgstr ""
#: db/models/fields/files.py:321 #: db/models/fields/files.py:347
msgid "Image" msgid "Image"
msgstr "" msgstr ""
#: db/models/fields/related.py:903 #: db/models/fields/related.py:950
#, 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:905 #: db/models/fields/related.py:952
msgid "Foreign Key (type determined by related field)" msgid "Foreign Key (type determined by related field)"
msgstr "" msgstr ""
#: db/models/fields/related.py:1033 #: db/models/fields/related.py:1082
msgid "One-to-one relationship" msgid "One-to-one relationship"
msgstr "" msgstr ""
#: db/models/fields/related.py:1096 #: db/models/fields/related.py:1149
msgid "Many-to-many relationship" msgid "Many-to-many relationship"
msgstr "" msgstr ""
#: db/models/fields/related.py:1120 #: db/models/fields/related.py:1174
msgid "" msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr "" msgstr ""
#: forms/fields.py:50 #: forms/fields.py:51
msgid "This field is required." msgid "This field is required."
msgstr "" msgstr ""
#: forms/fields.py:208 #: forms/fields.py:209
msgid "Enter a whole number." msgid "Enter a whole number."
msgstr "" msgstr ""
#: forms/fields.py:240 forms/fields.py:261 #: forms/fields.py:241 forms/fields.py:262
msgid "Enter a number." msgid "Enter a number."
msgstr "" msgstr ""
#: forms/fields.py:264
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr ""
#: forms/fields.py:265 #: forms/fields.py:265
#, python-format #, python-format
msgid "Ensure that there are no more than %s decimal places." msgid "Ensure that there are no more than %s digits in total."
msgstr "" msgstr ""
#: forms/fields.py:266 #: forms/fields.py:266
#, python-format #, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr ""
#: forms/fields.py:267
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point." msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr "" msgstr ""
#: forms/fields.py:365 forms/fields.py:963 #: forms/fields.py:355 forms/fields.py:953
msgid "Enter a valid date." msgid "Enter a valid date."
msgstr "" msgstr ""
#: forms/fields.py:388 forms/fields.py:964 #: forms/fields.py:378 forms/fields.py:954
msgid "Enter a valid time." msgid "Enter a valid time."
msgstr "" msgstr ""
#: forms/fields.py:409 #: forms/fields.py:399
msgid "Enter a valid date/time." msgid "Enter a valid date/time."
msgstr "" msgstr ""
#: forms/fields.py:485 #: forms/fields.py:475
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:486 #: forms/fields.py:476
msgid "No file was submitted." msgid "No file was submitted."
msgstr "" msgstr ""
#: forms/fields.py:487 #: forms/fields.py:477
msgid "The submitted file is empty." msgid "The submitted file is empty."
msgstr "" msgstr ""
#: forms/fields.py:488 #: forms/fields.py:478
#, python-format #, python-format
msgid "" msgid ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)." "Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr "" msgstr ""
#: forms/fields.py:489 #: forms/fields.py:479
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:544 #: forms/fields.py:534
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:689 forms/fields.py:769 #: forms/fields.py:580
msgid "Enter a valid URL."
msgstr ""
#: forms/fields.py:666 forms/fields.py:746
#, 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:770 forms/fields.py:858 forms/models.py:999 #: forms/fields.py:747 forms/fields.py:835 forms/models.py:999
msgid "Enter a list of values." msgid "Enter a list of values."
msgstr "" msgstr ""
#: forms/formsets.py:317 forms/formsets.py:319 #: forms/formsets.py:323 forms/formsets.py:325
msgid "Order" msgid "Order"
msgstr "" msgstr ""
#: forms/formsets.py:321 #: forms/formsets.py:327
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: forms/models.py:571 #: forms/models.py:567
#, 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:575 #: forms/models.py:571
#, 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:581 #: forms/models.py:577
#, 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:589 #: forms/models.py:585
msgid "Please correct the duplicate values below." msgid "Please correct the duplicate values below."
msgstr "" msgstr ""
@ -697,94 +698,94 @@ msgstr ""
msgid "\"%s\" is not a valid value for a primary key." msgid "\"%s\" is not a valid value for a primary key."
msgstr "" msgstr ""
#: forms/util.py:70 #: forms/util.py:81
#, python-format #, python-format
msgid "" msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " "%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist." "may be ambiguous or it may not exist."
msgstr "" msgstr ""
#: forms/widgets.py:325 #: forms/widgets.py:336
msgid "Currently" msgid "Currently"
msgstr "" msgstr ""
#: forms/widgets.py:326 #: forms/widgets.py:337
msgid "Change" msgid "Change"
msgstr "" msgstr ""
#: forms/widgets.py:327 #: forms/widgets.py:338
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
#: forms/widgets.py:582 #: forms/widgets.py:591
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
#: forms/widgets.py:583 #: forms/widgets.py:592
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: forms/widgets.py:584 #: forms/widgets.py:593
msgid "No" msgid "No"
msgstr "" msgstr ""
#: template/defaultfilters.py:797 #: template/defaultfilters.py:794
msgid "yes,no,maybe" msgid "yes,no,maybe"
msgstr "" msgstr ""
#: template/defaultfilters.py:825 template/defaultfilters.py:830 #: template/defaultfilters.py:822 template/defaultfilters.py:833
#, 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:832 #: template/defaultfilters.py:835
#, python-format #, python-format
msgid "%s KB" msgid "%s KB"
msgstr "" msgstr ""
#: template/defaultfilters.py:834 #: template/defaultfilters.py:837
#, python-format #, python-format
msgid "%s MB" msgid "%s MB"
msgstr "" msgstr ""
#: template/defaultfilters.py:836 #: template/defaultfilters.py:839
#, python-format #, python-format
msgid "%s GB" msgid "%s GB"
msgstr "" msgstr ""
#: template/defaultfilters.py:838 #: template/defaultfilters.py:841
#, python-format #, python-format
msgid "%s TB" msgid "%s TB"
msgstr "" msgstr ""
#: template/defaultfilters.py:839 #: template/defaultfilters.py:842
#, python-format #, python-format
msgid "%s PB" msgid "%s PB"
msgstr "" msgstr ""
#: utils/dateformat.py:45 #: utils/dateformat.py:47
msgid "p.m." msgid "p.m."
msgstr "" msgstr ""
#: utils/dateformat.py:46 #: utils/dateformat.py:48
msgid "a.m." msgid "a.m."
msgstr "" msgstr ""
#: utils/dateformat.py:51 #: utils/dateformat.py:53
msgid "PM" msgid "PM"
msgstr "" msgstr ""
#: utils/dateformat.py:52 #: utils/dateformat.py:54
msgid "AM" msgid "AM"
msgstr "" msgstr ""
#: utils/dateformat.py:101 #: utils/dateformat.py:103
msgid "midnight" msgid "midnight"
msgstr "" msgstr ""
#: utils/dateformat.py:103 #: utils/dateformat.py:105
msgid "noon" msgid "noon"
msgstr "" msgstr ""
@ -1060,148 +1061,133 @@ msgctxt "alt. month"
msgid "December" msgid "December"
msgstr "" msgstr ""
#: utils/text.py:65 #: utils/text.py:70
#, python-format #, python-format
msgctxt "String to return when truncating text" msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..." msgid "%(truncated_text)s..."
msgstr "" msgstr ""
#: utils/text.py:234 #: utils/text.py:239
msgid "or" 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:251 #: utils/text.py:256
msgid ", " msgid ", "
msgstr "" msgstr ""
#: utils/timesince.py:20 #: utils/timesince.py:22
msgid "year" msgid "year"
msgid_plural "years" msgid_plural "years"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:21 #: utils/timesince.py:23
msgid "month" msgid "month"
msgid_plural "months" msgid_plural "months"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:22 #: utils/timesince.py:24
msgid "week" msgid "week"
msgid_plural "weeks" msgid_plural "weeks"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:23 #: utils/timesince.py:25
msgid "day" msgid "day"
msgid_plural "days" msgid_plural "days"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:24 #: utils/timesince.py:26
msgid "hour" msgid "hour"
msgid_plural "hours" msgid_plural "hours"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:25 #: utils/timesince.py:27
msgid "minute" msgid "minute"
msgid_plural "minutes" msgid_plural "minutes"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: utils/timesince.py:41 #: utils/timesince.py:43
msgid "minutes" msgid "minutes"
msgstr "" msgstr ""
#: utils/timesince.py:46 #: utils/timesince.py:48
#, python-format #, python-format
msgid "%(number)d %(type)s" msgid "%(number)d %(type)s"
msgstr "" msgstr ""
#: utils/timesince.py:52 #: utils/timesince.py:54
#, python-format #, python-format
msgid ", %(number)d %(type)s" msgid ", %(number)d %(type)s"
msgstr "" msgstr ""
#: views/static.py:52 #: views/static.py:55
msgid "Directory indexes are not allowed here." msgid "Directory indexes are not allowed here."
msgstr "" msgstr ""
#: views/static.py:54 #: views/static.py:57
#, python-format #, python-format
msgid "\"%(path)s\" does not exist" msgid "\"%(path)s\" does not exist"
msgstr "" msgstr ""
#: views/static.py:95 #: views/static.py:98
#, python-format #, python-format
msgid "Index of %(directory)s" msgid "Index of %(directory)s"
msgstr "" msgstr ""
#: views/generic/create_update.py:121 #: views/generic/dates.py:42
#, python-format
msgid "The %(verbose_name)s was created successfully."
msgstr ""
#: views/generic/create_update.py:164
#, python-format
msgid "The %(verbose_name)s was updated successfully."
msgstr ""
#: views/generic/create_update.py:207
#, python-format
msgid "The %(verbose_name)s was deleted."
msgstr ""
#: views/generic/dates.py:33
msgid "No year specified" msgid "No year specified"
msgstr "" msgstr ""
#: views/generic/dates.py:58 #: views/generic/dates.py:98
msgid "No month specified" msgid "No month specified"
msgstr "" msgstr ""
#: views/generic/dates.py:99 #: views/generic/dates.py:157
msgid "No day specified" msgid "No day specified"
msgstr "" msgstr ""
#: views/generic/dates.py:138 #: views/generic/dates.py:213
msgid "No week specified" msgid "No week specified"
msgstr "" msgstr ""
#: views/generic/dates.py:198 views/generic/dates.py:215 #: views/generic/dates.py:368 views/generic/dates.py:393
#, python-format #, python-format
msgid "No %(verbose_name_plural)s available" msgid "No %(verbose_name_plural)s available"
msgstr "" msgstr ""
#: views/generic/dates.py:467 #: views/generic/dates.py:646
#, python-format #, python-format
msgid "" msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s." "Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False." "allow_future is False."
msgstr "" msgstr ""
#: views/generic/dates.py:501 #: views/generic/dates.py:678
#, python-format #, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'" msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "" msgstr ""
#: views/generic/detail.py:51 #: views/generic/detail.py:54
#, python-format #, python-format
msgid "No %(verbose_name)s found matching the query" msgid "No %(verbose_name)s found matching the query"
msgstr "" msgstr ""
#: views/generic/list.py:45 #: views/generic/list.py:49
msgid "Page is not 'last', nor can it be converted to an int." msgid "Page is not 'last', nor can it be converted to an int."
msgstr "" msgstr ""
#: views/generic/list.py:50 #: views/generic/list.py:54
#, python-format #, python-format
msgid "Invalid page (%(page_number)s)" msgid "Invalid page (%(page_number)s)"
msgstr "" msgstr ""
#: views/generic/list.py:117 #: views/generic/list.py:134
#, python-format #, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False." msgid "Empty list and '%(class_name)s.allow_empty' is False."
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: 2012-03-23 02:34+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -32,39 +32,39 @@ msgstr ""
msgid "Delete selected %(verbose_name_plural)s" msgid "Delete selected %(verbose_name_plural)s"
msgstr "" msgstr ""
#: filters.py:101 filters.py:191 filters.py:231 filters.py:268 filters.py:378 #: filters.py:101 filters.py:197 filters.py:237 filters.py:274 filters.py:380
msgid "All" msgid "All"
msgstr "" msgstr ""
#: filters.py:232 #: filters.py:238
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: filters.py:233 #: filters.py:239
msgid "No" msgid "No"
msgstr "" msgstr ""
#: filters.py:247 #: filters.py:253
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
#: filters.py:306 #: filters.py:308
msgid "Any date" msgid "Any date"
msgstr "" msgstr ""
#: filters.py:307 #: filters.py:309
msgid "Today" msgid "Today"
msgstr "" msgstr ""
#: filters.py:311 #: filters.py:313
msgid "Past 7 days" msgid "Past 7 days"
msgstr "" msgstr ""
#: filters.py:315 #: filters.py:317
msgid "This month" msgid "This month"
msgstr "" msgstr ""
#: filters.py:319 #: filters.py:321
msgid "This year" msgid "This year"
msgstr "" msgstr ""
@ -74,134 +74,129 @@ msgid ""
"that both fields are case-sensitive." "that both fields are case-sensitive."
msgstr "" msgstr ""
#: forms.py:18 #: forms.py:19
msgid "Please log in again, because your session has expired." msgid "Please log in again, because your session has expired."
msgstr "" msgstr ""
#: forms.py:37 #: helpers.py:23
#, python-format
msgid "Your e-mail address is not your username. Try '%s' instead."
msgstr ""
#: helpers.py:20
msgid "Action:" msgid "Action:"
msgstr "" msgstr ""
#: models.py:19 #: models.py:24
msgid "action time" msgid "action time"
msgstr "" msgstr ""
#: models.py:22 #: models.py:27
msgid "object id" msgid "object id"
msgstr "" msgstr ""
#: models.py:23 #: models.py:28
msgid "object repr" msgid "object repr"
msgstr "" msgstr ""
#: models.py:24 #: models.py:29
msgid "action flag" msgid "action flag"
msgstr "" msgstr ""
#: models.py:25 #: models.py:30
msgid "change message" msgid "change message"
msgstr "" msgstr ""
#: models.py:30 #: models.py:35
msgid "log entry" msgid "log entry"
msgstr "" msgstr ""
#: models.py:31 #: models.py:36
msgid "log entries" msgid "log entries"
msgstr "" msgstr ""
#: models.py:40 #: models.py:45
#, python-format #, python-format
msgid "Added \"%(object)s\"." msgid "Added \"%(object)s\"."
msgstr "" msgstr ""
#: models.py:42 #: models.py:47
#, python-format #, python-format
msgid "Changed \"%(object)s\" - %(changes)s" msgid "Changed \"%(object)s\" - %(changes)s"
msgstr "" msgstr ""
#: models.py:44 #: models.py:49
#, python-format #, python-format
msgid "Deleted \"%(object)s.\"" msgid "Deleted \"%(object)s.\""
msgstr "" msgstr ""
#: models.py:46 #: models.py:51
msgid "LogEntry Object" msgid "LogEntry Object"
msgstr "" msgstr ""
#: options.py:150 options.py:166 #: options.py:151 options.py:167
msgid "None" msgid "None"
msgstr "" msgstr ""
#: options.py:671 #: options.py:672
#, python-format #, python-format
msgid "Changed %s." msgid "Changed %s."
msgstr "" msgstr ""
#: options.py:671 options.py:681 #: options.py:672 options.py:682
msgid "and" msgid "and"
msgstr "" msgstr ""
#: options.py:676 #: options.py:677
#, python-format #, python-format
msgid "Added %(name)s \"%(object)s\"." msgid "Added %(name)s \"%(object)s\"."
msgstr "" msgstr ""
#: options.py:680 #: options.py:681
#, 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:685 #: options.py:686
#, python-format #, python-format
msgid "Deleted %(name)s \"%(object)s\"." msgid "Deleted %(name)s \"%(object)s\"."
msgstr "" msgstr ""
#: options.py:689 #: options.py:690
msgid "No fields changed." msgid "No fields changed."
msgstr "" msgstr ""
#: options.py:772 #: options.py:773
#, 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:776 options.py:824 #: options.py:777 options.py:825
msgid "You may edit it again below." msgid "You may edit it again below."
msgstr "" msgstr ""
#: options.py:788 options.py:837 #: options.py:789 options.py:838
#, python-format #, python-format
msgid "You may add another %s below." msgid "You may add another %s below."
msgstr "" msgstr ""
#: options.py:822 #: options.py:823
#, 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:830 #: options.py:831
#, 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:899 options.py:1159 #: options.py:900 options.py:1159
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:918 #: options.py:919
msgid "No action selected." msgid "No action selected."
msgstr "" msgstr ""
#: options.py:998 #: options.py:999
#, python-format #, python-format
msgid "Add %s" msgid "Add %s"
msgstr "" msgstr ""
@ -249,34 +244,34 @@ msgstr ""
msgid "Change history: %s" msgid "Change history: %s"
msgstr "" msgstr ""
#: sites.py:315 tests.py:61 templates/admin/login.html:49 #: sites.py:322 tests.py:57 templates/admin/login.html:48
#: templates/registration/password_reset_complete.html:20 #: templates/registration/password_reset_complete.html:19
#: views/decorators.py:23 #: views/decorators.py:24
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""
#: sites.py:380 #: sites.py:388
msgid "Site administration" msgid "Site administration"
msgstr "" msgstr ""
#: sites.py:432 #: sites.py:440
#, python-format #, python-format
msgid "%s administration" msgid "%s administration"
msgstr "" msgstr ""
#: widgets.py:87 #: widgets.py:90
msgid "Date:" msgid "Date:"
msgstr "" msgstr ""
#: widgets.py:87 #: widgets.py:91
msgid "Time:" msgid "Time:"
msgstr "" msgstr ""
#: widgets.py:161 #: widgets.py:165
msgid "Lookup" msgid "Lookup"
msgstr "" msgstr ""
#: widgets.py:267 #: widgets.py:271
msgid "Add Another" msgid "Add Another"
msgstr "" msgstr ""
@ -288,39 +283,39 @@ msgstr ""
msgid "We're sorry, but the requested page could not be found." msgid "We're sorry, but the requested page could not be found."
msgstr "" msgstr ""
#: templates/admin/500.html:7 templates/admin/app_index.html:8 #: templates/admin/500.html:6 templates/admin/app_index.html:7
#: templates/admin/base.html:45 templates/admin/change_form.html:21 #: templates/admin/base.html:47 templates/admin/change_form.html:19
#: templates/admin/change_list.html:43 #: templates/admin/change_list.html:41
#: templates/admin/delete_confirmation.html:8 #: templates/admin/delete_confirmation.html:7
#: templates/admin/delete_selected_confirmation.html:8 #: templates/admin/delete_selected_confirmation.html:7
#: templates/admin/invalid_setup.html:7 templates/admin/object_history.html:8 #: templates/admin/invalid_setup.html:6 templates/admin/object_history.html:7
#: templates/admin/auth/user/change_password.html:15 #: templates/admin/auth/user/change_password.html:13
#: templates/registration/logged_out.html:5 #: templates/registration/logged_out.html:4
#: templates/registration/password_change_done.html:7 #: templates/registration/password_change_done.html:6
#: templates/registration/password_change_form.html:8 #: templates/registration/password_change_form.html:7
#: templates/registration/password_reset_complete.html:7 #: templates/registration/password_reset_complete.html:6
#: templates/registration/password_reset_confirm.html:7 #: templates/registration/password_reset_confirm.html:6
#: templates/registration/password_reset_done.html:7 #: templates/registration/password_reset_done.html:6
#: templates/registration/password_reset_form.html:7 #: templates/registration/password_reset_form.html:6
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: templates/admin/500.html:8 #: templates/admin/500.html:7
msgid "Server error" msgid "Server error"
msgstr "" msgstr ""
#: templates/admin/500.html:12 #: templates/admin/500.html:11
msgid "Server error (500)" msgid "Server error (500)"
msgstr "" msgstr ""
#: templates/admin/500.html:15 #: templates/admin/500.html:14
msgid "Server Error <em>(500)</em>" msgid "Server Error <em>(500)</em>"
msgstr "" msgstr ""
#: templates/admin/500.html:16 #: templates/admin/500.html:15
msgid "" msgid ""
"There's been an error. It's been reported to the site administrators via e-" "There's been an error. It's been reported to the site administrators via "
"mail and should be fixed shortly. Thanks for your patience." "email and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: templates/admin/actions.html:4 #: templates/admin/actions.html:4
@ -344,7 +339,7 @@ msgstr ""
msgid "Clear selection" msgid "Clear selection"
msgstr "" msgstr ""
#: templates/admin/app_index.html:11 templates/admin/index.html:19 #: templates/admin/app_index.html:10 templates/admin/index.html:21
#, python-format #, python-format
msgid "%(name)s" msgid "%(name)s"
msgstr "" msgstr ""
@ -354,22 +349,22 @@ msgid "Welcome,"
msgstr "" msgstr ""
#: templates/admin/base.html:33 #: templates/admin/base.html:33
#: templates/registration/password_change_done.html:4 #: templates/registration/password_change_done.html:3
#: templates/registration/password_change_form.html:5 #: templates/registration/password_change_form.html:4
msgid "Documentation" msgid "Documentation"
msgstr "" msgstr ""
#: templates/admin/base.html:35 #: templates/admin/base.html:36
#: templates/admin/auth/user/change_password.html:19 #: templates/admin/auth/user/change_password.html:17
#: templates/admin/auth/user/change_password.html:53 #: templates/admin/auth/user/change_password.html:51
#: templates/registration/password_change_done.html:4 #: templates/registration/password_change_done.html:3
#: templates/registration/password_change_form.html:5 #: templates/registration/password_change_form.html:4
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: templates/admin/base.html:36 #: templates/admin/base.html:38
#: templates/registration/password_change_done.html:4 #: templates/registration/password_change_done.html:3
#: templates/registration/password_change_form.html:5 #: templates/registration/password_change_form.html:4
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
@ -381,35 +376,35 @@ msgstr ""
msgid "Django administration" msgid "Django administration"
msgstr "" msgstr ""
#: templates/admin/change_form.html:24 templates/admin/index.html:29 #: templates/admin/change_form.html:22 templates/admin/index.html:33
msgid "Add" msgid "Add"
msgstr "" msgstr ""
#: templates/admin/change_form.html:34 templates/admin/object_history.html:12 #: templates/admin/change_form.html:32 templates/admin/object_history.html:11
msgid "History" msgid "History"
msgstr "" msgstr ""
#: templates/admin/change_form.html:35 #: templates/admin/change_form.html:33
#: templates/admin/edit_inline/stacked.html:9 #: templates/admin/edit_inline/stacked.html:9
#: templates/admin/edit_inline/tabular.html:30 #: templates/admin/edit_inline/tabular.html:30
msgid "View on site" msgid "View on site"
msgstr "" msgstr ""
#: templates/admin/change_form.html:46 templates/admin/change_list.html:69 #: templates/admin/change_form.html:44 templates/admin/change_list.html:67
#: templates/admin/login.html:18 #: templates/admin/login.html:17
#: templates/admin/auth/user/change_password.html:29 #: templates/admin/auth/user/change_password.html:27
#: templates/registration/password_change_form.html:21 #: 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." msgid_plural "Please correct the errors below."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templates/admin/change_list.html:60 #: templates/admin/change_list.html:58
#, python-format #, python-format
msgid "Add %(name)s" msgid "Add %(name)s"
msgstr "" msgstr ""
#: templates/admin/change_list.html:80 #: templates/admin/change_list.html:78
msgid "Filter" msgid "Filter"
msgstr "" msgstr ""
@ -426,12 +421,12 @@ msgstr ""
msgid "Toggle sorting" msgid "Toggle sorting"
msgstr "" msgstr ""
#: templates/admin/delete_confirmation.html:12 #: templates/admin/delete_confirmation.html:11
#: templates/admin/submit_line.html:4 #: templates/admin/submit_line.html:4
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: templates/admin/delete_confirmation.html:19 #: templates/admin/delete_confirmation.html:18
#, python-format #, python-format
msgid "" msgid ""
"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
@ -439,30 +434,30 @@ msgid ""
"following types of objects:" "following types of objects:"
msgstr "" msgstr ""
#: templates/admin/delete_confirmation.html:27 #: templates/admin/delete_confirmation.html:26
#, python-format #, python-format
msgid "" msgid ""
"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
"following protected related objects:" "following protected related objects:"
msgstr "" msgstr ""
#: templates/admin/delete_confirmation.html:35 #: templates/admin/delete_confirmation.html:34
#, python-format #, python-format
msgid "" msgid ""
"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
"All of the following related items will be deleted:" "All of the following related items will be deleted:"
msgstr "" msgstr ""
#: templates/admin/delete_confirmation.html:40 #: templates/admin/delete_confirmation.html:39
#: templates/admin/delete_selected_confirmation.html:45 #: templates/admin/delete_selected_confirmation.html:44
msgid "Yes, I'm sure" msgid "Yes, I'm sure"
msgstr "" msgstr ""
#: templates/admin/delete_selected_confirmation.html:11 #: templates/admin/delete_selected_confirmation.html:10
msgid "Delete multiple objects" msgid "Delete multiple objects"
msgstr "" msgstr ""
#: templates/admin/delete_selected_confirmation.html:18 #: templates/admin/delete_selected_confirmation.html:17
#, python-format #, python-format
msgid "" msgid ""
"Deleting the selected %(objects_name)s would result in deleting related " "Deleting the selected %(objects_name)s would result in deleting related "
@ -470,14 +465,14 @@ msgid ""
"types of objects:" "types of objects:"
msgstr "" msgstr ""
#: templates/admin/delete_selected_confirmation.html:26 #: templates/admin/delete_selected_confirmation.html:25
#, python-format #, python-format
msgid "" msgid ""
"Deleting the selected %(objects_name)s would require deleting the following " "Deleting the selected %(objects_name)s would require deleting the following "
"protected related objects:" "protected related objects:"
msgstr "" msgstr ""
#: templates/admin/delete_selected_confirmation.html:34 #: templates/admin/delete_selected_confirmation.html:33
#, python-format #, python-format
msgid "" msgid ""
"Are you sure you want to delete the selected %(objects_name)s? All of the " "Are you sure you want to delete the selected %(objects_name)s? All of the "
@ -489,67 +484,63 @@ msgstr ""
msgid " By %(filter_title)s " msgid " By %(filter_title)s "
msgstr "" msgstr ""
#: templates/admin/index.html:18 #: templates/admin/index.html:20
#, python-format #, python-format
msgid "Models available in the %(name)s application." msgid "Models in the %(name)s application"
msgstr "" msgstr ""
#: templates/admin/index.html:35 #: templates/admin/index.html:39
msgid "Change" msgid "Change"
msgstr "" msgstr ""
#: templates/admin/index.html:45 #: templates/admin/index.html:49
msgid "You don't have permission to edit anything." msgid "You don't have permission to edit anything."
msgstr "" msgstr ""
#: templates/admin/index.html:53 #: templates/admin/index.html:57
msgid "Recent Actions" msgid "Recent Actions"
msgstr "" msgstr ""
#: templates/admin/index.html:54 #: templates/admin/index.html:58
msgid "My Actions" msgid "My Actions"
msgstr "" msgstr ""
#: templates/admin/index.html:58 #: templates/admin/index.html:62
msgid "None available" msgid "None available"
msgstr "" msgstr ""
#: templates/admin/index.html:72 #: templates/admin/index.html:76
msgid "Unknown content" msgid "Unknown content"
msgstr "" msgstr ""
#: templates/admin/invalid_setup.html:13 #: templates/admin/invalid_setup.html:12
msgid "" msgid ""
"Something's wrong with your database installation. Make sure the appropriate " "Something's wrong with your database installation. Make sure the appropriate "
"database tables have been created, and make sure the database is readable by " "database tables have been created, and make sure the database is readable by "
"the appropriate user." "the appropriate user."
msgstr "" msgstr ""
#: templates/admin/login.html:34 #: templates/admin/login.html:37
msgid "Username:"
msgstr ""
#: templates/admin/login.html:38
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: templates/admin/login.html:45 #: templates/admin/login.html:44
msgid "Forgotten your password or username?" msgid "Forgotten your password or username?"
msgstr "" msgstr ""
#: templates/admin/object_history.html:24 #: templates/admin/object_history.html:23
msgid "Date/time" msgid "Date/time"
msgstr "" msgstr ""
#: templates/admin/object_history.html:25 #: templates/admin/object_history.html:24
msgid "User" msgid "User"
msgstr "" msgstr ""
#: templates/admin/object_history.html:26 #: templates/admin/object_history.html:25
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: templates/admin/object_history.html:40 #: templates/admin/object_history.html:39
msgid "" msgid ""
"This object doesn't have a change history. It probably wasn't added via this " "This object doesn't have a change history. It probably wasn't added via this "
"admin site." "admin site."
@ -601,147 +592,147 @@ msgstr ""
msgid "Enter a username and password." msgid "Enter a username and password."
msgstr "" msgstr ""
#: templates/admin/auth/user/change_password.html:33 #: templates/admin/auth/user/change_password.html:31
#, python-format #, python-format
msgid "Enter a new password for the user <strong>%(username)s</strong>." msgid "Enter a new password for the user <strong>%(username)s</strong>."
msgstr "" msgstr ""
#: templates/admin/auth/user/change_password.html:40 #: templates/admin/auth/user/change_password.html:38
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: templates/admin/auth/user/change_password.html:46 #: templates/admin/auth/user/change_password.html:44
#: templates/registration/password_change_form.html:43 #: templates/registration/password_change_form.html:42
msgid "Password (again)" msgid "Password (again)"
msgstr "" msgstr ""
#: templates/admin/auth/user/change_password.html:47 #: templates/admin/auth/user/change_password.html:45
msgid "Enter the same password as above, for verification." msgid "Enter the same password as above, for verification."
msgstr "" msgstr ""
#: templates/admin/edit_inline/stacked.html:67 #: templates/admin/edit_inline/stacked.html:26
#: templates/admin/edit_inline/tabular.html:115 #: templates/admin/edit_inline/tabular.html:76
#, python-format msgid "Remove"
msgid "Add another %(verbose_name)s"
msgstr "" msgstr ""
#: templates/admin/edit_inline/stacked.html:70 #: templates/admin/edit_inline/stacked.html:27
#: templates/admin/edit_inline/tabular.html:118 #: templates/admin/edit_inline/tabular.html:75
msgid "Remove" #, python-format
msgid "Add another %(verbose_name)s"
msgstr "" msgstr ""
#: templates/admin/edit_inline/tabular.html:17 #: templates/admin/edit_inline/tabular.html:17
msgid "Delete?" msgid "Delete?"
msgstr "" msgstr ""
#: templates/registration/logged_out.html:9 #: templates/registration/logged_out.html:8
msgid "Thanks for spending some quality time with the Web site today." msgid "Thanks for spending some quality time with the Web site today."
msgstr "" msgstr ""
#: templates/registration/logged_out.html:11 #: templates/registration/logged_out.html:10
msgid "Log in again" msgid "Log in again"
msgstr "" msgstr ""
#: templates/registration/password_change_done.html:8 #: templates/registration/password_change_done.html:7
#: templates/registration/password_change_form.html:9 #: templates/registration/password_change_form.html:8
#: templates/registration/password_change_form.html:13 #: templates/registration/password_change_form.html:12
#: templates/registration/password_change_form.html:25 #: templates/registration/password_change_form.html:24
msgid "Password change" msgid "Password change"
msgstr "" msgstr ""
#: templates/registration/password_change_done.html:12 #: templates/registration/password_change_done.html:11
#: templates/registration/password_change_done.html:16 #: templates/registration/password_change_done.html:15
msgid "Password change successful" msgid "Password change successful"
msgstr "" msgstr ""
#: templates/registration/password_change_done.html:18 #: templates/registration/password_change_done.html:17
msgid "Your password was changed." msgid "Your password was changed."
msgstr "" msgstr ""
#: templates/registration/password_change_form.html:27 #: templates/registration/password_change_form.html:26
msgid "" msgid ""
"Please enter your old password, for security's sake, and then enter your new " "Please enter your old password, for security's sake, and then enter your new "
"password twice so we can verify you typed it in correctly." "password twice so we can verify you typed it in correctly."
msgstr "" msgstr ""
#: templates/registration/password_change_form.html:33 #: templates/registration/password_change_form.html:32
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: templates/registration/password_change_form.html:38 #: templates/registration/password_change_form.html:37
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: templates/registration/password_change_form.html:49 #: templates/registration/password_change_form.html:48
#: templates/registration/password_reset_confirm.html:27 #: templates/registration/password_reset_confirm.html:26
msgid "Change my password" msgid "Change my password"
msgstr "" msgstr ""
#: templates/registration/password_reset_complete.html:8 #: templates/registration/password_reset_complete.html:7
#: templates/registration/password_reset_confirm.html:12 #: templates/registration/password_reset_confirm.html:11
#: templates/registration/password_reset_done.html:8 #: templates/registration/password_reset_done.html:7
#: templates/registration/password_reset_form.html:8 #: templates/registration/password_reset_form.html:7
#: templates/registration/password_reset_form.html:12 #: templates/registration/password_reset_form.html:11
#: templates/registration/password_reset_form.html:16 #: templates/registration/password_reset_form.html:15
msgid "Password reset" msgid "Password reset"
msgstr "" msgstr ""
#: templates/registration/password_reset_complete.html:12 #: templates/registration/password_reset_complete.html:11
#: templates/registration/password_reset_complete.html:16 #: templates/registration/password_reset_complete.html:15
msgid "Password reset complete" msgid "Password reset complete"
msgstr "" msgstr ""
#: templates/registration/password_reset_complete.html:18 #: templates/registration/password_reset_complete.html:17
msgid "Your password has been set. You may go ahead and log in now." msgid "Your password has been set. You may go ahead and log in now."
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:8 #: templates/registration/password_reset_confirm.html:7
msgid "Password reset confirmation" msgid "Password reset confirmation"
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:18 #: templates/registration/password_reset_confirm.html:17
msgid "Enter new password" msgid "Enter new password"
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:20 #: templates/registration/password_reset_confirm.html:19
msgid "" msgid ""
"Please enter your new password twice so we can verify you typed it in " "Please enter your new password twice so we can verify you typed it in "
"correctly." "correctly."
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:24 #: templates/registration/password_reset_confirm.html:23
msgid "New password:" msgid "New password:"
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:26 #: templates/registration/password_reset_confirm.html:25
msgid "Confirm password:" msgid "Confirm password:"
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:32 #: templates/registration/password_reset_confirm.html:31
msgid "Password reset unsuccessful" msgid "Password reset unsuccessful"
msgstr "" msgstr ""
#: templates/registration/password_reset_confirm.html:34 #: templates/registration/password_reset_confirm.html:33
msgid "" msgid ""
"The password reset link was invalid, possibly because it has already been " "The password reset link was invalid, possibly because it has already been "
"used. Please request a new password reset." "used. Please request a new password reset."
msgstr "" msgstr ""
#: templates/registration/password_reset_done.html:12 #: templates/registration/password_reset_done.html:11
#: templates/registration/password_reset_done.html:16 #: templates/registration/password_reset_done.html:15
msgid "Password reset successful" msgid "Password reset successful"
msgstr "" msgstr ""
#: templates/registration/password_reset_done.html:18 #: templates/registration/password_reset_done.html:17
msgid "" msgid ""
"We've e-mailed you instructions for setting your password to the e-mail " "We've emailed you instructions for setting your password to the email "
"address you submitted. You should be receiving it shortly." "address you submitted. You should be receiving it shortly."
msgstr "" msgstr ""
#: templates/registration/password_reset_email.html:2 #: templates/registration/password_reset_email.html:2
#, python-format #, python-format
msgid "" msgid ""
"You're receiving this e-mail because you requested a password reset for your " "You're receiving this email because you requested a password reset for your "
"user account at %(site_name)s." "user account at %(site_name)s."
msgstr "" msgstr ""
@ -762,34 +753,34 @@ msgstr ""
msgid "The %(site_name)s team" msgid "The %(site_name)s team"
msgstr "" msgstr ""
#: templates/registration/password_reset_form.html:18 #: templates/registration/password_reset_form.html:17
msgid "" msgid ""
"Forgotten your password? Enter your e-mail address below, and we'll e-mail " "Forgotten your password? Enter your email address below, and we'll email "
"instructions for setting a new one." "instructions for setting a new one."
msgstr "" msgstr ""
#: templates/registration/password_reset_form.html:22 #: templates/registration/password_reset_form.html:21
msgid "E-mail address:" msgid "Email address:"
msgstr "" msgstr ""
#: templates/registration/password_reset_form.html:22 #: templates/registration/password_reset_form.html:21
msgid "Reset my password" msgid "Reset my password"
msgstr "" msgstr ""
#: templatetags/admin_list.py:336 #: templatetags/admin_list.py:344
msgid "All dates" msgid "All dates"
msgstr "" msgstr ""
#: views/main.py:31 #: views/main.py:33
msgid "(None)" msgid "(None)"
msgstr "" msgstr ""
#: views/main.py:74
#, python-format
msgid "Select %s"
msgstr ""
#: views/main.py:76 #: views/main.py:76
#, python-format #, python-format
msgid "Select %s"
msgstr ""
#: views/main.py:78
#, 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: 2012-03-23 02:36+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -13,63 +13,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: views.py:57 views.py:59 views.py:61 #: views.py:58 views.py:60 views.py:62
msgid "tag:" msgid "tag:"
msgstr "" msgstr ""
#: views.py:92 views.py:94 views.py:96 #: views.py:93 views.py:95 views.py:97
msgid "filter:" msgid "filter:"
msgstr "" msgstr ""
#: views.py:155 views.py:157 views.py:159 #: views.py:156 views.py:158 views.py:160
msgid "view:" msgid "view:"
msgstr "" msgstr ""
#: views.py:187 #: views.py:188
#, python-format #, python-format
msgid "App %r not found" msgid "App %r not found"
msgstr "" msgstr ""
#: views.py:194 #: views.py:195
#, python-format #, python-format
msgid "Model %(model_name)r not found in app %(app_label)r" msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "" msgstr ""
#: views.py:206 #: views.py:207
#, python-format #, python-format
msgid "the related `%(app_label)s.%(data_type)s` object" msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "" msgstr ""
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258 #: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:263 #: views.py:264
msgid "model:" msgid "model:"
msgstr "" msgstr ""
#: views.py:221 views.py:253 #: views.py:222 views.py:254
#, python-format #, python-format
msgid "related `%(app_label)s.%(object_name)s` objects" msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "" msgstr ""
#: views.py:225 views.py:258 #: views.py:226 views.py:259
#, python-format #, python-format
msgid "all %s" msgid "all %s"
msgstr "" msgstr ""
#: views.py:230 views.py:263 #: views.py:231 views.py:264
#, python-format #, python-format
msgid "number of %s" msgid "number of %s"
msgstr "" msgstr ""
#: views.py:268 #: views.py:269
#, python-format #, python-format
msgid "Fields on %s objects" msgid "Fields on %s objects"
msgstr "" msgstr ""
#: views.py:360 #: views.py:361
#, 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 ""
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr ""
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15 #: templates/admin_doc/model_detail.html:15
@ -79,30 +91,18 @@ msgstr ""
#: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8 #: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr ""
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation" msgid "Documentation"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:9 #: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets" msgid "Bookmarklets"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:12 #: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets" msgid "Documentation bookmarklets"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:16 #: templates/admin_doc/bookmarklets.html:15
msgid "" msgid ""
"\n" "\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n" "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@ -113,60 +113,73 @@ msgid ""
"your computer is \"internal\").</p>\n" "your computer is \"internal\").</p>\n"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:26 #: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page" msgid "Documentation for this page"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:27 #: templates/admin_doc/bookmarklets.html:26
msgid "" msgid ""
"Jumps you from any page to the documentation for the view that generates " "Jumps you from any page to the documentation for the view that generates "
"that page." "that page."
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:29 #: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID" msgid "Show object ID"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:30 #: templates/admin_doc/bookmarklets.html:29
msgid "" msgid ""
"Shows the content-type and unique ID for pages that represent a single " "Shows the content-type and unique ID for pages that represent a single "
"object." "object."
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:32 #: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)" msgid "Edit this object (current window)"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:33 #: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object." msgid "Jumps to the admin page for pages that represent a single object."
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:35 #: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)" msgid "Edit this object (new window)"
msgstr "" msgstr ""
#: templates/admin_doc/bookmarklets.html:36 #: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window." msgid "As above, but opens the admin page in a new window."
msgstr "" msgstr ""
#: templates/admin_doc/model_detail.html:17 #: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:11 #: templates/admin_doc/model_index.html:10
msgid "Models" msgid "Models"
msgstr "" msgstr ""
#: templates/admin_doc/template_detail.html:9 #: templates/admin_doc/template_detail.html:8
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: templates/admin_doc/template_filter_index.html:10 #: templates/admin_doc/template_filter_index.html:9
msgid "Filters" msgid "Filters"
msgstr "" msgstr ""
#: templates/admin_doc/template_tag_index.html:10 #: templates/admin_doc/template_tag_index.html:9
msgid "Tags" msgid "Tags"
msgstr "" msgstr ""
#: templates/admin_doc/view_detail.html:9 #: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:10 #: templates/admin_doc/view_index.html:9
msgid "Views" msgid "Views"
msgstr "" msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr ""
#: tests/__init__.py:29
msgid "A custom field type"
msgstr ""
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
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: 2012-03-23 02:36+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -25,48 +25,56 @@ msgstr ""
msgid "Important dates" msgid "Important dates"
msgstr "" msgstr ""
#: admin.py:125 #: admin.py:126
msgid "Password changed successfully." msgid "Password changed successfully."
msgstr "" msgstr ""
#: admin.py:135 #: admin.py:136
#, python-format #, python-format
msgid "Change password: %s" msgid "Change password: %s"
msgstr "" msgstr ""
#: forms.py:62 #: forms.py:31 tests/forms.py:249 tests/forms.py:254
msgid "No password set."
msgstr ""
#: forms.py:37 tests/forms.py:259 tests/forms.py:265
msgid "Invalid password format or unknown hashing algorithm."
msgstr ""
#: forms.py:65
msgid "A user with that username already exists." msgid "A user with that username already exists."
msgstr "" msgstr ""
#: forms.py:63 forms.py:251 forms.py:308 #: forms.py:66 forms.py:257 forms.py:317
msgid "The two password fields didn't match." msgid "The two password fields didn't match."
msgstr "" msgstr ""
#: forms.py:65 forms.py:110 forms.py:139 #: forms.py:68 forms.py:113
msgid "Username" msgid "Username"
msgstr "" msgstr ""
#: forms.py:67 forms.py:111 #: forms.py:70 forms.py:114
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr "" msgstr ""
#: forms.py:70 forms.py:114 #: forms.py:73 forms.py:117
msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
msgstr "" msgstr ""
#: forms.py:72 forms.py:116 forms.py:140 forms.py:310 #: forms.py:75 forms.py:119 forms.py:140 forms.py:319
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: forms.py:74 #: forms.py:77
msgid "Password confirmation" msgid "Password confirmation"
msgstr "" msgstr ""
#: forms.py:76 #: forms.py:79
msgid "Enter the same password as above, for verification." msgid "Enter the same password as above, for verification."
msgstr "" msgstr ""
#: forms.py:117 #: forms.py:120
msgid "" msgid ""
"Raw passwords are not stored, so there is no way to see this user's " "Raw passwords are not stored, so there is no way to see this user's "
"password, but you can change the password using <a href=\"password/\">this " "password, but you can change the password using <a href=\"password/\">this "
@ -89,178 +97,178 @@ msgstr ""
msgid "This account is inactive." msgid "This account is inactive."
msgstr "" msgstr ""
#: forms.py:191 #: forms.py:196
msgid "" msgid ""
"That e-mail address doesn't have an associated user account. Are you sure " "That email address doesn't have an associated user account. Are you sure "
"you've registered?" "you've registered?"
msgstr "" msgstr ""
#: forms.py:193 #: forms.py:198 tests/forms.py:347
msgid "" msgid ""
"The user account associated with this e-mail address cannot reset the " "The user account associated with this email address cannot reset the "
"password." "password."
msgstr "" msgstr ""
#: forms.py:196 #: forms.py:201
msgid "E-mail" msgid "Email"
msgstr "" msgstr ""
#: forms.py:253 #: forms.py:259
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: forms.py:255 #: forms.py:261
msgid "New password confirmation" msgid "New password confirmation"
msgstr "" msgstr ""
#: forms.py:284 #: forms.py:290
msgid "Your old password was entered incorrectly. Please enter it again." msgid "Your old password was entered incorrectly. Please enter it again."
msgstr "" msgstr ""
#: forms.py:287 #: forms.py:293
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: forms.py:312 #: forms.py:321
msgid "Password (again)" msgid "Password (again)"
msgstr "" msgstr ""
#: hashers.py:218 hashers.py:269 hashers.py:298 hashers.py:326 hashers.py:355 #: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378
#: hashers.py:389 #: hashers.py:412
msgid "algorithm" msgid "algorithm"
msgstr "" msgstr ""
#: hashers.py:219 #: hashers.py:242
msgid "iterations" msgid "iterations"
msgstr "" msgstr ""
#: hashers.py:220 hashers.py:271 hashers.py:299 hashers.py:327 hashers.py:390 #: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413
msgid "salt" msgid "salt"
msgstr "" msgstr ""
#: hashers.py:221 hashers.py:300 hashers.py:328 hashers.py:356 hashers.py:391 #: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414
msgid "hash" msgid "hash"
msgstr "" msgstr ""
#: hashers.py:270 #: hashers.py:293
msgid "work factor" msgid "work factor"
msgstr "" msgstr ""
#: hashers.py:272 #: hashers.py:295
msgid "checksum" msgid "checksum"
msgstr "" msgstr ""
#: models.py:66 models.py:113 #: models.py:72 models.py:121
msgid "name" msgid "name"
msgstr "" msgstr ""
#: models.py:68 #: models.py:74
msgid "codename" msgid "codename"
msgstr "" msgstr ""
#: models.py:72 #: models.py:78
msgid "permission" msgid "permission"
msgstr "" msgstr ""
#: models.py:73 models.py:115 #: models.py:79 models.py:123
msgid "permissions" msgid "permissions"
msgstr "" msgstr ""
#: models.py:120 #: models.py:128
msgid "group" msgid "group"
msgstr "" msgstr ""
#: models.py:121 models.py:250 #: models.py:129 models.py:317
msgid "groups" msgid "groups"
msgstr "" msgstr ""
#: models.py:232 #: models.py:232
msgid "username" msgid "password"
msgstr "" msgstr ""
#: models.py:233 #: models.py:233
msgid "last login"
msgstr ""
#: models.py:298
msgid "username"
msgstr ""
#: models.py:299
msgid "" msgid ""
"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
msgstr "" msgstr ""
#: models.py:235 #: models.py:302
msgid "Enter a valid username."
msgstr ""
#: models.py:304
msgid "first name" msgid "first name"
msgstr "" msgstr ""
#: models.py:236 #: models.py:305
msgid "last name" msgid "last name"
msgstr "" msgstr ""
#: models.py:237 #: models.py:306
msgid "e-mail address" msgid "email address"
msgstr "" msgstr ""
#: models.py:238 #: models.py:307
msgid "password"
msgstr ""
#: models.py:239
msgid "staff status" msgid "staff status"
msgstr "" msgstr ""
#: models.py:240 #: models.py:308
msgid "Designates whether the user can log into this admin site." msgid "Designates whether the user can log into this admin site."
msgstr "" msgstr ""
#: models.py:242 #: models.py:310
msgid "active" msgid "active"
msgstr "" msgstr ""
#: models.py:243 #: models.py:311
msgid "" msgid ""
"Designates whether this user should be treated as active. Unselect this " "Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts." "instead of deleting accounts."
msgstr "" msgstr ""
#: models.py:245 #: models.py:313
msgid "superuser status" msgid "superuser status"
msgstr "" msgstr ""
#: models.py:246 #: models.py:314
msgid "" msgid ""
"Designates that this user has all permissions without explicitly assigning " "Designates that this user has all permissions without explicitly assigning "
"them." "them."
msgstr "" msgstr ""
#: models.py:248 #: models.py:316
msgid "last login"
msgstr ""
#: models.py:249
msgid "date joined" msgid "date joined"
msgstr "" msgstr ""
#: models.py:251 #: models.py:318
msgid "" msgid ""
"The groups this user belongs to. A user will get all permissions granted to " "The groups this user belongs to. A user will get all permissions granted to "
"each of his/her group." "each of his/her group."
msgstr "" msgstr ""
#: models.py:255 #: models.py:322
msgid "user permissions" msgid "user permissions"
msgstr "" msgstr ""
#: models.py:260 #: models.py:331
msgid "user" msgid "user"
msgstr "" msgstr ""
#: models.py:261 #: models.py:332
msgid "users" msgid "users"
msgstr "" msgstr ""
#: views.py:93 #: views.py:97
msgid "Logged out" msgid "Logged out"
msgstr "" msgstr ""
#: management/commands/createsuperuser.py:27
msgid "Enter a valid e-mail address."
msgstr ""
#: templates/registration/password_reset_subject.txt:2 #: templates/registration/password_reset_subject.txt:2
#, python-format #, python-format
msgid "Password reset on %(site_name)s" msgid "Password reset on %(site_name)s"

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: 2012-03-23 02:37+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -13,57 +13,57 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: admin.py:12 #: admin.py:25
msgid "Content" msgid "Content"
msgstr "" msgstr ""
#: admin.py:15 #: admin.py:28
msgid "Metadata" msgid "Metadata"
msgstr "" msgstr ""
#: admin.py:42 #: admin.py:55
msgid "flagged" msgid "flagged"
msgid_plural "flagged" msgid_plural "flagged"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: admin.py:43 #: admin.py:56
msgid "Flag selected comments" msgid "Flag selected comments"
msgstr "" msgstr ""
#: admin.py:47 #: admin.py:60
msgid "approved" msgid "approved"
msgid_plural "approved" msgid_plural "approved"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: admin.py:48 #: admin.py:61
msgid "Approve selected comments" msgid "Approve selected comments"
msgstr "" msgstr ""
#: admin.py:52 #: admin.py:65
msgid "removed" msgid "removed"
msgid_plural "removed" msgid_plural "removed"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: admin.py:53 #: admin.py:66
msgid "Remove selected comments" msgid "Remove selected comments"
msgstr "" msgstr ""
#: admin.py:65 #: admin.py:78
#, python-format #, python-format
msgid "1 comment was successfully %(action)s." msgid "1 comment was successfully %(action)s."
msgid_plural "%(count)s comments were successfully %(action)s." msgid_plural "%(count)s comments were successfully %(action)s."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: feeds.py:13 #: feeds.py:14
#, python-format #, python-format
msgid "%(site_name)s comments" msgid "%(site_name)s comments"
msgstr "" msgstr ""
#: feeds.py:23 #: feeds.py:20
#, python-format #, python-format
msgid "Latest comments on %(site_name)s" msgid "Latest comments on %(site_name)s"
msgstr "" msgstr ""
@ -100,78 +100,78 @@ msgid ""
"If you enter anything in this field your comment will be treated as spam" "If you enter anything in this field your comment will be treated as spam"
msgstr "" msgstr ""
#: models.py:22 #: models.py:23
msgid "content type" msgid "content type"
msgstr "" msgstr ""
#: models.py:24 #: models.py:25
msgid "object ID" msgid "object ID"
msgstr "" msgstr ""
#: models.py:50 models.py:168 #: models.py:53 models.py:177
msgid "user" msgid "user"
msgstr "" msgstr ""
#: models.py:52 #: models.py:55
msgid "user's name" msgid "user's name"
msgstr "" msgstr ""
#: models.py:53 #: models.py:56
msgid "user's email address" msgid "user's email address"
msgstr "" msgstr ""
#: models.py:54 #: models.py:57
msgid "user's URL" msgid "user's URL"
msgstr "" msgstr ""
#: models.py:56 models.py:76 models.py:169 #: models.py:59 models.py:79 models.py:178
msgid "comment" msgid "comment"
msgstr "" msgstr ""
#: models.py:59 #: models.py:62
msgid "date/time submitted" msgid "date/time submitted"
msgstr "" msgstr ""
#: models.py:60 #: models.py:63
msgid "IP address" msgid "IP address"
msgstr "" msgstr ""
#: models.py:61 #: models.py:64
msgid "is public" msgid "is public"
msgstr "" msgstr ""
#: models.py:62 #: models.py:65
msgid "" msgid ""
"Uncheck this box to make the comment effectively disappear from the site." "Uncheck this box to make the comment effectively disappear from the site."
msgstr "" msgstr ""
#: models.py:64 #: models.py:67
msgid "is removed" msgid "is removed"
msgstr "" msgstr ""
#: models.py:65 #: models.py:68
msgid "" msgid ""
"Check this box if the comment is inappropriate. A \"This comment has been " "Check this box if the comment is inappropriate. A \"This comment has been "
"removed\" message will be displayed instead." "removed\" message will be displayed instead."
msgstr "" msgstr ""
#: models.py:77 #: models.py:80
msgid "comments" msgid "comments"
msgstr "" msgstr ""
#: models.py:119 #: models.py:124
msgid "" msgid ""
"This comment was posted by an authenticated user and thus the name is read-" "This comment was posted by an authenticated user and thus the name is read-"
"only." "only."
msgstr "" msgstr ""
#: models.py:128 #: models.py:134
msgid "" msgid ""
"This comment was posted by an authenticated user and thus the email is read-" "This comment was posted by an authenticated user and thus the email is read-"
"only." "only."
msgstr "" msgstr ""
#: models.py:153 #: models.py:160
#, python-format #, python-format
msgid "" msgid ""
"Posted by %(user)s at %(date)s\n" "Posted by %(user)s at %(date)s\n"
@ -181,19 +181,19 @@ msgid ""
"http://%(domain)s%(url)s" "http://%(domain)s%(url)s"
msgstr "" msgstr ""
#: models.py:170 #: models.py:179
msgid "flag" msgid "flag"
msgstr "" msgstr ""
#: models.py:171 #: models.py:180
msgid "date" msgid "date"
msgstr "" msgstr ""
#: models.py:181 #: models.py:190
msgid "comment flag" msgid "comment flag"
msgstr "" msgstr ""
#: models.py:182 #: models.py:191
msgid "comment flags" msgid "comment flags"
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: 2012-03-23 02:37+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -13,29 +13,29 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: models.py:123 #: models.py:130
msgid "python model class name" msgid "python model class name"
msgstr "" msgstr ""
#: models.py:127 #: models.py:134
msgid "content type" msgid "content type"
msgstr "" msgstr ""
#: models.py:128 #: models.py:135
msgid "content types" msgid "content types"
msgstr "" msgstr ""
#: views.py:15 #: views.py:17
#, python-format #, python-format
msgid "Content type %(ct_id)s object has no associated model" msgid "Content type %(ct_id)s object has no associated model"
msgstr "" msgstr ""
#: views.py:19 #: views.py:21
#, python-format #, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist" msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
msgstr "" msgstr ""
#: views.py:25 #: views.py:27
#, python-format #, python-format
msgid "%(ct_name)s objects don't have a get_absolute_url() method" msgid "%(ct_name)s objects don't have a get_absolute_url() method"
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: 2012-03-23 02:37+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -17,7 +17,7 @@ msgstr ""
msgid "Advanced options" msgid "Advanced options"
msgstr "" msgstr ""
#: forms.py:7 models.py:7 #: forms.py:7 models.py:11
msgid "URL" msgid "URL"
msgstr "" msgstr ""
@ -45,40 +45,44 @@ msgstr ""
msgid "Flatpage with url %(url)s already exists for site %(site)s" msgid "Flatpage with url %(url)s already exists for site %(site)s"
msgstr "" msgstr ""
#: models.py:8 #: models.py:12
msgid "title" msgid "title"
msgstr "" msgstr ""
#: models.py:9 #: models.py:13
msgid "content" msgid "content"
msgstr "" msgstr ""
#: models.py:10 #: models.py:14
msgid "enable comments" msgid "enable comments"
msgstr "" msgstr ""
#: models.py:11 #: models.py:15
msgid "template name" msgid "template name"
msgstr "" msgstr ""
#: models.py:12 #: models.py:16
msgid "" msgid ""
"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
"will use 'flatpages/default.html'." "will use 'flatpages/default.html'."
msgstr "" msgstr ""
#: models.py:13 #: models.py:17
msgid "registration required" msgid "registration required"
msgstr "" msgstr ""
#: models.py:13 #: models.py:17
msgid "If this is checked, only logged-in users will be able to view the page." msgid "If this is checked, only logged-in users will be able to view the page."
msgstr "" msgstr ""
#: models.py:18 #: models.py:22
msgid "flat page" msgid "flat page"
msgstr "" msgstr ""
#: models.py:19 #: models.py:23
msgid "flat pages" msgid "flat pages"
msgstr "" msgstr ""
#: tests/forms.py:97
msgid "This field is required."
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: 2012-03-23 02:38+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"

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: 2012-03-23 02:38+0100\n" "POT-Creation-Date: 2012-10-15 10:56+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"
@ -13,76 +13,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: views.py:7 #: views.py:9
msgid "No feeds are registered." msgid "No feeds are registered."
msgstr "" msgstr ""
#: views.py:17 #: views.py:19
#, python-format #, python-format
msgid "Slug %r isn't registered." msgid "Slug %r isn't registered."
msgstr "" msgstr ""
#: db/models/fields.py:50 #: db/models/fields.py:51
msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type."
msgstr "" msgstr ""
#: db/models/fields.py:270 #: db/models/fields.py:271
msgid "Point" msgid "Point"
msgstr "" msgstr ""
#: db/models/fields.py:274 #: db/models/fields.py:275
msgid "Line string" msgid "Line string"
msgstr "" msgstr ""
#: db/models/fields.py:278 #: db/models/fields.py:279
msgid "Polygon" msgid "Polygon"
msgstr "" msgstr ""
#: db/models/fields.py:282 #: db/models/fields.py:283
msgid "Multi-point" msgid "Multi-point"
msgstr "" msgstr ""
#: db/models/fields.py:286 #: db/models/fields.py:287
msgid "Multi-line string" msgid "Multi-line string"
msgstr "" msgstr ""
#: db/models/fields.py:290 #: db/models/fields.py:291
msgid "Multi polygon" msgid "Multi polygon"
msgstr "" msgstr ""
#: db/models/fields.py:294 #: db/models/fields.py:295
msgid "Geometry collection" msgid "Geometry collection"
msgstr "" msgstr ""
#: forms/fields.py:17 #: forms/fields.py:19
msgid "No geometry value provided." msgid "No geometry value provided."
msgstr "" msgstr ""
#: forms/fields.py:18 #: forms/fields.py:20
msgid "Invalid geometry value." msgid "Invalid geometry value."
msgstr "" msgstr ""
#: forms/fields.py:19 #: forms/fields.py:21
msgid "Invalid geometry type." msgid "Invalid geometry type."
msgstr "" msgstr ""
#: forms/fields.py:20 #: forms/fields.py:22
msgid "" msgid ""
"An error occurred when transforming the geometry to the SRID of the geometry " "An error occurred when transforming the geometry to the SRID of the geometry "
"form field." "form field."
msgstr "" msgstr ""
#: sitemaps/views.py:44 #: sitemaps/views.py:46
#, python-format #, python-format
msgid "No sitemap available for section: %r" msgid "No sitemap available for section: %r"
msgstr "" msgstr ""
#: sitemaps/views.py:58 #: sitemaps/views.py:60
#, python-format #, python-format
msgid "Page %s empty" msgid "Page %s empty"
msgstr "" msgstr ""
#: sitemaps/views.py:60 #: sitemaps/views.py:62
#, python-format #, python-format
msgid "No page '%s'" msgid "No page '%s'"
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: 2012-03-23 02:40+0100\n" "POT-Creation-Date: 2012-10-15 10:57+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"
@ -13,276 +13,276 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: tests.py:108 templatetags/humanize.py:164 #: tests.py:125 templatetags/humanize.py:167
msgid "today" msgid "today"
msgstr "" msgstr ""
#: tests.py:108 templatetags/humanize.py:168 #: tests.py:125 templatetags/humanize.py:171
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr ""
#: tests.py:108 templatetags/humanize.py:166 #: tests.py:125 templatetags/humanize.py:169
msgid "tomorrow" msgid "tomorrow"
msgstr "" msgstr ""
#: templatetags/humanize.py:24 #: templatetags/humanize.py:25
msgid "th" msgid "th"
msgstr "" msgstr ""
#: templatetags/humanize.py:24 #: templatetags/humanize.py:25
msgid "st" msgid "st"
msgstr "" msgstr ""
#: templatetags/humanize.py:24 #: templatetags/humanize.py:25
msgid "nd" msgid "nd"
msgstr "" msgstr ""
#: templatetags/humanize.py:24 #: templatetags/humanize.py:25
msgid "rd" msgid "rd"
msgstr "" msgstr ""
#: templatetags/humanize.py:53 #: templatetags/humanize.py:54
#, python-format #, python-format
msgid "%(value).1f million" msgid "%(value).1f million"
msgid_plural "%(value).1f million" msgid_plural "%(value).1f million"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:54 #: templatetags/humanize.py:55
#, python-format #, python-format
msgid "%(value)s million" msgid "%(value)s million"
msgid_plural "%(value)s million" msgid_plural "%(value)s million"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:57 #: templatetags/humanize.py:58
#, python-format #, python-format
msgid "%(value).1f billion" msgid "%(value).1f billion"
msgid_plural "%(value).1f billion" msgid_plural "%(value).1f billion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:58 #: templatetags/humanize.py:59
#, python-format #, python-format
msgid "%(value)s billion" msgid "%(value)s billion"
msgid_plural "%(value)s billion" msgid_plural "%(value)s billion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:61 #: templatetags/humanize.py:62
#, python-format #, python-format
msgid "%(value).1f trillion" msgid "%(value).1f trillion"
msgid_plural "%(value).1f trillion" msgid_plural "%(value).1f trillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:62 #: templatetags/humanize.py:63
#, python-format #, python-format
msgid "%(value)s trillion" msgid "%(value)s trillion"
msgid_plural "%(value)s trillion" msgid_plural "%(value)s trillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:65 #: templatetags/humanize.py:66
#, python-format #, python-format
msgid "%(value).1f quadrillion" msgid "%(value).1f quadrillion"
msgid_plural "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:66 #: templatetags/humanize.py:67
#, python-format #, python-format
msgid "%(value)s quadrillion" msgid "%(value)s quadrillion"
msgid_plural "%(value)s quadrillion" msgid_plural "%(value)s quadrillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:69 #: templatetags/humanize.py:70
#, python-format #, python-format
msgid "%(value).1f quintillion" msgid "%(value).1f quintillion"
msgid_plural "%(value).1f quintillion" msgid_plural "%(value).1f quintillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:70 #: templatetags/humanize.py:71
#, python-format #, python-format
msgid "%(value)s quintillion" msgid "%(value)s quintillion"
msgid_plural "%(value)s quintillion" msgid_plural "%(value)s quintillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:73 #: templatetags/humanize.py:74
#, python-format #, python-format
msgid "%(value).1f sextillion" msgid "%(value).1f sextillion"
msgid_plural "%(value).1f sextillion" msgid_plural "%(value).1f sextillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:74 #: templatetags/humanize.py:75
#, python-format #, python-format
msgid "%(value)s sextillion" msgid "%(value)s sextillion"
msgid_plural "%(value)s sextillion" msgid_plural "%(value)s sextillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:77 #: templatetags/humanize.py:78
#, python-format #, python-format
msgid "%(value).1f septillion" msgid "%(value).1f septillion"
msgid_plural "%(value).1f septillion" msgid_plural "%(value).1f septillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:78 #: templatetags/humanize.py:79
#, python-format #, python-format
msgid "%(value)s septillion" msgid "%(value)s septillion"
msgid_plural "%(value)s septillion" msgid_plural "%(value)s septillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:81 #: templatetags/humanize.py:82
#, python-format #, python-format
msgid "%(value).1f octillion" msgid "%(value).1f octillion"
msgid_plural "%(value).1f octillion" msgid_plural "%(value).1f octillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:82 #: templatetags/humanize.py:83
#, python-format #, python-format
msgid "%(value)s octillion" msgid "%(value)s octillion"
msgid_plural "%(value)s octillion" msgid_plural "%(value)s octillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:85 #: templatetags/humanize.py:86
#, python-format #, python-format
msgid "%(value).1f nonillion" msgid "%(value).1f nonillion"
msgid_plural "%(value).1f nonillion" msgid_plural "%(value).1f nonillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:86 #: templatetags/humanize.py:87
#, python-format #, python-format
msgid "%(value)s nonillion" msgid "%(value)s nonillion"
msgid_plural "%(value)s nonillion" msgid_plural "%(value)s nonillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:89 #: templatetags/humanize.py:90
#, python-format #, python-format
msgid "%(value).1f decillion" msgid "%(value).1f decillion"
msgid_plural "%(value).1f decillion" msgid_plural "%(value).1f decillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:90 #: templatetags/humanize.py:91
#, python-format #, python-format
msgid "%(value)s decillion" msgid "%(value)s decillion"
msgid_plural "%(value)s decillion" msgid_plural "%(value)s decillion"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:93 #: templatetags/humanize.py:94
#, python-format #, python-format
msgid "%(value).1f googol" msgid "%(value).1f googol"
msgid_plural "%(value).1f googol" msgid_plural "%(value).1f googol"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:94 #: templatetags/humanize.py:95
#, python-format #, python-format
msgid "%(value)s googol" msgid "%(value)s googol"
msgid_plural "%(value)s googol" msgid_plural "%(value)s googol"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "one" msgid "one"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "two" msgid "two"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "three" msgid "three"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "four" msgid "four"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "five" msgid "five"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "six" msgid "six"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "seven" msgid "seven"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "eight" msgid "eight"
msgstr "" msgstr ""
#: templatetags/humanize.py:143 #: templatetags/humanize.py:144
msgid "nine" msgid "nine"
msgstr "" msgstr ""
#: templatetags/humanize.py:185 #: templatetags/humanize.py:190
#, python-format #, python-format
msgctxt "naturaltime" msgctxt "naturaltime"
msgid "%(delta)s ago" msgid "%(delta)s ago"
msgstr "" msgstr ""
#: templatetags/humanize.py:188 templatetags/humanize.py:210 #: templatetags/humanize.py:193 templatetags/humanize.py:215
msgid "now" msgid "now"
msgstr "" msgstr ""
#: templatetags/humanize.py:191 #: templatetags/humanize.py:196
#, python-format #, python-format
msgid "a second ago" msgid "a second ago"
msgid_plural "%(count)s seconds ago" msgid_plural "%(count)s seconds ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:196 #: templatetags/humanize.py:201
#, python-format #, python-format
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s minutes ago" msgid_plural "%(count)s minutes ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:201 #: templatetags/humanize.py:206
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s hours ago" msgid_plural "%(count)s hours ago"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:207 #: templatetags/humanize.py:212
#, python-format #, python-format
msgctxt "naturaltime" msgctxt "naturaltime"
msgid "%(delta)s from now" msgid "%(delta)s from now"
msgstr "" msgstr ""
#: templatetags/humanize.py:213 #: templatetags/humanize.py:218
#, python-format #, python-format
msgid "a second from now" msgid "a second from now"
msgid_plural "%(count)s seconds from now" msgid_plural "%(count)s seconds from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:218 #: templatetags/humanize.py:223
#, python-format #, python-format
msgid "a minute from now" msgid "a minute from now"
msgid_plural "%(count)s minutes from now" msgid_plural "%(count)s minutes from now"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templatetags/humanize.py:223 #: templatetags/humanize.py:228
#, python-format #, python-format
msgid "an hour from now" msgid "an hour from now"
msgid_plural "%(count)s hours from now" msgid_plural "%(count)s hours from now"

File diff suppressed because it is too large Load Diff

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: 2012-03-23 02:43+0100\n" "POT-Creation-Date: 2012-10-15 10:57+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"
@ -13,6 +13,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: tests/base.py:100 #: tests/base.py:101
msgid "lazy message" msgid "lazy message"
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: 2012-03-23 02:43+0100\n" "POT-Creation-Date: 2012-10-15 10:57+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"
@ -13,30 +13,30 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: models.py:7 #: models.py:9
msgid "redirect from" msgid "redirect from"
msgstr "" msgstr ""
#: models.py:8 #: models.py:10
msgid "" msgid ""
"This should be an absolute path, excluding the domain name. Example: '/" "This should be an absolute path, excluding the domain name. Example: '/"
"events/search/'." "events/search/'."
msgstr "" msgstr ""
#: models.py:9 #: models.py:11
msgid "redirect to" msgid "redirect to"
msgstr "" msgstr ""
#: models.py:10 #: models.py:12
msgid "" msgid ""
"This can be either an absolute path (as above) or a full URL starting with " "This can be either an absolute path (as above) or a full URL starting with "
"'http://'." "'http://'."
msgstr "" msgstr ""
#: models.py:13 #: models.py:15
msgid "redirect" msgid "redirect"
msgstr "" msgstr ""
#: models.py:14 #: models.py:16
msgid "redirects" msgid "redirects"
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: 2012-03-23 02:43+0100\n" "POT-Creation-Date: 2012-10-15 10:57+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"

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: 2012-03-23 02:43+0100\n" "POT-Creation-Date: 2012-10-15 10:57+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"
@ -13,18 +13,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: models.py:37 #: models.py:39
msgid "domain name" msgid "domain name"
msgstr "" msgstr ""
#: models.py:38 #: models.py:40
msgid "display name" msgid "display name"
msgstr "" msgstr ""
#: models.py:43 #: models.py:45
msgid "site" msgid "site"
msgstr "" msgstr ""
#: models.py:44 #: models.py:46
msgid "sites" msgid "sites"
msgstr "" msgstr ""