1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

Updated translation templates

This commit is contained in:
Claude Paroz 2013-03-28 10:06:11 +01:00
parent 0a22f7aad2
commit 244e765a94
15 changed files with 544 additions and 477 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,14 +6,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-01 16:10+0100\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2013-01-02 08:52+0000\n" "PO-Revision-Date: 2013-01-02 08:52+0000\n"
"Last-Translator: Ramiro Morales <cramm0@gmail.com>\n" "Last-Translator: Ramiro Morales <cramm0@gmail.com>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: actions.py:48 #: actions.py:48
@ -21,12 +21,12 @@ msgstr ""
msgid "Successfully deleted %(count)d %(items)s." msgid "Successfully deleted %(count)d %(items)s."
msgstr "Successfully deleted %(count)d %(items)s." msgstr "Successfully deleted %(count)d %(items)s."
#: actions.py:60 options.py:1347 #: actions.py:60 options.py:1361
#, python-format #, python-format
msgid "Cannot delete %(name)s" msgid "Cannot delete %(name)s"
msgstr "Cannot delete %(name)s" msgstr "Cannot delete %(name)s"
#: actions.py:62 options.py:1349 #: actions.py:62 options.py:1363
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Are you sure?" msgstr "Are you sure?"
@ -88,93 +88,93 @@ msgstr "Please log in again, because your session has expired."
msgid "Action:" msgid "Action:"
msgstr "Action:" msgstr "Action:"
#: models.py:24 #: models.py:25
msgid "action time" msgid "action time"
msgstr "action time" msgstr "action time"
#: models.py:27 #: models.py:28
msgid "object id" msgid "object id"
msgstr "object id" msgstr "object id"
#: models.py:28 #: models.py:29
msgid "object repr" msgid "object repr"
msgstr "object repr" msgstr "object repr"
#: models.py:29 #: models.py:30
msgid "action flag" msgid "action flag"
msgstr "action flag" msgstr "action flag"
#: models.py:30 #: models.py:31
msgid "change message" msgid "change message"
msgstr "change message" msgstr "change message"
#: models.py:35 #: models.py:36
msgid "log entry" msgid "log entry"
msgstr "log entry" msgstr "log entry"
#: models.py:36 #: models.py:37
msgid "log entries" msgid "log entries"
msgstr "log entries" msgstr "log entries"
#: models.py:45 #: models.py:46
#, python-format #, python-format
msgid "Added \"%(object)s\"." msgid "Added \"%(object)s\"."
msgstr "Added \"%(object)s\"." msgstr "Added \"%(object)s\"."
#: models.py:47 #: models.py:48
#, python-format #, python-format
msgid "Changed \"%(object)s\" - %(changes)s" msgid "Changed \"%(object)s\" - %(changes)s"
msgstr "Changed \"%(object)s\" - %(changes)s" msgstr "Changed \"%(object)s\" - %(changes)s"
#: models.py:52 #: models.py:53
#, python-format #, python-format
msgid "Deleted \"%(object)s.\"" msgid "Deleted \"%(object)s.\""
msgstr "Deleted \"%(object)s.\"" msgstr "Deleted \"%(object)s.\""
#: models.py:54 #: models.py:55
msgid "LogEntry Object" msgid "LogEntry Object"
msgstr "LogEntry Object" msgstr "LogEntry Object"
#: options.py:156 options.py:172 #: options.py:163 options.py:192
msgid "None" msgid "None"
msgstr "None" msgstr "None"
#: options.py:684 #: options.py:710
#, python-format #, python-format
msgid "Changed %s." msgid "Changed %s."
msgstr "Changed %s." msgstr "Changed %s."
#: options.py:684 options.py:694 #: options.py:710 options.py:720 options.py:1510
msgid "and" msgid "and"
msgstr "and" msgstr "and"
#: options.py:689 #: options.py:715
#, python-format #, python-format
msgid "Added %(name)s \"%(object)s\"." msgid "Added %(name)s \"%(object)s\"."
msgstr "Added %(name)s \"%(object)s\"." msgstr "Added %(name)s \"%(object)s\"."
#: options.py:693 #: options.py:719
#, python-format #, python-format
msgid "Changed %(list)s for %(name)s \"%(object)s\"." msgid "Changed %(list)s for %(name)s \"%(object)s\"."
msgstr "Changed %(list)s for %(name)s \"%(object)s\"." msgstr "Changed %(list)s for %(name)s \"%(object)s\"."
#: options.py:698 #: options.py:724
#, python-format #, python-format
msgid "Deleted %(name)s \"%(object)s\"." msgid "Deleted %(name)s \"%(object)s\"."
msgstr "Deleted %(name)s \"%(object)s\"." msgstr "Deleted %(name)s \"%(object)s\"."
#: options.py:702 #: options.py:728
msgid "No fields changed." msgid "No fields changed."
msgstr "No fields changed." msgstr "No fields changed."
#: options.py:807 options.py:860 #: options.py:831 options.py:874
#, 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 ""
"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."
#: options.py:835 #: options.py:849
#, python-format #, python-format
msgid "" msgid ""
"The %(name)s \"%(obj)s\" was added successfully. You may add another " "The %(name)s \"%(obj)s\" was added successfully. You may add another "
@ -183,35 +183,35 @@ msgstr ""
"The %(name)s \"%(obj)s\" was added successfully. You may add another " "The %(name)s \"%(obj)s\" was added successfully. You may add another "
"%(name)s below." "%(name)s below."
#: options.py:839 #: options.py:853
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was added successfully." msgid "The %(name)s \"%(obj)s\" was added successfully."
msgstr "The %(name)s \"%(obj)s\" was added successfully." msgstr "The %(name)s \"%(obj)s\" was added successfully."
#: options.py:853
#, python-format
msgid ""
"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again "
"below."
msgstr ""
"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again "
"below."
#: options.py:867 #: options.py:867
#, python-format #, python-format
msgid "" msgid ""
"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again "
"below."
msgstr ""
"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again "
"below."
#: options.py:881
#, python-format
msgid ""
"The %(name)s \"%(obj)s\" was changed successfully. You may add another " "The %(name)s \"%(obj)s\" was changed successfully. You may add another "
"%(name)s below." "%(name)s below."
msgstr "" msgstr ""
"The %(name)s \"%(obj)s\" was changed successfully. You may add another " "The %(name)s \"%(obj)s\" was changed successfully. You may add another "
"%(name)s below." "%(name)s below."
#: options.py:873 #: options.py:887
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was changed successfully." msgid "The %(name)s \"%(obj)s\" was changed successfully."
msgstr "The %(name)s \"%(obj)s\" was changed successfully." msgstr "The %(name)s \"%(obj)s\" was changed successfully."
#: options.py:951 options.py:1211 #: options.py:965 options.py:1225
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."
@ -219,69 +219,84 @@ msgstr ""
"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."
#: options.py:970 #: options.py:984
msgid "No action selected." msgid "No action selected."
msgstr "No action selected." msgstr "No action selected."
#: options.py:1050 #: options.py:1064
#, python-format #, python-format
msgid "Add %s" msgid "Add %s"
msgstr "Add %s" msgstr "Add %s"
#: options.py:1074 options.py:1319 #: options.py:1088 options.py:1333
#, python-format #, python-format
msgid "%(name)s object with primary key %(key)r does not exist." msgid "%(name)s object with primary key %(key)r does not exist."
msgstr "%(name)s object with primary key %(key)r does not exist." msgstr "%(name)s object with primary key %(key)r does not exist."
#: options.py:1140 #: options.py:1154
#, python-format #, python-format
msgid "Change %s" msgid "Change %s"
msgstr "Change %s" msgstr "Change %s"
#: options.py:1190 #: options.py:1204
msgid "Database error" msgid "Database error"
msgstr "Database error" msgstr "Database error"
#: options.py:1253 #: options.py:1267
#, python-format #, python-format
msgid "%(count)s %(name)s was changed successfully." msgid "%(count)s %(name)s was changed successfully."
msgid_plural "%(count)s %(name)s were changed successfully." msgid_plural "%(count)s %(name)s were changed successfully."
msgstr[0] "%(count)s %(name)s was changed successfully." msgstr[0] "%(count)s %(name)s was changed successfully."
msgstr[1] "%(count)s %(name)s were changed successfully." msgstr[1] "%(count)s %(name)s were changed successfully."
#: options.py:1280 #: options.py:1294
#, python-format #, python-format
msgid "%(total_count)s selected" msgid "%(total_count)s selected"
msgid_plural "All %(total_count)s selected" msgid_plural "All %(total_count)s selected"
msgstr[0] "%(total_count)s selected" msgstr[0] "%(total_count)s selected"
msgstr[1] "All %(total_count)s selected" msgstr[1] "All %(total_count)s selected"
#: options.py:1285 #: options.py:1299
#, python-format #, python-format
msgid "0 of %(cnt)s selected" msgid "0 of %(cnt)s selected"
msgstr "0 of %(cnt)s selected" msgstr "0 of %(cnt)s selected"
#: options.py:1335 #: options.py:1349
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgid "The %(name)s \"%(obj)s\" was deleted successfully."
msgstr "The %(name)s \"%(obj)s\" was deleted successfully." msgstr "The %(name)s \"%(obj)s\" was deleted successfully."
#: options.py:1382 #: options.py:1402
#, python-format #, python-format
msgid "Change history: %s" msgid "Change history: %s"
msgstr "Change history: %s" msgstr "Change history: %s"
#: sites.py:322 tests.py:57 templates/admin/login.html:48 #. Translators: Model verbose name and instance representation, suitable to be an item in a list
#: options.py:1504
#, python-format
msgid "%(class_name)s %(instance)s"
msgstr ""
#: options.py:1511
#, fuzzy, python-format
msgid ""
"Deleting %(class_name)s %(instance)s would require deleting the following "
"protected related objects: %(related_objects)s"
msgstr ""
"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
"following protected related objects:"
#: sites.py:324 tests.py:71 templates/admin/login.html:48
#: templates/registration/password_reset_complete.html:19 #: templates/registration/password_reset_complete.html:19
#: views/decorators.py:24 #: views/decorators.py:24
msgid "Log in" msgid "Log in"
msgstr "Log in" msgstr "Log in"
#: sites.py:388 #: sites.py:392
msgid "Site administration" msgid "Site administration"
msgstr "Site administration" msgstr "Site administration"
#: sites.py:440 #: sites.py:446
#, python-format #, python-format
msgid "%s administration" msgid "%s administration"
msgstr "%s administration" msgstr "%s administration"
@ -298,15 +313,15 @@ msgstr "Time:"
msgid "Lookup" msgid "Lookup"
msgstr "Lookup" msgstr "Lookup"
#: widgets.py:271 #: widgets.py:260
msgid "Add Another" msgid "Add Another"
msgstr "Add Another" msgstr "Add Another"
#: widgets.py:316 #: widgets.py:302
msgid "Currently:" msgid "Currently:"
msgstr "Currently:" msgstr "Currently:"
#: widgets.py:317 #: widgets.py:303
msgid "Change:" msgid "Change:"
msgstr "Change:" msgstr "Change:"
@ -788,13 +803,20 @@ msgid "Password reset successful"
msgstr "Password reset successful" msgstr "Password reset successful"
#: templates/registration/password_reset_done.html:17 #: templates/registration/password_reset_done.html:17
#, fuzzy
msgid "" msgid ""
"We've emailed you instructions for setting your password to the email " "We've emailed you instructions for setting your password. You should be "
"address you submitted. You should be receiving it shortly." "receiving them shortly."
msgstr "" msgstr ""
"We've emailed you instructions for setting your password to the email " "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."
#: templates/registration/password_reset_done.html:19
msgid ""
"If you don't receive an email, please make sure you've entered the address "
"you registered with, and check your spam folder."
msgstr ""
#: templates/registration/password_reset_email.html:2 #: templates/registration/password_reset_email.html:2
#, python-format #, python-format
msgid "" msgid ""
@ -837,20 +859,20 @@ msgstr "Email address:"
msgid "Reset my password" msgid "Reset my password"
msgstr "Reset my password" msgstr "Reset my password"
#: templatetags/admin_list.py:344 #: templatetags/admin_list.py:348
msgid "All dates" msgid "All dates"
msgstr "All dates" msgstr "All dates"
#: views/main.py:33 #: views/main.py:37
msgid "(None)" msgid "(None)"
msgstr "(None)" msgstr "(None)"
#: views/main.py:76 #: views/main.py:86
#, python-format #, python-format
msgid "Select %s" msgid "Select %s"
msgstr "Select %s" msgstr "Select %s"
#: views/main.py:78 #: views/main.py:88
#, python-format #, python-format
msgid "Select %s to change" msgid "Select %s to change"
msgstr "Select %s to change" msgstr "Select %s to change"

View File

@ -6,14 +6,14 @@ 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:35+0100\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-03-08 10:42+0000\n" "PO-Revision-Date: 2012-03-08 10:42+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: static/admin/js/SelectFilter2.js:45 #: static/admin/js/SelectFilter2.js:45
@ -93,7 +93,7 @@ msgstr ""
"You have unsaved changes on individual editable fields. If you run an " "You have unsaved changes on individual editable fields. If you run an "
"action, your unsaved changes will be lost." "action, your unsaved changes will be lost."
#: static/admin/js/actions.js:121 static/admin/js/actions.min.js:6 #: static/admin/js/actions.js:121 static/admin/js/actions.min.js:5
msgid "" msgid ""
"You have selected an action, but you haven't saved your changes to " "You have selected an action, but you haven't saved your changes to "
"individual fields yet. Please click OK to save. You'll need to re-run the " "individual fields yet. Please click OK to save. You'll need to re-run the "
@ -113,7 +113,7 @@ msgstr ""
"fields. You're probably looking for the Go button rather than the Save " "fields. You're probably looking for the Go button rather than the Save "
"button." "button."
#: static/admin/js/calendar.js:26 #: static/admin/js/calendar.js:8
msgid "" msgid ""
"January February March April May June July August September October November " "January February March April May June July August September October November "
"December" "December"
@ -121,7 +121,7 @@ msgstr ""
"January February March April May June July August September October November " "January February March April May June July August September October November "
"December" "December"
#: static/admin/js/calendar.js:27 #: static/admin/js/calendar.js:9
msgid "S M T W T F S" msgid "S M T W T F S"
msgstr "S M T W T F S" msgstr "S M T W T F S"
@ -130,7 +130,7 @@ msgstr "S M T W T F S"
msgid "Show" msgid "Show"
msgstr "Show" msgstr "Show"
#: static/admin/js/collapse.js:15 static/admin/js/collapse.min.js:1 #: static/admin/js/collapse.js:16 static/admin/js/collapse.min.js:1
msgid "Hide" msgid "Hide"
msgstr "Hide" msgstr "Hide"

View File

@ -6,69 +6,69 @@ 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-10-22 09:28+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n" "PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:58 views.py:60 views.py:62 #: views.py:59 views.py:61 views.py:63
msgid "tag:" msgid "tag:"
msgstr "tag:" msgstr "tag:"
#: views.py:93 views.py:95 views.py:97 #: views.py:94 views.py:96 views.py:98
msgid "filter:" msgid "filter:"
msgstr "filter:" msgstr "filter:"
#: views.py:156 views.py:158 views.py:160 #: views.py:157 views.py:159 views.py:161
msgid "view:" msgid "view:"
msgstr "view:" msgstr "view:"
#: views.py:188 #: views.py:189
#, python-format #, python-format
msgid "App %r not found" msgid "App %r not found"
msgstr "App %r not found" msgstr "App %r not found"
#: views.py:195 #: views.py:196
#, 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 "Model %(model_name)r not found in app %(app_label)r" msgstr "Model %(model_name)r not found in app %(app_label)r"
#: views.py:207 #: views.py:208
#, 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 "the related `%(app_label)s.%(data_type)s` object" msgstr "the related `%(app_label)s.%(data_type)s` object"
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 #: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
#: views.py:264 #: views.py:265
msgid "model:" msgid "model:"
msgstr "model:" msgstr "model:"
#: views.py:222 views.py:254 #: views.py:223 views.py:255
#, python-format #, python-format
msgid "related `%(app_label)s.%(object_name)s` objects" msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "related `%(app_label)s.%(object_name)s` objects" msgstr "related `%(app_label)s.%(object_name)s` objects"
#: views.py:226 views.py:259 #: views.py:227 views.py:260
#, python-format #, python-format
msgid "all %s" msgid "all %s"
msgstr "all %s" msgstr "all %s"
#: views.py:231 views.py:264 #: views.py:232 views.py:265
#, python-format #, python-format
msgid "number of %s" msgid "number of %s"
msgstr "number of %s" msgstr "number of %s"
#: views.py:269 #: views.py:270
#, python-format #, python-format
msgid "Fields on %s objects" msgid "Fields on %s objects"
msgstr "Fields on %s objects" msgstr "Fields on %s objects"
#: views.py:361 #: views.py:362
#, 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 "%s does not appear to be a urlpattern object" msgstr "%s does not appear to be a urlpattern object"

View File

@ -6,14 +6,14 @@ 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-12-15 23:27+0100\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-12-16 08:51+0000\n" "PO-Revision-Date: 2012-12-16 08:51+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:41 #: admin.py:41
@ -28,56 +28,56 @@ msgstr "Permissions"
msgid "Important dates" msgid "Important dates"
msgstr "Important dates" msgstr "Important dates"
#: admin.py:126 #: admin.py:132
msgid "Password changed successfully." msgid "Password changed successfully."
msgstr "Password changed successfully." msgstr "Password changed successfully."
#: admin.py:136 #: admin.py:142
#, python-format #, python-format
msgid "Change password: %s" msgid "Change password: %s"
msgstr "Change password: %s" msgstr "Change password: %s"
#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384 #: forms.py:33 tests/forms.py:261 tests/forms.py:266 tests/forms.py:407
msgid "No password set." msgid "No password set."
msgstr "No password set." msgstr "No password set."
#: forms.py:37 tests/forms.py:261 tests/forms.py:267 #: forms.py:39 tests/forms.py:271 tests/forms.py:277
msgid "Invalid password format or unknown hashing algorithm." msgid "Invalid password format or unknown hashing algorithm."
msgstr "Invalid password format or unknown hashing algorithm." msgstr "Invalid password format or unknown hashing algorithm."
#: forms.py:67 #: forms.py:72
msgid "A user with that username already exists." msgid "A user with that username already exists."
msgstr "A user with that username already exists." msgstr "A user with that username already exists."
#: forms.py:68 forms.py:269 forms.py:329 #: forms.py:73 forms.py:254 forms.py:314
msgid "The two password fields didn't match." msgid "The two password fields didn't match."
msgstr "The two password fields didn't match." msgstr "The two password fields didn't match."
#: forms.py:70 forms.py:115 #: forms.py:75 forms.py:120
msgid "Username" msgid "Username"
msgstr "Username" msgstr "Username"
#: forms.py:72 forms.py:116 #: forms.py:77 forms.py:121
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
#: forms.py:75 forms.py:119 #: forms.py:80 forms.py:124
msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
msgstr "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "This value may contain only letters, numbers and @/./+/-/_ characters."
#: forms.py:77 forms.py:121 forms.py:148 forms.py:331 #: forms.py:82 forms.py:126 forms.py:153 forms.py:316
msgid "Password" msgid "Password"
msgstr "Password" msgstr "Password"
#: forms.py:79 #: forms.py:84
msgid "Password confirmation" msgid "Password confirmation"
msgstr "Password confirmation" msgstr "Password confirmation"
#: forms.py:81 #: forms.py:86
msgid "Enter the same password as above, for verification." msgid "Enter the same password as above, for verification."
msgstr "Enter the same password as above, for verification." msgstr "Enter the same password as above, for verification."
#: forms.py:122 #: forms.py:127
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 "
@ -87,7 +87,7 @@ msgstr ""
"password, but you can change the password using <a href=\"password/\">this " "password, but you can change the password using <a href=\"password/\">this "
"form</a>." "form</a>."
#: forms.py:151 #: forms.py:156
#, python-format #, python-format
msgid "" msgid ""
"Please enter a correct %(username)s and password. Note that both fields may " "Please enter a correct %(username)s and password. Note that both fields may "
@ -96,80 +96,57 @@ msgstr ""
"Please enter a correct %(username)s and password. Note that both fields may " "Please enter a correct %(username)s and password. Note that both fields may "
"be case-sensitive." "be case-sensitive."
#: forms.py:153 #: forms.py:158
msgid ""
"Your Web browser doesn't appear to have cookies enabled. Cookies are "
"required for logging in."
msgstr ""
"Your Web browser doesn't appear to have cookies enabled. Cookies are "
"required for logging in."
#: forms.py:155
msgid "This account is inactive." msgid "This account is inactive."
msgstr "This account is inactive." msgstr "This account is inactive."
#: forms.py:206 #: forms.py:206
msgid ""
"That email address doesn't have an associated user account. Are you sure "
"you've registered?"
msgstr ""
"That email address doesn't have an associated user account. Are you sure "
"you've registered?"
#: forms.py:208 tests/forms.py:374
msgid ""
"The user account associated with this email address cannot reset the "
"password."
msgstr ""
"The user account associated with this email address cannot reset the "
"password."
#: forms.py:211
msgid "Email" msgid "Email"
msgstr "Email" msgstr "Email"
#: forms.py:271 #: forms.py:256
msgid "New password" msgid "New password"
msgstr "New password" msgstr "New password"
#: forms.py:273 #: forms.py:258
msgid "New password confirmation" msgid "New password confirmation"
msgstr "New password confirmation" msgstr "New password confirmation"
#: forms.py:302 #: forms.py:287
msgid "Your old password was entered incorrectly. Please enter it again." msgid "Your old password was entered incorrectly. Please enter it again."
msgstr "Your old password was entered incorrectly. Please enter it again." msgstr "Your old password was entered incorrectly. Please enter it again."
#: forms.py:305 #: forms.py:290
msgid "Old password" msgid "Old password"
msgstr "Old password" msgstr "Old password"
#: forms.py:333 #: forms.py:318
msgid "Password (again)" msgid "Password (again)"
msgstr "Password (again)" msgstr "Password (again)"
#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378 #: hashers.py:243 hashers.py:317 hashers.py:365 hashers.py:393 hashers.py:426
#: hashers.py:412 #: hashers.py:459 hashers.py:493
msgid "algorithm" msgid "algorithm"
msgstr "algorithm" msgstr "algorithm"
#: hashers.py:242 #: hashers.py:244
msgid "iterations" msgid "iterations"
msgstr "iterations" msgstr "iterations"
#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413 #: hashers.py:245 hashers.py:319 hashers.py:366 hashers.py:394 hashers.py:494
msgid "salt" msgid "salt"
msgstr "salt" msgstr "salt"
#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414 #: hashers.py:246 hashers.py:367 hashers.py:395 hashers.py:427 hashers.py:460
#: hashers.py:495
msgid "hash" msgid "hash"
msgstr "hash" msgstr "hash"
#: hashers.py:293 #: hashers.py:318
msgid "work factor" msgid "work factor"
msgstr "work factor" msgstr "work factor"
#: hashers.py:295 #: hashers.py:320
msgid "checksum" msgid "checksum"
msgstr "checksum" msgstr "checksum"
@ -287,7 +264,7 @@ msgstr "user"
msgid "users" msgid "users"
msgstr "users" msgstr "users"
#: views.py:94 #: views.py:89
msgid "Logged out" msgid "Logged out"
msgstr "Logged out" msgstr "Logged out"
@ -295,3 +272,29 @@ msgstr "Logged out"
#, python-format #, python-format
msgid "Password reset on %(site_name)s" msgid "Password reset on %(site_name)s"
msgstr "Password reset on %(site_name)s" msgstr "Password reset on %(site_name)s"
#: tests/forms.py:325
#, fuzzy
msgid "Enter a valid email address."
msgstr "Enter a valid username."
#~ msgid ""
#~ "Your Web browser doesn't appear to have cookies enabled. Cookies are "
#~ "required for logging in."
#~ msgstr ""
#~ "Your Web browser doesn't appear to have cookies enabled. Cookies are "
#~ "required for logging in."
#~ msgid ""
#~ "That email address doesn't have an associated user account. Are you sure "
#~ "you've registered?"
#~ msgstr ""
#~ "That email address doesn't have an associated user account. Are you sure "
#~ "you've registered?"
#~ msgid ""
#~ "The user account associated with this email address cannot reset the "
#~ "password."
#~ msgstr ""
#~ "The user account associated with this email address cannot reset the "
#~ "password."

View File

@ -6,14 +6,14 @@ 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-10-15 10:56+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:24+0000\n" "PO-Revision-Date: 2012-02-14 13:24+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:25 #: admin.py:25
@ -25,42 +25,38 @@ msgid "Metadata"
msgstr "Metadata" msgstr "Metadata"
#: admin.py:55 #: admin.py:55
msgid "flagged" #, fuzzy, python-format
msgid_plural "flagged" msgid "%d comment was successfully flagged"
msgstr[0] "flagged" msgid_plural "%d comments were successfully flagged"
msgstr[1] "flagged" msgstr[0] "1 comment was successfully %(action)s."
msgstr[1] "%(count)s comments were successfully %(action)s."
#: admin.py:56 #: admin.py:57
msgid "Flag selected comments" msgid "Flag selected comments"
msgstr "Flag selected comments" msgstr "Flag selected comments"
#: admin.py:60
msgid "approved"
msgid_plural "approved"
msgstr[0] "approved"
msgstr[1] "approved"
#: admin.py:61 #: admin.py:61
#, fuzzy, python-format
msgid "%d comment was successfully approved"
msgid_plural "%d comments were successfully approved"
msgstr[0] "1 comment was successfully %(action)s."
msgstr[1] "%(count)s comments were successfully %(action)s."
#: admin.py:63
msgid "Approve selected comments" msgid "Approve selected comments"
msgstr "Approve selected comments" msgstr "Approve selected comments"
#: admin.py:65 #: admin.py:67
msgid "removed" #, fuzzy, python-format
msgid_plural "removed" msgid "%d comment was successfully removed"
msgstr[0] "removed" msgid_plural "%d comments were successfully removed"
msgstr[1] "removed"
#: admin.py:66
msgid "Remove selected comments"
msgstr "Remove selected comments"
#: admin.py:78
#, python-format
msgid "1 comment was successfully %(action)s."
msgid_plural "%(count)s comments were successfully %(action)s."
msgstr[0] "1 comment was successfully %(action)s." msgstr[0] "1 comment was successfully %(action)s."
msgstr[1] "%(count)s comments were successfully %(action)s." msgstr[1] "%(count)s comments were successfully %(action)s."
#: admin.py:69
msgid "Remove selected comments"
msgstr "Remove selected comments"
#: feeds.py:14 #: feeds.py:14
#, python-format #, python-format
msgid "%(site_name)s comments" msgid "%(site_name)s comments"
@ -301,3 +297,18 @@ msgstr "Post your comment"
#: templates/comments/preview.html:16 #: templates/comments/preview.html:16
msgid "or make changes" msgid "or make changes"
msgstr "or make changes" msgstr "or make changes"
#~ msgid "flagged"
#~ msgid_plural "flagged"
#~ msgstr[0] "flagged"
#~ msgstr[1] "flagged"
#~ msgid "approved"
#~ msgid_plural "approved"
#~ msgstr[0] "approved"
#~ msgstr[1] "approved"
#~ msgid "removed"
#~ msgid_plural "removed"
#~ msgstr[0] "removed"
#~ msgstr[1] "removed"

View File

@ -6,14 +6,14 @@ 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-10-15 10:56+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-03-08 11:45+0000\n" "PO-Revision-Date: 2012-03-08 11:45+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:130 #: models.py:130

View File

@ -6,14 +6,14 @@ 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-10-15 10:56+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-10-18 10:56+0000\n" "PO-Revision-Date: 2012-10-18 10:56+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:10 #: admin.py:10
@ -79,19 +79,19 @@ msgstr ""
msgid "registration required" msgid "registration required"
msgstr "registration required" msgstr "registration required"
#: models.py:17 #: models.py:18
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 ""
"If this is checked, only logged-in users will be able to view the page." "If this is checked, only logged-in users will be able to view the page."
#: models.py:22 #: models.py:24
msgid "flat page" msgid "flat page"
msgstr "flat page" msgstr "flat page"
#: models.py:23 #: models.py:25
msgid "flat pages" msgid "flat pages"
msgstr "flat pages" msgstr "flat pages"
#: tests/forms.py:97 #: tests/forms.py:98
msgid "This field is required." msgid "This field is required."
msgstr "This field is required." msgstr "This field is required."

View File

@ -6,14 +6,14 @@ 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-10-15 10:56+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:42+0000\n" "PO-Revision-Date: 2012-02-14 13:42+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/formtools/wizard/wizard_form.html:15 #: templates/formtools/wizard/wizard_form.html:15
@ -28,10 +28,9 @@ msgstr "prev step"
msgid "submit" msgid "submit"
msgstr "submit" msgstr "submit"
#: wizard/legacy.py:159 #~ msgid ""
msgid "" #~ "We apologize, but your form has expired. Please continue filling out the "
"We apologize, but your form has expired. Please continue filling out the " #~ "form from this page."
"form from this page." #~ msgstr ""
msgstr "" #~ "We apologize, but your form has expired. Please continue filling out the "
"We apologize, but your form has expired. Please continue filling out the " #~ "form from this page."
"form from this page."

View File

@ -6,14 +6,14 @@ 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-10-15 10:56+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-03-08 12:32+0000\n" "PO-Revision-Date: 2012-03-08 12:32+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:9 #: views.py:9
@ -29,47 +29,47 @@ msgstr "Slug %r isn't registered."
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 "The base GIS field -- maps to the OpenGIS Specification Geometry type." msgstr "The base GIS field -- maps to the OpenGIS Specification Geometry type."
#: db/models/fields.py:271 #: db/models/fields.py:270
msgid "Point" msgid "Point"
msgstr "Point" msgstr "Point"
#: db/models/fields.py:275 #: db/models/fields.py:274
msgid "Line string" msgid "Line string"
msgstr "Line string" msgstr "Line string"
#: db/models/fields.py:279 #: db/models/fields.py:278
msgid "Polygon" msgid "Polygon"
msgstr "Polygon" msgstr "Polygon"
#: db/models/fields.py:283 #: db/models/fields.py:282
msgid "Multi-point" msgid "Multi-point"
msgstr "Multi-point" msgstr "Multi-point"
#: db/models/fields.py:287 #: db/models/fields.py:286
msgid "Multi-line string" msgid "Multi-line string"
msgstr "Multi-line string" msgstr "Multi-line string"
#: db/models/fields.py:291 #: db/models/fields.py:290
msgid "Multi polygon" msgid "Multi polygon"
msgstr "Multi polygon" msgstr "Multi polygon"
#: db/models/fields.py:295 #: db/models/fields.py:294
msgid "Geometry collection" msgid "Geometry collection"
msgstr "Geometry collection" msgstr "Geometry collection"
#: forms/fields.py:19 #: forms/fields.py:23
msgid "No geometry value provided." msgid "No geometry value provided."
msgstr "No geometry value provided." msgstr "No geometry value provided."
#: forms/fields.py:20 #: forms/fields.py:24
msgid "Invalid geometry value." msgid "Invalid geometry value."
msgstr "Invalid geometry value." msgstr "Invalid geometry value."
#: forms/fields.py:21 #: forms/fields.py:25
msgid "Invalid geometry type." msgid "Invalid geometry type."
msgstr "Invalid geometry type." msgstr "Invalid geometry type."
#: forms/fields.py:22 #: forms/fields.py:26
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."

View File

@ -6,286 +6,286 @@ 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-10-15 10:57+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:08+0000\n" "PO-Revision-Date: 2012-02-14 13:08+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: tests.py:125 templatetags/humanize.py:167 #: tests.py:131 templatetags/humanize.py:168
msgid "today" msgid "today"
msgstr "today" msgstr "today"
#: tests.py:125 templatetags/humanize.py:171 #: tests.py:131 templatetags/humanize.py:172
msgid "yesterday" msgid "yesterday"
msgstr "yesterday" msgstr "yesterday"
#: tests.py:125 templatetags/humanize.py:169 #: tests.py:131 templatetags/humanize.py:170
msgid "tomorrow" msgid "tomorrow"
msgstr "tomorrow" msgstr "tomorrow"
#: templatetags/humanize.py:25 #: templatetags/humanize.py:26
msgid "th" msgid "th"
msgstr "th" msgstr "th"
#: templatetags/humanize.py:25 #: templatetags/humanize.py:26
msgid "st" msgid "st"
msgstr "st" msgstr "st"
#: templatetags/humanize.py:25 #: templatetags/humanize.py:26
msgid "nd" msgid "nd"
msgstr "nd" msgstr "nd"
#: templatetags/humanize.py:25 #: templatetags/humanize.py:26
msgid "rd" msgid "rd"
msgstr "rd" msgstr "rd"
#: templatetags/humanize.py:54 #: templatetags/humanize.py:55
#, python-format #, python-format
msgid "%(value).1f million" msgid "%(value).1f million"
msgid_plural "%(value).1f million" msgid_plural "%(value).1f million"
msgstr[0] "%(value).1f million" msgstr[0] "%(value).1f million"
msgstr[1] "%(value).1f million" msgstr[1] "%(value).1f million"
#: templatetags/humanize.py:55 #: templatetags/humanize.py:56
#, python-format #, python-format
msgid "%(value)s million" msgid "%(value)s million"
msgid_plural "%(value)s million" msgid_plural "%(value)s million"
msgstr[0] "%(value)s million" msgstr[0] "%(value)s million"
msgstr[1] "%(value)s million" msgstr[1] "%(value)s million"
#: templatetags/humanize.py:58 #: templatetags/humanize.py:59
#, python-format #, python-format
msgid "%(value).1f billion" msgid "%(value).1f billion"
msgid_plural "%(value).1f billion" msgid_plural "%(value).1f billion"
msgstr[0] "%(value).1f billion" msgstr[0] "%(value).1f billion"
msgstr[1] "%(value).1f billion" msgstr[1] "%(value).1f billion"
#: templatetags/humanize.py:59 #: templatetags/humanize.py:60
#, python-format #, python-format
msgid "%(value)s billion" msgid "%(value)s billion"
msgid_plural "%(value)s billion" msgid_plural "%(value)s billion"
msgstr[0] "%(value)s billion" msgstr[0] "%(value)s billion"
msgstr[1] "%(value)s billion" msgstr[1] "%(value)s billion"
#: templatetags/humanize.py:62 #: templatetags/humanize.py:63
#, python-format #, python-format
msgid "%(value).1f trillion" msgid "%(value).1f trillion"
msgid_plural "%(value).1f trillion" msgid_plural "%(value).1f trillion"
msgstr[0] "%(value).1f trillion" msgstr[0] "%(value).1f trillion"
msgstr[1] "%(value).1f trillion" msgstr[1] "%(value).1f trillion"
#: templatetags/humanize.py:63 #: templatetags/humanize.py:64
#, python-format #, python-format
msgid "%(value)s trillion" msgid "%(value)s trillion"
msgid_plural "%(value)s trillion" msgid_plural "%(value)s trillion"
msgstr[0] "%(value)s trillion" msgstr[0] "%(value)s trillion"
msgstr[1] "%(value)s trillion" msgstr[1] "%(value)s trillion"
#: templatetags/humanize.py:66 #: templatetags/humanize.py:67
#, python-format #, python-format
msgid "%(value).1f quadrillion" msgid "%(value).1f quadrillion"
msgid_plural "%(value).1f quadrillion" msgid_plural "%(value).1f quadrillion"
msgstr[0] "%(value).1f quadrillion" msgstr[0] "%(value).1f quadrillion"
msgstr[1] "%(value).1f quadrillion" msgstr[1] "%(value).1f quadrillion"
#: templatetags/humanize.py:67 #: templatetags/humanize.py:68
#, python-format #, python-format
msgid "%(value)s quadrillion" msgid "%(value)s quadrillion"
msgid_plural "%(value)s quadrillion" msgid_plural "%(value)s quadrillion"
msgstr[0] "%(value)s quadrillion" msgstr[0] "%(value)s quadrillion"
msgstr[1] "%(value)s quadrillion" msgstr[1] "%(value)s quadrillion"
#: templatetags/humanize.py:70 #: templatetags/humanize.py:71
#, python-format #, python-format
msgid "%(value).1f quintillion" msgid "%(value).1f quintillion"
msgid_plural "%(value).1f quintillion" msgid_plural "%(value).1f quintillion"
msgstr[0] "%(value).1f quintillion" msgstr[0] "%(value).1f quintillion"
msgstr[1] "%(value).1f quintillion" msgstr[1] "%(value).1f quintillion"
#: templatetags/humanize.py:71 #: templatetags/humanize.py:72
#, python-format #, python-format
msgid "%(value)s quintillion" msgid "%(value)s quintillion"
msgid_plural "%(value)s quintillion" msgid_plural "%(value)s quintillion"
msgstr[0] "%(value)s quintillion" msgstr[0] "%(value)s quintillion"
msgstr[1] "%(value)s quintillion" msgstr[1] "%(value)s quintillion"
#: templatetags/humanize.py:74 #: templatetags/humanize.py:75
#, python-format #, python-format
msgid "%(value).1f sextillion" msgid "%(value).1f sextillion"
msgid_plural "%(value).1f sextillion" msgid_plural "%(value).1f sextillion"
msgstr[0] "%(value).1f sextillion" msgstr[0] "%(value).1f sextillion"
msgstr[1] "%(value).1f sextillion" msgstr[1] "%(value).1f sextillion"
#: templatetags/humanize.py:75 #: templatetags/humanize.py:76
#, python-format #, python-format
msgid "%(value)s sextillion" msgid "%(value)s sextillion"
msgid_plural "%(value)s sextillion" msgid_plural "%(value)s sextillion"
msgstr[0] "%(value)s sextillion" msgstr[0] "%(value)s sextillion"
msgstr[1] "%(value)s sextillion" msgstr[1] "%(value)s sextillion"
#: templatetags/humanize.py:78 #: templatetags/humanize.py:79
#, python-format #, python-format
msgid "%(value).1f septillion" msgid "%(value).1f septillion"
msgid_plural "%(value).1f septillion" msgid_plural "%(value).1f septillion"
msgstr[0] "%(value).1f septillion" msgstr[0] "%(value).1f septillion"
msgstr[1] "%(value).1f septillion" msgstr[1] "%(value).1f septillion"
#: templatetags/humanize.py:79 #: templatetags/humanize.py:80
#, python-format #, python-format
msgid "%(value)s septillion" msgid "%(value)s septillion"
msgid_plural "%(value)s septillion" msgid_plural "%(value)s septillion"
msgstr[0] "%(value)s septillion" msgstr[0] "%(value)s septillion"
msgstr[1] "%(value)s septillion" msgstr[1] "%(value)s septillion"
#: templatetags/humanize.py:82 #: templatetags/humanize.py:83
#, python-format #, python-format
msgid "%(value).1f octillion" msgid "%(value).1f octillion"
msgid_plural "%(value).1f octillion" msgid_plural "%(value).1f octillion"
msgstr[0] "%(value).1f octillion" msgstr[0] "%(value).1f octillion"
msgstr[1] "%(value).1f octillion" msgstr[1] "%(value).1f octillion"
#: templatetags/humanize.py:83 #: templatetags/humanize.py:84
#, python-format #, python-format
msgid "%(value)s octillion" msgid "%(value)s octillion"
msgid_plural "%(value)s octillion" msgid_plural "%(value)s octillion"
msgstr[0] "%(value)s octillion" msgstr[0] "%(value)s octillion"
msgstr[1] "%(value)s octillion" msgstr[1] "%(value)s octillion"
#: templatetags/humanize.py:86 #: templatetags/humanize.py:87
#, python-format #, python-format
msgid "%(value).1f nonillion" msgid "%(value).1f nonillion"
msgid_plural "%(value).1f nonillion" msgid_plural "%(value).1f nonillion"
msgstr[0] "%(value).1f nonillion" msgstr[0] "%(value).1f nonillion"
msgstr[1] "%(value).1f nonillion" msgstr[1] "%(value).1f nonillion"
#: templatetags/humanize.py:87 #: templatetags/humanize.py:88
#, python-format #, python-format
msgid "%(value)s nonillion" msgid "%(value)s nonillion"
msgid_plural "%(value)s nonillion" msgid_plural "%(value)s nonillion"
msgstr[0] "%(value)s nonillion" msgstr[0] "%(value)s nonillion"
msgstr[1] "%(value)s nonillion" msgstr[1] "%(value)s nonillion"
#: templatetags/humanize.py:90 #: templatetags/humanize.py:91
#, python-format #, python-format
msgid "%(value).1f decillion" msgid "%(value).1f decillion"
msgid_plural "%(value).1f decillion" msgid_plural "%(value).1f decillion"
msgstr[0] "%(value).1f decillion" msgstr[0] "%(value).1f decillion"
msgstr[1] "%(value).1f decillion" msgstr[1] "%(value).1f decillion"
#: templatetags/humanize.py:91 #: templatetags/humanize.py:92
#, python-format #, python-format
msgid "%(value)s decillion" msgid "%(value)s decillion"
msgid_plural "%(value)s decillion" msgid_plural "%(value)s decillion"
msgstr[0] "%(value)s decillion" msgstr[0] "%(value)s decillion"
msgstr[1] "%(value)s decillion" msgstr[1] "%(value)s decillion"
#: templatetags/humanize.py:94 #: templatetags/humanize.py:95
#, python-format #, python-format
msgid "%(value).1f googol" msgid "%(value).1f googol"
msgid_plural "%(value).1f googol" msgid_plural "%(value).1f googol"
msgstr[0] "%(value).1f googol" msgstr[0] "%(value).1f googol"
msgstr[1] "%(value).1f googol" msgstr[1] "%(value).1f googol"
#: templatetags/humanize.py:95 #: templatetags/humanize.py:96
#, python-format #, python-format
msgid "%(value)s googol" msgid "%(value)s googol"
msgid_plural "%(value)s googol" msgid_plural "%(value)s googol"
msgstr[0] "%(value)s googol" msgstr[0] "%(value)s googol"
msgstr[1] "%(value)s googol" msgstr[1] "%(value)s googol"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "one" msgid "one"
msgstr "one" msgstr "one"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "two" msgid "two"
msgstr "two" msgstr "two"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "three" msgid "three"
msgstr "three" msgstr "three"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "four" msgid "four"
msgstr "four" msgstr "four"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "five" msgid "five"
msgstr "five" msgstr "five"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "six" msgid "six"
msgstr "six" msgstr "six"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "seven" msgid "seven"
msgstr "seven" msgstr "seven"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "eight" msgid "eight"
msgstr "eight" msgstr "eight"
#: templatetags/humanize.py:144 #: templatetags/humanize.py:145
msgid "nine" msgid "nine"
msgstr "nine" msgstr "nine"
#: templatetags/humanize.py:190 #: templatetags/humanize.py:191
#, python-format #, python-format
msgctxt "naturaltime" msgctxt "naturaltime"
msgid "%(delta)s ago" msgid "%(delta)s ago"
msgstr "%(delta)s ago" msgstr "%(delta)s ago"
#: templatetags/humanize.py:193 templatetags/humanize.py:215 #: templatetags/humanize.py:194 templatetags/humanize.py:216
msgid "now" msgid "now"
msgstr "now" msgstr "now"
#: templatetags/humanize.py:196 #: templatetags/humanize.py:197
#, 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] "a second ago" msgstr[0] "a second ago"
msgstr[1] "%(count)s seconds ago" msgstr[1] "%(count)s seconds ago"
#: templatetags/humanize.py:201 #: templatetags/humanize.py:202
#, 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] "a minute ago" msgstr[0] "a minute ago"
msgstr[1] "%(count)s minutes ago" msgstr[1] "%(count)s minutes ago"
#: templatetags/humanize.py:206 #: templatetags/humanize.py:207
#, 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] "an hour ago" msgstr[0] "an hour ago"
msgstr[1] "%(count)s hours ago" msgstr[1] "%(count)s hours ago"
#: templatetags/humanize.py:212 #: templatetags/humanize.py:213
#, python-format #, python-format
msgctxt "naturaltime" msgctxt "naturaltime"
msgid "%(delta)s from now" msgid "%(delta)s from now"
msgstr "%(delta)s from now" msgstr "%(delta)s from now"
#: templatetags/humanize.py:218 #: templatetags/humanize.py:219
#, 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] "a second from now" msgstr[0] "a second from now"
msgstr[1] "%(count)s seconds from now" msgstr[1] "%(count)s seconds from now"
#: templatetags/humanize.py:223 #: templatetags/humanize.py:224
#, 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] "a minute from now" msgstr[0] "a minute from now"
msgstr[1] "%(count)s minutes from now" msgstr[1] "%(count)s minutes from now"
#: templatetags/humanize.py:228 #: templatetags/humanize.py:229
#, 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"

View File

@ -6,14 +6,14 @@ 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-10-15 10:57+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:16+0000\n" "PO-Revision-Date: 2012-02-14 13:16+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: tests/base.py:101 #: tests/base.py:101

View File

@ -6,14 +6,14 @@ 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-10-15 10:57+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:39+0000\n" "PO-Revision-Date: 2012-02-14 13:39+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:9 #: models.py:9

View File

@ -6,14 +6,14 @@ 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-10-15 10:57+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:40+0000\n" "PO-Revision-Date: 2012-02-14 13:40+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:38 #: models.py:38

View File

@ -6,28 +6,32 @@ 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-10-15 10:57+0200\n" "POT-Creation-Date: 2013-03-28 10:04+0100\n"
"PO-Revision-Date: 2012-02-14 13:49+0000\n" "PO-Revision-Date: 2012-02-14 13:49+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:39 #: models.py:25
msgid "The domain name cannot contain any spaces or tabs."
msgstr ""
#: models.py:58
msgid "domain name" msgid "domain name"
msgstr "domain name" msgstr "domain name"
#: models.py:40 #: models.py:60
msgid "display name" msgid "display name"
msgstr "display name" msgstr "display name"
#: models.py:45 #: models.py:65
msgid "site" msgid "site"
msgstr "site" msgstr "site"
#: models.py:46 #: models.py:66
msgid "sites" msgid "sites"
msgstr "sites" msgstr "sites"