mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 15:14:45 +00:00
Generate new strings for translation
This commit is contained in:
parent
fa77440749
commit
bf0da01a84
16 changed files with 690 additions and 613 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,136 +17,141 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: edit_handlers.py:33
|
||||
msgid "{} submissions"
|
||||
#: edit_handlers.py:28
|
||||
#, python-format
|
||||
msgid "%s submissions"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:123
|
||||
#: forms.py:128
|
||||
msgid "Date from"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:127
|
||||
#: forms.py:132
|
||||
msgid "Date to"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:151
|
||||
#: forms.py:156
|
||||
#, python-format
|
||||
msgid "There is another field with the label %s, please change one of them."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:19
|
||||
msgid "Single line text"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:25
|
||||
#: models.py:20
|
||||
msgid "Multi-line text"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:21
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:22
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:23
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:24
|
||||
msgid "Checkbox"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:25
|
||||
msgid "Checkboxes"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:31
|
||||
#: models.py:26
|
||||
msgid "Drop down"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:32
|
||||
#: models.py:27
|
||||
msgid "Multiple select"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:33
|
||||
#: models.py:28
|
||||
msgid "Radio buttons"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:29
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:35
|
||||
#: models.py:30
|
||||
msgid "Date/time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:31
|
||||
msgid "Hidden field"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:46
|
||||
msgid "submit time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:71
|
||||
#: models.py:66
|
||||
msgid "form submission"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:84
|
||||
#: models.py:79
|
||||
msgid "label"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:86
|
||||
#: models.py:81
|
||||
msgid "The label of the form field"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
#: models.py:83
|
||||
msgid "field type"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
#: models.py:84
|
||||
msgid "required"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:91
|
||||
#: models.py:86
|
||||
msgid "choices"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:93
|
||||
#: models.py:88
|
||||
msgid ""
|
||||
"Comma separated list of choices. Only applicable in checkboxes, radio and "
|
||||
"dropdown."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:96
|
||||
#: models.py:91
|
||||
msgid "default value"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:99
|
||||
#: models.py:94
|
||||
msgid "Default value. Comma separated values supported for checkboxes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:101
|
||||
#: models.py:96
|
||||
msgid "help text"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:188
|
||||
#: models.py:154
|
||||
msgid "Submission date"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:287
|
||||
#: models.py:266
|
||||
msgid "to address"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:288
|
||||
#: models.py:267
|
||||
msgid ""
|
||||
"Optional - form submissions will be emailed to these addresses. Separate "
|
||||
"multiple addresses by comma."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:290
|
||||
#: models.py:269
|
||||
msgid "from address"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:291
|
||||
#: models.py:270
|
||||
msgid "subject"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -184,7 +189,7 @@ msgid "Latest submission"
|
|||
msgstr ""
|
||||
|
||||
#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:5
|
||||
#: wagtail_hooks.py:29
|
||||
#: wagtail_hooks.py:27
|
||||
msgid "Forms"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -210,7 +215,7 @@ msgstr ""
|
|||
msgid "Download CSV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailforms/index_submissions.html:122
|
||||
#: templates/wagtailforms/index_submissions.html:121
|
||||
#, python-format
|
||||
msgid "There have been no submissions of the '%(title)s' form."
|
||||
msgstr ""
|
||||
|
|
@ -231,7 +236,7 @@ msgstr ""
|
|||
msgid "No form pages have been created."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:46
|
||||
#: views.py:96
|
||||
#, python-format
|
||||
msgid "One submission has been deleted."
|
||||
msgid_plural "%(count)d submissions have been deleted."
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,66 +17,66 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:20
|
||||
#: forms.py:18
|
||||
msgid "Parent page"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:44 views.py:736
|
||||
#: helpers/button.py:42 views.py:730
|
||||
#, python-format
|
||||
msgid "Add %s"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:46
|
||||
#: helpers/button.py:44
|
||||
#, python-format
|
||||
msgid "Add a new %s"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:58
|
||||
#: helpers/button.py:56
|
||||
msgid "Inspect"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:60
|
||||
#: helpers/button.py:58
|
||||
#, python-format
|
||||
msgid "Inspect this %s"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:72 views.py:160
|
||||
#: helpers/button.py:70 views.py:157
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:74
|
||||
#: helpers/button.py:72
|
||||
#, python-format
|
||||
msgid "Edit this %s"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:86 templates/modeladmin/edit.html:15 views.py:767
|
||||
#: helpers/button.py:84 templates/modeladmin/edit.html:15 views.py:761
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:88
|
||||
#: helpers/button.py:86
|
||||
#, python-format
|
||||
msgid "Delete this %s"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:132
|
||||
#: helpers/button.py:130
|
||||
msgid "Unpublish"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:134
|
||||
#: helpers/button.py:132
|
||||
#, python-format
|
||||
msgid "Unpublish this %s"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:146
|
||||
#: helpers/button.py:144
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
|
||||
#: helpers/button.py:148
|
||||
#: helpers/button.py:146
|
||||
#, python-format
|
||||
msgid "Copy this %s"
|
||||
msgstr ""
|
||||
|
||||
#: mixins.py:20
|
||||
#: mixins.py:18
|
||||
msgid "image"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -182,74 +182,71 @@ msgstr ""
|
|||
msgid "Back to %(model_name)s list"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/modeladmin_tags.py:115
|
||||
#: templatetags/modeladmin_tags.py:106
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templatetags/modeladmin_tags.py:128
|
||||
#: templatetags/modeladmin_tags.py:119
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:154
|
||||
#, python-brace-format
|
||||
#: views.py:151
|
||||
msgid "{model_name} '{instance}' created."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:165
|
||||
#: views.py:162
|
||||
#, python-format
|
||||
msgid "The %s could not be created due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:658
|
||||
#: views.py:652
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:683
|
||||
#: views.py:677
|
||||
#, python-format
|
||||
msgid "Create new %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:693
|
||||
#: views.py:687
|
||||
msgid "Editing"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:707
|
||||
#: views.py:701
|
||||
#, python-format
|
||||
msgid "Editing %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:710
|
||||
#, python-brace-format
|
||||
#: views.py:704
|
||||
msgid "{model_name} '{instance}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:723
|
||||
#: views.py:717
|
||||
#, python-format
|
||||
msgid "The %s could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:783
|
||||
#: views.py:777
|
||||
#, python-format
|
||||
msgid "Confirm deletion of %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:787
|
||||
#: views.py:781
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Are you sure you want to delete this %s? If other things in your site are "
|
||||
"related to it, they may also be affected."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:796
|
||||
#, python-brace-format
|
||||
#: views.py:790
|
||||
msgid "{model} '{instance}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:823
|
||||
#: views.py:817
|
||||
msgid "Inspecting"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:836
|
||||
#: views.py:830
|
||||
#, python-format
|
||||
msgid "Inspecting %s"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,49 +17,49 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:13
|
||||
#: forms.py:11
|
||||
msgid "From site"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:13
|
||||
#: forms.py:11
|
||||
msgid "All sites"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:42
|
||||
#: forms.py:40
|
||||
msgid "A redirect with this path already exists."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:9
|
||||
#: models.py:8
|
||||
msgid "redirect from"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:12
|
||||
#: models.py:11
|
||||
msgid "site"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:18 models.py:43
|
||||
#: models.py:17 models.py:42
|
||||
msgid "permanent"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:19
|
||||
#: models.py:18
|
||||
msgid ""
|
||||
"Recommended. Permanent redirects ensure search engines forget the old page "
|
||||
"(the 'Redirect from') and index the new page instead."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:23
|
||||
msgid "redirect to a page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:27
|
||||
msgid "redirect to any URL"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:45
|
||||
#: models.py:44
|
||||
msgid "temporary"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:94
|
||||
#: models.py:93
|
||||
msgid "redirect"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ msgid "Delete redirect"
|
|||
msgstr ""
|
||||
|
||||
#: templates/wagtailredirects/index.html:3
|
||||
#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:31
|
||||
#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:29
|
||||
msgid "Redirects"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -154,33 +154,30 @@ msgid ""
|
|||
"\"%(wagtailredirects_add_redirect_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:53
|
||||
#: views.py:51
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:72
|
||||
#, python-brace-format
|
||||
#: views.py:70
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73 views.py:115
|
||||
#: views.py:71 views.py:113
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:77
|
||||
#: views.py:75
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:99
|
||||
#, python-brace-format
|
||||
#: views.py:97
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:114
|
||||
#, python-brace-format
|
||||
#: views.py:112
|
||||
msgid "Redirect '{0}' added."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:119
|
||||
#: views.py:117
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,19 +17,19 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:35
|
||||
#: forms.py:33
|
||||
msgid "Please specify at least one recommendation for this search term."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:11
|
||||
#: models.py:9
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:13
|
||||
#: models.py:11
|
||||
msgid "description"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:20
|
||||
#: models.py:18
|
||||
msgid "search promotion"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ msgstr ""
|
|||
msgid "Search Terms"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailsearchpromotions/index.html:17 wagtail_hooks.py:32
|
||||
#: templates/wagtailsearchpromotions/index.html:17 wagtail_hooks.py:30
|
||||
msgid "Promoted search results"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -168,32 +168,30 @@ msgid ""
|
|||
"\"%(wagtailsearchpromotions_add_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:48
|
||||
#: views.py:46
|
||||
msgid "Search promoted results"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:85
|
||||
#, python-brace-format
|
||||
#: views.py:83
|
||||
msgid "Editor's picks for '{0}' created."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:86 views.py:124
|
||||
#: views.py:84 views.py:122
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
#: views.py:93
|
||||
msgid "Recommendations have not been created due to errors"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:123
|
||||
#, python-brace-format
|
||||
#: views.py:121
|
||||
msgid "Editor's picks for '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:132
|
||||
#: views.py:130
|
||||
msgid "Recommendations have not been saved due to errors"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:152
|
||||
#: views.py:150
|
||||
msgid "Editor's picks deleted."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -38,11 +38,10 @@ msgstr ""
|
|||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:66
|
||||
#, python-brace-format
|
||||
#: views.py:65
|
||||
msgid "{setting_type} updated."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:73
|
||||
#: views.py:72
|
||||
msgid "The setting could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -18,7 +18,7 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: templates/wagtailstyleguide/base.html:12
|
||||
#: templates/wagtailstyleguide/base.html:16 wagtail_hooks.py:23
|
||||
#: templates/wagtailstyleguide/base.html:16 wagtail_hooks.py:21
|
||||
msgid "Styleguide"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -30,26 +30,26 @@ msgstr ""
|
|||
msgid "Delete image"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:55
|
||||
#: views.py:54
|
||||
msgid "Search something"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:59
|
||||
#: views.py:58
|
||||
msgid "Success message"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:60 views.py:64 views.py:68
|
||||
#: views.py:59 views.py:63 views.py:67
|
||||
msgid "View live"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:61 views.py:65 views.py:69
|
||||
#: views.py:60 views.py:64 views.py:68
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:63
|
||||
#: views.py:62
|
||||
msgid "Warning message"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:67
|
||||
#: views.py:66
|
||||
msgid "Error message"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,359 +17,362 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: blocks/static_block.py:17
|
||||
#, python-brace-format
|
||||
#: blocks/static_block.py:15
|
||||
msgid "{label}: this block has no options."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/static_block.py:19
|
||||
#: blocks/static_block.py:17
|
||||
msgid "This block has no options."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/stream_block.py:199 blocks/stream_block.py:221
|
||||
#: blocks/stream_block.py:194 blocks/stream_block.py:216
|
||||
#, python-format
|
||||
msgid "The minimum number of items is %d"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/stream_block.py:202
|
||||
#: blocks/stream_block.py:197
|
||||
msgid "This field is required."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/stream_block.py:206 blocks/stream_block.py:225
|
||||
#: blocks/stream_block.py:201 blocks/stream_block.py:220
|
||||
#, python-format
|
||||
msgid "The maximum number of items is %d"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:9
|
||||
#: forms.py:7
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:19
|
||||
#: forms.py:17
|
||||
msgid "The password you have entered is not correct. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:54
|
||||
#: models.py:46
|
||||
msgid "hostname"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:56
|
||||
#: models.py:48
|
||||
msgid "port"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:59
|
||||
#: models.py:51
|
||||
msgid ""
|
||||
"Set this to something other than 80 if you need a specific port number to "
|
||||
"appear in URLs (e.g. development on port 8000). Does not affect request "
|
||||
"handling (so port forwarding still works)."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
#: models.py:56
|
||||
msgid "site name"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:68
|
||||
#: models.py:60
|
||||
msgid "Human-readable name for the site."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:70
|
||||
#: models.py:62
|
||||
msgid "root page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:72
|
||||
#: models.py:64
|
||||
msgid "is default site"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:75
|
||||
#: models.py:67
|
||||
msgid ""
|
||||
"If true, this site will handle requests for all other hostnames that do not "
|
||||
"have a site entry of their own"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:83
|
||||
#: models.py:75
|
||||
msgid "site"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:84
|
||||
#: models.py:76
|
||||
msgid "sites"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:153
|
||||
#: models.py:145
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(hostname)s is already configured as the default site. You must unset that "
|
||||
"before you can save this site as default."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:250
|
||||
#: models.py:236
|
||||
msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:252
|
||||
#: models.py:238
|
||||
msgid "The page title as you'd like it to be seen by the public"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:262 models.py:269
|
||||
#: models.py:246
|
||||
msgid "slug"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:265 models.py:271
|
||||
#: models.py:249
|
||||
msgid ""
|
||||
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
|
||||
"[my-slug]/"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:275
|
||||
#: models.py:253
|
||||
msgid "content type"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:279 models.py:1022
|
||||
#: models.py:257 models.py:995
|
||||
msgid "live"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:281
|
||||
#: models.py:259
|
||||
msgid "has unpublished changes"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:285
|
||||
#: models.py:263
|
||||
msgid "URL path"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:288
|
||||
#: models.py:266
|
||||
msgid "owner"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:297
|
||||
#: models.py:275
|
||||
msgid "page title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:300
|
||||
#: models.py:278
|
||||
msgid ""
|
||||
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
|
||||
"browser window."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:305
|
||||
#: models.py:283
|
||||
msgid "show in menus"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:307
|
||||
#: models.py:285
|
||||
msgid ""
|
||||
"Whether a link to this page will appear in automatically generated menus"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:309
|
||||
#: models.py:287
|
||||
msgid "search description"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:312
|
||||
#: models.py:290
|
||||
msgid "go live date/time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:317
|
||||
#: models.py:295
|
||||
msgid "expiry date/time"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:321 models.py:1013
|
||||
#: models.py:299 models.py:984
|
||||
msgid "expired"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:323
|
||||
#: models.py:301
|
||||
msgid "locked"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:326
|
||||
#: models.py:304
|
||||
msgid "first published at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:332
|
||||
#: models.py:310
|
||||
msgid "last published at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:337
|
||||
#: models.py:315
|
||||
msgid "latest revision created at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:457
|
||||
#: models.py:436
|
||||
msgid "This slug is already in use"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1015
|
||||
#: models.py:986
|
||||
msgid "scheduled"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1017
|
||||
#: models.py:988
|
||||
msgid "draft"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1020
|
||||
#: models.py:991
|
||||
msgid "live + scheduled"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:993
|
||||
msgid "live + draft"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1283
|
||||
#: models.py:1260
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1393 models.py:1413 models.py:1567 models.py:1916
|
||||
#: models.py:1370 models.py:1389 models.py:1545 models.py:1895
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1394
|
||||
#: models.py:1371
|
||||
msgid "pages"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1415
|
||||
#: models.py:1391
|
||||
msgid "submitted for moderation"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1419
|
||||
#: models.py:1395
|
||||
msgid "created at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1421
|
||||
#: models.py:1397
|
||||
msgid "user"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1424
|
||||
#: models.py:1400
|
||||
msgid "content JSON"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1425
|
||||
#: models.py:1401
|
||||
msgid "approved go live at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1546
|
||||
#: models.py:1525
|
||||
msgid "page revision"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1547
|
||||
#: models.py:1526
|
||||
msgid "page revisions"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1551
|
||||
#: models.py:1530
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1551
|
||||
#: models.py:1530
|
||||
msgid "Add/edit pages you own"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1552
|
||||
#: models.py:1531
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1552
|
||||
#: models.py:1531
|
||||
msgid "Edit any page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1553
|
||||
#: models.py:1532
|
||||
msgid "Publish"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1553
|
||||
#: models.py:1532
|
||||
msgid "Publish any page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1554
|
||||
#: models.py:1533
|
||||
msgid "Bulk delete"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1554
|
||||
#: models.py:1533
|
||||
msgid "Delete pages with children"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1555
|
||||
#: models.py:1534
|
||||
msgid "Lock"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1555
|
||||
#: models.py:1534
|
||||
msgid "Lock/unlock any page"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1566 models.py:2017
|
||||
#: models.py:1544 models.py:1994
|
||||
msgid "group"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1569
|
||||
#: models.py:1547
|
||||
msgid "permission type"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1576
|
||||
#: models.py:1554
|
||||
msgid "group page permission"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1577
|
||||
#: models.py:1555
|
||||
msgid "group page permissions"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1863
|
||||
#: models.py:1842
|
||||
msgid "Public"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1864
|
||||
#: models.py:1843
|
||||
msgid "Private, accessible to logged-in users"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1865
|
||||
#: models.py:1844
|
||||
msgid "Private, accessible with the following password"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1866
|
||||
#: models.py:1845
|
||||
msgid "Private, accessible to users in specific groups"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1871
|
||||
#: models.py:1850
|
||||
msgid "password"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1872
|
||||
#: models.py:1851
|
||||
msgid "groups"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1910
|
||||
#: models.py:1889
|
||||
msgid "view restriction"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1911
|
||||
#: models.py:1890
|
||||
msgid "view restrictions"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1922
|
||||
#: models.py:1901
|
||||
msgid "page view restriction"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1923
|
||||
#: models.py:1902
|
||||
msgid "page view restrictions"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1937 models.py:1981 models.py:1996 models.py:2023
|
||||
#: models.py:1916 models.py:1959 models.py:1974 models.py:2000
|
||||
msgid "collection"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1945
|
||||
#: models.py:1924
|
||||
msgid "collection view restriction"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1946
|
||||
#: models.py:1925
|
||||
msgid "collection view restrictions"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1954
|
||||
#: models.py:1932
|
||||
msgid "name"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:1982
|
||||
#: models.py:1960
|
||||
msgid "collections"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:2029
|
||||
#: models.py:2006
|
||||
msgid "permission"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:2042
|
||||
#: models.py:2019
|
||||
msgid "group collection permission"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailcore/login.html:5 templates/wagtailcore/login.html.py:8
|
||||
#: templates/wagtailcore/login.html:5 templates/wagtailcore/login.html:8
|
||||
#: templates/wagtailcore/login.html:21
|
||||
msgid "Log in"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,47 +17,47 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:51
|
||||
#: forms.py:49
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:51
|
||||
#: forms.py:49
|
||||
msgid "Add/edit documents you own"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:52 views/documents.py:106 views/documents.py:144
|
||||
#: forms.py:50 views/documents.py:103 views/documents.py:141
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:52
|
||||
#: forms.py:50
|
||||
msgid "Edit any document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:22
|
||||
msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:23
|
||||
msgid "file"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:24
|
||||
msgid "created at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:31
|
||||
#: models.py:27
|
||||
msgid "uploaded by user"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:38
|
||||
#: models.py:34
|
||||
msgid "tags"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:79
|
||||
#: models.py:76
|
||||
msgid "document"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13
|
||||
#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:11
|
||||
msgid "Choose a document"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -131,11 +131,19 @@ msgstr ""
|
|||
msgid "Delete document"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtaildocs/documents/confirm_delete.html:9
|
||||
#: templates/wagtaildocs/documents/confirm_delete.html:13
|
||||
#: templates/wagtaildocs/documents/edit.html:58
|
||||
#, python-format
|
||||
msgid "Used %(usage_count)s time"
|
||||
msgid_plural "Used %(usage_count)s times"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: templates/wagtaildocs/documents/confirm_delete.html:17
|
||||
msgid "Are you sure you want to delete this document?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtaildocs/documents/confirm_delete.html:12
|
||||
#: templates/wagtaildocs/documents/confirm_delete.html:20
|
||||
msgid "Yes, delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -160,8 +168,12 @@ msgstr ""
|
|||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtaildocs/documents/index.html:22 wagtail_hooks.py:49
|
||||
#: wagtail_hooks.py:124
|
||||
#: templates/wagtaildocs/documents/edit.html:56
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtaildocs/documents/index.html:22 wagtail_hooks.py:50
|
||||
#: wagtail_hooks.py:138
|
||||
msgid "Documents"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -272,7 +284,7 @@ msgstr ""
|
|||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtaildocs/multiple/edit_form.html:15 views/documents.py:166
|
||||
#: templates/wagtaildocs/multiple/edit_form.html:15 views/documents.py:163
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -288,45 +300,46 @@ msgstr ""
|
|||
msgid "Add a document permission"
|
||||
msgstr ""
|
||||
|
||||
#: views/documents.py:52 views/documents.py:57
|
||||
#: views/documents.py:49 views/documents.py:54
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: views/documents.py:105
|
||||
#, python-brace-format
|
||||
#: views/documents.py:102
|
||||
msgid "Document '{0}' added."
|
||||
msgstr ""
|
||||
|
||||
#: views/documents.py:110 views/documents.py:148
|
||||
#: views/documents.py:107 views/documents.py:145
|
||||
msgid "The document could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/documents.py:143
|
||||
#, python-brace-format
|
||||
#: views/documents.py:140
|
||||
msgid "Document '{0}' updated"
|
||||
msgstr ""
|
||||
|
||||
#: views/documents.py:165
|
||||
#: views/documents.py:162
|
||||
msgid ""
|
||||
"The file could not be found. Please change the source or delete the document"
|
||||
msgstr ""
|
||||
|
||||
#: views/documents.py:189
|
||||
#, python-brace-format
|
||||
#: views/documents.py:186
|
||||
msgid "Document '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:143
|
||||
#: wagtail_hooks.py:92
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:157
|
||||
#, python-format
|
||||
msgid "%(count)s document"
|
||||
msgid_plural "%(count)s documents"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: widgets.py:14
|
||||
#: widgets.py:12
|
||||
msgid "Choose another document"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:15
|
||||
#: widgets.py:13
|
||||
msgid "Edit this document"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,15 +17,15 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:14
|
||||
#: forms.py:12
|
||||
msgid "Please enter a valid URL"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:18
|
||||
#: forms.py:16
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:41
|
||||
#: models.py:37
|
||||
msgid "embed"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -37,18 +37,22 @@ msgstr ""
|
|||
msgid "Insert"
|
||||
msgstr ""
|
||||
|
||||
#: views/chooser.py:35
|
||||
#: views/chooser.py:44
|
||||
msgid ""
|
||||
"There seems to be a problem with your embedly API key. Please check your "
|
||||
"settings."
|
||||
msgstr ""
|
||||
|
||||
#: views/chooser.py:37
|
||||
#: views/chooser.py:46
|
||||
msgid "Cannot find an embed for this URL."
|
||||
msgstr ""
|
||||
|
||||
#: views/chooser.py:40
|
||||
#: views/chooser.py:49
|
||||
msgid ""
|
||||
"There seems to be an error with Embedly while trying to embed this URL. "
|
||||
"Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:56
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,139 +17,139 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: fields.py:13
|
||||
#: fields.py:10
|
||||
msgid "GIF, JPEG, PNG"
|
||||
msgstr ""
|
||||
|
||||
#: fields.py:27
|
||||
#: fields.py:24
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Supported formats: %(supported_formats)s. Maximum filesize: "
|
||||
"%(max_upload_size)s."
|
||||
msgstr ""
|
||||
|
||||
#: fields.py:34
|
||||
#: fields.py:31
|
||||
#, python-format
|
||||
msgid "Supported formats: %(supported_formats)s."
|
||||
msgstr ""
|
||||
|
||||
#: fields.py:41
|
||||
#: fields.py:38
|
||||
#, python-format
|
||||
msgid "Not a supported image format. Supported formats: %s."
|
||||
msgstr ""
|
||||
|
||||
#: fields.py:45
|
||||
#: fields.py:42
|
||||
#, python-format
|
||||
msgid "Not a valid %s image."
|
||||
msgstr ""
|
||||
|
||||
#: fields.py:49
|
||||
#: fields.py:46
|
||||
#, python-format
|
||||
msgid "This file is too big (%%s). Maximum filesize %s."
|
||||
msgstr ""
|
||||
|
||||
#: fields.py:53
|
||||
#: fields.py:50
|
||||
#, python-format
|
||||
msgid "This file is too big. Maximum filesize %s."
|
||||
msgstr ""
|
||||
|
||||
#: formats.py:93
|
||||
#: formats.py:91
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#: formats.py:94
|
||||
#: formats.py:92
|
||||
msgid "Left-aligned"
|
||||
msgstr ""
|
||||
|
||||
#: formats.py:95
|
||||
#: formats.py:93
|
||||
msgid "Right-aligned"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:72
|
||||
#: forms.py:70
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:74
|
||||
#: forms.py:72
|
||||
msgid "Original size"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:75
|
||||
#: forms.py:73
|
||||
msgid "Resize to width"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:76
|
||||
#: forms.py:74
|
||||
msgid "Resize to height"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:77
|
||||
#: forms.py:75
|
||||
msgid "Resize to min"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:78
|
||||
#: forms.py:76
|
||||
msgid "Resize to max"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:79
|
||||
#: forms.py:77
|
||||
msgid "Resize to fill"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:82
|
||||
#: forms.py:80
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:83
|
||||
#: forms.py:81
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:84
|
||||
#: forms.py:82
|
||||
msgid "Closeness"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:90
|
||||
#: forms.py:88
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:90
|
||||
#: forms.py:88
|
||||
msgid "Add/edit images you own"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:91 views/images.py:259
|
||||
#: forms.py:89 views/images.py:257
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:91
|
||||
#: forms.py:89
|
||||
msgid "Edit any image"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:68
|
||||
#: models.py:63
|
||||
msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:70
|
||||
#: models.py:65
|
||||
msgid "file"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:72
|
||||
#: models.py:67
|
||||
msgid "width"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:73
|
||||
#: models.py:68
|
||||
msgid "height"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:74
|
||||
#: models.py:69
|
||||
msgid "created at"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:76
|
||||
#: models.py:71
|
||||
msgid "uploaded by user"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:80
|
||||
#: models.py:75
|
||||
msgid "tags"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13
|
||||
#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:11
|
||||
msgid "Choose an image"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -170,6 +170,16 @@ msgstr ""
|
|||
msgid "Uploading…"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/chooser/chooser.js:81
|
||||
#: templates/wagtailimages/multiple/add.html:64
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/chooser/chooser.js:82
|
||||
#: templates/wagtailimages/multiple/add.html:65
|
||||
msgid "Report this error to your webmaster with the following information:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/chooser/results.html:6
|
||||
#: templates/wagtailimages/images/results.html:6
|
||||
#, python-format
|
||||
|
|
@ -228,17 +238,25 @@ msgstr ""
|
|||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/images/confirm_delete.html:4
|
||||
#: templates/wagtailimages/images/confirm_delete.html:7
|
||||
#: templates/wagtailimages/images/confirm_delete.html:3
|
||||
#: templates/wagtailimages/images/confirm_delete.html:6
|
||||
#: templates/wagtailimages/images/edit.html:54
|
||||
msgid "Delete image"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/images/confirm_delete.html:15
|
||||
#: templates/wagtailimages/images/confirm_delete.html:17
|
||||
#: templates/wagtailimages/images/edit.html:100
|
||||
#, python-format
|
||||
msgid "Used %(usage_count)s time"
|
||||
msgid_plural "Used %(usage_count)s times"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: templates/wagtailimages/images/confirm_delete.html:20
|
||||
msgid "Are you sure you want to delete this image?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/images/confirm_delete.html:18
|
||||
#: templates/wagtailimages/images/confirm_delete.html:23
|
||||
msgid "Yes, delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -286,9 +304,13 @@ msgstr ""
|
|||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/images/edit.html:98
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/images/index.html:5
|
||||
#: templates/wagtailimages/images/index.html:24 wagtail_hooks.py:44
|
||||
#: wagtail_hooks.py:130
|
||||
#: wagtail_hooks.py:157
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -389,14 +411,6 @@ msgstr ""
|
|||
msgid "Sorry, upload failed."
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/multiple/add.html:64
|
||||
msgid "Server Error"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/multiple/add.html:65
|
||||
msgid "Report this error to your webmaster with the following information:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/multiple/add.html:68
|
||||
msgid "Image updated."
|
||||
msgstr ""
|
||||
|
|
@ -405,7 +419,7 @@ msgstr ""
|
|||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:140
|
||||
#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:138
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -417,54 +431,55 @@ msgstr ""
|
|||
msgid "Add an image permission"
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:41 views/images.py:47
|
||||
#: views/images.py:39 views/images.py:45
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:118
|
||||
#, python-brace-format
|
||||
#: views/images.py:116
|
||||
msgid "Image '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:119
|
||||
#: views/images.py:117
|
||||
msgid "Edit again"
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:123
|
||||
#: views/images.py:121
|
||||
msgid "The image could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:138
|
||||
#: views/images.py:136
|
||||
msgid ""
|
||||
"The source image file could not be found. Please change the source or delete "
|
||||
"the image."
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:233
|
||||
#, python-brace-format
|
||||
#: views/images.py:231
|
||||
msgid "Image '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:258
|
||||
#, python-brace-format
|
||||
#: views/images.py:256
|
||||
msgid "Image '{0}' added."
|
||||
msgstr ""
|
||||
|
||||
#: views/images.py:263
|
||||
#: views/images.py:261
|
||||
msgid "The image could not be created due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:149
|
||||
#: wagtail_hooks.py:91
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:176
|
||||
#, python-format
|
||||
msgid "%(count)s image"
|
||||
msgid_plural "%(count)s images"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: widgets.py:14
|
||||
msgid "Choose another image"
|
||||
#: widgets.py:12
|
||||
msgid "Change image"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:15
|
||||
#: widgets.py:13
|
||||
msgid "Edit this image"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,17 +17,17 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:8
|
||||
#: forms.py:6
|
||||
msgid "Search term(s)/phrase"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:9
|
||||
#: forms.py:7
|
||||
msgid ""
|
||||
"Enter the full search string to match. An exact match is required for your "
|
||||
"Promoted Results to be displayed, wildcards are NOT allowed."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:79
|
||||
#: models.py:75
|
||||
msgid "Query Daily Hits"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,11 +17,11 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:14
|
||||
#: forms.py:12
|
||||
msgid "Choose a root page"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:14
|
||||
#: forms.py:12
|
||||
msgid "Choose a different root page"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -49,41 +49,38 @@ msgstr ""
|
|||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:14 wagtail_hooks.py:28
|
||||
#: views.py:12 wagtail_hooks.py:26
|
||||
msgid "Sites"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:15
|
||||
#: views.py:13
|
||||
msgid "Add a site"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:20
|
||||
#: views.py:18
|
||||
msgid "Add site"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:21
|
||||
#, python-brace-format
|
||||
#: views.py:19
|
||||
msgid "Site '{0}' created."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:26
|
||||
#, python-brace-format
|
||||
#: views.py:24
|
||||
msgid "Site '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:27
|
||||
#: views.py:25
|
||||
msgid "The site could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:28 views.py:35
|
||||
#: views.py:26 views.py:33
|
||||
msgid "Delete site"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:34
|
||||
#, python-brace-format
|
||||
#: views.py:32
|
||||
msgid "Site '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:36
|
||||
#: views.py:34
|
||||
msgid "Are you sure you want to delete this site?"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -59,16 +59,24 @@ msgid "Delete %(snippet_type_name)s - %(instance)s"
|
|||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/confirm_delete.html:5
|
||||
#: templates/wagtailsnippets/snippets/edit.html:21
|
||||
#: templates/wagtailsnippets/snippets/edit.html:28
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/confirm_delete.html:9
|
||||
#: templates/wagtailsnippets/snippets/confirm_delete.html:12
|
||||
#: templates/wagtailsnippets/snippets/edit.html:42
|
||||
#, python-format
|
||||
msgid "Used %(usage_count)s time"
|
||||
msgid_plural "Used %(usage_count)s times"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/confirm_delete.html:16
|
||||
#, python-format
|
||||
msgid "Are you sure you want to delete this %(snippet_type_name)s?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/confirm_delete.html:12
|
||||
#: templates/wagtailsnippets/snippets/confirm_delete.html:19
|
||||
msgid "Yes, delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -82,12 +90,12 @@ msgid "New"
|
|||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/create.html:16
|
||||
#: templates/wagtailsnippets/snippets/edit.html:16
|
||||
#: templates/wagtailsnippets/snippets/edit.html:23
|
||||
msgid "Saving…"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/create.html:17
|
||||
#: templates/wagtailsnippets/snippets/edit.html:17
|
||||
#: templates/wagtailsnippets/snippets/edit.html:24
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -100,8 +108,12 @@ msgstr ""
|
|||
msgid "Editing"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/edit.html:40
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailsnippets/snippets/index.html:3
|
||||
#: templates/wagtailsnippets/snippets/index.html:5 wagtail_hooks.py:33
|
||||
#: templates/wagtailsnippets/snippets/index.html:5 wagtail_hooks.py:31
|
||||
msgid "Snippets"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -157,27 +169,25 @@ msgstr ""
|
|||
msgid "Edit this page"
|
||||
msgstr ""
|
||||
|
||||
#: views/chooser.py:33 views/chooser.py:45 views/snippets.py:90
|
||||
#: views/snippets.py:102
|
||||
#: views/chooser.py:31 views/chooser.py:43 views/snippets.py:88
|
||||
#: views/snippets.py:100
|
||||
#, python-format
|
||||
msgid "Search %(snippet_type_name)s"
|
||||
msgstr ""
|
||||
|
||||
#: views/snippets.py:144
|
||||
#, python-brace-format
|
||||
#: views/snippets.py:142
|
||||
msgid "{snippet_type} '{instance}' created."
|
||||
msgstr ""
|
||||
|
||||
#: views/snippets.py:151 views/snippets.py:195
|
||||
#: views/snippets.py:149 views/snippets.py:195
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: views/snippets.py:156
|
||||
#: views/snippets.py:154
|
||||
msgid "The snippet could not be created due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/snippets.py:188
|
||||
#, python-brace-format
|
||||
msgid "{snippet_type} '{instance}' updated."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -185,22 +195,21 @@ msgstr ""
|
|||
msgid "The snippet could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/snippets.py:227
|
||||
#, python-brace-format
|
||||
#: views/snippets.py:229
|
||||
msgid "{snippet_type} '{instance}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:16
|
||||
#: widgets.py:14
|
||||
#, python-format
|
||||
msgid "Choose %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:17
|
||||
#: widgets.py:15
|
||||
#, python-format
|
||||
msgid "Choose another %s"
|
||||
msgstr ""
|
||||
|
||||
#: widgets.py:18
|
||||
#: widgets.py:16
|
||||
#, python-format
|
||||
msgid "Edit this %s"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-10-06 15:05+0000\n"
|
||||
"POT-Creation-Date: 2018-01-26 15:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -17,106 +17,106 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:52
|
||||
#: forms.py:45
|
||||
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:56
|
||||
#: forms.py:49
|
||||
msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:79
|
||||
#: forms.py:72
|
||||
msgid "A user with that username already exists."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:80
|
||||
#: forms.py:73
|
||||
msgid "The two password fields didn't match."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:83
|
||||
#: forms.py:76
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:84
|
||||
#: forms.py:77
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:85
|
||||
#: forms.py:78
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:88
|
||||
#: forms.py:81
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:90
|
||||
#: forms.py:83
|
||||
msgid "Leave blank if not changing."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:92
|
||||
#: forms.py:85
|
||||
msgid "Password confirmation"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:94
|
||||
#: forms.py:87
|
||||
msgid "Enter the same password as above, for verification."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:97 forms.py:211
|
||||
#: forms.py:90 forms.py:202
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:98 forms.py:213
|
||||
#: forms.py:91 forms.py:204
|
||||
msgid "Administrators have full access to manage any object or setting."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:207
|
||||
#: forms.py:198
|
||||
msgid "A group with that name already exists."
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:311
|
||||
#: forms.py:302
|
||||
msgid "You cannot have multiple permission records for the same page."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:16
|
||||
#: models.py:12
|
||||
msgid "submitted notifications"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:18
|
||||
#: models.py:14
|
||||
msgid "Receive notification when a page is submitted for moderation"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:22
|
||||
#: models.py:18
|
||||
msgid "approved notifications"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:24
|
||||
#: models.py:20
|
||||
msgid "Receive notification when your page edit is approved"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:28
|
||||
#: models.py:24
|
||||
msgid "rejected notifications"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:26
|
||||
msgid "Receive notification when your page edit is rejected"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:30
|
||||
msgid "preferred language"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:36
|
||||
#: models.py:32
|
||||
msgid "Select language for the admin"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
#: models.py:47
|
||||
msgid "user profile"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailusers/groups/confirm_delete.html:3
|
||||
#: templates/wagtailusers/groups/confirm_delete.html:6
|
||||
#: templates/wagtailusers/groups/edit.html:36 views/groups.py:133
|
||||
#: views/groups.py:159
|
||||
#: templates/wagtailusers/groups/edit.html:36 views/groups.py:96
|
||||
#: views/groups.py:122
|
||||
msgid "Delete group"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ msgid ""
|
|||
"users."
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailusers/groups/confirm_delete.html:23 views/groups.py:160
|
||||
#: templates/wagtailusers/groups/confirm_delete.html:23 views/groups.py:123
|
||||
msgid "Are you sure you want to delete this group?"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ msgstr ""
|
|||
|
||||
#: templates/wagtailusers/groups/create.html:4
|
||||
#: templates/wagtailusers/groups/create.html:14
|
||||
#: templates/wagtailusers/groups/create.html:31 views/groups.py:105
|
||||
#: templates/wagtailusers/groups/create.html:31 views/groups.py:68
|
||||
msgid "Add group"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -190,7 +190,7 @@ msgstr ""
|
|||
|
||||
#: templates/wagtailusers/groups/includes/formatted_permissions.html:14
|
||||
#: templates/wagtailusers/groups/includes/page_permissions_form.html:13
|
||||
#: wagtail_hooks.py:112
|
||||
#: wagtail_hooks.py:109
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -215,7 +215,7 @@ msgstr ""
|
|||
msgid "groups"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wagtailusers/groups/index.html:18 views/groups.py:89
|
||||
#: templates/wagtailusers/groups/index.html:18 views/groups.py:52
|
||||
msgid "Add a group"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -260,8 +260,8 @@ msgid "Roles"
|
|||
msgstr ""
|
||||
|
||||
#: templates/wagtailusers/users/index.html:4
|
||||
#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:52
|
||||
#: wagtail_hooks.py:102
|
||||
#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:49
|
||||
#: wagtail_hooks.py:99
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -318,72 +318,62 @@ msgid ""
|
|||
"\">add some</a>?"
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:54
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:88 wagtail_hooks.py:71
|
||||
#: views/groups.py:51 wagtail_hooks.py:68
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:90
|
||||
#: views/groups.py:53
|
||||
msgid "Search groups"
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:106
|
||||
#, python-brace-format
|
||||
#: views/groups.py:69
|
||||
msgid "Group '{0}' created."
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:131
|
||||
#, python-brace-format
|
||||
#: views/groups.py:94
|
||||
msgid "Group '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:132
|
||||
#: views/groups.py:95
|
||||
msgid "The group could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/groups.py:158
|
||||
#, python-brace-format
|
||||
#: views/groups.py:121
|
||||
msgid "Group '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:67 views/users.py:88
|
||||
#: views/users.py:54 views/users.py:75
|
||||
msgid "Search users"
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:129
|
||||
#, python-brace-format
|
||||
#: views/users.py:120
|
||||
msgid "User '{0}' created."
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:130 views/users.py:154 wagtail_hooks.py:110
|
||||
#: views/users.py:121 views/users.py:153 wagtail_hooks.py:107
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:134
|
||||
#: views/users.py:129
|
||||
msgid "The user could not be created due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:153
|
||||
#, python-brace-format
|
||||
#: views/users.py:152
|
||||
msgid "User '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:158
|
||||
#: views/users.py:161
|
||||
msgid "The user could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: views/users.py:178
|
||||
#, python-brace-format
|
||||
#: views/users.py:185
|
||||
msgid "User '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:110
|
||||
#: wagtail_hooks.py:107
|
||||
msgid "Edit this user"
|
||||
msgstr ""
|
||||
|
||||
#: wagtail_hooks.py:112
|
||||
#: wagtail_hooks.py:109
|
||||
msgid "Delete this user"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue