diff --git a/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.po index 2dd419873..b8099f486 100644 --- a/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/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: 2015-04-17 12:35+0100\n" +"POT-Creation-Date: 2015-04-21 09:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -233,7 +233,7 @@ msgstr "" msgid "Dashboard" msgstr "" -#: templates/wagtailadmin/base.html:41 +#: templates/wagtailadmin/base.html:43 msgid "Menu" msgstr "" diff --git a/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.po index d0329a80e..4d5c803cf 100644 --- a/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/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: 2015-04-17 13:05+0100\n" +"POT-Creation-Date: 2015-04-21 09:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -46,7 +46,11 @@ msgid "" "have a site entry of their own" msgstr "" -#: models.py:117 +#: models.py:60 +msgid "Site" +msgstr "" + +#: models.py:118 #, python-format msgid "" "%(hostname)s is already configured as the default site. You must unset that " @@ -71,6 +75,26 @@ msgid "" "[my-slug]/" msgstr "" +#: models.py:270 +msgid "Content type" +msgstr "" + +#: models.py:271 +msgid "Live" +msgstr "" + +#: models.py:272 +msgid "Has unpublished changes" +msgstr "" + +#: models.py:273 +msgid "URL path" +msgstr "" + +#: models.py:274 +msgid "Owner" +msgstr "" + #: models.py:276 msgid "Page title" msgstr "" @@ -106,6 +130,22 @@ msgstr "" msgid "Expiry date/time" msgstr "" +#: models.py:282 +msgid "Expired" +msgstr "" + +#: models.py:284 +msgid "Locked" +msgstr "" + +#: models.py:286 +msgid "First published at" +msgstr "" + +#: models.py:287 +msgid "Latest revision created at" +msgstr "" + #: models.py:710 msgid "expired" msgstr "" @@ -130,38 +170,70 @@ msgstr "" msgid "Default" msgstr "" -#: models.py:1166 -msgid "Add/edit pages you own" -msgstr "" - -#: models.py:1167 -msgid "Add/edit any page" -msgstr "" - -#: models.py:1168 -msgid "Publish any page" -msgstr "" - -#: models.py:1169 -msgid "Lock/unlock any page" -msgstr "" - -#: models.py:1174 -msgid "Group" -msgstr "" - -#: models.py:1175 models.py:1401 +#: models.py:1061 models.py:1178 models.py:1405 msgid "Page" msgstr "" -#: models.py:1176 +#: models.py:1062 +msgid "Submitted for moderation" +msgstr "" + +#: models.py:1063 +msgid "Created at" +msgstr "" + +#: models.py:1064 +msgid "User" +msgstr "" + +#: models.py:1065 +msgid "Content JSON" +msgstr "" + +#: models.py:1066 +msgid "Approved go live at" +msgstr "" + +#: models.py:1165 +msgid "Page Revision" +msgstr "" + +#: models.py:1169 +msgid "Add/edit pages you own" +msgstr "" + +#: models.py:1170 +msgid "Add/edit any page" +msgstr "" + +#: models.py:1171 +msgid "Publish any page" +msgstr "" + +#: models.py:1172 +msgid "Lock/unlock any page" +msgstr "" + +#: models.py:1177 +msgid "Group" +msgstr "" + +#: models.py:1179 msgid "Permission type" msgstr "" -#: models.py:1402 +#: models.py:1183 +msgid "Group Page Permission" +msgstr "" + +#: models.py:1406 msgid "Password" msgstr "" +#: models.py:1409 +msgid "Page View Restriction" +msgstr "" + #: validators.py:15 msgid "Value cannot be entirely whitespace characters" msgstr "" diff --git a/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.po index b89a735b2..10f85f7b5 100644 --- a/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/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: 2015-04-17 12:35+0100\n" +"POT-Creation-Date: 2015-04-21 09:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,10 +27,22 @@ msgstr "" msgid "File" msgstr "" +#: models.py:25 +msgid "Created at" +msgstr "" + +#: models.py:26 +msgid "Uploaded by user" +msgstr "" + #: models.py:28 msgid "Tags" msgstr "" +#: models.py:72 +msgid "Document" +msgstr "" + #: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" diff --git a/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.po index 56b61f3a2..b23f54380 100644 --- a/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/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: 2015-04-17 12:35+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,6 +25,10 @@ msgstr "" msgid "URL" msgstr "" +#: models.py:32 +msgid "Embed" +msgstr "" + #: templates/wagtailembeds/chooser/chooser.html:3 msgid "Insert embed" msgstr "" diff --git a/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po index f980f255d..35f464b58 100644 --- a/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2015-04-17 12:35+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,24 +61,68 @@ msgstr "" msgid "Date/time" msgstr "" -#: models.py:63 +#: models.py:49 +msgid "Submit time" +msgstr "" + +#: models.py:58 +msgid "Form Submission" +msgstr "" + +#: models.py:64 +msgid "Label" +msgstr "" + +#: models.py:66 msgid "The label of the form field" msgstr "" +#: models.py:68 +msgid "Field type" +msgstr "" + +#: models.py:69 +msgid "Required" +msgstr "" + #: models.py:70 +msgid "Choices" +msgstr "" + +#: models.py:73 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" #: models.py:75 +msgid "Default value" +msgstr "" + +#: models.py:78 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:188 +#: models.py:80 +msgid "Help text" +msgstr "" + +#: models.py:191 +msgid "To address" +msgstr "" + +#: models.py:191 msgid "Optional - form submissions will be emailed to this address" msgstr "" +#: models.py:192 +msgid "From address" +msgstr "" + +#: models.py:193 +msgid "Subject" +msgstr "" + #: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 #: wagtail_hooks.py:25 msgid "Forms" diff --git a/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.po index 91cc90cf6..41b789eb3 100644 --- a/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/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: 2015-04-17 12:38+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,11 +81,11 @@ msgstr "" msgid "Resize to fill" msgstr "" -#: forms.py:74 +#: forms.py:74 models.py:62 msgid "Width" msgstr "" -#: forms.py:75 +#: forms.py:75 models.py:63 msgid "Height" msgstr "" @@ -101,6 +101,14 @@ msgstr "" msgid "File" msgstr "" +#: models.py:64 +msgid "Created at" +msgstr "" + +#: models.py:65 +msgid "Uploaded by user" +msgstr "" + #: models.py:67 msgid "Tags" msgstr "" diff --git a/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.po index 066b4e57f..7a166776e 100644 --- a/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/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: 2015-04-17 12:38+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,6 +21,10 @@ msgstr "" msgid "Redirect from" msgstr "" +#: models.py:13 +msgid "Site" +msgstr "" + #: models.py:14 msgid "Permanent" msgstr "" @@ -39,6 +43,10 @@ msgstr "" msgid "Redirect to any URL" msgstr "" +#: models.py:71 +msgid "Redirect" +msgstr "" + #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" diff --git a/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.po index 8d20d0786..38ee3cb37 100644 --- a/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/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: 2015-04-17 12:39+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,6 +31,22 @@ msgstr "" msgid "Please specify at least one recommendation for this search term." msgstr "" +#: models.py:73 +msgid "Query Daily Hits" +msgstr "" + +#: models.py:78 +msgid "Page" +msgstr "" + +#: models.py:80 +msgid "Description" +msgstr "" + +#: models.py:87 +msgid "Editor's Pick" +msgstr "" + #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" diff --git a/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po index bdee19619..082cf3f7a 100644 --- a/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2015-04-17 12:39+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.po index 301280fdd..4abfa9eae 100644 --- a/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/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: 2015-04-17 12:39+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po index 44e8cfcee..859f5b8bb 100644 --- a/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/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: 2015-04-17 12:39+0100\n" +"POT-Creation-Date: 2015-04-21 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -105,6 +105,10 @@ msgstr "" msgid "Receive notification when your page edit is rejected" msgstr "" +#: models.py:39 +msgid "User Profile" +msgstr "" + #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37