Updated translation catalogs

This commit is contained in:
Claude Paroz 2018-05-17 12:07:04 +02:00
parent 437c4b57ac
commit 77f6340d3b
5 changed files with 723 additions and 523 deletions

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: 2017-01-19 16:49+0100\n" "POT-Creation-Date: 2018-05-17 12:08+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"
@ -14,319 +14,340 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: contrib/admin/actions.py:50 #: contrib/admin/actions.py:45
#, python-format #, python-format
msgid "Successfully deleted %(count)d %(items)s." msgid "Successfully deleted %(count)d %(items)s."
msgstr "" msgstr ""
#: contrib/admin/actions.py:62 contrib/admin/options.py:1707 #: contrib/admin/actions.py:54 contrib/admin/options.py:1835
#, python-format #, python-format
msgid "Cannot delete %(name)s" msgid "Cannot delete %(name)s"
msgstr "" msgstr ""
#: contrib/admin/actions.py:64 contrib/admin/options.py:1709 #: contrib/admin/actions.py:56 contrib/admin/options.py:1837
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: contrib/admin/actions.py:89 #: contrib/admin/actions.py:82
#, python-format #, python-format
msgid "Delete selected %(verbose_name_plural)s" msgid "Delete selected %(verbose_name_plural)s"
msgstr "" msgstr ""
#: contrib/admin/apps.py:11 #: contrib/admin/apps.py:12
msgid "Administration" msgid "Administration"
msgstr "" msgstr ""
#: contrib/admin/filters.py:107 contrib/admin/filters.py:205 #: contrib/admin/filters.py:108 contrib/admin/filters.py:203
#: contrib/admin/filters.py:241 contrib/admin/filters.py:278 #: contrib/admin/filters.py:238 contrib/admin/filters.py:272
#: contrib/admin/filters.py:384 #: contrib/admin/filters.py:391
msgid "All" msgid "All"
msgstr "" msgstr ""
#: contrib/admin/filters.py:242 #: contrib/admin/filters.py:239
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: contrib/admin/filters.py:243 #: contrib/admin/filters.py:240
msgid "No" msgid "No"
msgstr "" msgstr ""
#: contrib/admin/filters.py:257 #: contrib/admin/filters.py:250
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
#: contrib/admin/filters.py:316 #: contrib/admin/filters.py:320
msgid "Any date" msgid "Any date"
msgstr "" msgstr ""
#: contrib/admin/filters.py:317 #: contrib/admin/filters.py:321
msgid "Today" msgid "Today"
msgstr "" msgstr ""
#: contrib/admin/filters.py:321 #: contrib/admin/filters.py:325
msgid "Past 7 days" msgid "Past 7 days"
msgstr "" msgstr ""
#: contrib/admin/filters.py:325 #: contrib/admin/filters.py:329
msgid "This month" msgid "This month"
msgstr "" msgstr ""
#: contrib/admin/filters.py:329 #: contrib/admin/filters.py:333
msgid "This year" msgid "This year"
msgstr "" msgstr ""
#: contrib/admin/filters.py:359 #: contrib/admin/filters.py:341
msgid "No date" msgid "No date"
msgstr "" msgstr ""
#: contrib/admin/filters.py:360 #: contrib/admin/filters.py:342
msgid "Has date" msgid "Has date"
msgstr "" msgstr ""
#: contrib/admin/forms.py:14 #: contrib/admin/forms.py:13
#, python-format #, python-format
msgid "" msgid ""
"Please enter the correct %(username)s and password for a staff account. Note " "Please enter the correct %(username)s and password for a staff account. Note "
"that both fields may be case-sensitive." "that both fields may be case-sensitive."
msgstr "" msgstr ""
#: contrib/admin/helpers.py:27 #: contrib/admin/helpers.py:21
msgid "Action:" msgid "Action:"
msgstr "" msgstr ""
#: contrib/admin/helpers.py:286 #: contrib/admin/helpers.py:303
#, python-format #, python-format
msgid "Add another %(verbose_name)s" msgid "Add another %(verbose_name)s"
msgstr "" msgstr ""
#: contrib/admin/helpers.py:289 #: contrib/admin/helpers.py:306
msgid "Remove" msgid "Remove"
msgstr "" msgstr ""
#: contrib/admin/models.py:39 #: contrib/admin/models.py:17
msgid "Addition"
msgstr ""
#: contrib/admin/models.py:18
#: contrib/admin/templates/admin/edit_inline/stacked.html:12
#: contrib/admin/templates/admin/edit_inline/tabular.html:34
#: contrib/admin/templates/admin/index.html:40
#: contrib/admin/templates/admin/related_widget_wrapper.html:12
#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:10
msgid "Change"
msgstr ""
#: contrib/admin/models.py:19
msgid "Deletion"
msgstr ""
#: contrib/admin/models.py:41
msgid "action time" msgid "action time"
msgstr "" msgstr ""
#: contrib/admin/models.py:46 #: contrib/admin/models.py:48
msgid "user" msgid "user"
msgstr "" msgstr ""
#: contrib/admin/models.py:51 #: contrib/admin/models.py:53
msgid "content type" msgid "content type"
msgstr "" msgstr ""
#: contrib/admin/models.py:54 #: contrib/admin/models.py:56
msgid "object id" msgid "object id"
msgstr "" msgstr ""
#. Translators: 'repr' means representation (https://docs.python.org/3/library/functions.html#repr) #. Translators: 'repr' means representation (https://docs.python.org/3/library/functions.html#repr)
#: contrib/admin/models.py:56 #: contrib/admin/models.py:58
msgid "object repr" msgid "object repr"
msgstr "" msgstr ""
#: contrib/admin/models.py:57 #: contrib/admin/models.py:59
msgid "action flag" msgid "action flag"
msgstr "" msgstr ""
#: contrib/admin/models.py:59 #: contrib/admin/models.py:61
msgid "change message" msgid "change message"
msgstr "" msgstr ""
#: contrib/admin/models.py:64 #: contrib/admin/models.py:66
msgid "log entry" msgid "log entry"
msgstr "" msgstr ""
#: contrib/admin/models.py:65 #: contrib/admin/models.py:67
msgid "log entries" msgid "log entries"
msgstr "" msgstr ""
#: contrib/admin/models.py:74
#, python-format
msgid "Added \"%(object)s\"."
msgstr ""
#: contrib/admin/models.py:76 #: contrib/admin/models.py:76
#, python-format #, python-format
msgid "Added \"%(object)s\"."
msgstr ""
#: contrib/admin/models.py:78
#, python-format
msgid "Changed \"%(object)s\" - %(changes)s" msgid "Changed \"%(object)s\" - %(changes)s"
msgstr "" msgstr ""
#: contrib/admin/models.py:81 #: contrib/admin/models.py:83
#, python-format #, python-format
msgid "Deleted \"%(object)s.\"" msgid "Deleted \"%(object)s.\""
msgstr "" msgstr ""
#: contrib/admin/models.py:83 #: contrib/admin/models.py:85
msgid "LogEntry Object" msgid "LogEntry Object"
msgstr "" msgstr ""
#: contrib/admin/models.py:109 #: contrib/admin/models.py:111
#, python-brace-format #, python-brace-format
msgid "Added {name} \"{object}\"." msgid "Added {name} \"{object}\"."
msgstr "" msgstr ""
#: contrib/admin/models.py:111 #: contrib/admin/models.py:113
msgid "Added." msgid "Added."
msgstr "" msgstr ""
#: contrib/admin/models.py:115 contrib/admin/options.py:1917 #: contrib/admin/models.py:117 contrib/admin/options.py:2049
msgid "and" msgid "and"
msgstr "" msgstr ""
#: contrib/admin/models.py:119 #: contrib/admin/models.py:121
#, python-brace-format #, python-brace-format
msgid "Changed {fields} for {name} \"{object}\"." msgid "Changed {fields} for {name} \"{object}\"."
msgstr "" msgstr ""
#: contrib/admin/models.py:123 #: contrib/admin/models.py:125
#, python-brace-format #, python-brace-format
msgid "Changed {fields}." msgid "Changed {fields}."
msgstr "" msgstr ""
#: contrib/admin/models.py:127 #: contrib/admin/models.py:129
#, python-brace-format #, python-brace-format
msgid "Deleted {name} \"{object}\"." msgid "Deleted {name} \"{object}\"."
msgstr "" msgstr ""
#: contrib/admin/models.py:130 #: contrib/admin/models.py:132
msgid "No fields changed." msgid "No fields changed."
msgstr "" msgstr ""
#: contrib/admin/options.py:196 contrib/admin/options.py:225 #: contrib/admin/options.py:202 contrib/admin/options.py:233
msgid "None" msgid "None"
msgstr "" msgstr ""
#: contrib/admin/options.py:261 #: contrib/admin/options.py:271
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 ""
#: contrib/admin/options.py:1115 contrib/admin/options.py:1186 #: contrib/admin/options.py:1202 contrib/admin/options.py:1226
#, python-brace-format #, python-brace-format
msgid "" msgid "The {name} \"{obj}\" was added successfully."
"The {name} \"{obj}\" was added successfully. You may edit it again below."
msgstr "" msgstr ""
#: contrib/admin/options.py:1129 #: contrib/admin/options.py:1204
msgid "You may edit it again below."
msgstr ""
#: contrib/admin/options.py:1216
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"The {name} \"{obj}\" was added successfully. You may add another {name} " "The {name} \"{obj}\" was added successfully. You may add another {name} "
"below." "below."
msgstr "" msgstr ""
#: contrib/admin/options.py:1139 #: contrib/admin/options.py:1266
#, python-brace-format
msgid "The {name} \"{obj}\" was added successfully."
msgstr ""
#: contrib/admin/options.py:1176
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"The {name} \"{obj}\" was changed successfully. You may edit it again below." "The {name} \"{obj}\" was changed successfully. You may edit it again below."
msgstr "" msgstr ""
#: contrib/admin/options.py:1199 #: contrib/admin/options.py:1276
#, python-brace-format
msgid ""
"The {name} \"{obj}\" was added successfully. You may edit it again below."
msgstr ""
#: contrib/admin/options.py:1289
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"The {name} \"{obj}\" was changed successfully. You may add another {name} " "The {name} \"{obj}\" was changed successfully. You may add another {name} "
"below." "below."
msgstr "" msgstr ""
#: contrib/admin/options.py:1211 #: contrib/admin/options.py:1301
#, python-brace-format #, python-brace-format
msgid "The {name} \"{obj}\" was changed successfully." msgid "The {name} \"{obj}\" was changed successfully."
msgstr "" msgstr ""
#: contrib/admin/options.py:1296 contrib/admin/options.py:1564 #: contrib/admin/options.py:1386 contrib/admin/options.py:1676
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 ""
#: contrib/admin/options.py:1315 #: contrib/admin/options.py:1405
msgid "No action selected." msgid "No action selected."
msgstr "" msgstr ""
#: contrib/admin/options.py:1336 #: contrib/admin/options.py:1430
#, python-format #, python-format
msgid "The %(name)s \"%(obj)s\" was deleted successfully." msgid "The %(name)s \"%(obj)s\" was deleted successfully."
msgstr "" msgstr ""
#: contrib/admin/options.py:1397 #: contrib/admin/options.py:1509
#, python-format #, python-format
msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?" msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
msgstr "" msgstr ""
#: contrib/admin/options.py:1475 #: contrib/admin/options.py:1597
#, python-format #, python-format
msgid "Add %s" msgid "Add %s"
msgstr "" msgstr ""
#: contrib/admin/options.py:1475 #: contrib/admin/options.py:1597
#, python-format #, python-format
msgid "Change %s" msgid "Change %s"
msgstr "" msgstr ""
#: contrib/admin/options.py:1543 #: contrib/admin/options.py:1652
msgid "Database error" msgid "Database error"
msgstr "" msgstr ""
#: contrib/admin/options.py:1606 #: contrib/admin/options.py:1724
#, python-format #, python-format
msgid "%(count)s %(name)s was changed successfully." msgid "%(count)s %(name)s was changed successfully."
msgid_plural "%(count)s %(name)s were changed successfully." msgid_plural "%(count)s %(name)s were changed successfully."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/admin/options.py:1633 #: contrib/admin/options.py:1755
#, python-format #, python-format
msgid "%(total_count)s selected" msgid "%(total_count)s selected"
msgid_plural "All %(total_count)s selected" msgid_plural "All %(total_count)s selected"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/admin/options.py:1639 #: contrib/admin/options.py:1763
#, python-format #, python-format
msgid "0 of %(cnt)s selected" msgid "0 of %(cnt)s selected"
msgstr "" msgstr ""
#: contrib/admin/options.py:1755 #: contrib/admin/options.py:1880
#, python-format #, python-format
msgid "Change history: %s" msgid "Change history: %s"
msgstr "" msgstr ""
#. Translators: Model verbose name and instance representation, #. Translators: Model verbose name and instance representation,
#. suitable to be an item in a list. #. suitable to be an item in a list.
#: contrib/admin/options.py:1911 #: contrib/admin/options.py:2043
#, python-format #, python-format
msgid "%(class_name)s %(instance)s" msgid "%(class_name)s %(instance)s"
msgstr "" msgstr ""
#: contrib/admin/options.py:1918 #: contrib/admin/options.py:2050
#, python-format #, python-format
msgid "" msgid ""
"Deleting %(class_name)s %(instance)s would require deleting the following " "Deleting %(class_name)s %(instance)s would require deleting the following "
"protected related objects: %(related_objects)s" "protected related objects: %(related_objects)s"
msgstr "" msgstr ""
#: contrib/admin/sites.py:40 contrib/admin/templates/admin/base_site.html:3 #: contrib/admin/sites.py:41 contrib/admin/templates/admin/base_site.html:3
msgid "Django site admin" msgid "Django site admin"
msgstr "" msgstr ""
#: contrib/admin/sites.py:43 contrib/admin/templates/admin/base_site.html:6 #: contrib/admin/sites.py:44 contrib/admin/templates/admin/base_site.html:6
msgid "Django administration" msgid "Django administration"
msgstr "" msgstr ""
#: contrib/admin/sites.py:46 #: contrib/admin/sites.py:47
msgid "Site administration" msgid "Site administration"
msgstr "" msgstr ""
#: contrib/admin/sites.py:398 contrib/admin/templates/admin/login.html.py:61 #: contrib/admin/sites.py:383 contrib/admin/templates/admin/login.html:61
#: contrib/admin/templates/registration/password_reset_complete.html:18 #: contrib/admin/templates/registration/password_reset_complete.html:18
#: contrib/admin/tests.py:131 #: contrib/admin/tests.py:123
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""
#: contrib/admin/sites.py:525 #: contrib/admin/sites.py:510
#, python-format #, python-format
msgid "%(app)s administration" msgid "%(app)s administration"
msgstr "" msgstr ""
@ -343,20 +364,20 @@ msgstr ""
#: contrib/admin/templates/admin/500.html:6 #: contrib/admin/templates/admin/500.html:6
#: contrib/admin/templates/admin/app_index.html:9 #: contrib/admin/templates/admin/app_index.html:9
#: contrib/admin/templates/admin/auth/user/change_password.html:13 #: contrib/admin/templates/admin/auth/user/change_password.html:13
#: contrib/admin/templates/admin/base.html:56 #: contrib/admin/templates/admin/base.html:61
#: contrib/admin/templates/admin/change_form.html:18 #: contrib/admin/templates/admin/change_form.html:18
#: contrib/admin/templates/admin/change_list.html:31 #: contrib/admin/templates/admin/change_list.html:31
#: contrib/admin/templates/admin/delete_confirmation.html:13 #: contrib/admin/templates/admin/delete_confirmation.html:14
#: contrib/admin/templates/admin/delete_selected_confirmation.html:13 #: contrib/admin/templates/admin/delete_selected_confirmation.html:14
#: contrib/admin/templates/admin/invalid_setup.html:6 #: contrib/admin/templates/admin/invalid_setup.html:6
#: contrib/admin/templates/admin/object_history.html:6 #: contrib/admin/templates/admin/object_history.html:6
#: contrib/admin/templates/registration/logged_out.html:4 #: contrib/admin/templates/registration/logged_out.html:4
#: contrib/admin/templates/registration/password_change_done.html:6 #: contrib/admin/templates/registration/password_change_done.html:6
#: contrib/admin/templates/registration/password_change_form.html:7 #: contrib/admin/templates/registration/password_change_form.html:7
#: contrib/admin/templates/registration/password_reset_complete.html:6 #: contrib/admin/templates/registration/password_reset_complete.html:6
#: contrib/admin/templates/registration/password_reset_confirm.html:6 #: contrib/admin/templates/registration/password_reset_confirm.html:7
#: contrib/admin/templates/registration/password_reset_done.html:6 #: contrib/admin/templates/registration/password_reset_done.html:6
#: contrib/admin/templates/registration/password_reset_form.html:6 #: contrib/admin/templates/registration/password_reset_form.html:7
msgid "Home" msgid "Home"
msgstr "" msgstr ""
@ -378,24 +399,24 @@ msgid ""
"email and should be fixed shortly. Thanks for your patience." "email and should be fixed shortly. Thanks for your patience."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/actions.html:4 #: contrib/admin/templates/admin/actions.html:8
msgid "Run the selected action" msgid "Run the selected action"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/actions.html:4 #: contrib/admin/templates/admin/actions.html:8
msgid "Go" msgid "Go"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/actions.html:10 #: contrib/admin/templates/admin/actions.html:16
msgid "Click here to select the objects across all pages" msgid "Click here to select the objects across all pages"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/actions.html:10 #: contrib/admin/templates/admin/actions.html:16
#, python-format #, python-format
msgid "Select all %(total_count)s %(module_name)s" msgid "Select all %(total_count)s %(module_name)s"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/actions.html:12 #: contrib/admin/templates/admin/actions.html:18
msgid "Clear selection" msgid "Clear selection"
msgstr "" msgstr ""
@ -410,72 +431,72 @@ msgid "Enter a username and password."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:17 #: contrib/admin/templates/admin/auth/user/change_password.html:17
#: contrib/admin/templates/admin/auth/user/change_password.html:54 #: contrib/admin/templates/admin/auth/user/change_password.html:55
#: contrib/admin/templates/admin/base.html:44 #: contrib/admin/templates/admin/base.html:49
#: contrib/admin/templates/registration/password_change_done.html:3 #: contrib/admin/templates/registration/password_change_done.html:3
#: contrib/admin/templates/registration/password_change_form.html:4 #: contrib/admin/templates/registration/password_change_form.html:4
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:27 #: contrib/admin/templates/admin/auth/user/change_password.html:28
#: contrib/admin/templates/admin/change_form.html:47 #: contrib/admin/templates/admin/change_form.html:43
#: contrib/admin/templates/admin/change_list.html:58 #: contrib/admin/templates/admin/change_list.html:51
#: contrib/admin/templates/admin/login.html:21 #: contrib/admin/templates/admin/login.html:21
#: contrib/admin/templates/registration/password_change_form.html:21 #: contrib/admin/templates/registration/password_change_form.html:21
msgid "Please correct the error below." msgid "Please correct the error below."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:27 #: contrib/admin/templates/admin/auth/user/change_password.html:28
#: contrib/admin/templates/admin/change_form.html:47 #: contrib/admin/templates/admin/change_form.html:43
#: contrib/admin/templates/admin/change_list.html:58 #: contrib/admin/templates/admin/change_list.html:51
#: contrib/admin/templates/admin/login.html:21 #: contrib/admin/templates/admin/login.html:21
#: contrib/admin/templates/registration/password_change_form.html:21 #: contrib/admin/templates/registration/password_change_form.html:21
msgid "Please correct the errors below." msgid "Please correct the errors below."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/auth/user/change_password.html:31 #: contrib/admin/templates/admin/auth/user/change_password.html:32
#, 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 ""
#: contrib/admin/templates/admin/base.html:30 #: contrib/admin/templates/admin/base.html:35
msgid "Welcome," msgid "Welcome,"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/base.html:35 #: contrib/admin/templates/admin/base.html:40
msgid "View site" msgid "View site"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/base.html:40 #: contrib/admin/templates/admin/base.html:45
#: contrib/admin/templates/registration/password_change_done.html:3 #: contrib/admin/templates/registration/password_change_done.html:3
#: contrib/admin/templates/registration/password_change_form.html:4 #: contrib/admin/templates/registration/password_change_form.html:4
msgid "Documentation" msgid "Documentation"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/base.html:46 #: contrib/admin/templates/admin/base.html:51
#: contrib/admin/templates/registration/password_change_done.html:3 #: contrib/admin/templates/registration/password_change_done.html:3
#: contrib/admin/templates/registration/password_change_form.html:4 #: contrib/admin/templates/registration/password_change_form.html:4
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_form.html:21 #: contrib/admin/templates/admin/change_form.html:21
#: contrib/admin/templates/admin/change_list.html:49 #: contrib/admin/templates/admin/change_list_object_tools.html:8
#, python-format #, python-format
msgid "Add %(name)s" msgid "Add %(name)s"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_form.html:33 #: contrib/admin/templates/admin/change_form_object_tools.html:5
#: contrib/admin/templates/admin/object_history.html:10 #: contrib/admin/templates/admin/object_history.html:10
msgid "History" msgid "History"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_form.html:35 #: contrib/admin/templates/admin/change_form_object_tools.html:7
#: contrib/admin/templates/admin/edit_inline/stacked.html:14 #: contrib/admin/templates/admin/edit_inline/stacked.html:14
#: contrib/admin/templates/admin/edit_inline/tabular.html:36 #: contrib/admin/templates/admin/edit_inline/tabular.html:36
msgid "View on site" msgid "View on site"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_list.html:69 #: contrib/admin/templates/admin/change_list.html:62
msgid "Filter" msgid "Filter"
msgstr "" msgstr ""
@ -492,13 +513,14 @@ msgstr ""
msgid "Toggle sorting" msgid "Toggle sorting"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_confirmation.html:17 #: contrib/admin/templates/admin/delete_confirmation.html:18
#: contrib/admin/templates/admin/related_widget_wrapper.html:23 #: contrib/admin/templates/admin/related_widget_wrapper.html:30
#: contrib/admin/templates/admin/submit_line.html:6 #: contrib/admin/templates/admin/submit_line.html:7
#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:24
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_confirmation.html:23 #: contrib/admin/templates/admin/delete_confirmation.html:24
#, 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 "
@ -506,40 +528,40 @@ msgid ""
"following types of objects:" "following types of objects:"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_confirmation.html:30 #: contrib/admin/templates/admin/delete_confirmation.html:31
#, 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 ""
#: contrib/admin/templates/admin/delete_confirmation.html:37 #: contrib/admin/templates/admin/delete_confirmation.html:38
#, 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 ""
#: contrib/admin/templates/admin/delete_confirmation.html:39 #: contrib/admin/templates/admin/delete_confirmation.html:40
#: contrib/admin/templates/admin/delete_selected_confirmation.html:38 #: contrib/admin/templates/admin/delete_selected_confirmation.html:39
msgid "Objects" msgid "Objects"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_confirmation.html:46
#: contrib/admin/templates/admin/delete_selected_confirmation.html:49
msgid "Yes, I'm sure"
msgstr ""
#: contrib/admin/templates/admin/delete_confirmation.html:47 #: contrib/admin/templates/admin/delete_confirmation.html:47
#: contrib/admin/templates/admin/delete_selected_confirmation.html:50 #: contrib/admin/templates/admin/delete_selected_confirmation.html:50
msgid "Yes, I'm sure"
msgstr ""
#: contrib/admin/templates/admin/delete_confirmation.html:48
#: contrib/admin/templates/admin/delete_selected_confirmation.html:51
msgid "No, take me back" msgid "No, take me back"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_selected_confirmation.html:16 #: contrib/admin/templates/admin/delete_selected_confirmation.html:17
msgid "Delete multiple objects" msgid "Delete multiple objects"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_selected_confirmation.html:22 #: contrib/admin/templates/admin/delete_selected_confirmation.html:23
#, 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 "
@ -547,14 +569,14 @@ msgid ""
"types of objects:" "types of objects:"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/delete_selected_confirmation.html:29 #: contrib/admin/templates/admin/delete_selected_confirmation.html:30
#, 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 ""
#: contrib/admin/templates/admin/delete_selected_confirmation.html:36 #: contrib/admin/templates/admin/delete_selected_confirmation.html:37
#, 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 "
@ -563,9 +585,9 @@ msgstr ""
#: contrib/admin/templates/admin/edit_inline/stacked.html:12 #: contrib/admin/templates/admin/edit_inline/stacked.html:12
#: contrib/admin/templates/admin/edit_inline/tabular.html:34 #: contrib/admin/templates/admin/edit_inline/tabular.html:34
#: contrib/admin/templates/admin/index.html:37 #: contrib/admin/templates/admin/index.html:38
#: contrib/admin/templates/admin/related_widget_wrapper.html:9 #: contrib/admin/templates/admin/related_widget_wrapper.html:15
msgid "Change" msgid "View"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/edit_inline/tabular.html:20 #: contrib/admin/templates/admin/edit_inline/tabular.html:20
@ -587,27 +609,28 @@ msgid "Models in the %(name)s application"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:31 #: contrib/admin/templates/admin/index.html:31
#: contrib/admin/templates/admin/related_widget_wrapper.html:16 #: contrib/admin/templates/admin/related_widget_wrapper.html:23
#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:17
msgid "Add" msgid "Add"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:47 #: contrib/admin/templates/admin/index.html:51
msgid "You don't have permission to edit anything." msgid "You don't have permission to view or edit anything."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:55 #: contrib/admin/templates/admin/index.html:59
msgid "Recent actions" msgid "Recent actions"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:56 #: contrib/admin/templates/admin/index.html:60
msgid "My actions" msgid "My actions"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:60 #: contrib/admin/templates/admin/index.html:64
msgid "None available" msgid "None available"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:74 #: contrib/admin/templates/admin/index.html:78
msgid "Unknown content" msgid "Unknown content"
msgstr "" msgstr ""
@ -653,7 +676,7 @@ msgid "Show all"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/pagination.html:11 #: contrib/admin/templates/admin/pagination.html:11
#: contrib/admin/templates/admin/submit_line.html:3 #: contrib/admin/templates/admin/submit_line.html:4
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@ -661,17 +684,25 @@ msgstr ""
msgid "Popup closing..." msgid "Popup closing..."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/related_widget_wrapper.html:8 #: contrib/admin/templates/admin/related_widget_wrapper.html:11
#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:9
#, python-format #, python-format
msgid "Change selected %(model)s" msgid "Change selected %(model)s"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/related_widget_wrapper.html:15 #: contrib/admin/templates/admin/related_widget_wrapper.html:14
#, python-format
msgid "View selected %(model)s"
msgstr ""
#: contrib/admin/templates/admin/related_widget_wrapper.html:22
#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:16
#, python-format #, python-format
msgid "Add another %(model)s" msgid "Add another %(model)s"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/related_widget_wrapper.html:22 #: contrib/admin/templates/admin/related_widget_wrapper.html:29
#: contrib/admin/templates/admin/widgets/related_widget_wrapper.html:23
#, python-format #, python-format
msgid "Delete selected %(model)s" msgid "Delete selected %(model)s"
msgstr "" msgstr ""
@ -692,18 +723,26 @@ msgstr[1] ""
msgid "%(full_result_count)s total" msgid "%(full_result_count)s total"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/submit_line.html:8 #: contrib/admin/templates/admin/submit_line.html:9
msgid "Save as new" msgid "Save as new"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/submit_line.html:9 #: contrib/admin/templates/admin/submit_line.html:10
msgid "Save and add another" msgid "Save and add another"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/submit_line.html:10 #: contrib/admin/templates/admin/submit_line.html:11
msgid "Save and continue editing" msgid "Save and continue editing"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/submit_line.html:11
msgid "Save and view"
msgstr ""
#: contrib/admin/templates/admin/submit_line.html:12
msgid "Close"
msgstr ""
#: contrib/admin/templates/registration/logged_out.html:8 #: contrib/admin/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 ""
@ -728,13 +767,13 @@ msgid ""
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_change_form.html:54 #: contrib/admin/templates/registration/password_change_form.html:54
#: contrib/admin/templates/registration/password_reset_confirm.html:24 #: contrib/admin/templates/registration/password_reset_confirm.html:32
msgid "Change my password" msgid "Change my password"
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_reset_complete.html:7 #: contrib/admin/templates/registration/password_reset_complete.html:7
#: contrib/admin/templates/registration/password_reset_done.html:7 #: contrib/admin/templates/registration/password_reset_done.html:7
#: contrib/admin/templates/registration/password_reset_form.html:7 #: contrib/admin/templates/registration/password_reset_form.html:8
msgid "Password reset" msgid "Password reset"
msgstr "" msgstr ""
@ -742,25 +781,25 @@ msgstr ""
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 ""
#: contrib/admin/templates/registration/password_reset_confirm.html:7 #: contrib/admin/templates/registration/password_reset_confirm.html:8
msgid "Password reset confirmation" msgid "Password reset confirmation"
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_reset_confirm.html:17 #: contrib/admin/templates/registration/password_reset_confirm.html:18
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 ""
#: contrib/admin/templates/registration/password_reset_confirm.html:21 #: contrib/admin/templates/registration/password_reset_confirm.html:24
msgid "New password:" msgid "New password:"
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_reset_confirm.html:23 #: contrib/admin/templates/registration/password_reset_confirm.html:29
msgid "Confirm password:" msgid "Confirm password:"
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_reset_confirm.html:29 #: contrib/admin/templates/registration/password_reset_confirm.html:38
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."
@ -802,50 +841,50 @@ msgstr ""
msgid "The %(site_name)s team" msgid "The %(site_name)s team"
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_reset_form.html:15 #: contrib/admin/templates/registration/password_reset_form.html:16
msgid "" msgid ""
"Forgotten your password? Enter your email address below, and we'll email " "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 ""
#: contrib/admin/templates/registration/password_reset_form.html:19 #: contrib/admin/templates/registration/password_reset_form.html:22
msgid "Email address:" msgid "Email address:"
msgstr "" msgstr ""
#: contrib/admin/templates/registration/password_reset_form.html:19 #: contrib/admin/templates/registration/password_reset_form.html:25
msgid "Reset my password" msgid "Reset my password"
msgstr "" msgstr ""
#: contrib/admin/templatetags/admin_list.py:387 #: contrib/admin/templatetags/admin_list.py:410
msgid "All dates" msgid "All dates"
msgstr "" msgstr ""
#: contrib/admin/views/main.py:81
#, python-format
msgid "Select %s"
msgstr ""
#: contrib/admin/views/main.py:83 #: contrib/admin/views/main.py:83
#, python-format #, python-format
msgid "Select %s"
msgstr ""
#: contrib/admin/views/main.py:85
#, python-format
msgid "Select %s to change" msgid "Select %s to change"
msgstr "" msgstr ""
#: contrib/admin/widgets.py:92 #: contrib/admin/widgets.py:101
msgid "Date:" msgid "Date:"
msgstr "" msgstr ""
#: contrib/admin/widgets.py:93 #: contrib/admin/widgets.py:102
msgid "Time:" msgid "Time:"
msgstr "" msgstr ""
#: contrib/admin/widgets.py:175 #: contrib/admin/widgets.py:164
msgid "Lookup" msgid "Lookup"
msgstr "" msgstr ""
#: contrib/admin/widgets.py:363 #: contrib/admin/widgets.py:343
msgid "Currently:" msgid "Currently:"
msgstr "" msgstr ""
#: contrib/admin/widgets.py:364 #: contrib/admin/widgets.py:344
msgid "Change:" msgid "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: 2016-05-17 23:12+0200\n" "POT-Creation-Date: 2018-05-17 11:50+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"
@ -72,21 +72,21 @@ msgstr ""
msgid "Click to remove all chosen %s at once." msgid "Click to remove all chosen %s at once."
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/actions.js:47 #: contrib/admin/static/admin/js/actions.js:48
#: contrib/admin/static/admin/js/actions.min.js:2 #: contrib/admin/static/admin/js/actions.min.js:2
msgid "%(sel)s of %(cnt)s selected" msgid "%(sel)s of %(cnt)s selected"
msgid_plural "%(sel)s of %(cnt)s selected" msgid_plural "%(sel)s of %(cnt)s selected"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/admin/static/admin/js/actions.js:116 #: contrib/admin/static/admin/js/actions.js:117
#: contrib/admin/static/admin/js/actions.min.js:4 #: contrib/admin/static/admin/js/actions.min.js:5
msgid "" msgid ""
"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."
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/actions.js:128 #: contrib/admin/static/admin/js/actions.js:129
#: contrib/admin/static/admin/js/actions.min.js:5 #: contrib/admin/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 "
@ -94,76 +94,76 @@ msgid ""
"action." "action."
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/actions.js:130 #: contrib/admin/static/admin/js/actions.js:131
#: contrib/admin/static/admin/js/actions.min.js:5 #: contrib/admin/static/admin/js/actions.min.js:6
msgid "" msgid ""
"You have selected an action, and you haven't made any changes on individual " "You have selected an action, and you haven't made any changes on individual "
"fields. You're probably looking for the Go button rather than the Save " "fields. You're probably looking for the Go button rather than the Save "
"button." "button."
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:74 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:13
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:118
msgid "Now"
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:14
msgid "Midnight"
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:15
msgid "6 a.m."
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:16
msgid "Noon"
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:17
msgid "6 p.m."
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:83
#, javascript-format #, javascript-format
msgid "Note: You are %s hour ahead of server time." msgid "Note: You are %s hour ahead of server time."
msgid_plural "Note: You are %s hours ahead of server time." msgid_plural "Note: You are %s hours ahead of server time."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:82 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:91
#, javascript-format #, javascript-format
msgid "Note: You are %s hour behind server time." msgid "Note: You are %s hour behind server time."
msgid_plural "Note: You are %s hours behind server time." msgid_plural "Note: You are %s hours behind server time."
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:109 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:136
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:149
msgid "Now"
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:116
msgid "Choose a Time" msgid "Choose a Time"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:146 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:166
msgid "Choose a time" msgid "Choose a time"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:150 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:183
msgid "Midnight" #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:343
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:151
msgid "6 a.m."
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:152
msgid "Noon"
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:153
msgid "6 p.m."
msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:157
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:281
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:217 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:248
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:274 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:328
msgid "Today" msgid "Today"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:224 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:265
msgid "Choose a Date" msgid "Choose a Date"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:272 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:322
msgid "Yesterday" msgid "Yesterday"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:276 #: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:334
msgid "Tomorrow" msgid "Tomorrow"
msgstr "" msgstr ""
@ -252,11 +252,12 @@ msgstr ""
#: contrib/admin/static/admin/js/collapse.js:10 #: contrib/admin/static/admin/js/collapse.js:10
#: contrib/admin/static/admin/js/collapse.js:21 #: contrib/admin/static/admin/js/collapse.js:21
#: contrib/admin/static/admin/js/collapse.min.js:1 #: contrib/admin/static/admin/js/collapse.min.js:4
#: contrib/admin/static/admin/js/collapse.min.js:5
msgid "Show" msgid "Show"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/collapse.js:18 #: contrib/admin/static/admin/js/collapse.js:18
#: contrib/admin/static/admin/js/collapse.min.js:1 #: contrib/admin/static/admin/js/collapse.min.js:4
msgid "Hide" msgid "Hide"
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: 2018-05-07 18:29+0200\n" "POT-Creation-Date: 2018-05-17 11:49+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"
@ -14,242 +14,342 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: contrib/humanize/apps.py:8 #: contrib/humanize/apps.py:7
msgid "Humanize" msgid "Humanize"
msgstr "" msgstr ""
#. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
#: contrib/humanize/templatetags/humanize.py:30 #: contrib/humanize/templatetags/humanize.py:30
msgid "th" msgctxt "ordinal 11, 12, 13"
msgid "{}th"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:30 #. Translators: Ordinal format when value ends with 0, e.g. 80th.
msgid "st" #: contrib/humanize/templatetags/humanize.py:34
msgctxt "ordinal 0"
msgid "{}th"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:30 #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
msgid "nd" #: contrib/humanize/templatetags/humanize.py:36
msgctxt "ordinal 1"
msgid "{}st"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:30 #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
msgid "rd" #: contrib/humanize/templatetags/humanize.py:38
msgctxt "ordinal 2"
msgid "{}nd"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:61 #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
#: contrib/humanize/templatetags/humanize.py:40
msgctxt "ordinal 3"
msgid "{}rd"
msgstr ""
#. Translators: Ordinal format when value ends with 4, e.g. 84th.
#: contrib/humanize/templatetags/humanize.py:42
msgctxt "ordinal 4"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 5, e.g. 85th.
#: contrib/humanize/templatetags/humanize.py:44
msgctxt "ordinal 5"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 6, e.g. 86th.
#: contrib/humanize/templatetags/humanize.py:46
msgctxt "ordinal 6"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 7, e.g. 87th.
#: contrib/humanize/templatetags/humanize.py:48
msgctxt "ordinal 7"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 8, e.g. 88th.
#: contrib/humanize/templatetags/humanize.py:50
msgctxt "ordinal 8"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 9, e.g. 89th.
#: contrib/humanize/templatetags/humanize.py:52
msgctxt "ordinal 9"
msgid "{}th"
msgstr ""
#: contrib/humanize/templatetags/humanize.py:84
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:62 #: contrib/humanize/templatetags/humanize.py:85
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:65 #: contrib/humanize/templatetags/humanize.py:88
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:66 #: contrib/humanize/templatetags/humanize.py:89
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:69 #: contrib/humanize/templatetags/humanize.py:92
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:70 #: contrib/humanize/templatetags/humanize.py:93
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:73 #: contrib/humanize/templatetags/humanize.py:96
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:74 #: contrib/humanize/templatetags/humanize.py:97
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:77 #: contrib/humanize/templatetags/humanize.py:100
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:78 #: contrib/humanize/templatetags/humanize.py:101
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:81 #: contrib/humanize/templatetags/humanize.py:104
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:82 #: contrib/humanize/templatetags/humanize.py:105
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:85 #: contrib/humanize/templatetags/humanize.py:108
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:86 #: contrib/humanize/templatetags/humanize.py:109
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:89 #: contrib/humanize/templatetags/humanize.py:112
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:90 #: contrib/humanize/templatetags/humanize.py:113
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:93 #: contrib/humanize/templatetags/humanize.py:116
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:94 #: contrib/humanize/templatetags/humanize.py:117
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:97 #: contrib/humanize/templatetags/humanize.py:120
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:98 #: contrib/humanize/templatetags/humanize.py:121
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:101 #: contrib/humanize/templatetags/humanize.py:124
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:102 #: contrib/humanize/templatetags/humanize.py:125
#, 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] ""
#: contrib/humanize/templatetags/humanize.py:153 #: contrib/humanize/templatetags/humanize.py:176
msgid "one" msgid "one"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:153 #: contrib/humanize/templatetags/humanize.py:176
msgid "two" msgid "two"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:153 #: contrib/humanize/templatetags/humanize.py:176
msgid "three" msgid "three"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:153 #: contrib/humanize/templatetags/humanize.py:176
msgid "four" msgid "four"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:153 #: contrib/humanize/templatetags/humanize.py:176
msgid "five" msgid "five"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:154 #: contrib/humanize/templatetags/humanize.py:177
msgid "six" msgid "six"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:154 #: contrib/humanize/templatetags/humanize.py:177
msgid "seven" msgid "seven"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:154 #: contrib/humanize/templatetags/humanize.py:177
msgid "eight" msgid "eight"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:154 #: contrib/humanize/templatetags/humanize.py:177
msgid "nine" msgid "nine"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:178 contrib/humanize/tests.py:145 #: contrib/humanize/templatetags/humanize.py:201
msgid "today" msgid "today"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:180 contrib/humanize/tests.py:145 #: contrib/humanize/templatetags/humanize.py:203
msgid "tomorrow" msgid "tomorrow"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:182 contrib/humanize/tests.py:145 #: contrib/humanize/templatetags/humanize.py:205
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr ""
#. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks' #. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
#: contrib/humanize/templatetags/humanize.py:223 #: contrib/humanize/templatetags/humanize.py:225
#, python-format #, python-format
msgid "%(delta)s ago" msgid "%(delta)s ago"
msgstr "" msgstr ""
#: contrib/humanize/templatetags/humanize.py:205 #. Translators: 'naturaltime-past' strings will be included in
#. '%(delta)s ago'
#: contrib/humanize/templatetags/humanize.py:228
#, python-format
msgctxt "naturaltime-past"
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:229
#, python-format
msgctxt "naturaltime-past"
msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:230
#, python-format
msgctxt "naturaltime-past"
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:231
#, python-format
msgctxt "naturaltime-past"
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:232
#, python-format
msgctxt "naturaltime-past"
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:233 #: contrib/humanize/templatetags/humanize.py:233
#, python-format
msgctxt "naturaltime-past"
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:236
#: contrib/humanize/templatetags/humanize.py:272
msgid "now" msgid "now"
msgstr "" msgstr ""
#. Translators: please keep a non-breaking space (U+00A0) #. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit. #. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:210 #: contrib/humanize/templatetags/humanize.py:241
#, python-format #, python-format
msgid "a second ago" msgid "a second ago"
msgid_plural "%(count)s seconds ago" msgid_plural "%(count)s seconds ago"
@ -258,7 +358,7 @@ msgstr[1] ""
#. Translators: please keep a non-breaking space (U+00A0) #. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit. #. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:217 #: contrib/humanize/templatetags/humanize.py:248
#, python-format #, python-format
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s minutes ago" msgid_plural "%(count)s minutes ago"
@ -267,7 +367,7 @@ msgstr[1] ""
#. Translators: please keep a non-breaking space (U+00A0) #. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit. #. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:224 #: contrib/humanize/templatetags/humanize.py:255
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s hours ago" msgid_plural "%(count)s hours ago"
@ -275,14 +375,64 @@ msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks' #. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
#: contrib/humanize/templatetags/humanize.py:250 #: contrib/humanize/templatetags/humanize.py:261
#, python-format #, python-format
msgid "%(delta)s from now" msgid "%(delta)s from now"
msgstr "" msgstr ""
#. Translators: 'naturaltime-future' strings will be included in
#. '%(delta)s from now'
#: contrib/humanize/templatetags/humanize.py:264
#, python-format
msgctxt "naturaltime-future"
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:265
#, python-format
msgctxt "naturaltime-future"
msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:266
#, python-format
msgctxt "naturaltime-future"
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:267
#, python-format
msgctxt "naturaltime-future"
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:268
#, python-format
msgctxt "naturaltime-future"
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:269
#, python-format
msgctxt "naturaltime-future"
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
#. Translators: please keep a non-breaking space (U+00A0) #. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit. #. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:238 #: contrib/humanize/templatetags/humanize.py:277
#, 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"
@ -291,7 +441,7 @@ msgstr[1] ""
#. Translators: please keep a non-breaking space (U+00A0) #. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit. #. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:245 #: contrib/humanize/templatetags/humanize.py:284
#, 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"
@ -300,7 +450,7 @@ msgstr[1] ""
#. Translators: please keep a non-breaking space (U+00A0) #. Translators: please keep a non-breaking space (U+00A0)
#. between count and time unit. #. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:252 #: contrib/humanize/templatetags/humanize.py:291
#, 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

@ -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: 2017-01-19 16:49+0100\n" "POT-Creation-Date: 2018-05-17 11:49+0200\n"
"PO-Revision-Date: 2015-01-18 20:56+0100\n" "PO-Revision-Date: 2015-01-18 20:56+0100\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"
@ -14,17 +14,17 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: contrib/postgres/apps.py:12 #: contrib/postgres/apps.py:13
msgid "PostgreSQL extensions" msgid "PostgreSQL extensions"
msgstr "" msgstr ""
#: contrib/postgres/fields/array.py:19 contrib/postgres/forms/array.py:15 #: contrib/postgres/fields/array.py:22 contrib/postgres/forms/array.py:16
#: contrib/postgres/forms/array.py:145 #: contrib/postgres/forms/array.py:170
#, python-format #, python-format
msgid "Item %(nth)s in the array did not validate: " msgid "Item %(nth)s in the array did not validate:"
msgstr "" msgstr ""
#: contrib/postgres/fields/array.py:20 #: contrib/postgres/fields/array.py:23
msgid "Nested arrays must have the same length." msgid "Nested arrays must have the same length."
msgstr "" msgstr ""
@ -32,57 +32,57 @@ msgstr ""
msgid "Map of strings to strings/nulls" msgid "Map of strings to strings/nulls"
msgstr "" msgstr ""
#: contrib/postgres/fields/hstore.py:17 #: contrib/postgres/fields/hstore.py:18
#, python-format #, python-format
msgid "The value of \"%(key)s\" is not a string or null." msgid "The value of \"%(key)s\" is not a string or null."
msgstr "" msgstr ""
#: contrib/postgres/fields/jsonb.py:15 #: contrib/postgres/fields/jsonb.py:32
msgid "A JSON object" msgid "A JSON object"
msgstr "" msgstr ""
#: contrib/postgres/fields/jsonb.py:17 #: contrib/postgres/fields/jsonb.py:34
msgid "Value must be valid JSON." msgid "Value must be valid JSON."
msgstr "" msgstr ""
#: contrib/postgres/forms/hstore.py:15 #: contrib/postgres/forms/hstore.py:16
msgid "Could not load JSON data." msgid "Could not load JSON data."
msgstr "" msgstr ""
#: contrib/postgres/forms/hstore.py:18 #: contrib/postgres/forms/hstore.py:17
msgid "Input must be a JSON dictionary." msgid "Input must be a JSON dictionary."
msgstr "" msgstr ""
#: contrib/postgres/forms/jsonb.py:16 #: contrib/postgres/forms/jsonb.py:19
#, python-format #, python-format
msgid "'%(value)s' value must be valid JSON." msgid "'%(value)s' value must be valid JSON."
msgstr "" msgstr ""
#: contrib/postgres/forms/ranges.py:13 #: contrib/postgres/forms/ranges.py:16
msgid "Enter two valid values." msgid "Enter two valid values."
msgstr "" msgstr ""
#: contrib/postgres/forms/ranges.py:14 #: contrib/postgres/forms/ranges.py:17
msgid "The start of the range must not exceed the end of the range." msgid "The start of the range must not exceed the end of the range."
msgstr "" msgstr ""
#: contrib/postgres/forms/ranges.py:59 #: contrib/postgres/forms/ranges.py:64
msgid "Enter two whole numbers." msgid "Enter two whole numbers."
msgstr "" msgstr ""
#: contrib/postgres/forms/ranges.py:65 #: contrib/postgres/forms/ranges.py:70
msgid "Enter two numbers." msgid "Enter two numbers."
msgstr "" msgstr ""
#: contrib/postgres/forms/ranges.py:71 #: contrib/postgres/forms/ranges.py:76
msgid "Enter two valid date/times." msgid "Enter two valid date/times."
msgstr "" msgstr ""
#: contrib/postgres/forms/ranges.py:77 #: contrib/postgres/forms/ranges.py:82
msgid "Enter two valid dates." msgid "Enter two valid dates."
msgstr "" msgstr ""
#: contrib/postgres/validators.py:14 #: contrib/postgres/validators.py:12
#, python-format #, python-format
msgid "" msgid ""
"List contains %(show_value)d item, it should contain no more than " "List contains %(show_value)d item, it should contain no more than "
@ -93,7 +93,7 @@ msgid_plural ""
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/postgres/validators.py:21 #: contrib/postgres/validators.py:19
#, python-format #, python-format
msgid "" msgid ""
"List contains %(show_value)d item, it should contain no fewer than " "List contains %(show_value)d item, it should contain no fewer than "
@ -104,23 +104,23 @@ msgid_plural ""
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: contrib/postgres/validators.py:31 #: contrib/postgres/validators.py:29
#, python-format #, python-format
msgid "Some keys were missing: %(keys)s" msgid "Some keys were missing: %(keys)s"
msgstr "" msgstr ""
#: contrib/postgres/validators.py:32 #: contrib/postgres/validators.py:30
#, python-format #, python-format
msgid "Some unknown keys were provided: %(keys)s" msgid "Some unknown keys were provided: %(keys)s"
msgstr "" msgstr ""
#: contrib/postgres/validators.py:73 #: contrib/postgres/validators.py:70
#, python-format #, python-format
msgid "" msgid ""
"Ensure that this range is completely less than or equal to %(limit_value)s." "Ensure that this range is completely less than or equal to %(limit_value)s."
msgstr "" msgstr ""
#: contrib/postgres/validators.py:78 #: contrib/postgres/validators.py:76
#, python-format #, python-format
msgid "" msgid ""
"Ensure that this range is completely greater than or equal to " "Ensure that this range is completely greater than or equal to "