diff --git a/wagtail/admin/locale/en/LC_MESSAGES/django.po b/wagtail/admin/locale/en/LC_MESSAGES/django.po index c6071c00b9..2c9b5bb8dc 100644 --- a/wagtail/admin/locale/en/LC_MESSAGES/django.po +++ b/wagtail/admin/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -52,10 +52,11 @@ msgstr "" #: templates/wagtailadmin/block_forms/list_member.html:11 #: templates/wagtailadmin/block_forms/stream_member.html:18 #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:17 +#: templates/wagtailadmin/generic/multiple_upload/edit_form.html:17 #: templates/wagtailadmin/pages/confirm_delete.html:6 #: templates/wagtailadmin/permissions/includes/collection_member_permissions_form.html:16 #: templates/wagtailadmin/workflows/includes/workflow_pages_form.html:8 -#: views/generic.py:148 wagtail_hooks.py:220 wagtail_hooks.py:818 +#: views/generic/models.py:97 wagtail_hooks.py:220 wagtail_hooks.py:818 msgid "Delete" msgstr "" @@ -82,7 +83,7 @@ msgstr "" msgid "Page locked" msgstr "" -#: action_menu.py:318 +#: action_menu.py:320 #, python-format msgid "%(label)s and Publish" msgstr "" @@ -488,10 +489,11 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:50 #: templates/wagtailadmin/home/recent_edits.html:28 #: templates/wagtailadmin/home/workflow_pages_to_moderate.html:42 -#: templates/wagtailadmin/pages/revisions/_actions.html:7 views/generic.py:125 -#: views/generic.py:192 views/pages/create.py:117 views/pages/edit.py:61 +#: templates/wagtailadmin/pages/revisions/_actions.html:7 +#: views/generic/models.py:74 views/generic/models.py:141 +#: views/pages/create.py:117 views/pages/edit.py:61 #: views/pages/moderation.py:28 views/pages/moderation.py:50 -#: views/pages/move.py:74 views/pages/revisions.py:174 +#: views/pages/move.py:75 views/pages/revisions.py:174 #: views/pages/unpublish.py:44 views/workflows.py:108 views/workflows.py:198 #: wagtail_hooks.py:134 msgid "Edit" @@ -637,6 +639,7 @@ msgstr "" #: templates/wagtailadmin/account/current_time_zone.html:16 #: templates/wagtailadmin/account/language_preferences.html:16 #: templates/wagtailadmin/account/notification_preferences.html:16 +#: templates/wagtailadmin/generic/multiple_upload/edit_form.html:16 msgid "Update" msgstr "" @@ -818,7 +821,7 @@ msgstr "" msgid "Choose" msgstr "" -#: templates/wagtailadmin/chooser/browse.html:5 widgets/chooser.py:73 +#: templates/wagtailadmin/chooser/browse.html:5 widgets/chooser.py:76 msgid "Choose a page" msgstr "" @@ -971,7 +974,7 @@ msgstr "" #: templates/wagtailadmin/pages/revisions/compare.html:14 #: templates/wagtailadmin/reports/site_history.html:30 #: templates/wagtailadmin/userbar/item_page_edit.html:8 -#: templates/wagtailadmin/workflows/usage.html:26 widgets/chooser.py:75 +#: templates/wagtailadmin/workflows/usage.html:26 widgets/chooser.py:78 msgid "Edit this page" msgstr "" @@ -1662,7 +1665,7 @@ msgstr "" #: templates/wagtailadmin/pages/listing/_list.html:68 #: templates/wagtailadmin/pages/workflow_history/list.html:48 #: templates/wagtailadmin/reports/site_history.html:45 -#: templatetags/wagtailadmin_tags.py:565 templatetags/wagtailadmin_tags.py:588 +#: templatetags/wagtailadmin_tags.py:555 templatetags/wagtailadmin_tags.py:578 #, python-format msgid "%(time_period)s ago" msgstr "" @@ -1797,15 +1800,15 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/listing/_pagination.html:14 -#: templates/wagtailadmin/shared/ajax_pagination_nav.html:9 -#: templates/wagtailadmin/shared/pagination_nav.html:21 +#: templates/wagtailadmin/pages/listing/_pagination.html:16 +#: templates/wagtailadmin/shared/ajax_pagination_nav.html:11 +#: templates/wagtailadmin/shared/pagination_nav.html:23 msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/listing/_pagination.html:19 -#: templates/wagtailadmin/shared/ajax_pagination_nav.html:14 -#: templates/wagtailadmin/shared/pagination_nav.html:26 +#: templates/wagtailadmin/pages/listing/_pagination.html:23 +#: templates/wagtailadmin/shared/ajax_pagination_nav.html:18 +#: templates/wagtailadmin/shared/pagination_nav.html:30 msgid "Next" msgstr "" @@ -2427,7 +2430,7 @@ msgid "Choose which type of task you'd like to create." msgstr "" #: templates/wagtailadmin/workflows/task_chooser/chooser.html:2 -#: widgets/workflows.py:13 +#: widgets/workflows.py:14 msgid "Choose a task" msgstr "" @@ -2544,25 +2547,25 @@ msgstr "" msgid "Compare with live version" msgstr "" -#: templatetags/wagtailadmin_tags.py:314 +#: templatetags/wagtailadmin_tags.py:312 #, python-format msgid "" "Sort the order of child pages within '%(parent)s' by '%(label)s' in " "ascending order." msgstr "" -#: templatetags/wagtailadmin_tags.py:315 +#: templatetags/wagtailadmin_tags.py:313 #, python-format msgid "" "Sort the order of child pages within '%(parent)s' by '%(label)s' in " "descending order." msgstr "" -#: templatetags/wagtailadmin_tags.py:563 +#: templatetags/wagtailadmin_tags.py:553 msgid "0 minutes" msgstr "" -#: templatetags/wagtailadmin_tags.py:564 +#: templatetags/wagtailadmin_tags.py:554 msgid "Just now" msgstr "" @@ -2579,7 +2582,7 @@ msgstr "" msgid "draft" msgstr "" -#: tests/tests.py:263 +#: tests/tests.py:264 msgid "Test" msgstr "" @@ -2647,7 +2650,7 @@ msgstr "" msgid "Are you sure you want to delete this collection?" msgstr "" -#: views/generic.py:144 +#: views/generic/models.py:93 msgid "Editing" msgstr "" @@ -2801,13 +2804,13 @@ msgstr "" msgid "Failed to send rejection notifications" msgstr "" -#: views/pages/move.py:59 +#: views/pages/move.py:60 msgid "" "The slug '{0}' is already in use at the selected parent page. Make sure the " "slug is unique and try again" msgstr "" -#: views/pages/move.py:73 +#: views/pages/move.py:74 msgid "Page '{0}' moved." msgstr "" @@ -3403,30 +3406,30 @@ msgstr "" msgid "No" msgstr "" -#: widgets/chooser.py:15 +#: widgets/chooser.py:16 msgid "Choose an item" msgstr "" -#: widgets/chooser.py:16 +#: widgets/chooser.py:17 msgid "Choose another item" msgstr "" -#: widgets/chooser.py:17 +#: widgets/chooser.py:18 msgid "Clear choice" msgstr "" -#: widgets/chooser.py:18 +#: widgets/chooser.py:19 msgid "Edit this item" msgstr "" -#: widgets/chooser.py:74 +#: widgets/chooser.py:77 msgid "Choose another page" msgstr "" -#: widgets/workflows.py:14 +#: widgets/workflows.py:15 msgid "Choose another task" msgstr "" -#: widgets/workflows.py:15 +#: widgets/workflows.py:16 msgid "Edit this task" msgstr "" diff --git a/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po index c1250b5990..ad133ca3fc 100644 --- a/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po index 56c29bf2f2..2f536dc1b0 100644 --- a/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/modeladmin/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -202,11 +202,11 @@ msgstr "" msgid "Back to %(model_name)s list" msgstr "" -#: templatetags/modeladmin_tags.py:108 +#: templatetags/modeladmin_tags.py:110 msgid "Previous" msgstr "" -#: templatetags/modeladmin_tags.py:121 +#: templatetags/modeladmin_tags.py:124 msgid "Next" msgstr "" diff --git a/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po index a3972dd540..1feae4f5ba 100644 --- a/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po index 44ead5ec9e..251b336bb3 100644 --- a/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po index 1eecf51e3e..1f7ac51531 100644 --- a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po index 2635383475..9702a8eb79 100644 --- a/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po index e6913b549a..1f6777c429 100644 --- a/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/core/locale/en/LC_MESSAGES/django.po b/wagtail/core/locale/en/LC_MESSAGES/django.po index 1c280c2787..1ee14bdb5e 100644 --- a/wagtail/core/locale/en/LC_MESSAGES/django.po +++ b/wagtail/core/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,16 +30,16 @@ msgstr "" msgid "This block has no options." msgstr "" -#: blocks/stream_block.py:209 blocks/stream_block.py:231 +#: blocks/stream_block.py:212 blocks/stream_block.py:234 #, python-format msgid "The minimum number of items is %d" msgstr "" -#: blocks/stream_block.py:212 +#: blocks/stream_block.py:215 msgid "This field is required." msgstr "" -#: blocks/stream_block.py:216 blocks/stream_block.py:235 +#: blocks/stream_block.py:219 blocks/stream_block.py:238 #, python-format msgid "The maximum number of items is %d" msgstr "" @@ -130,11 +130,11 @@ msgid "" "[my-slug]/" msgstr "" -#: models.py:740 models.py:3758 models.py:4366 models.py:4581 +#: models.py:740 models.py:3811 models.py:4419 models.py:4634 msgid "content type" msgstr "" -#: models.py:744 models.py:1894 +#: models.py:744 models.py:1947 msgid "live" msgstr "" @@ -181,7 +181,7 @@ msgstr "" msgid "expiry date/time" msgstr "" -#: models.py:786 models.py:1879 +#: models.py:786 models.py:1932 msgid "expired" msgstr "" @@ -217,400 +217,400 @@ msgstr "" msgid "This slug is already in use" msgstr "" -#: models.py:1881 +#: models.py:1934 msgid "scheduled" msgstr "" -#: models.py:1883 +#: models.py:1936 msgid "in moderation" msgstr "" -#: models.py:1885 +#: models.py:1938 msgid "draft" msgstr "" -#: models.py:1888 +#: models.py:1941 msgid "live + scheduled" msgstr "" -#: models.py:1890 +#: models.py:1943 msgid "live + in moderation" msgstr "" -#: models.py:1892 +#: models.py:1945 msgid "live + draft" msgstr "" -#: models.py:2491 +#: models.py:2544 msgid "Default" msgstr "" -#: models.py:2731 models.py:2751 models.py:3011 models.py:3527 models.py:3706 -#: models.py:4057 +#: models.py:2784 models.py:2804 models.py:3064 models.py:3580 models.py:3759 +#: models.py:4110 msgid "page" msgstr "" -#: models.py:2732 +#: models.py:2785 msgid "pages" msgstr "" -#: models.py:2753 +#: models.py:2806 msgid "submitted for moderation" msgstr "" -#: models.py:2757 models.py:4060 +#: models.py:2810 models.py:4113 msgid "created at" msgstr "" -#: models.py:2759 +#: models.py:2812 msgid "user" msgstr "" -#: models.py:2762 +#: models.py:2815 msgid "content JSON" msgstr "" -#: models.py:2764 +#: models.py:2817 msgid "approved go live at" msgstr "" -#: models.py:2990 models.py:4350 +#: models.py:3043 models.py:4403 msgid "page revision" msgstr "" -#: models.py:2991 +#: models.py:3044 msgid "page revisions" msgstr "" -#: models.py:2995 +#: models.py:3048 msgid "Add" msgstr "" -#: models.py:2995 +#: models.py:3048 msgid "Add/edit pages you own" msgstr "" -#: models.py:2996 +#: models.py:3049 msgid "Edit" msgstr "" -#: models.py:2996 +#: models.py:3049 msgid "Edit any page" msgstr "" -#: models.py:2997 +#: models.py:3050 msgid "Publish" msgstr "" -#: models.py:2997 +#: models.py:3050 msgid "Publish any page" msgstr "" -#: models.py:2998 +#: models.py:3051 msgid "Bulk delete" msgstr "" -#: models.py:2998 +#: models.py:3051 msgid "Delete pages with children" msgstr "" -#: models.py:2999 +#: models.py:3052 msgid "Lock" msgstr "" -#: models.py:2999 +#: models.py:3052 msgid "Lock/unlock pages you've locked" msgstr "" -#: models.py:3000 +#: models.py:3053 msgid "Unlock" msgstr "" -#: models.py:3000 +#: models.py:3053 msgid "Unlock any page" msgstr "" -#: models.py:3010 models.py:3669 +#: models.py:3063 models.py:3722 msgid "group" msgstr "" -#: models.py:3013 +#: models.py:3066 msgid "permission type" msgstr "" -#: models.py:3020 +#: models.py:3073 msgid "group page permission" msgstr "" -#: models.py:3021 +#: models.py:3074 msgid "group page permissions" msgstr "" -#: models.py:3432 +#: models.py:3485 msgid "Public" msgstr "" -#: models.py:3433 +#: models.py:3486 msgid "Private, accessible to logged-in users" msgstr "" -#: models.py:3434 +#: models.py:3487 msgid "Private, accessible with the following password" msgstr "" -#: models.py:3435 +#: models.py:3488 msgid "Private, accessible to users in specific groups" msgstr "" -#: models.py:3440 +#: models.py:3493 msgid "password" msgstr "" -#: models.py:3441 models.py:3981 +#: models.py:3494 models.py:4034 msgid "groups" msgstr "" -#: models.py:3479 +#: models.py:3532 msgid "view restriction" msgstr "" -#: models.py:3480 +#: models.py:3533 msgid "view restrictions" msgstr "" -#: models.py:3533 +#: models.py:3586 msgid "page view restriction" msgstr "" -#: models.py:3534 +#: models.py:3587 msgid "page view restrictions" msgstr "" -#: models.py:3554 models.py:3627 models.py:3642 models.py:3675 +#: models.py:3607 models.py:3680 models.py:3695 models.py:3728 msgid "collection" msgstr "" -#: models.py:3562 +#: models.py:3615 msgid "collection view restriction" msgstr "" -#: models.py:3563 +#: models.py:3616 msgid "collection view restrictions" msgstr "" -#: models.py:3570 models.py:3755 models.py:3909 +#: models.py:3623 models.py:3808 models.py:3962 msgid "name" msgstr "" -#: models.py:3628 +#: models.py:3681 msgid "collections" msgstr "" -#: models.py:3681 +#: models.py:3734 msgid "permission" msgstr "" -#: models.py:3699 +#: models.py:3752 msgid "group collection permission" msgstr "" -#: models.py:3700 +#: models.py:3753 msgid "group collection permissions" msgstr "" -#: models.py:3714 models.py:3976 models.py:4058 +#: models.py:3767 models.py:4029 models.py:4111 msgid "workflow" msgstr "" -#: models.py:3733 +#: models.py:3786 msgid "workflow page" msgstr "" -#: models.py:3734 +#: models.py:3787 msgid "workflow pages" msgstr "" -#: models.py:3738 +#: models.py:3791 msgid "workflow_tasks" msgstr "" -#: models.py:3740 models.py:3899 models.py:4351 +#: models.py:3793 models.py:3952 models.py:4404 msgid "task" msgstr "" -#: models.py:3745 +#: models.py:3798 msgid "workflow task order" msgstr "" -#: models.py:3746 +#: models.py:3799 msgid "workflow task orders" msgstr "" -#: models.py:3762 models.py:3910 +#: models.py:3815 models.py:3963 msgid "active" msgstr "" -#: models.py:3763 +#: models.py:3816 msgid "" "Active tasks can be added to workflows. Deactivating a task does not remove " "it from existing workflows." msgstr "" -#: models.py:3900 +#: models.py:3953 msgid "tasks" msgstr "" -#: models.py:3911 +#: models.py:3964 msgid "" "Active workflows can be added to pages. Deactivating a workflow does not " "remove it from existing pages." msgstr "" -#: models.py:3977 +#: models.py:4030 msgid "workflows" msgstr "" -#: models.py:3981 +#: models.py:4034 msgid "" "Pages at this step in a workflow will be moderated or approved by these " "groups of users" msgstr "" -#: models.py:4014 +#: models.py:4067 msgid "Request changes" msgstr "" -#: models.py:4015 +#: models.py:4068 msgid "Approve" msgstr "" -#: models.py:4016 +#: models.py:4069 msgid "Approve with comment" msgstr "" -#: models.py:4029 +#: models.py:4082 msgid "Members of the chosen Wagtail Groups can approve this task" msgstr "" -#: models.py:4032 +#: models.py:4085 msgid "Group approval task" msgstr "" -#: models.py:4033 +#: models.py:4086 msgid "Group approval tasks" msgstr "" -#: models.py:4051 models.py:4342 +#: models.py:4104 models.py:4395 msgid "In progress" msgstr "" -#: models.py:4052 models.py:4343 +#: models.py:4105 models.py:4396 msgid "Approved" msgstr "" -#: models.py:4053 +#: models.py:4106 msgid "Needs changes" msgstr "" -#: models.py:4054 models.py:4346 +#: models.py:4107 models.py:4399 msgid "Cancelled" msgstr "" -#: models.py:4059 models.py:4352 +#: models.py:4112 models.py:4405 msgid "status" msgstr "" -#: models.py:4062 +#: models.py:4115 msgid "requested by" msgstr "" -#: models.py:4069 +#: models.py:4122 msgid "current task state" msgstr "" -#: models.py:4082 +#: models.py:4135 msgid "" "There may only be one in progress or needs changes workflow state per page." msgstr "" -#: models.py:4089 +#: models.py:4142 msgid "Workflow '{0}' on Page '{1}': {2}" msgstr "" -#: models.py:4269 +#: models.py:4322 msgid "Not started" msgstr "" -#: models.py:4317 +#: models.py:4370 msgid "Workflow state" msgstr "" -#: models.py:4318 +#: models.py:4371 msgid "Workflow states" msgstr "" -#: models.py:4344 +#: models.py:4397 msgid "Rejected" msgstr "" -#: models.py:4345 +#: models.py:4398 msgid "Skipped" msgstr "" -#: models.py:4349 +#: models.py:4402 msgid "workflow state" msgstr "" -#: models.py:4353 +#: models.py:4406 msgid "started at" msgstr "" -#: models.py:4354 +#: models.py:4407 msgid "finished at" msgstr "" -#: models.py:4357 +#: models.py:4410 msgid "finished by" msgstr "" -#: models.py:4386 +#: models.py:4439 msgid "Task '{0}' on Page Revision '{1}': {2}" msgstr "" -#: models.py:4523 +#: models.py:4576 msgid "Task state" msgstr "" -#: models.py:4524 +#: models.py:4577 msgid "Task states" msgstr "" -#: models.py:4589 +#: models.py:4642 msgid "timestamp (UTC)" msgstr "" -#: models.py:4607 +#: models.py:4660 msgid "log entry" msgstr "" -#: models.py:4608 +#: models.py:4661 msgid "log entries" msgstr "" -#: models.py:4628 +#: models.py:4681 #, python-format msgid "user %(id)d (deleted)" msgstr "" -#: models.py:4637 +#: models.py:4690 msgid "system" msgstr "" -#: models.py:4687 +#: models.py:4740 msgid "page log entry" msgstr "" -#: models.py:4688 +#: models.py:4741 msgid "page log entries" msgstr "" @@ -642,6 +642,18 @@ msgstr "" msgid "Continue" msgstr "" +#: tests/test_locale_model.py:57 tests/test_utils.py:193 +msgid "English" +msgstr "" + +#: tests/test_locale_model.py:57 +msgid "French" +msgstr "" + +#: tests/test_utils.py:194 +msgid "German" +msgstr "" + #: wagtail_hooks.py:89 #, python-format msgid "%(count)s descendant collection" diff --git a/wagtail/documents/locale/en/LC_MESSAGES/django.po b/wagtail/documents/locale/en/LC_MESSAGES/django.po index 59b88b69a8..e10bffe135 100644 --- a/wagtail/documents/locale/en/LC_MESSAGES/django.po +++ b/wagtail/documents/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,22 +21,30 @@ msgstr "" msgid "Wagtail documents" msgstr "" -#: forms.py:65 +#: forms.py:79 msgid "Add" msgstr "" -#: forms.py:65 +#: forms.py:79 msgid "Add/edit documents you own" msgstr "" -#: forms.py:66 views/documents.py:117 views/documents.py:166 +#: forms.py:80 views/documents.py:117 views/documents.py:166 msgid "Edit" msgstr "" -#: forms.py:66 +#: forms.py:80 msgid "Edit any document" msgstr "" +#: forms.py:81 +msgid "Choose" +msgstr "" + +#: forms.py:81 +msgid "Select documents in choosers" +msgstr "" + #: models.py:27 msgid "title" msgstr "" @@ -49,7 +57,7 @@ msgstr "" msgid "created at" msgstr "" -#: models.py:32 +#: models.py:32 models.py:222 msgid "uploaded by user" msgstr "" @@ -65,7 +73,7 @@ msgstr "" msgid "documents" msgstr "" -#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:14 msgid "Choose a document" msgstr "" @@ -311,14 +319,6 @@ msgstr "" msgid "Document updated." msgstr "" -#: templates/wagtaildocs/multiple/edit_form.html:16 -msgid "Update" -msgstr "" - -#: templates/wagtaildocs/multiple/edit_form.html:17 views/documents.py:186 -msgid "Delete" -msgstr "" - #: templates/wagtaildocs/password_required.html:5 msgid "You need a password to access this document." msgstr "" @@ -331,11 +331,11 @@ msgstr "" msgid "Add a document permission" msgstr "" -#: views/chooser.py:25 +#: views/chooser.py:24 msgid "Server Error" msgstr "" -#: views/chooser.py:26 +#: views/chooser.py:25 msgid "Report this error to your webmaster with the following information:" msgstr "" @@ -360,6 +360,10 @@ msgid "" "The file could not be found. Please change the source or delete the document" msgstr "" +#: views/documents.py:186 +msgid "Delete" +msgstr "" + #: views/documents.py:209 msgid "Document '{0}' deleted." msgstr "" @@ -375,10 +379,10 @@ msgid_plural "%(count)s documents" msgstr[0] "" msgstr[1] "" -#: widgets.py:14 +#: widgets.py:15 msgid "Choose another document" msgstr "" -#: widgets.py:15 +#: widgets.py:16 msgid "Edit this document" msgstr "" diff --git a/wagtail/embeds/locale/en/LC_MESSAGES/django.po b/wagtail/embeds/locale/en/LC_MESSAGES/django.po index 5189a8e1b2..c3ce8305d0 100644 --- a/wagtail/embeds/locale/en/LC_MESSAGES/django.po +++ b/wagtail/embeds/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,11 +33,11 @@ msgstr "" msgid "Please enter a valid URL" msgstr "" -#: models.py:39 +#: models.py:40 msgid "embed" msgstr "" -#: models.py:40 +#: models.py:41 msgid "embeds" msgstr "" diff --git a/wagtail/images/locale/en/LC_MESSAGES/django.po b/wagtail/images/locale/en/LC_MESSAGES/django.po index df4f605c72..7d7e82b97a 100644 --- a/wagtail/images/locale/en/LC_MESSAGES/django.po +++ b/wagtail/images/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,74 +62,82 @@ msgstr "" msgid "This file is too big. Maximum filesize %s." msgstr "" -#: formats.py:92 +#: formats.py:98 msgid "Full width" msgstr "" -#: formats.py:93 +#: formats.py:99 msgid "Left-aligned" msgstr "" -#: formats.py:94 +#: formats.py:100 msgid "Right-aligned" msgstr "" -#: forms.py:73 +#: forms.py:106 msgid "Filter" msgstr "" -#: forms.py:75 +#: forms.py:108 msgid "Original size" msgstr "" -#: forms.py:76 +#: forms.py:109 msgid "Resize to width" msgstr "" -#: forms.py:77 +#: forms.py:110 msgid "Resize to height" msgstr "" -#: forms.py:78 +#: forms.py:111 msgid "Resize to min" msgstr "" -#: forms.py:79 +#: forms.py:112 msgid "Resize to max" msgstr "" -#: forms.py:80 +#: forms.py:113 msgid "Resize to fill" msgstr "" -#: forms.py:83 +#: forms.py:116 msgid "Width" msgstr "" -#: forms.py:84 +#: forms.py:117 msgid "Height" msgstr "" -#: forms.py:85 +#: forms.py:118 msgid "Closeness" msgstr "" -#: forms.py:91 +#: forms.py:124 msgid "Add" msgstr "" -#: forms.py:91 +#: forms.py:124 msgid "Add/edit images you own" msgstr "" -#: forms.py:92 views/images.py:290 +#: forms.py:125 views/images.py:290 msgid "Edit" msgstr "" -#: forms.py:92 +#: forms.py:125 msgid "Edit any image" msgstr "" +#: forms.py:126 +msgid "Choose" +msgstr "" + +#: forms.py:126 +msgid "Select images in choosers" +msgstr "" + #: models.py:65 msgid "title" msgstr "" @@ -150,7 +158,7 @@ msgstr "" msgid "created at" msgstr "" -#: models.py:73 models.py:598 +#: models.py:73 models.py:601 msgid "uploaded by user" msgstr "" @@ -166,7 +174,7 @@ msgstr "" msgid "images" msgstr "" -#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:15 msgid "Choose an image" msgstr "" @@ -443,11 +451,11 @@ msgstr "" msgid "Sorry, upload failed." msgstr "" -#: templates/wagtailimages/multiple/add.html:74 views/chooser.py:30 +#: templates/wagtailimages/multiple/add.html:74 views/chooser.py:29 msgid "Server Error" msgstr "" -#: templates/wagtailimages/multiple/add.html:75 views/chooser.py:31 +#: templates/wagtailimages/multiple/add.html:75 views/chooser.py:30 msgid "Report this error to your webmaster with the following information:" msgstr "" @@ -455,14 +463,6 @@ msgstr "" msgid "Image updated." msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:16 -msgid "Update" -msgstr "" - -#: templates/wagtailimages/multiple/edit_form.html:17 views/images.py:161 -msgid "Delete" -msgstr "" - #: templates/wagtailimages/permissions/includes/image_permissions_formset.html:4 msgid "Image permissions" msgstr "" @@ -493,6 +493,10 @@ msgid "" "the image." msgstr "" +#: views/images.py:161 +msgid "Delete" +msgstr "" + #: views/images.py:259 msgid "Image '{0}' deleted." msgstr "" @@ -516,10 +520,10 @@ msgid_plural "%(count)s images" msgstr[0] "" msgstr[1] "" -#: widgets.py:14 +#: widgets.py:16 msgid "Change image" msgstr "" -#: widgets.py:15 +#: widgets.py:17 msgid "Edit this image" msgstr "" diff --git a/wagtail/locales/locale/en/LC_MESSAGES/django.po b/wagtail/locales/locale/en/LC_MESSAGES/django.po index ecadc6ef32..a8559e8860 100644 --- a/wagtail/locales/locale/en/LC_MESSAGES/django.po +++ b/wagtail/locales/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/search/locale/en/LC_MESSAGES/django.po b/wagtail/search/locale/en/LC_MESSAGES/django.po index fa72c4e249..664ea8ba44 100644 --- a/wagtail/search/locale/en/LC_MESSAGES/django.po +++ b/wagtail/search/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/sites/locale/en/LC_MESSAGES/django.po b/wagtail/sites/locale/en/LC_MESSAGES/django.po index c9846f8a7a..cdbdfd999d 100644 --- a/wagtail/sites/locale/en/LC_MESSAGES/django.po +++ b/wagtail/sites/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/snippets/locale/en/LC_MESSAGES/django.po b/wagtail/snippets/locale/en/LC_MESSAGES/django.po index 43bab94cef..60dff81c3e 100644 --- a/wagtail/snippets/locale/en/LC_MESSAGES/django.po +++ b/wagtail/snippets/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -251,17 +251,17 @@ msgstr "" msgid "Delete '%(title)s'" msgstr "" -#: widgets.py:17 +#: widgets.py:19 #, python-format msgid "Choose %s" msgstr "" -#: widgets.py:18 +#: widgets.py:20 #, python-format msgid "Choose another %s" msgstr "" -#: widgets.py:19 +#: widgets.py:21 #, python-format msgid "Edit this %s" msgstr "" diff --git a/wagtail/users/locale/en/LC_MESSAGES/django.po b/wagtail/users/locale/en/LC_MESSAGES/django.po index 1fb18adf14..d259f7c2d5 100644 --- a/wagtail/users/locale/en/LC_MESSAGES/django.po +++ b/wagtail/users/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-17 15:39+0000\n" +"POT-Creation-Date: 2021-01-18 17:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"