diff --git a/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.po index 661d514a3..f665b7b68 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2014-08-01 16:40+0100\n" +"POT-Creation-Date: 2015-03-06 12:05+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,31 +17,39 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: views.py:27 -msgid "Search something" -msgstr "" - -#: views.py:31 -msgid "Success message" -msgstr "" - -#: views.py:32 -msgid "Warning message" -msgstr "" - -#: views.py:33 -msgid "Error message" -msgstr "" - -#: wagtail_hooks.py:21 templates/wagtailstyleguide/base.html:10 -#: templates/wagtailstyleguide/base.html:14 +#: templates/wagtailstyleguide/base.html:10 +#: templates/wagtailstyleguide/base.html:14 wagtail_hooks.py:20 msgid "Styleguide" msgstr "" -#: templates/wagtailstyleguide/base.html:354 +#: templates/wagtailstyleguide/base.html:392 msgid "Save" msgstr "" -#: templates/wagtailstyleguide/base.html:354 +#: templates/wagtailstyleguide/base.html:392 msgid "Delete image" msgstr "" + +#: views.py:45 +msgid "Search something" +msgstr "" + +#: views.py:49 +msgid "Success message" +msgstr "" + +#: views.py:50 views.py:54 views.py:58 +msgid "View live" +msgstr "" + +#: views.py:51 views.py:55 views.py:59 +msgid "Edit" +msgstr "" + +#: views.py:53 +msgid "Warning message" +msgstr "" + +#: views.py:57 +msgid "Error message" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po index 9abe972e2..b1e7bf13c 100644 --- a/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -20,45 +20,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Избери друга страница" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Изберете страница" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Фраза за търсене" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Въведете вашият имейл адрес за да си възстановите паролата" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Моля въведете вашият имейл адрес." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Не можете да възстановите паролата си тук, понеже акаунта ви се менижира от " "друг сървър." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Този имейл не е разпознат." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Нова %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -112,77 +113,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Този слъг е вече в употреба" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Файлов мениджър" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Работно Табло" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Търсене" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Меню" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Добре дошъл в %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Това е вашето работно табло, където ще бъде показана полезна информация за " -"контент, който сте създали." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Влез" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "Вашето потребителско име и парола не съвпадат. Моля опитайте пак." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Влезте в Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Забравихте ли?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -202,21 +151,21 @@ msgstr "" "имейл адрес. Със сметка в Gravatar можете да зададете аватар за произволен " "брой други имейл адреси, които използвате." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Смени парола" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Сменете паролата, която ползвате за да влезете." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -285,6 +234,26 @@ msgstr "Паролата е възстановена" msgid "Reset your password" msgstr "Възстановете паролата си" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Работно Табло" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Търсене" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Меню" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -309,6 +278,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Файлов мениджър" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -331,6 +304,11 @@ msgstr[1] "" msgid "Choose" msgstr "Изберете страница" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Изберете страница" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Добави имейл линк" @@ -344,18 +322,6 @@ msgstr "Добави линк" msgid "Add an external link" msgstr "Добави външен линк" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Изчисти избора" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Избери друг обект" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Изберете обект" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Нагоре" @@ -367,32 +333,45 @@ msgstr "Надолу" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Изтрий" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Добре дошъл в %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Това е вашето работно табло, където ще бъде показана полезна информация за " +"контент, който сте създали." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Страници очакващи модерация" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Заглавие" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Родител" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Вид" @@ -402,22 +381,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Редактирайте тази страница" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -434,8 +413,9 @@ msgstr "Отхвърлете" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Редакция" @@ -457,20 +437,20 @@ msgstr "Дата" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Статус" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -479,14 +459,22 @@ msgid "Site summary" msgstr "Обобщение на Страницата" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -498,14 +486,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -515,14 +511,22 @@ msgstr[1] "" "%(total_images)s Изображения" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -531,6 +535,23 @@ msgstr[1] "" "\n" "%(total_docs)s Документи" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Влез" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "Вашето потребителско име и парола не съвпадат. Моля опитайте пак." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Влезте в Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Забравихте ли?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -687,8 +708,8 @@ msgid "Move %(title)s" msgstr "Промести %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Премести" @@ -717,8 +738,8 @@ msgstr "Отмени публикуването на %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Отмени публикуването" @@ -740,11 +761,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -772,13 +793,15 @@ msgid "Submit for moderation" msgstr "Предостави за модерация" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Редакция на %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Редакция %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -805,69 +828,76 @@ msgid "Exploring %(title)s" msgstr "Преглед на %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Добави дъщерна страница" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Отменете подредбата на дъщерни страници" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Ред" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Позволете подредба на дъщерни страници" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Плъзнете" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Мениджър подстраници на '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Мениджър" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Добавете дъщерна страница към '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Добавете подстраница" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Не бяха създадени никакви страници." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Защо не добавите една?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -875,7 +905,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -885,7 +915,7 @@ msgstr "" msgid "Previous" msgstr "Предишно" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1047,8 +1077,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Настройки на профила" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1059,6 +1089,18 @@ msgstr "Излез" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Страница %(page_num)s от %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1075,93 +1117,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Паролата ви бе променена успешно!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Този слъг е вече в употреба" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Страница '{0}' е публикувана." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Страница '{0}' е предоставена за модерация." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Страница '{0}' е създадена." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Запази като чернова" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Страница '{0}' обновена." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "Тази страница не можеше да бъде запазена поради валидационни грешки" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Тази страница не можеше да бъде запазена поради валидационни грешки" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Тази страница очаква да бъде модерирана" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Страница '{0}' е изтрита." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Страница '{0}' отменена от публикуване." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Страница '{0}' преместена." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "Страница '{0}' не очаква да бъде модерирана." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Страница '{0}' отхвърлена от публикуване." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Страница '{0}' преместена." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Страница '{0}' преместена." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Изберете обект" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Избери друг обект" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Изчисти избора" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Редактирайте тази страница" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Избери друга страница" + +#~ msgid "Account settings" +#~ msgstr "Настройки на профила" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po index 3b4382b5e..6c5ea8a21 100644 --- a/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,45 +19,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Escull una altra pàgina" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Escull una pàgina" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configuració de la pàgina comú" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Termini de cerca" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Introdueix la contrassenya" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Introdueix el teu nom d'usuari" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Escriu el teu correu per reiniciar la teva contrasenya" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Si us plau escriu el teu correu" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -65,42 +56,52 @@ msgstr "" "Ho sentim, no pots reiniciar la teva contrasenya aquí ja que la teva conta " "d'usuari es administrada per un altre servidor" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "No es reconeix aquesta adreça de correu" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nova %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -111,79 +112,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Aquest llimac ja està en ús" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorador" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Tauler de control" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Cercar" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menú" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Benvingut al Wagtail CMS del lloc %(site_name)s" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Aquest es el teu tauler de control on es mostrarà informació útil sobre el " -"contingut que has creat" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Registra't" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" -"El teu nom d'usuari i la teva contrasenya no coincideixen. Si us plau torna-" -"ho a intentar" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Connecta't a Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Oblidar?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -203,21 +150,21 @@ msgstr "" "teu correu. Amb una conta de Gravatar pots definir una imatge de perfil per " "cadascuna de la resta d'adreces de correu que fas servir." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Canviar contrasenya" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Canvia la password que fas servir per connectar-te" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -286,6 +233,26 @@ msgstr "Contrasenya reiniciada" msgid "Reset your password" msgstr "Reinicia la teva contrasenya " +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Tauler de control" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Cercar" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menú" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -310,6 +277,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorador" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -332,6 +303,11 @@ msgstr[1] "" msgid "Choose" msgstr "Escull una pàgina" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Escull una pàgina" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Afegeix un enllaç de correu" @@ -345,18 +321,6 @@ msgstr "Insereix un enllaç" msgid "Add an external link" msgstr "Afegeix un enllaç extern" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Opció clara" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Escull un altre element" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Escull un element" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Puja" @@ -368,32 +332,45 @@ msgstr "Baixa" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Esborra" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Benvingut al Wagtail CMS del lloc %(site_name)s" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Aquest es el teu tauler de control on es mostrarà informació útil sobre el " +"contingut que has creat" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Pàgines a l'espera de moderació" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Títol" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Pare" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Tipus" @@ -403,22 +380,22 @@ msgstr "Editat" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Edita aquesta pàgina" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -435,8 +412,9 @@ msgstr "Rebutjar" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Edita" @@ -458,20 +436,20 @@ msgstr "Data" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Estat" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -480,14 +458,22 @@ msgid "Site summary" msgstr "Resum del lloc" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -497,14 +483,22 @@ msgstr[1] "" "%(total_pages)sPàgines" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -514,14 +508,22 @@ msgstr[1] "" "%(total_images)s Imatges" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -530,6 +532,25 @@ msgstr[1] "" "\n" "%(total_docs)s Documents" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Registra't" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"El teu nom d'usuari i la teva contrasenya no coincideixen. Si us plau torna-" +"ho a intentar" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Connecta't a Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Oblidar?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -683,8 +704,8 @@ msgid "Move %(title)s" msgstr "Mou %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Mou" @@ -713,8 +734,8 @@ msgstr "Despublica %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Despublica" @@ -736,11 +757,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -768,13 +789,15 @@ msgid "Submit for moderation" msgstr "Envia per moderació" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Edita %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Editant %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -801,69 +824,76 @@ msgid "Exploring %(title)s" msgstr "Explorant %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Afegeix una pàgina filla" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Desactiva l'ordenació de les pàgines fill" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Ordre" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Activa l'ordenació de les pàgines fill" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Agafa" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explora les subpàgines de '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Explora" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Afegeix una pàgina filla a '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Afegeix subpàgina" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "No s'han creat pàgines." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Per què no afegeixes una?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -871,7 +901,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -881,7 +911,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1042,8 +1072,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Configuració del compte" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1054,6 +1084,18 @@ msgstr "Desconnecta" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Pàgina %(page_num)s de %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1070,93 +1112,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "S'ha canviat la teva contrasenya!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Aquest llimac ja està en ús" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Pàgina '{0}' publicada." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Pàgina '{0}' enviada per revisió" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Pàgina '{0}' creada." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Desa esborrany" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Pàgina '{0}' actualitzada." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "La pàgina no s'ha pogut guardar degut a errors de validació" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "La pàgina no s'ha pogut guardar degut a errors de validació" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Aquesta pàgina està esperant moderació" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Pàgina '{0}' eliminada." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Pàgina '{0}' despublicada." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Pàgina '{0}' moguda." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "La pàgina '{0}' ja no es troba esperant moderació." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "La pàgina '{0}' ha estat rebutjada per publicació" -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Pàgina '{0}' moguda." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Pàgina '{0}' moguda." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Escull un element" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Escull un altre element" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Opció clara" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Edita aquesta pàgina" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Escull una altra pàgina" + +#~ msgid "Account settings" +#~ msgstr "Configuració del compte" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po index 1f67e8c1b..daa93d72f 100644 --- a/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po @@ -1,84 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jiri Stepanek , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-01-10 09:52+0000\n" "Last-Translator: Jiri Stepanek \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Zvolit jinou stránku" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Zvolit stránku" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "Naplánovat publikaci" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Nastavení stránky" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Hledaný výraz" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Zadejte heslo" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "Zadejte své %s" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Pro obnovení hesla zadejte svou e-mailovou adresu" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Vyplňte prosím svou e-mailovou adresu." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "Heslo nelze obnovit, protože Váš účet je spravován jiným serverem." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Tato e-mailová adresa nebyla nalezena." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "Nový název" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "Nový název pro URL" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nový %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "Zkopírovat podstránky" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -86,19 +88,19 @@ msgstr[0] "Bude zkopírována %(count)s podstránka." msgstr[1] "Bude zkopírováno %(count)s podstránek." msgstr[2] "Bude zkopírováno %(count)s podstránek." -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "Publikovat zkopírovanou stránku" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "Tato stránka je publikována. Chcete publikovat i zkopírovanou stránku?" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "Publikovat kopie" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -106,79 +108,35 @@ msgid "" msgid_plural "" "%(count)s of the pages being copied are live. Would you like to publish " "their copies?" -msgstr[0] "%(count)s z kopírovaných stránek je publikována. Chcete publikovat i její kopii?" -msgstr[1] "%(count)s z kopírovaných stránek je publikovaných. Chcete publikovat i jejich kopie?" -msgstr[2] "%(count)s z kopírovaných stránek je publikovaných. Chcete publikovat i jejich kopie?" +msgstr[0] "" +"%(count)s z kopírovaných stránek je publikována. Chcete publikovat i její " +"kopii?" +msgstr[1] "" +"%(count)s z kopírovaných stránek je publikovaných. Chcete publikovat i " +"jejich kopie?" +msgstr[2] "" +"%(count)s z kopírovaných stránek je publikovaných. Chcete publikovat i " +"jejich kopie?" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Název pro URL musí být unikátní" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "Veřejné" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "Soukromé, přístupné pod následujícím heslem" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "Toto pole je povinné." -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Obsah" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "Nastavení" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Dashboard" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Hledat" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Vítejte v redakčním systému %(site_name)s" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "Na tomto dashboardu najdete základní přehled spravovaného obsahu." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Přihlásit se" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "Vaše %(username_field)s a heslo není správné. Zkuste to prosím znovu." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Přihlášení do redakčního systému" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Zapoměli jste heslo?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,23 +151,26 @@ msgid "" "Your avatar image is provided by Gravatar and is connected to your email " "address. With a Gravatar account you can set an avatar for any number of " "other email addresses you use." -msgstr "Váš profilový obrázek je poskytován službou Gravatar a je svázán s Vaší e-mailovou adresou. Pomocí služby Gravatar můžete nastavit obrázek pro libovolný počet Vámi používaných adres." +msgstr "" +"Váš profilový obrázek je poskytován službou Gravatar a je svázán s Vaší e-" +"mailovou adresou. Pomocí služby Gravatar můžete nastavit obrázek pro " +"libovolný počet Vámi používaných adres." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Změnit heslo" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Změnit heslo používané k přihlášení." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "Nastavení notifikací" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "Zvolte, které e-mailové notifikace si přejete dostávat." @@ -220,7 +181,9 @@ msgstr "Změnit heslo" #: templates/wagtailadmin/account/change_password.html:21 msgid "" "Your password can't be changed here. Please contact a site administrator." -msgstr "Vaše heslo nelze změnit pomocí této stránky. Kontaktujte prosím administrátora." +msgstr "" +"Vaše heslo nelze změnit pomocí této stránky. Kontaktujte prosím " +"administrátora." #: templates/wagtailadmin/account/notification_preferences.html:4 #: templates/wagtailadmin/account/notification_preferences.html:6 @@ -276,6 +239,26 @@ msgstr "Obnovení hesla" msgid "Reset your password" msgstr "Nastavit nové heslo" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Dashboard" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Hledat" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -295,9 +278,17 @@ msgstr "Odkaz na e-mailovou adresu" #, python-format msgid "" "\n" -" Only pages of type \"%(type)s\" may be chosen for this field. Search results will exclude pages of other types.\n" +" Only pages of type \"%(type)s\" may be chosen for this field. " +"Search results will exclude pages of other types.\n" " " -msgstr "\nPro toto pole mohou být zvoleny pouze stránky typu \"%(type)s\". Ve vyhledávání budou ostatní stránky skryty." +msgstr "" +"\n" +"Pro toto pole mohou být zvoleny pouze stránky typu \"%(type)s\". Ve " +"vyhledávání budou ostatní stránky skryty." + +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Obsah" #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format @@ -309,14 +300,25 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nNalezena 1 stránka" -msgstr[1] "\nNalezeno %(counter)s stránek" -msgstr[2] "\nNalezeno %(counter)s stránek" +msgstr[0] "" +"\n" +"Nalezena 1 stránka" +msgstr[1] "" +"\n" +"Nalezeno %(counter)s stránek" +msgstr[2] "" +"\n" +"Nalezeno %(counter)s stránek" #: templates/wagtailadmin/chooser/browse.html:3 msgid "Choose" msgstr "Zvolit" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Zvolit stránku" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Vložit e-mailový odkaz" @@ -330,18 +332,6 @@ msgstr "Vložit odkaz" msgid "Add an external link" msgstr "Vložit externí odkaz" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Zrušit výběr" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Zvolit jinou položku" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Zvolit položku" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Posunout nahoru" @@ -353,32 +343,43 @@ msgstr "Posunout dolů" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Smazat" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Vítejte v redakčním systému %(site_name)s" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "Na tomto dashboardu najdete základní přehled spravovaného obsahu." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Stránky čekající na schválení" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Název" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Nadřazená stránka" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Typ" @@ -388,22 +389,22 @@ msgstr "Upraveno" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Upravit stránku" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "Tato stránka není veřejně viditelná" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "Tato stránka je uzamčena pro další úpravy" @@ -420,8 +421,9 @@ msgstr "Zamítnout" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Upravit" @@ -443,20 +445,20 @@ msgstr "Datum" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Stav" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "Koncept" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "Publikováno" @@ -465,46 +467,105 @@ msgid "Site summary" msgstr "Přehled obsahu" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " -msgstr[0] "\n%(total_pages)s stránka" -msgstr[1] "\n%(total_pages)s stránek" -msgstr[2] "\n%(total_pages)s stránek" +msgstr[0] "" +"\n" +"%(total_pages)s stránka" +msgstr[1] "" +"\n" +"%(total_pages)s stránek" +msgstr[2] "" +"\n" +"%(total_pages)s stránek" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " -msgstr[0] "\n%(total_images)s obrázek" -msgstr[1] "\n%(total_images)s obrázků" -msgstr[2] "\n%(total_images)s obrázků" +msgstr[0] "" +"\n" +"%(total_images)s obrázek" +msgstr[1] "" +"\n" +"%(total_images)s obrázků" +msgstr[2] "" +"\n" +"%(total_images)s obrázků" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " -msgstr[0] "\n%(total_docs)s dokument" -msgstr[1] "\n%(total_docs)s dokumentů" -msgstr[2] "\n%(total_docs)s dokumentů" +msgstr[0] "" +"\n" +"%(total_docs)s dokument" +msgstr[1] "" +"\n" +"%(total_docs)s dokumentů" +msgstr[2] "" +"\n" +"%(total_docs)s dokumentů" + +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Přihlásit se" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "Vaše %(username_field)s a heslo není správné. Zkuste to prosím znovu." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Přihlášení do redakčního systému" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Zapoměli jste heslo?" #: templates/wagtailadmin/notifications/approved.html:1 #, python-format @@ -626,17 +687,26 @@ msgid "" " " msgid_plural "" "\n" -" This will also delete %(descendant_count)s more subpages.\n" +" This will also delete %(descendant_count)s more " +"subpages.\n" " " -msgstr[0] "\nTímto dojde též ke smazání jedné podstránky." -msgstr[1] "\nTímto dojde též ke smazání %(descendant_count)s podstránek." -msgstr[2] "\nTímto dojde též ke smazání %(descendant_count)s podstránek." +msgstr[0] "" +"\n" +"Tímto dojde též ke smazání jedné podstránky." +msgstr[1] "" +"\n" +"Tímto dojde též ke smazání %(descendant_count)s podstránek." +msgstr[2] "" +"\n" +"Tímto dojde též ke smazání %(descendant_count)s podstránek." #: templates/wagtailadmin/pages/confirm_delete.html:22 msgid "" "Alternatively you can unpublish the page. This removes the page from public " "view and you can edit or publish it again later." -msgstr "Můžete také jen zrušit publikaci stránky. Tím přestane být stránka veřejně viditelná a později ji můžete upravit nebo znovu publikovat." +msgstr "" +"Můžete také jen zrušit publikaci stránky. Tím přestane být stránka veřejně " +"viditelná a později ji můžete upravit nebo znovu publikovat." #: templates/wagtailadmin/pages/confirm_delete.html:26 msgid "Delete it" @@ -652,8 +722,8 @@ msgid "Move %(title)s" msgstr "Přesunout %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Přesunout" @@ -667,7 +737,9 @@ msgstr "Opravdu chcete přesunout tuto stránku pod \"%(title)s\"?" msgid "" "Are you sure you want to move this page and all of its children into " "'%(title)s'?" -msgstr "Opravdu chcete přesunout tuto stránku a všechny její podstránky pod \"%(title)s\"?" +msgstr "" +"Opravdu chcete přesunout tuto stránku a všechny její podstránky pod " +"\"%(title)s\"?" #: templates/wagtailadmin/pages/confirm_move.html:18 msgid "Yes, move this page" @@ -680,8 +752,8 @@ msgstr "Zrušit publikaci %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Zrušit publikaci" @@ -703,11 +775,11 @@ msgid "Copy %(title)s" msgstr "Kopírovat %(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "Kopírovat" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "Kopírovat tuto stránku" @@ -735,13 +807,15 @@ msgid "Submit for moderation" msgstr "Odeslat ke schválení" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Úprava %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Úprava %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -768,77 +842,86 @@ msgid "Exploring %(title)s" msgstr "Obsah pod %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "Uloženo" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Přidat podstránku" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Vypnout řazení podstránek" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Pořadí" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Zapnout řazení podstránek" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Přetáhnout myší" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Zobrazit podstránky \"%(title)s\"" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Prozkoumat" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "Zobrazit podstránky \"%(title)s\"" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Přidat podstránku pod \"%(title)s\"" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Přidat podstránku" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Nejsou vytvořeny žádné stránky." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Novou stránku můžete založit zde." -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" " Page %(page_number)s of %(num_pages)s.\n" " " -msgstr "\nStrana %(page_number)s z %(num_pages)s." +msgstr "" +"\n" +"Strana %(page_number)s z %(num_pages)s." -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -848,7 +931,7 @@ msgstr "\nStrana %(page_number)s z %(num_pages)s." msgid "Previous" msgstr "Předchozí" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -878,9 +961,15 @@ msgid_plural "" "\n" " There are %(counter)s matching pages\n" " " -msgstr[0] "\nNalezena 1 stránka" -msgstr[1] "\nNalezeno %(counter)s stránek" -msgstr[2] "\nNalezeno %(counter)s stránek" +msgstr[0] "" +"\n" +"Nalezena 1 stránka" +msgstr[1] "" +"\n" +"Nalezeno %(counter)s stránek" +msgstr[2] "" +"\n" +"Nalezeno %(counter)s stránek" #: templates/wagtailadmin/pages/search_results.html:16 msgid "Other searches" @@ -905,12 +994,15 @@ msgid "" "\n" " Page %(page_number)s of %(num_pages)s.\n" " " -msgstr "\nStrana %(page_number)s z %(num_pages)s." +msgstr "" +"\n" +"Strana %(page_number)s z %(num_pages)s." #: templates/wagtailadmin/pages/search_results.html:54 #, python-format msgid "Sorry, no pages match \"%(query_string)s\"" -msgstr "Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné stránky" +msgstr "" +"Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné stránky" #: templates/wagtailadmin/pages/search_results.html:56 msgid "Enter a search term above" @@ -1009,8 +1101,8 @@ msgstr[1] "Použito %(useage_count)s-krát" msgstr[2] "Použito %(useage_count)s-krát" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Nastavení účtu" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1021,6 +1113,18 @@ msgstr "Odhlásit" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Strana %(page_num)s z %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "Uživatelská lišta" @@ -1037,86 +1141,142 @@ msgstr "Přidat na tuto úroveň další stránku" msgid "Add" msgstr "Přidat" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Vaše heslo bylo úspěšně změněno." -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "Vaše nastavení bylo uloženo." -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Název pro URL musí být unikátní" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "Datum/čas zveřejnění musí být dřívější než datum/čas expirace" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "Datum/čas expirace musí být v budoucnosti" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Stránka '{0}' byla publikována." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Stránka '{0}' byla odeslána ke schválení." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Stránka '{0}' byla vytvořena." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "Stránka nebyla vytvořena, zkontrolujte správné vyplnění polí" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Uložit koncept" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Stránka '{0}' byla upravena." -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "Stránku nelze uložit, protože je uzamčena" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Stránku nelze uložit, zkontrolujte správné vyplnění polí" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Stránka nyní čeká na schválení" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Stránka '{0}' byla smazána." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Stránce '{0}' byla zrušena publikace." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Stránka '{0}' byla přesunuta." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "Stránka '{0}' a {1} podstránek bylo zkopírováno." -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "Stránka '{0}' byla zkopírována." -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "Stránka '{0}' nyní nečeká na schválení." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Publikace stránky '{0}' byla zamítnuta." -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "Stránka '{0}' je nyní uzamčena." -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Stránka '{0}' je nyní odemčena." + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "Nastavení" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Zvolit položku" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Zvolit jinou položku" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Zrušit výběr" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Upravit stránku" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Zvolit jinou stránku" + +#~ msgid "Account settings" +#~ msgstr "Nastavení účtu" diff --git a/wagtail/wagtailadmin/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/cy/LC_MESSAGES/django.po index 14bc38fb3..3680f56c7 100644 --- a/wagtail/wagtailadmin/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,67 +19,66 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -88,19 +87,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -113,75 +112,25 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -198,21 +147,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -279,6 +228,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -303,6 +272,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -322,6 +295,11 @@ msgstr[3] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -335,18 +313,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -358,32 +324,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -393,22 +370,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -425,8 +402,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -448,20 +426,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -473,11 +451,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -488,11 +466,11 @@ msgstr[3] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -503,17 +481,34 @@ msgstr[3] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -662,8 +657,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -690,8 +685,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -713,11 +708,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -746,12 +741,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -778,69 +773,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -848,7 +850,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -858,7 +860,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1021,7 +1023,7 @@ msgstr[2] "" msgstr[3] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1033,6 +1035,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1049,86 +1063,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po index 7b8c1997d..e2ef0749f 100644 --- a/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,45 +21,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Noch eine Seite wählen" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Seite auswählen" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Allgemeine Seiten Konfiguration" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Suchbegriff" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Bitte geben Sie Ihr Passwort ein" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Bitte geben Sie Ihren Benutzernamen ein" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Geben Sie ihre Email Adresse ein um ihr Passwort zurückzusetzen." -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Bitte geben Sie ihre Email Adresse ein." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -67,42 +58,52 @@ msgstr "" "Sie können Ihr Passwort hier leider nicht zurücksetzen, da Ihr Benutzerkonto " "von einem anderen Server verwaltet wird." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Die Email-Adresse wurde nicht erkannt." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "%(page_type)s erstellen" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -113,79 +114,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Der Kurztitel wird bereits verwendet" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorer" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Dashboard" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Suche" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menü" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Willkommen zum %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Das ist Ihr Dashboard, auf dem nützliche Informationen zu den Inhalten, die " -"Sie erstellen, zusammengestellt werden." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Anmelden" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" -"Ihr Benutzername und Ihr Passwort wurden nicht erkannt. Bitte versuchen Sie " -"es erneut." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Bei Wagtail anmelden" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Vergessen?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -205,21 +152,21 @@ msgstr "" "Email Adresse verknüpft. Mit einem Gravatar Benutzerkonto können Sie die " "Profilbilder für all Ihre Email Adressen verwalten." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Passwort ändern" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Ändern Sie das Passwort, dass Sie verwenden um sich anzumelden." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -289,6 +236,26 @@ msgstr "Passwort zurückgesetzt" msgid "Reset your password" msgstr "Setzen Sie Ihr Passwort zurück" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Dashboard" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Suche" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menü" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -313,6 +280,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorer" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -335,6 +306,11 @@ msgstr[1] "" msgid "Choose" msgstr "Seite auswählen" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Seite auswählen" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Email-Link hinzufügen" @@ -348,18 +324,6 @@ msgstr "Link einfügen" msgid "Add an external link" msgstr "Externen Link hinzufügen" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Auswahl zurücksetzen" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Einen anderen Eintrag wählen" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Eintrag wählen" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Nach oben" @@ -371,32 +335,45 @@ msgstr "Nach unten" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Löschen" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Willkommen zum %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Das ist Ihr Dashboard, auf dem nützliche Informationen zu den Inhalten, die " +"Sie erstellen, zusammengestellt werden." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Seiten, die auf Freischaltung warten" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Titel" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Übergeordnetes Element" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Typ" @@ -406,22 +383,22 @@ msgstr "Bearbeitet" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Diese Seite bearbeiten" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -438,8 +415,9 @@ msgstr "Ablehnen" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Bearbeiten" @@ -461,20 +439,20 @@ msgstr "Datum" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Status" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -483,14 +461,22 @@ msgid "Site summary" msgstr "Seitenzusammenfassung" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -500,14 +486,22 @@ msgstr[1] "" "%(total_pages)s Seiten" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -517,14 +511,22 @@ msgstr[1] "" "%(total_images)s Bilder" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -533,6 +535,25 @@ msgstr[1] "" "\n" "%(total_docs)s Dokumente" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Anmelden" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"Ihr Benutzername und Ihr Passwort wurden nicht erkannt. Bitte versuchen Sie " +"es erneut." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Bei Wagtail anmelden" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Vergessen?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -687,8 +708,8 @@ msgid "Move %(title)s" msgstr "%(title)s verschieben" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Verschieben" @@ -718,8 +739,8 @@ msgstr "%(title)s depublizieren" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Depublizieren" @@ -741,11 +762,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -773,13 +794,15 @@ msgid "Submit for moderation" msgstr "Zur Freischaltung einreichen" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "%(title)s bearbeiten" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "%(title)s bearbeiten" #: templates/wagtailadmin/pages/edit.html:39 @@ -806,69 +829,76 @@ msgid "Exploring %(title)s" msgstr "%(title)s durchstöbern" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Untergeordnete Seite hinzufügen" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Sortierung von untergeordneten Seiten deaktivieren" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Sortierung" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Sortierung von untergeordneten Seiten aktivieren" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Ziehen" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explorer Teilseiten von '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Durchstöbern" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Untergeordnete Seite zu '%(title)s' hinzufügen" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Untergeordnete Seite hinzufügen" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Es wurden keine Seiten erstellt." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Fügen Sie doch eine hinzu!" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -876,7 +906,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -886,7 +916,7 @@ msgstr "" msgid "Previous" msgstr "Vorherige" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1048,8 +1078,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Kontoeinstellungen" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1060,6 +1090,18 @@ msgstr "Abmelden" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Seite %(page_num)s von %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1076,97 +1118,151 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Ihr Passwort wurde erfolgreich geändert." -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Der Kurztitel wird bereits verwendet" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Seite '{0}' veröffentlicht." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Seite '{0}' zur Freischaltung eingereicht." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Seite '{0}' erstellt." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Entwurf speichern" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Seite '{0}' geändert." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "" "Aufgrund von Fehlern bei der Validierung konnte die Seite nicht gespeichert " "werden." -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" "Aufgrund von Fehlern bei der Validierung konnte die Seite nicht gespeichert " "werden." -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Diese Seite wartet derzeit auf Freischaltung" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Seite '{0}' gelöscht." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Seite '{0}' depubliziert." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Seite '{0}' verschoben." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "Die Seite '{0}' wartet derzeit nicht auf Freischaltung." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Die Veröffentlichung der Seite '{0}' wurde abgelehnt." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Seite '{0}' verschoben." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Seite '{0}' verschoben." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Eintrag wählen" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Einen anderen Eintrag wählen" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Auswahl zurücksetzen" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Diese Seite bearbeiten" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Noch eine Seite wählen" + +#~ msgid "Account settings" +#~ msgstr "Kontoeinstellungen" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po index e59eb1b49..e1f3c6025 100644 --- a/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,45 +20,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Επιλογή διαφορετικής σελίδας" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Επιλογή σελίδας" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Κοινές ρυθμίσεις σελίδων" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Όρος αναζήτησης" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Εισάγετε τον κωδικό σας" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Εισάγετε το όνομα σας" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Εισάγετε τη διεύθυνση email σας για να ανανεώσετε τον κωδικό σας" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Συμπληρώσατε τη διεύθυνση email σας." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Λυπούμαστε, δε μπορείτε να αλλάξετε τον κωδικό σας διότι το λογαριασμό " "χρήστη σας τον διαχειρίζεται ένας διαφορετικός εξυπηρετητής." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Δε βρέθηκε το email." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Νέα %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -112,77 +113,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Το slug χρησιμοποιείται" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Εξερευνητής" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Πίνακας ελέγχου" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Αναζήτηση" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Μενού" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Καλώς ήρθατε στο %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Αυτός είναι ο πίνακας ελέγχου στον οποίο εμφανίζονται πληροφορίες σχετικές " -"με το περιεχόμενου που έχετε δημιουργήσει." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Είσοδος" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "Το όνομα χρήση και ο κωδικός δεν ταιριάζουν. Παρακαλώ δοκιμάστε ξανά." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Είσοδος στο Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Ξέχασα τον κωδικό μου" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -202,21 +151,21 @@ msgstr "" "σας. Με το λογαριασμό σας στο Gravatar μπορείτε να δημιουργήσετε εικόνα και " "για τις άλλες διευθύνσεις email που έχετε." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Αλλαγή κωδικού" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Αλλάξτε τον κωδικό σας" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -285,6 +234,26 @@ msgstr "Ανανέωση κωδικού" msgid "Reset your password" msgstr "Ανανεώστε τον κωδικό σας" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Πίνακας ελέγχου" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Αναζήτηση" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Μενού" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -309,6 +278,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Εξερευνητής" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -331,6 +304,11 @@ msgstr[1] "" msgid "Choose" msgstr "Επιλογή σελίδας" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Επιλογή σελίδας" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Προσθήκη σύνδεσης σε email" @@ -344,18 +322,6 @@ msgstr "Εισαγωγή σύνδεσης" msgid "Add an external link" msgstr "Προσθήκη εξωτερικής σύνδεσης" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Διαγραφή επιλογής" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Επιλογή διαφορετικού αντικειμένου" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Επιλέξατε αντικείμενο" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Μετακίνηση πάνω" @@ -367,32 +333,45 @@ msgstr "Μετακίνηση κάτω" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Διαγραφή" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Καλώς ήρθατε στο %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Αυτός είναι ο πίνακας ελέγχου στον οποίο εμφανίζονται πληροφορίες σχετικές " +"με το περιεχόμενου που έχετε δημιουργήσει." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Σελίδες προς έλεγχο" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Τίτλος" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Πατρική" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Τύπος" @@ -402,22 +381,22 @@ msgstr "Διορθωμένη" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Διόρθωση της σελίδας" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -434,8 +413,9 @@ msgstr "Απόρριψη" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Διόρθωση" @@ -457,20 +437,20 @@ msgstr "Ημερομηνία" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Κατάσταση" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -479,14 +459,22 @@ msgid "Site summary" msgstr "Κατάσταση site" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -496,14 +484,22 @@ msgstr[1] "" "%(total_pages)s Σελίδες" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -513,14 +509,22 @@ msgstr[1] "" "%(total_images)s Εικόνες" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -531,6 +535,23 @@ msgstr[1] "" "\n" "%(total_docs)s Έγγραφα" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Είσοδος" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "Το όνομα χρήση και ο κωδικός δεν ταιριάζουν. Παρακαλώ δοκιμάστε ξανά." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Είσοδος στο Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Ξέχασα τον κωδικό μου" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -687,8 +708,8 @@ msgid "Move %(title)s" msgstr "Μετακίνηση της %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Μετακίνηση" @@ -717,8 +738,8 @@ msgstr "Απόεκδοστε τη σελίδα %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Αποέκδοση" @@ -740,11 +761,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -772,13 +793,15 @@ msgid "Submit for moderation" msgstr "Υποβολή για έλεγχο" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Διόρθωση %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Διόρθωση %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -805,69 +828,76 @@ msgid "Exploring %(title)s" msgstr "Εξερεύνηση %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Προσθήκη σελίδας-παιδί" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Απενεργοποίηση ταξινόμησης σελίδων - παιδιά" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Σειρά" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Ενεργοποίηση ταξινόμησης σελίδων - παιδιά" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Τραβήξτε" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Εξερεύνηση υποσελίδων του '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Εξερεύνηση" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Προσθήκη σελίδας - παιδί στην '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Προσθήκη υποσελίδας" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Δεν έχουν δημιουργηθεί σελίδες." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Θέλετε να προσθέσετε μία;" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -875,7 +905,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -885,7 +915,7 @@ msgstr "" msgid "Previous" msgstr "Προηγούμενο" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1047,8 +1077,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Επιλογές λογαριασμού" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1059,6 +1089,18 @@ msgstr "Αποσύνδεση" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Σελίδα %(page_num)s από %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1075,93 +1117,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Ο κωδικός σας αλλάχτηκε με επιτυχία!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Το slug χρησιμοποιείται" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Η σελίδα '{0}' δημοσιεύθηκε." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Η σελίδα '{0}' στάλθηκε προς έλεγχο." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Η σελίδα '{0}' δημιουργήθηκε." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Αποθήκευση πρόχειρου" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Έγινε η αποθήκευση της σελίδας '{0}'." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "Δε ήταν δυνατή η αποθήκευση της σελίδας λόγω σφαλμάτων ελέγχου" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Δε ήταν δυνατή η αποθήκευση της σελίδας λόγω σφαλμάτων ελέγχου" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Η σελίδα δεν είναι προς έλεγχο" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Έγινε διαγραφή της σελίδας '{0}'." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Έγινε αποδημοσίευση της '{0}'." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Έγινε η μετακίνηση της σελίδας '{0}'." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "Η σελίδα '{0}' δεν είναι για έλεγχο." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Η δημοσίευση της σελίδας '{0}' απορρίφθηκε." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Έγινε η μετακίνηση της σελίδας '{0}'." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Έγινε η μετακίνηση της σελίδας '{0}'." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Επιλέξατε αντικείμενο" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Επιλογή διαφορετικού αντικειμένου" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Διαγραφή επιλογής" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Διόρθωση της σελίδας" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Επιλογή διαφορετικής σελίδας" + +#~ msgid "Account settings" +#~ msgstr "Επιλογές λογαριασμού" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.po index 8101e344e..75bdfa10c 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: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,86 +17,85 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -107,75 +106,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -192,21 +141,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -273,6 +222,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -297,6 +266,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -314,6 +287,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -327,18 +305,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -350,32 +316,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -385,22 +362,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -417,8 +394,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -440,20 +418,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -465,11 +443,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -478,11 +456,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -491,15 +469,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -646,8 +641,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -674,8 +669,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -697,11 +692,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -730,12 +725,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -762,69 +757,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -832,7 +834,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -842,7 +844,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1001,7 +1003,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1013,6 +1015,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1029,86 +1043,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po index 927172a48..54ed5b2cf 100644 --- a/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,45 +20,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Elige otra página" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Elige una página" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configuración común de página" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Término de búsqueda" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Introduce contraseña" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Introduce tu nombre de usuario" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Escribe tu dirección de correo para restablecer tu contraseña" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Rellena tu dirección de correo por favor." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Lo sentimos, no puedes restablecer tu contraseña aquí porque tu cuenta es " "gestionada por otro servidor." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "No se reconoce la dirección de correo." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nueva %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -112,77 +113,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Este slug ya está en uso" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorador" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Panel de control" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Búsqueda" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menú" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Bienvenido al CMS Wagtail %(site_name)s" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Este es tu panel de control donde aparecerá información útil sobre el " -"contenido que has creado." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Iniciar sesión" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "Tu usuario y contraseña no coinciden. Por favor, inténtalo de nuevo." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Iniciar sesión en Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "¿La has olvidado?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -202,21 +151,21 @@ msgstr "" "correo. Con una cuenta Gravatar puedes establecer un avatar para cualquier " "número de correos electrónicos." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Cambia la contraseña que utilizas para iniciar sesión." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -287,6 +236,26 @@ msgstr "Restablecer contraseña" msgid "Reset your password" msgstr "Restablecer tu contraseña" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Panel de control" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Búsqueda" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menú" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -311,6 +280,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorador" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -335,6 +308,11 @@ msgstr[1] "" msgid "Choose" msgstr "Elige una página" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Elige una página" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Añade un enlace de correo electrónico" @@ -348,18 +326,6 @@ msgstr "Inserta un enlace" msgid "Add an external link" msgstr "Añade un enlace externo" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Borrar selección" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Elige otro elemento" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Elige un elemento" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Subir" @@ -371,32 +337,45 @@ msgstr "Bajar" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Eliminar" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Bienvenido al CMS Wagtail %(site_name)s" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Este es tu panel de control donde aparecerá información útil sobre el " +"contenido que has creado." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Páginas en espera de ser moderadas" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Título" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Padre" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Tipo" @@ -406,22 +385,22 @@ msgstr "Editado" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Editar esta página" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -438,8 +417,9 @@ msgstr "Rechazar" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Editar" @@ -461,20 +441,20 @@ msgstr "Fecha" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Estado" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -483,14 +463,22 @@ msgid "Site summary" msgstr "Resumen del sitio" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -502,14 +490,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -521,14 +517,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -539,6 +543,23 @@ msgstr[1] "" " %(total_docs)s Documentos\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Iniciar sesión" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "Tu usuario y contraseña no coinciden. Por favor, inténtalo de nuevo." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Iniciar sesión en Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "¿La has olvidado?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -695,8 +716,8 @@ msgid "Move %(title)s" msgstr "Mover %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Mover" @@ -725,8 +746,8 @@ msgstr "No publicar %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "No publicar" @@ -748,11 +769,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -780,13 +801,15 @@ msgid "Submit for moderation" msgstr "Enviar para ser moderado" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -813,69 +836,76 @@ msgid "Exploring %(title)s" msgstr "Explorando %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Añadir página hija" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Deshabilitar organización de páginas hijas" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Orden" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Habilitar organización de páginas hijas" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Llevar" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explorar subpáginas de '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Explorar" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Añadir página hija a '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Añadir subpágina" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "No ha sido creada ninguna página." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Por qué no añadir una?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -883,7 +913,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -893,7 +923,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1055,8 +1085,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Ajustes de cuenta" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1067,6 +1097,18 @@ msgstr "Cerrar sesión" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Página %(page_num)s de %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1083,93 +1125,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "¡Tu contraseña ha sido cambiada con éxito!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Este slug ya está en uso" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Página '{0}' publicada." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Página '{0}' enviada para ser moderada." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Página '{0}' creada." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Guardar borrador" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Página '{0}' actualizada." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "La página no ha podido ser guardada debido a errores de validación" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "La página no ha podido ser guardada debido a errores de validación" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "La página está a la espera de ser moderada" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Página '{0}' eliminada." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Página '{0}' no publicada." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Página '{0}' movida." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "La página '{0}' no está esperando a ser moderada." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Rechazada la publicación de la página '{0}'." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Página '{0}' movida." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Página '{0}' movida." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Elige un elemento" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Elige otro elemento" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Borrar selección" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Editar esta página" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Elige otra página" + +#~ msgid "Account settings" +#~ msgstr "Ajustes de cuenta" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po index 5b5eca466..536ec8a9a 100644 --- a/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,45 +19,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Beste orrialde bat aukeratu" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Orrialde bat aukeratu" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Bilaketa terminoa" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Idatzi zure eposta helbidea zure pasahitza berrezartzeko" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Idatzi zure eposta helbidea mesedez." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -65,42 +56,50 @@ msgstr "" "Sentitzen dugu, ezin duzu zure pasahitza hemen berrezarri zure kontua beste " "zerbitzari batek kudeatzen duelako." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Ez da horrelako eposta helbiderik ezagutzen." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -111,79 +110,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Arakatzailea" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Kontrol panela" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Bilatu" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Ongi etorri %(site_name)s Wagtail CMSra" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Kontrol panel honetan sortu duzun edukiekin erlazionaturiko informazio " -"baliagarria agertuko da." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" -"Zure erabiltzaileak eta pasahitzak ez dute bat egin. Mesedez saiatu " -"beranduago." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -203,21 +148,21 @@ msgstr "" "konektatua dago. Gravatar kontu batekin erabiltzen duzun eposta helbide " "bakoitzeko avatar bat ezarri dezakezu." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Pasahitza aldatu" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Saioa hasteko erabiltzen duzun pasahitza aldatu." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -285,6 +230,26 @@ msgstr "Pasahitzaren berrezarpena" msgid "Reset your password" msgstr "Zure pasahitza berrezarri" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Kontrol panela" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Bilatu" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -309,6 +274,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Arakatzailea" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -327,6 +296,11 @@ msgstr[1] "" msgid "Choose" msgstr "Orrialde bat aukeratu" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Orrialde bat aukeratu" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Eposta esteka bat gehitu" @@ -340,18 +314,6 @@ msgstr "Esteka txertatu" msgid "Add an external link" msgstr "Kanpo esteka bat gehitu" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Aukeraketa garbitu" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Beste elementu bat aukeratu" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Elementu bat aukeratu" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Gora mugitu" @@ -363,32 +325,45 @@ msgstr "Behera mugitu" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Ezabatu" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Ongi etorri %(site_name)s Wagtail CMSra" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Kontrol panel honetan sortu duzun edukiekin erlazionaturiko informazio " +"baliagarria agertuko da." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Moderatzeke dauden orrialdeak" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Izenburua" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Gurasoa" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -398,22 +373,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Orrialde hau editatu" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -430,8 +405,9 @@ msgstr "Ezeztatu" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -453,20 +429,20 @@ msgstr "Data" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Egoera" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -478,11 +454,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -491,11 +467,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -504,15 +480,34 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"Zure erabiltzaileak eta pasahitzak ez dute bat egin. Mesedez saiatu " +"beranduago." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -659,8 +654,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -687,8 +682,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -710,11 +705,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -743,12 +738,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -775,69 +770,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -845,7 +847,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -855,7 +857,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1014,7 +1016,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1026,6 +1028,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1042,86 +1056,137 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Elementu bat aukeratu" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Beste elementu bat aukeratu" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Aukeraketa garbitu" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Orrialde hau editatu" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Beste orrialde bat aukeratu" diff --git a/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po index 2a2108eec..60c093977 100644 --- a/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,45 +19,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Choisissez une autre page" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Choisissez une page" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Terme de recherche" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Entrez votre identifiant" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Entrez votre adresse e-mail pour réinitialiser votre mot de passe" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Entrez votre adresse e-mail." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -65,42 +56,52 @@ msgstr "" "Désolé, vous ne pouvez pas réinitialiser votre mot de passe ici alors que " "votre compte utilisateur est géré par un autre serveur." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Cette adresse e-mail n'est pas reconnue." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nouveau %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -111,78 +112,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Tableau de bord" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Ceci est votre tableau de bord sur lequel des informations importantes sur " -"le contenu que vous avez créé seront affichées." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "S'identifier" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" -"Vos identifiant et mot de passe ne correspondent pas. Essayez de nouveau." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Oublié?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -202,21 +150,21 @@ msgstr "" "Avec un compte Gravatar vous pouvez définir un avatar pour toutes les " "adresses e-mail que vous utilisez." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Changer le mot de passe" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Changer le mot de passe utilisé pour vous identifier." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -284,6 +232,26 @@ msgstr "Réinitialisation de mot de passe" msgid "Reset your password" msgstr "Réinitialisez votre mot de passe" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Tableau de bord" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -308,6 +276,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -326,6 +298,11 @@ msgstr[1] "" msgid "Choose" msgstr "Choisissez une page" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Choisissez une page" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -339,18 +316,6 @@ msgstr "Insérer un lien" msgid "Add an external link" msgstr "Ajouter un lien externe" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Choisissez un autre élément" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Choisissez un élément" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Monter" @@ -362,32 +327,45 @@ msgstr "Descendre" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Supprimer" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Ceci est votre tableau de bord sur lequel des informations importantes sur " +"le contenu que vous avez créé seront affichées." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Pages en attente de modération" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Titre" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Parent" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Type" @@ -397,22 +375,22 @@ msgstr "Édité" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Éditer cette page" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -429,8 +407,9 @@ msgstr "Rejeter" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Éditer" @@ -452,20 +431,20 @@ msgstr "Date" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Statut" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -474,14 +453,22 @@ msgid "Site summary" msgstr "Sommaire du site" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -493,14 +480,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -512,14 +507,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -530,6 +533,24 @@ msgstr[1] "" " %(total_docs)s documents\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "S'identifier" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"Vos identifiant et mot de passe ne correspondent pas. Essayez de nouveau." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Oublié?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -686,8 +707,8 @@ msgid "Move %(title)s" msgstr "Déplacer %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Déplacer" @@ -716,8 +737,8 @@ msgstr "Dé-publier %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Dé-publier" @@ -739,11 +760,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -771,13 +792,15 @@ msgid "Submit for moderation" msgstr "Soumettre pour modération" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Édition de %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Édition de %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -804,69 +827,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Ajouter une page enfant" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Désactiver le tri des pages enfant" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Ordre" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Activer le tri des pages enfant" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Glisser" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Ajouter une page enfant à '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Ajouter une sous-page" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Aucune page n'a été créé." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Pourquoi ne pas en ajouter une?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -874,7 +904,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -884,7 +914,7 @@ msgstr "" msgid "Previous" msgstr "Précédent" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1046,8 +1076,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Paramètres du compte" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1058,6 +1088,18 @@ msgstr "Se déconnecter" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Page %(page_num)s de %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1074,93 +1116,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Votre mot de passe a été changé avec succès!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Page '{0}' publiée." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Page '{0}' soumise pour modération." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Page '{0}' créée." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Enregistrer le brouillon" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Page '{0}' mise à jour." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "La page n'a pu être enregistré à cause d'erreurs de validation." -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "La page n'a pu être enregistré à cause d'erreurs de validation." -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Cette page est actuellement en attente de modération" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Page '{0}' supprimée." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Page '{0}' dé-publiée." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Page '{0}' déplacée." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "La page '{0}' est actuellement en attente de modération." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Page '{0}' refusée à la publication." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Page '{0}' déplacée." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Page '{0}' déplacée." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Choisissez un élément" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Choisissez un autre élément" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Éditer cette page" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Choisissez une autre page" + +#~ msgid "Account settings" +#~ msgstr "Paramètres du compte" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po index c2b927a4c..ca80959c4 100644 --- a/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -20,45 +20,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Elixe outra páxina" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Elixe unha páxina" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configuración común de páxina" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Termo de busca" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Introduce contrasinal" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Introduce o teu nome de usuario" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Escribe a túa dirección de correo para restaurar o teu contrasinal" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Por favor, enche a túa dirección de correo." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Sentímolo, non podes restablecer o teu contrasinal aquí porque a túa conta é " "xestionada por outro servidor." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Non se recoñece a dirección de correo." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nova %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -112,77 +113,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Este slug ya está en uso" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorador" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Panel de control" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Busca" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menú" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Benvido ao CMS Wagtail %(site_name)s" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Este é o teu panel de control onde aparecerá información útil sobre o " -"contido que creaches." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Iniciar sesión" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "O teu usuario e contrasinal non coinciden. Por favor, téntao de novo." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Iniciar sesión en Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "¿Esquecíchela?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -202,21 +151,21 @@ msgstr "" "correo. Cunha conta Gravatar podes establecer un avatar para calquera número " "de correos electrónicos." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Cambiar contrasinal" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Cambia a contrasinal que utilizas para iniciar sesión." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -288,6 +237,26 @@ msgstr "Restablecer contrasinal" msgid "Reset your password" msgstr "Restablecer o teu contrasinal" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Panel de control" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Busca" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menú" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -312,6 +281,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorador" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -336,6 +309,11 @@ msgstr[1] "" msgid "Choose" msgstr "Elixe unha páxina" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Elixe unha páxina" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Engade unha ligazón de correo electrónico" @@ -349,18 +327,6 @@ msgstr "Inserta unha ligazón" msgid "Add an external link" msgstr "Engade unha ligazón externa" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Borrar selección" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Elixe outro elemento" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Elixe un elemento" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Subir" @@ -372,32 +338,45 @@ msgstr "Baixar" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Eliminar" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Benvido ao CMS Wagtail %(site_name)s" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Este é o teu panel de control onde aparecerá información útil sobre o " +"contido que creaches." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Páxinas en espera de ser moderadas" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Título" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Padre" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Tipo" @@ -407,22 +386,22 @@ msgstr "Editado" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Editar esta páxina" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -439,8 +418,9 @@ msgstr "Rexeitar" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Editar" @@ -462,20 +442,20 @@ msgstr "Data" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Estado" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -484,14 +464,22 @@ msgid "Site summary" msgstr "Resumo do sitio" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -503,14 +491,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -522,14 +518,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -540,6 +544,23 @@ msgstr[1] "" " %(total_docs)s Documentos\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Iniciar sesión" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "O teu usuario e contrasinal non coinciden. Por favor, téntao de novo." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Iniciar sesión en Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "¿Esquecíchela?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -696,8 +717,8 @@ msgid "Move %(title)s" msgstr "Mover %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Mover" @@ -726,8 +747,8 @@ msgstr "Non publicar %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Non publicar" @@ -749,11 +770,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -781,13 +802,15 @@ msgid "Submit for moderation" msgstr "Enviar para ser moderado" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -814,69 +837,76 @@ msgid "Exploring %(title)s" msgstr "Explorando %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Engadir páxina filla" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Deshabilitar organización de páxinas fillas" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Orden" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Habilitar organización de páxinas fillas" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Levar" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explorar subpáxinas de '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Explorar" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Engadir páxina filla a '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Engadir subpáxina" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Non foi creada ningunha páxina." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "¿Por qué non engadir unha?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -884,7 +914,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -894,7 +924,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1056,8 +1086,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Axustes de conta" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1068,6 +1098,18 @@ msgstr "Cerrar sesión" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Páxina %(page_num)s de %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1084,93 +1126,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "¡O teu contrasinal foi cambiado correctamente!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Este slug ya está en uso" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Páxina '{0}' publicada." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Páxina '{0}' enviada para ser moderada." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Páxina '{0}' creada." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Gardar borrador" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Páxina '{0}' actualizada." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "A páxina non puido ser gardada debido a erros de validación" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "A páxina non puido ser gardada debido a erros de validación" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "A páxina está á espera de ser moderada" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Páxina '{0}' eliminada." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Páxina '{0}' non publicada." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Páxina '{0}' movida." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "A páxina '{0}' non está esperando a ser moderada." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Rexeitada a publicación da página '{0}'." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Páxina '{0}' movida." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Páxina '{0}' movida." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Elixe un elemento" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Elixe outro elemento" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Borrar selección" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Editar esta páxina" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Elixe outra páxina" + +#~ msgid "Account settings" +#~ msgstr "Axustes de conta" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po index 5495f3742..4311e90f3 100644 --- a/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po @@ -1,103 +1,105 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # andrea tagliazucchi , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-01-13 09:40+0000\n" "Last-Translator: andrea tagliazucchi \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Scegli un'altra pagina" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Scegli una pagina" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "Data pubblicazione" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configurazione pagina" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Cerca" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Inserisci password" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "Inserisci il tuo %s" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Digita la tua email per resettare la password" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Inserisci la tua email" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." -msgstr "Non puoi resterai la password perché il tuo account è gestito da un altro server" +msgstr "" +"Non puoi resterai la password perché il tuo account è gestito da un altro " +"server" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "L'indirizzo email fornito è inesistente" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "Nuovo titolo" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "Nuovo slug" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "Copia subpagina" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -108,75 +110,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,21 +145,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -274,6 +226,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -293,10 +265,15 @@ msgstr "" #, python-format msgid "" "\n" -" Only pages of type \"%(type)s\" may be chosen for this field. Search results will exclude pages of other types.\n" +" Only pages of type \"%(type)s\" may be chosen for this field. " +"Search results will exclude pages of other types.\n" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -314,6 +291,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Scegli una pagina" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -327,18 +309,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -350,32 +320,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -385,22 +366,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -417,8 +398,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -440,20 +422,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -465,11 +447,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -478,11 +460,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -491,15 +473,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -620,7 +619,8 @@ msgid "" " " msgid_plural "" "\n" -" This will also delete %(descendant_count)s more subpages.\n" +" This will also delete %(descendant_count)s more " +"subpages.\n" " " msgstr[0] "" msgstr[1] "" @@ -645,8 +645,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -673,8 +673,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -696,11 +696,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -729,12 +729,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -761,69 +761,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -831,7 +838,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -841,7 +848,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1000,7 +1007,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1012,6 +1019,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1028,86 +1047,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Scegli un'altra pagina" diff --git a/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po index ac0ec7d06..2822a586e 100644 --- a/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po @@ -1,102 +1,104 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Daigo Shitara , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-27 10:03+0000\n" "Last-Translator: Daigo Shitara \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "パスワードを入力してください" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "%sを入力してください" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "パスワードをリセットするにはEメールアドレスを入力してください" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Eメールアドレスを入力してください" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." -msgstr "あなたのアカウントは他のサーバーで管理されているため、パスワードのリセットができませんでした。" +msgstr "" +"あなたのアカウントは他のサーバーで管理されているため、パスワードのリセットが" +"できませんでした。" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "新規タイトル" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "新規スラッグ" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "サブページをコピーする" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "%(count)sのサブページがコピーされます。" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "コピーしたページを公開する" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "コピーを公開" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -106,75 +108,25 @@ msgid_plural "" "their copies?" msgstr[0] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "このスラッグはすでに使われています" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "設定" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "ダッシュボード" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "検索" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "メニュー" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "%(site_name)sのWagtail CMSへようこそ" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "サインイン" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "%(username_field)sとパスワードが一致しませんでした。再度ためしてください。" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Wagtailへサインイン" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "パスワードを忘れましたか?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -191,21 +143,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "パスワードを変更する" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "ログインに使用するパスワードを変更します。" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "通知設定" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "受信するEメール通知を選択します。" @@ -272,6 +224,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "ダッシュボード" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "検索" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "メニュー" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -291,10 +263,15 @@ msgstr "" #, python-format msgid "" "\n" -" Only pages of type \"%(type)s\" may be chosen for this field. Search results will exclude pages of other types.\n" +" Only pages of type \"%(type)s\" may be chosen for this field. " +"Search results will exclude pages of other types.\n" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -311,6 +288,11 @@ msgstr[0] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -324,18 +306,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -347,32 +317,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "%(site_name)sのWagtail CMSへようこそ" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -382,22 +363,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -414,8 +395,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -437,20 +419,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -462,11 +444,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" @@ -474,11 +456,11 @@ msgstr[0] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" @@ -486,14 +468,32 @@ msgstr[0] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "サインイン" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"%(username_field)sとパスワードが一致しませんでした。再度ためしてください。" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Wagtailへサインイン" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "パスワードを忘れましたか?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -614,7 +614,8 @@ msgid "" " " msgid_plural "" "\n" -" This will also delete %(descendant_count)s more subpages.\n" +" This will also delete %(descendant_count)s more " +"subpages.\n" " " msgstr[0] "" @@ -638,8 +639,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -666,8 +667,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -689,11 +690,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -722,12 +723,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -754,69 +755,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -824,7 +832,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -834,7 +842,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -991,7 +999,7 @@ msgid_plural "Used %(useage_count)s times" msgstr[0] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1003,6 +1011,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1019,86 +1039,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "このスラッグはすでに使われています" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "設定" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po index f5e2a27bf..a17f625e4 100644 --- a/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -19,86 +19,85 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Цахим шуудангийн хаягаа оруулна уу." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -109,75 +108,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Хянах самбар" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "\"%(site_name)s Wagtail CMS\"-д тавтай морил" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -194,21 +143,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Нууц үгээ солих" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -275,6 +224,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Хянах самбар" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -299,6 +268,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -316,6 +289,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -329,18 +307,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -352,32 +318,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "\"%(site_name)s Wagtail CMS\"-д тавтай морил" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -387,22 +364,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -419,8 +396,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -442,20 +420,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -467,11 +445,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -480,11 +458,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -493,15 +471,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -648,8 +643,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -676,8 +671,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -699,11 +694,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -732,12 +727,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -764,69 +759,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -834,7 +836,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -844,7 +846,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1003,7 +1005,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1015,6 +1017,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1031,86 +1045,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po index d71a80889..a5c9a0466 100644 --- a/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-31 15:41+0000\n" "Last-Translator: Samuel Leeuwenburg\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,45 +20,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Kies een andere pagina" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Kies een pagina" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "Geplande publicatie" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Algmene pagina configuratie" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Zoekterm" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Voer wachtwoord in" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Vul uw gebruikersnaam in" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Vul uw e-mailadres in om uw wachtwoord te herstellen" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Vul uw e-mailadres in" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Sorry, u kunt uw wachtwoord hier niet herstellen omdat uw account beheert " "wordt door een andere server." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Dit e-mailadres is onbekend" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "Nieuwe titel" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "Nieuwe slug" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nieuw %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "Kopieer subpagina's" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "Dit zal %(count)s subpagina kopiëren" msgstr[1] "Dit zal %(count)s subpagina's kopiëren" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "Publiceer gekopieerde pagina" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "Deze pagina is live. Wilt u de kopie ook publiceren?" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "Publicieer kopieën" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -112,78 +113,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Deze slug is al ingebruik" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "Publiek" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "Afgeschermd, toegankelijk met het volgende wachtwoord" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "Dit veld is verplicht" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Verkenner" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Dashboard" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Zoek" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Welkom het Wagtail CMS van %(site_name)s" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Dit is uw dashboard waar informatie staat over content die weergegeven wordt." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Inloggen" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" -"Deze combinatie van gebruikersnaam en wachtwoord zijn onbekend. Probeer " -"alstublieft opnieuw." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Log in op Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Wachtwoord vergeten?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -203,21 +151,21 @@ msgstr "" "mailadres. Met uw Gravatar account kunt u een avatar instellen voor uw " "andere e-maildressen die u gebruikt." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Verander wachtwoord" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Verander het wachtwoord die u gebruikt om in te loggen" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "Melding voorkeuren" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "Kies welk e-mailadres meldingen ontvangt" @@ -287,6 +235,26 @@ msgstr "Wachtwoord herstel" msgid "Reset your password" msgstr "Herstel uw wachtwoord" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Dashboard" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Zoek" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -314,6 +282,10 @@ msgstr "" "Alleen paginas van het type \"%(type)s\" mogen gekozen worden voor dit veld. " "andere types zullen niet in de zoekresultaten voorkomen." +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Verkenner" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -335,6 +307,11 @@ msgstr[1] "" msgid "Choose" msgstr "Kies" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Kies een pagina" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Voeg een e-mail link toe" @@ -348,18 +325,6 @@ msgstr "Link invoegen" msgid "Add an external link" msgstr "Voeg een externe link toe" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Leeg keuze" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Kies een ander item" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Kies een item" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Verplaats omhoog" @@ -371,32 +336,44 @@ msgstr "Verplaats naar beneden" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Verwijder" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Welkom het Wagtail CMS van %(site_name)s" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Dit is uw dashboard waar informatie staat over content die weergegeven wordt." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Titel" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Parent" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Type" @@ -406,22 +383,22 @@ msgstr "Gewijzigd" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Wijzig deze pagina" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -438,8 +415,9 @@ msgstr "Afwijzen" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Wijzigen" @@ -461,20 +439,20 @@ msgstr "Datum" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Status" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "Ontwerp" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "Live" @@ -483,14 +461,22 @@ msgid "Site summary" msgstr "Site samenvatting" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -500,14 +486,22 @@ msgstr[1] "" "%(total_pages)s Pagina's" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -517,14 +511,22 @@ msgstr[1] "" "%(total_images)s Afbeeldingen" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -533,6 +535,25 @@ msgstr[1] "" "\n" "%(total_docs)s Documenten" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Inloggen" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"Deze combinatie van gebruikersnaam en wachtwoord zijn onbekend. Probeer " +"alstublieft opnieuw." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Log in op Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Wachtwoord vergeten?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -688,8 +709,8 @@ msgid "Move %(title)s" msgstr "Verplaats %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Verplaats" @@ -718,8 +739,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -741,11 +762,11 @@ msgid "Copy %(title)s" msgstr "Kopieer %(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "Kopieer" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "Kopieer deze pagina" @@ -774,12 +795,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -806,70 +827,77 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 #, fuzzy msgid "Updated" msgstr "Update" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Voeg child pagina toe" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Volgorde" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Sleep" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Verken" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Voeg child pagina toe aan '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Voeg subpagina toe" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Er zijn geen pagina's aangemaakt" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Waarom niet een toevoegen?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -877,7 +905,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -887,7 +915,7 @@ msgstr "" msgid "Previous" msgstr "Vorige" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1046,8 +1074,8 @@ msgstr[0] "%(useage_count)s keer gebruikt" msgstr[1] "%(useage_count)s keer gebruikt" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Account instellingen" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1058,6 +1086,18 @@ msgstr "Uitloggen" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "Gebruikers bar" @@ -1074,89 +1114,143 @@ msgstr "Voeg nog een pagina toe op dit niveau" msgid "Add" msgstr "Toevoegen" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Deze slug is al ingebruik" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Pagina '{0}' gepubliceerd." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Pagina '{0}' aangemaakt." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "Deze pagina kon niet aangemaakt worden vanwege validatie fouten" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Concept opslaan" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "Deze pagina kon niet opgeslagen worden vanwege validatie fouten" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Deze pagina kon niet opgeslagen worden vanwege validatie fouten" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Pagina '{0}' verwijderd" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Pagina '{0}' verplaatst." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "Pagina '{0}' en {1} subpaginas gekopieerd." -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "Pagina '{0}' gekopieerd." -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Pagina '{0}' verplaatst." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Pagina '{0}' verplaatst." + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Kies een item" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Kies een ander item" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Leeg keuze" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Wijzig deze pagina" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Kies een andere pagina" + +#~ msgid "Account settings" +#~ msgstr "Account instellingen" diff --git a/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po index 36cda2fdd..7cc1bf511 100644 --- a/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,86 +18,85 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -108,75 +107,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,21 +142,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -274,6 +223,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -298,6 +267,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -315,6 +288,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -328,18 +306,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -351,32 +317,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -386,22 +363,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -418,8 +395,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -441,20 +419,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -466,11 +444,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -479,11 +457,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -492,15 +470,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -647,8 +642,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -675,8 +670,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -698,11 +693,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -731,12 +726,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -763,69 +758,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -833,7 +835,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -843,7 +845,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1002,7 +1004,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1014,6 +1016,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1030,86 +1044,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po index 0ea89f1b0..6dbf07d28 100644 --- a/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,45 +21,36 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Wybierz inną stronę" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Wybierz stronę" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Wspólna konfiguracja stron" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Wyszukiwania fraza" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Wpisz hasło" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Wpisz nazwę użytkownika" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Podaj swój adres email aby zresetować hasło" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Podaj swój adres email." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -67,23 +58,33 @@ msgstr "" "Przepraszamy, nie możesz zresetować hasła tutaj ponieważ Twoje konto jest " "zarządzane przez inny serwer." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Ten adres email nie został rozpoznany." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nowa %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -91,19 +92,19 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -115,77 +116,25 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Ten slug jest już w użyciu" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Przeglądarka" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Kokpit" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Szukaj" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Witamy na %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"To jest twój kokpit, na którym będą wyświetlane pomocne informacje o treści, " -"którą stworzono." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Zaloguj się" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "Nazwa użytkownika lub hasło są niepoprawne Proszę spróbować ponownie." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Zaloguj się do Wagtaila" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Nie pamiętasz?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -205,21 +154,21 @@ msgstr "" "adresem email. Z konta Gravatar możesz ustawić zdjęcie dla dowolnej ilości " "adresów email, których używasz." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Zmień hasło" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Zmień hasło, którego używasz do logowania." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -288,6 +237,26 @@ msgstr "Reset hasła" msgid "Reset your password" msgstr "Zresetuj swoje hasło" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Kokpit" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Szukaj" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -312,6 +281,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Przeglądarka" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -340,6 +313,11 @@ msgstr[2] "" msgid "Choose" msgstr "Wybierz stronę" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Wybierz stronę" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Dodaj link emaila" @@ -353,18 +331,6 @@ msgstr "Wstaw link" msgid "Add an external link" msgstr "Dodaj link zewnętrzny" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Wyczyść wybór" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Wybierz inną rzecz" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Wybierz rzecz" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Przesuń w górę" @@ -376,32 +342,45 @@ msgstr "Przesuń w dół" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Usuń" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Witamy na %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"To jest twój kokpit, na którym będą wyświetlane pomocne informacje o treści, " +"którą stworzono." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Strony oczekujące na przejrzenie" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Tytuł" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Rodzic" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Typ" @@ -411,22 +390,22 @@ msgstr "Edytowane" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Edytuj tę stronę" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -443,8 +422,9 @@ msgstr "Odrzuć" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Edytuj" @@ -466,20 +446,20 @@ msgstr "Data" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Status" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -488,14 +468,22 @@ msgid "Site summary" msgstr "Streszczenie strony" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -511,14 +499,22 @@ msgstr[2] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -534,14 +530,22 @@ msgstr[2] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -556,6 +560,23 @@ msgstr[2] "" " %(total_docs)s Dokumentów\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Zaloguj się" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "Nazwa użytkownika lub hasło są niepoprawne Proszę spróbować ponownie." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Zaloguj się do Wagtaila" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Nie pamiętasz?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -718,8 +739,8 @@ msgid "Move %(title)s" msgstr "Przesuń %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Przesuń" @@ -748,8 +769,8 @@ msgstr "Cofnij publikację %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Cofnij publikację" @@ -771,11 +792,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -803,13 +824,15 @@ msgid "Submit for moderation" msgstr "Przekaż do przeglądu" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Edycja %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Edycja %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -836,69 +859,76 @@ msgid "Exploring %(title)s" msgstr "Przeglądaj %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Dodaj stronę podrzędną" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Wyłącz sortowanie stron podrzędnych" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Porządek" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Włącz sortowanie stron podrzędnych" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Przeciągnij" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Przeglądarka podstron '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Przeglądaj" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Dodaj stronę podrzędną do '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Dodaj podstronę" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Żadna strona nie została stworzona" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Czemu nie dodać kilku?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -906,7 +936,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -916,7 +946,7 @@ msgstr "" msgid "Previous" msgstr "Wstecz" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1080,8 +1110,8 @@ msgstr[1] "" msgstr[2] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Ustawienia konta" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1092,6 +1122,18 @@ msgstr "Wyloguj się" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Strona %(page_num)s z %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1108,93 +1150,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Twoje hasło zostało zmienione poprawnie!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Ten slug jest już w użyciu" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Strona '{0}' została opublikowana." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Przesłano stronę '{0}' do przeglądu." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Stworzono stronę '{0}'." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Zapisz szkic" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Uaktualniono stronę '{0}'." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "Strona nie mogła zostać zapisana z powodu błędów poprawności." -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Strona nie mogła zostać zapisana z powodu błędów poprawności." -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Ta strona oczekuje na przejrzenie." -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Usunięto stronę '{0}'." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Cofnięto publikację strony '{0}'." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Przesunięto stronę '{0}'." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "Strona '{0}' nie oczekuje na przejrzenie." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Strona '{0}' została odrzucona." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Przesunięto stronę '{0}'." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Przesunięto stronę '{0}'." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Wybierz rzecz" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Wybierz inną rzecz" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Wyczyść wybór" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Edytuj tę stronę" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Wybierz inną stronę" + +#~ msgid "Account settings" +#~ msgstr "Ustawienia konta" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po index 16b0f23ee..e1be0e9c0 100644 --- a/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -20,45 +20,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Escolher outra página" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Escolha uma página" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configuração comum de página" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Termo de pesquisa" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Digite sua senha" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Digite seu usuário" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Entre com seu email para resetar sua senha" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Por favor, insira o seu e-mail." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Desculpe, você não pode redefinir sua senha aqui com seu usuário, que é " "gerenciado por outro servidor." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Esse e-mail não é reconhecido." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nova %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -112,77 +113,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Esse endereço já existe" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "Público" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "Privado, acessível com a seguinte senha" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "Este campo é obrigatório." -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorar" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Painel" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Pesquisa" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Bem vindo ao %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Este é o seu painel aonde possui informações úteis sobre os conteúdos que " -"criou." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Entrar" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "Seu usuário e senha não estão corretos. Tente novamente." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Entrar para Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Perdeu a senha?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -202,21 +151,21 @@ msgstr "" "conta do Gravatar você pode definir um avatar para qualquer quantidade de e-" "mails que você usa." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Alterar senha" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Altere sua senha para entrar." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "Preferências de notificação" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -283,6 +232,26 @@ msgstr "Resetar senha" msgid "Reset your password" msgstr "Resetar sua senha" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Painel" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Pesquisa" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -307,6 +276,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorar" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -331,6 +304,11 @@ msgstr[1] "" msgid "Choose" msgstr "Escolha uma página" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Escolha uma página" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Adicionar link de e-mail" @@ -344,18 +322,6 @@ msgstr "Inserir link" msgid "Add an external link" msgstr "Adicionar link externo" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Limpar escolha" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Escolha outro item" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Escolha um item" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Mover acima" @@ -367,32 +333,45 @@ msgstr "Mover abaixo" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Excluir" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Bem vindo ao %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Este é o seu painel aonde possui informações úteis sobre os conteúdos que " +"criou." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Página aguardando moderação" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Título" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Parente" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Tipo" @@ -402,22 +381,22 @@ msgstr "Editado" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Editar essa página" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -434,8 +413,9 @@ msgstr "Rejeitar" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Editar" @@ -457,20 +437,20 @@ msgstr "Data" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Status" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "Rascunho" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "Ao vivo" @@ -479,14 +459,22 @@ msgid "Site summary" msgstr "Resumo do Site" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -498,14 +486,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -517,14 +513,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -535,6 +539,23 @@ msgstr[1] "" " %(total_docs)s Documentos\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Entrar" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "Seu usuário e senha não estão corretos. Tente novamente." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Entrar para Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Perdeu a senha?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -691,8 +712,8 @@ msgid "Move %(title)s" msgstr "Mover %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Mover" @@ -720,8 +741,8 @@ msgstr "Despublicar %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Despublicar" @@ -743,11 +764,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -775,13 +796,15 @@ msgid "Submit for moderation" msgstr "Enviar para moderação" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -808,70 +831,77 @@ msgid "Exploring %(title)s" msgstr "Explorando %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 #, fuzzy msgid "Updated" msgstr "Atualizar" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Adicionar página filha" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Desabilitar ordenação de páginas filhas" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Ordem" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Habilitar ordenação de páginas filhas" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Arrastar" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explorar sub-páginas de %(title)s" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Explorar" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Adicionar página filha de %(title)s" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Adicionar sub-página" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Nenhuma página foi criada." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Porque não adicionar uma?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -882,7 +912,7 @@ msgstr "" " Página %(page_number)s de %(num_pages)s.\n" " " -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -892,7 +922,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1060,8 +1090,8 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Configurações da Conta" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1072,6 +1102,18 @@ msgstr "Sair" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Página %(page_num)s de %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1088,93 +1130,147 @@ msgstr "" msgid "Add" msgstr "Add" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Esse endereço já existe" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Página '{0}' publicada." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Página '{0}' enviada para moderação." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Página '{0}' criada." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Salvar rascunho" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Página '{0}' atualizada." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "A página não pode ser salva devido a erros de validação" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "A página não pode ser salva devido a erros de validação" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Essa página está atualmente esperando moderação" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Página '{0}' excluida." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Página '{0}' despublicada." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Página '{0}' movida." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "A página '{0}' não está mais esperando moderação." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Página '{0}' rejeitada para publicação." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Página '{0}' movida." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Página '{0}' movida." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Escolha um item" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Escolha outro item" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Limpar escolha" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Editar essa página" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Escolher outra página" + +#~ msgid "Account settings" +#~ msgstr "Configurações da Conta" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po index 4165d2160..f342220cc 100644 --- a/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-17 17:21+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -20,45 +20,36 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Escolher outra página" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Escolher uma página" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "Publicação agendada" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configuração comum de página" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Procurar termo" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Introduza a sua senha" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Introduza o seu nome de utilizador" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Introduza o seu email para alterar a sua senha" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Por favor, insira o seu e-mail." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -66,42 +57,52 @@ msgstr "" "Desculpe, você não pode alterar a sua senha aqui porque a sua conta de " "utilizador é gerida por outro servidor." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Este email não é reconhecido." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "Novo título" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "Novo endereço" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Nova %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "Copiar sub-páginas" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "Será copiada %(count)s sub-página." msgstr[1] "Serão copiadas %(count)s sub-páginas." -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "Publicar página copiada" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "Esta página está publicada. Gostaria de publicar também a sua cópia?" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "Publicar cópias" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -116,77 +117,25 @@ msgstr[1] "" "%(count)s das páginas a copiar estão publicadas. Gostaria de publicar " "também as suas cópias?" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Esse endereço já existe" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "Público" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "Privado, acessível com a seguinte senha" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "Este campo é obrigatório." -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorador" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Painel de controlo" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Procurar" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Menu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Bem vindo ao %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Este é o seu painel de controlo no qual serão mostradas informações úteis " -"sobre os conteúdos criados por si." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Entrar" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "O seu nome de utilizador ou senha não estão corretos. Tente novamente." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Entrar no Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Esqueceu-a?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -206,21 +155,21 @@ msgstr "" "Com uma conta do Gravatar você pode definir uma imagem avatar para qualquer " "número de emails que você use." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Alterar senha" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Altere a senha que utiliza para entrar." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "Preferências de notificação" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "Escolha quais as notificações de email a receber." @@ -287,6 +236,26 @@ msgstr "Alterar senha" msgid "Reset your password" msgstr "Alterar a sua senha" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Painel de controlo" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Procurar" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Menu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -315,6 +284,10 @@ msgstr "" "Nos resultados da pesquisa serão excluídas as páginas de outros tipos.\n" " " +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorador" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -338,6 +311,11 @@ msgstr[1] "" msgid "Choose" msgstr "Escolhe" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Escolher uma página" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Adicionar link de email" @@ -351,18 +329,6 @@ msgstr "Inserir link" msgid "Add an external link" msgstr "Adicionar link externo" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Limpar escolha" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Escolher outro item" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Escolher um item" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Mover para cima" @@ -374,32 +340,45 @@ msgstr "Mover para baixo" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Eliminar" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Bem vindo ao %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Este é o seu painel de controlo no qual serão mostradas informações úteis " +"sobre os conteúdos criados por si." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Páginas a aguardar moderação" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Título" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Ascendente (pai)" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Tipo" @@ -409,22 +388,22 @@ msgstr "Editado" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Editar esta página" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -441,8 +420,9 @@ msgstr "Rejeitar" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Editar" @@ -464,20 +444,20 @@ msgstr "Data" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Estado" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "Rascunho" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "Publicado" @@ -486,14 +466,22 @@ msgid "Site summary" msgstr "Resumo do Site" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -505,14 +493,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -524,14 +520,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -542,6 +546,23 @@ msgstr[1] "" " %(total_docs)s Documentos\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Entrar" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "O seu nome de utilizador ou senha não estão corretos. Tente novamente." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Entrar no Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Esqueceu-a?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -701,8 +722,8 @@ msgid "Move %(title)s" msgstr "Mover %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Mover" @@ -731,8 +752,8 @@ msgstr "Despublicar %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Despublicar" @@ -754,11 +775,11 @@ msgid "Copy %(title)s" msgstr "Copiar %(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "Copiar" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "Copiar esta página" @@ -786,13 +807,15 @@ msgid "Submit for moderation" msgstr "Enviar para moderação" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Editando %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -819,70 +842,77 @@ msgid "Exploring %(title)s" msgstr "Explorando %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 #, fuzzy msgid "Updated" msgstr "Atualizar" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Adicionar página filha" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Desativar ordenação de páginas filhas" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Ordem" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Ativar ordenação de páginas filhas" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Arrastar" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explorar sub-páginas de %(title)s" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Explorar" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "Explorar as páginas filhas de '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Adicionar página filha a %(title)s" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Adicionar sub-página" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Nenhuma página foi criada." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Porque não adicionar uma?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -893,7 +923,7 @@ msgstr "" " Página %(page_number)s de %(num_pages)s.\n" " " -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -903,7 +933,7 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1071,8 +1101,8 @@ msgstr[0] "Em uso %(useage_count)s time" msgstr[1] "Em uso %(useage_count)s times" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Configurações da Conta" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1083,6 +1113,18 @@ msgstr "Sair" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Página %(page_num)s de %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "Barra de utilizador" @@ -1099,93 +1141,147 @@ msgstr "Adicionar outra página a este nível" msgid "Add" msgstr "Adicionar" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "A sua senha foi alterada com sucesso!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "As suas preferências foram atualizadas com sucesso!" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Esse endereço já existe" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "A data/hora de publicação tem de ser anterior à data/hora terminal" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "A data/hora terminal tem de ocorrer no futuro" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Página '{0}' publicada." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Página '{0}' enviada para moderação." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Página '{0}' criada." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "Esta página não pôde ser criada devido a erros na validação" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Guardar rascunho" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Página '{0}' atualizada." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "A página não pôde ser guardada devido a erros na validação" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "A página não pôde ser guardada devido a erros na validação" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Essa página aguarda por moderação" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Página '{0}' eliminada." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Página '{0}' despublicada." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Página '{0}' movida." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "Página '{0}' e {1} sub-páginas copiadas." -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "Página '{0}' copiada." -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "A página '{0}' já não está aguarda moderação." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Página '{0}' rejeitada para publicação." -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Página '{0}' movida." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Página '{0}' movida." +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Escolher um item" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Escolher outro item" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Limpar escolha" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Editar esta página" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Escolher outra página" + +#~ msgid "Account settings" +#~ msgstr "Configurações da Conta" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po index 919cd1748..b9ab397cf 100644 --- a/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po @@ -1,84 +1,89 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dan Braghis, 2014-2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-02-06 23:01+0000\n" "Last-Translator: Dan Braghis\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" +"language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Alege altă pagină" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Alege o pagină" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "Publicare programată" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Configurație de pagini generală" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Termen de căutare" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Introduceți parola" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Introduceți adresa de e-mail pentru a reseta parola" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Introduceți adresa de e-mail." -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." -msgstr "Ne pare rău, dar nu puteți reseta parola aici. Contul dvs. de utilizator este gestionat de un alt server." +msgstr "" +"Ne pare rău, dar nu puteți reseta parola aici. Contul dvs. de utilizator " +"este gestionat de un alt server." -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Adresa e-mail nu este recunoscută." -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "Titlu nou" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "%(page_type)s nouă" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "Copiere subpagini" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -86,19 +91,19 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "Publică pagina copiată" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "Publică copiile" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -110,75 +115,25 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Această fisă a fost deja folosită" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "Public" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "Acest câmp este obligatoriu." -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Explorator" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "Setări" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Bord" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Căutare" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Meniu" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Bine ați venit la %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "Aici va fi afișată informație utilă despre conținutul creat de dvs." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Conectare" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "%(username_field)s și parola nu corespund. Vă rugăm să încercați din nou." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Conectați-vă la Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Ați uitat?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,23 +148,26 @@ msgid "" "Your avatar image is provided by Gravatar and is connected to your email " "address. With a Gravatar account you can set an avatar for any number of " "other email addresses you use." -msgstr "Avatarul este oferit de Gravatar și este legat de adresa dvs. de e-mail. Având un cont Gravatar, puteți seta un avatar pentru orice număr de adrese e-mail folosite." +msgstr "" +"Avatarul este oferit de Gravatar și este legat de adresa dvs. de e-mail. " +"Având un cont Gravatar, puteți seta un avatar pentru orice număr de adrese e-" +"mail folosite." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Schimbă parola" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Schimbați parola folosită pentru access." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "Preferințe de notificare" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -220,7 +178,9 @@ msgstr "Schimbă parola" #: templates/wagtailadmin/account/change_password.html:21 msgid "" "Your password can't be changed here. Please contact a site administrator." -msgstr "Parola nu poate fi schimbată aici. Vă rugăm să contactați administratorii sitului." +msgstr "" +"Parola nu poate fi schimbată aici. Vă rugăm să contactați administratorii " +"sitului." #: templates/wagtailadmin/account/notification_preferences.html:4 #: templates/wagtailadmin/account/notification_preferences.html:6 @@ -276,6 +236,26 @@ msgstr "Resetarea parolei" msgid "Reset your password" msgstr "Resetează parola" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Bord" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Căutare" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Meniu" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -295,10 +275,15 @@ msgstr "Link e-mail" #, python-format msgid "" "\n" -" Only pages of type \"%(type)s\" may be chosen for this field. Search results will exclude pages of other types.\n" +" Only pages of type \"%(type)s\" may be chosen for this field. " +"Search results will exclude pages of other types.\n" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Explorator" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -309,14 +294,25 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nExistă o potrivire" -msgstr[1] "\nSunt %(counter)s potriviri" -msgstr[2] "\nSunt %(counter)s potriviri" +msgstr[0] "" +"\n" +"Există o potrivire" +msgstr[1] "" +"\n" +"Sunt %(counter)s potriviri" +msgstr[2] "" +"\n" +"Sunt %(counter)s potriviri" #: templates/wagtailadmin/chooser/browse.html:3 msgid "Choose" msgstr "Alege" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Alege o pagină" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Adaugă un link e-mail" @@ -330,18 +326,6 @@ msgstr "Inserează link" msgid "Add an external link" msgstr "Adaugă un link extern" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Curăță selecție" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Alege un alt element" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Alege un element" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Deplasează în sus" @@ -353,32 +337,43 @@ msgstr "Deplasează în jos" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Șterge" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Bine ați venit la %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "Aici va fi afișată informație utilă despre conținutul creat de dvs." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Pagini în moderație" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Titlu" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Bază" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Tip" @@ -388,22 +383,22 @@ msgstr "Editat" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Editează această pagină" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -420,8 +415,9 @@ msgstr "Respinge" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Editează" @@ -443,20 +439,20 @@ msgstr "Dată" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Status" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "Ciornă" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -465,46 +461,106 @@ msgid "Site summary" msgstr "Rezumat sit" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " -msgstr[0] "\n%(total_pages)s pagină" -msgstr[1] "\n%(total_pages)s pagini" -msgstr[2] "\n%(total_pages)s pagini" +msgstr[0] "" +"\n" +"%(total_pages)s pagină" +msgstr[1] "" +"\n" +"%(total_pages)s pagini" +msgstr[2] "" +"\n" +"%(total_pages)s pagini" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " -msgstr[0] "\n%(total_images)s imagine" -msgstr[1] "\n%(total_images)s imagini" -msgstr[2] "\n%(total_images)s imagini" +msgstr[0] "" +"\n" +"%(total_images)s imagine" +msgstr[1] "" +"\n" +"%(total_images)s imagini" +msgstr[2] "" +"\n" +"%(total_images)s imagini" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " -msgstr[0] "\n%(total_docs)s document" -msgstr[1] "\n%(total_docs)s documente" -msgstr[2] "\n%(total_docs)s documente" +msgstr[0] "" +"\n" +"%(total_docs)s document" +msgstr[1] "" +"\n" +"%(total_docs)s documente" +msgstr[2] "" +"\n" +"%(total_docs)s documente" + +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Conectare" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"%(username_field)s și parola nu corespund. Vă rugăm să încercați din nou." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Conectați-vă la Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Ați uitat?" #: templates/wagtailadmin/notifications/approved.html:1 #, python-format @@ -626,17 +682,26 @@ msgid "" " " msgid_plural "" "\n" -" This will also delete %(descendant_count)s more subpages.\n" +" This will also delete %(descendant_count)s more " +"subpages.\n" " " -msgstr[0] "\nAceastă acțiune va șterge și o subpagină." -msgstr[1] "\nAceastă acțiune va șterge %(descendant_count)s subpagini." -msgstr[2] "\nAceastă acțiune va șterge %(descendant_count)s subpagini." +msgstr[0] "" +"\n" +"Această acțiune va șterge și o subpagină." +msgstr[1] "" +"\n" +"Această acțiune va șterge %(descendant_count)s subpagini." +msgstr[2] "" +"\n" +"Această acțiune va șterge %(descendant_count)s subpagini." #: templates/wagtailadmin/pages/confirm_delete.html:22 msgid "" "Alternatively you can unpublish the page. This removes the page from public " "view and you can edit or publish it again later." -msgstr "Puteți să anulați pagina ca alternativă. Această acțiune retrage pagina din domeniul public, dar puteți edita sau publica pagina ulterior." +msgstr "" +"Puteți să anulați pagina ca alternativă. Această acțiune retrage pagina din " +"domeniul public, dar puteți edita sau publica pagina ulterior." #: templates/wagtailadmin/pages/confirm_delete.html:26 msgid "Delete it" @@ -652,8 +717,8 @@ msgid "Move %(title)s" msgstr "Mută %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Mută" @@ -667,7 +732,8 @@ msgstr "Sigur doriți să mutați această pagină în '%(title)s'?" msgid "" "Are you sure you want to move this page and all of its children into " "'%(title)s'?" -msgstr "Sigur doriți să mutați această pagină și paginile dependente în '%(title)s'?" +msgstr "" +"Sigur doriți să mutați această pagină și paginile dependente în '%(title)s'?" #: templates/wagtailadmin/pages/confirm_move.html:18 msgid "Yes, move this page" @@ -680,8 +746,8 @@ msgstr "Anulează publicarea %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Anulează publicarea" @@ -703,11 +769,11 @@ msgid "Copy %(title)s" msgstr "Copie %(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "Copie" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "Copie această pagină" @@ -735,13 +801,15 @@ msgid "Submit for moderation" msgstr "Trimite pentru moderare" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Editare %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Editare %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -768,77 +836,86 @@ msgid "Exploring %(title)s" msgstr "Explorare %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "Actualizată" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Adaugă pagină dependentă" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Dezactivează rânduirea paginilor dependente" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Ordine" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Activează rânduirea paginilor dependente" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Glisează" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "Explorează subpaginile '%(title)s'" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Explorează" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "Explorează paginile dependente de '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Adaugă o pagină dependentă de '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Adaugă subpagină" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Nu a fost creată nici o pagină." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "De ce să nu adăugați una?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" " Page %(page_number)s of %(num_pages)s.\n" " " -msgstr "\nPagina %(page_number)s din %(num_pages)s." +msgstr "" +"\n" +"Pagina %(page_number)s din %(num_pages)s." -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -848,7 +925,7 @@ msgstr "\nPagina %(page_number)s din %(num_pages)s." msgid "Previous" msgstr "Precedent" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -878,9 +955,15 @@ msgid_plural "" "\n" " There are %(counter)s matching pages\n" " " -msgstr[0] "\nO singură pagină se potrivește" -msgstr[1] "\n%(counter)s pagini se potrivesc" -msgstr[2] "\n%(counter)s pagini se potrivesc" +msgstr[0] "" +"\n" +"O singură pagină se potrivește" +msgstr[1] "" +"\n" +"%(counter)s pagini se potrivesc" +msgstr[2] "" +"\n" +"%(counter)s pagini se potrivesc" #: templates/wagtailadmin/pages/search_results.html:16 msgid "Other searches" @@ -905,12 +988,15 @@ msgid "" "\n" " Page %(page_number)s of %(num_pages)s.\n" " " -msgstr "\nPagina %(page_number)s din %(num_pages)s." +msgstr "" +"\n" +"Pagina %(page_number)s din %(num_pages)s." #: templates/wagtailadmin/pages/search_results.html:54 #, python-format msgid "Sorry, no pages match \"%(query_string)s\"" -msgstr "Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici o pagină" +msgstr "" +"Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici o pagină" #: templates/wagtailadmin/pages/search_results.html:56 msgid "Enter a search term above" @@ -1009,8 +1095,8 @@ msgstr[1] "%(useage_count)s utilizări" msgstr[2] "%(useage_count)s utilizări" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Setări cont" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1021,6 +1107,18 @@ msgstr "Deconectare" msgid "Page %(page_num)s of %(total_pages)s." msgstr "Pagina %(page_num)s din %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "Bară utilizator" @@ -1037,86 +1135,143 @@ msgstr "Adaugă altă pagină la acest nivel" msgid "Add" msgstr "Adaugă" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Parola a fost schimbată cu succes!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "Preferințele au fost schimbare cu success!" -#: views/pages.py:171 views/pages.py:285 -msgid "Go live date/time must be before expiry date/time" -msgstr "Data/timpul de publicare trebuie să fie înaintea datei/timpului de expirare" +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Această fisă a fost deja folosită" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:183 views/pages.py:312 +msgid "Go live date/time must be before expiry date/time" +msgstr "" +"Data/timpul de publicare trebuie să fie înaintea datei/timpului de expirare" + +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "Data/timpul de expirare trebuie să fie în viitor" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Pagina '{0}' a fost publicată." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "Pagina '{0}' a fost trimisă pentru moderare." -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Pagina '{0}' a fost creată." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "Pagina nu a fost creată din cauza erorilor de validare." -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Salvează ca ciornă" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Pagina '{0}' a fost actualizată." -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "Pagina nu a fost salvată pentru că este blocată" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Pagina nu a fost salvată din cauza erorilor de validare." -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Această pagină este în moderare" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Pagina '{0}' a fost ștearsă." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "Publicare anulată pentru pagina '{0}'." -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Pagina '{0}' a fost mutată." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "Pagina '{0}' și {1} subpagini au fost copiate." -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "Pagina '{0}' a fost copiată." -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "Pagina '{0}' nu este în moderare la moment." -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Publicare paginii '{0}' a fost refuzată." -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "Pagina '{0}' a fost blocată." -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Pagina '{0}' is fost deblocată." + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "Setări" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Alege un element" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Alege un alt element" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Curăță selecție" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Editează această pagină" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Alege altă pagină" + +#~ msgid "Account settings" +#~ msgstr "Setări cont" diff --git a/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po index d0ee9687c..1c0d7096a 100644 --- a/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-05 04:55+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -23,45 +23,36 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "Выбрать другую страницу" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "Выбрать страницу" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "Отложенная публикация" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "Общие настройки страниц" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "Критерий поиска" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "Введите пароль" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "Введите имя пользователя" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "Введите Ваш адрес электронной почты для сброса пароля" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "Пожалуйста, заполните Ваш адрес электронной почты" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." @@ -69,23 +60,33 @@ msgstr "" "Извините, Вы не можете сбросить пароль здесь, так как Ваш аккаунт " "управляется другим сервером" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "Этот адрес электронной почты не распознан" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "Новый заголовок" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "Новый слаг" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "Новая %(page_type)s" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "Копировать подстраницы" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -93,19 +94,19 @@ msgstr[0] "Скопируется %(count)s подстраница." msgstr[1] "Скопируется %(count)s подстраниц." msgstr[2] "Скопируется %(count)s подстраниц." -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "Опубликовать скопированные страницы" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "Опубликовать копии" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -117,78 +118,25 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "Этот слаг уже используется" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "Опубликовано" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "Приватно, доступно со следующим паролем" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "Обязательное поле" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "Проводник" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Панель управления" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "Поиск" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "Меню" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Добро пожаловать в %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" -"Это Ваша панель управления сайтом. Здесь отображается различная информация о " -"контенте, который Вы создаете." - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "Войти" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" -"Ваши имя пользователя и пароль не подходят. Пожалуйста, попробуйте еще раз." - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "Войти в Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "Забыли?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -208,21 +156,21 @@ msgstr "" "e-mail. С помощью аккаунта в Gravatar вы можете установить аватарку для " "любого количества e-mail адресов, которыми пользуетесь." -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "Изменить пароль" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "Изменить пароль, который Вы используете для входа." -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "Настройки уведомлений" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "Выбрать, какие уведомления принимать на e-mail." @@ -291,6 +239,26 @@ msgstr "Пароль сброшен" msgid "Reset your password" msgstr "Сбросьте Ваш пароль" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Панель управления" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "Поиск" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "Меню" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -315,6 +283,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "Проводник" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -339,6 +311,11 @@ msgstr[2] "" msgid "Choose" msgstr "Выбрать" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "Выбрать страницу" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "Добавить ссылку на адрес электронной почты" @@ -352,18 +329,6 @@ msgstr "Вставить ссылку" msgid "Add an external link" msgstr "Добавить внешнюю ссылку" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "Очистить выбор" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "Выбрать другой элемент" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "Выбрать элемент" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "Вверх" @@ -375,32 +340,45 @@ msgstr "Вниз" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "Удалить" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "Добро пожаловать в %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" +"Это Ваша панель управления сайтом. Здесь отображается различная информация о " +"контенте, который Вы создаете." + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "Страницы ожидающие модерации" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "Заголовок" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "Родительский элемент" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "Тип" @@ -410,22 +388,22 @@ msgstr "Изменено" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "Редактировать эту страницу" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -442,8 +420,9 @@ msgstr "Отклонить" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "Правка" @@ -465,20 +444,20 @@ msgstr "Дата" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "Статус" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "Черновик" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -487,14 +466,22 @@ msgid "Site summary" msgstr "Общая информация" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -507,14 +494,22 @@ msgstr[2] "" "%(total_pages)s Страниц" #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -527,14 +522,22 @@ msgstr[2] "" "%(total_images)s Изображений" #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -546,6 +549,24 @@ msgstr[2] "" "\n" "%(total_docs)s Документов" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "Войти" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" +"Ваши имя пользователя и пароль не подходят. Пожалуйста, попробуйте еще раз." + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "Войти в Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "Забыли?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -694,8 +715,8 @@ msgid "Move %(title)s" msgstr "Переместить %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "Переместить" @@ -722,8 +743,8 @@ msgstr "Отменить публикацию %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "Отменить публикацию" @@ -745,11 +766,11 @@ msgid "Copy %(title)s" msgstr "Копировать %(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "Копировать" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "Копировать страницу" @@ -777,13 +798,15 @@ msgid "Submit for moderation" msgstr "Отправить на модерацию" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "Редактирование %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "Редактирование %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -810,70 +833,77 @@ msgid "Exploring %(title)s" msgstr "Обзор %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 #, fuzzy msgid "Updated" msgstr "Обновить" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "Добавить дочернюю страницу" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "Отключить упорядочение дочерних страниц" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "Порядок" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "Включить упорядочение дочерних страниц" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "Перетянуть" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "Обзор" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "Добавить дочернюю страницу к '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "Добавить подстраницу" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "Страниц не было создано." -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "Почему бы не добавить одну?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -881,7 +911,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -891,7 +921,7 @@ msgstr "" msgid "Previous" msgstr "Предыдущая" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1052,8 +1082,8 @@ msgstr[1] "" msgstr[2] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "Настройки аккаунта" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1064,6 +1094,18 @@ msgstr "Выйти" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "Панель пользователя" @@ -1080,89 +1122,143 @@ msgstr "Добавить другую страницу на этом уровн msgid "Add" msgstr "Добавить" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "Ваш пароль успешно изменен!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "Ваши настройки успешно изменены!" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "Этот слаг уже используется" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "Страница '{0}' опубликована." -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "Страница '{0}' создана." -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "Эта страница не может быть создана из-за ошибок проверки" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "Сохранить черновик" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "Страница '{0}' обновлена." -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "Страница не может быть сохранена из-за ошибок проверки" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "Страница не может быть сохранена из-за ошибок проверки" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "Эта страница в данный момент ожидает модерации" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "Страница '{0}' удалена." -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "Страница '{0}' перемещена." -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "Страница '{0}' и {1} подстраниц скопировано." -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "Страница '{0}' скопирована." -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "Страница '{0}' перемещена." -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "Страница '{0}' перемещена." + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "Выбрать элемент" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "Выбрать другой элемент" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "Очистить выбор" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "Редактировать эту страницу" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "Выбрать другую страницу" + +#~ msgid "Account settings" +#~ msgstr "Настройки аккаунта" diff --git a/wagtail/wagtailadmin/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/si_LK/LC_MESSAGES/django.po index 3c5ce5218..724f6957c 100644 --- a/wagtail/wagtailadmin/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,86 +18,85 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -108,75 +107,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,21 +142,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -274,6 +223,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -298,6 +267,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -315,6 +288,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -328,18 +306,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -351,32 +317,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -386,22 +363,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -418,8 +395,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -441,20 +419,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -466,11 +444,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -479,11 +457,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -492,15 +470,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -647,8 +642,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -675,8 +670,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -698,11 +693,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -731,12 +726,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -763,69 +758,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -833,7 +835,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -843,7 +845,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1002,7 +1004,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1014,6 +1016,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1030,86 +1044,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po index fbd7e7b13..018091158 100644 --- a/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,67 +18,66 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -86,19 +85,19 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -110,75 +109,25 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -195,21 +144,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -276,6 +225,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -300,6 +269,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -318,6 +291,11 @@ msgstr[2] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -331,18 +309,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -354,32 +320,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -389,22 +366,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -421,8 +398,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -444,20 +422,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -469,11 +447,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -483,11 +461,11 @@ msgstr[2] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -497,16 +475,33 @@ msgstr[2] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -654,8 +649,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -682,8 +677,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -705,11 +700,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -738,12 +733,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -770,69 +765,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -840,7 +842,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -850,7 +852,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1011,7 +1013,7 @@ msgstr[1] "" msgstr[2] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1023,6 +1025,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1039,86 +1053,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po index dd7b8336f..a78284db2 100644 --- a/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,86 +18,85 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -108,75 +107,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,21 +142,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -274,6 +223,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -298,6 +267,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -315,6 +288,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -328,18 +306,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -351,32 +317,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -386,22 +363,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -418,8 +395,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -441,20 +419,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -466,11 +444,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -479,11 +457,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -492,15 +470,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -647,8 +642,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -675,8 +670,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -698,11 +693,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -731,12 +726,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -763,69 +758,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -833,7 +835,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -843,7 +845,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1002,7 +1004,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1014,6 +1016,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1030,86 +1044,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/sv_SE/LC_MESSAGES/django.po index 16498d542..69bb178aa 100644 --- a/wagtail/wagtailadmin/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,86 +18,85 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" msgstr[1] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -108,75 +107,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,21 +142,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -274,6 +223,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -298,6 +267,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -315,6 +288,11 @@ msgstr[1] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -328,18 +306,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -351,32 +317,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -386,22 +363,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -418,8 +395,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -441,20 +419,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -466,11 +444,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -479,11 +457,11 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -492,15 +470,32 @@ msgstr[1] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -647,8 +642,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -675,8 +670,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -698,11 +693,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -731,12 +726,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -763,69 +758,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -833,7 +835,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -843,7 +845,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1002,7 +1004,7 @@ msgstr[0] "" msgstr[1] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1014,6 +1016,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1030,86 +1044,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po index ce1938427..7810f3b6a 100644 --- a/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,85 +18,84 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -106,75 +105,25 @@ msgid_plural "" "their copies?" msgstr[0] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -191,21 +140,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -272,6 +221,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -296,6 +265,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -312,6 +285,11 @@ msgstr[0] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -325,18 +303,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -348,32 +314,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -383,22 +360,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -415,8 +392,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -438,20 +416,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -463,11 +441,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" @@ -475,11 +453,11 @@ msgstr[0] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" @@ -487,14 +465,31 @@ msgstr[0] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -640,8 +635,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -668,8 +663,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -691,11 +686,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -724,12 +719,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -756,69 +751,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -826,7 +828,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -836,7 +838,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -993,7 +995,7 @@ msgid_plural "Used %(useage_count)s times" msgstr[0] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1005,6 +1007,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1021,86 +1035,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po index 1994a985c..7c4197d65 100644 --- a/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,67 +19,66 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." @@ -87,19 +86,19 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -111,75 +110,25 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -196,21 +145,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -277,6 +226,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -301,6 +270,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -319,6 +292,11 @@ msgstr[2] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -332,18 +310,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -355,32 +321,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -390,22 +367,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -422,8 +399,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -445,20 +423,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -470,11 +448,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" msgstr[1] "" @@ -484,11 +462,11 @@ msgstr[2] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" msgstr[1] "" @@ -498,16 +476,33 @@ msgstr[2] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" msgstr[1] "" msgstr[2] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -655,8 +650,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -683,8 +678,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -706,11 +701,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -739,12 +734,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -771,69 +766,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -841,7 +843,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -851,7 +853,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1012,7 +1014,7 @@ msgstr[1] "" msgstr[2] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1024,6 +1026,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1040,86 +1054,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/vi/LC_MESSAGES/django.po index dea919581..c62ea9ae3 100644 --- a/wagtail/wagtailadmin/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:40+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,85 +18,84 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +msgid "New parent page" +msgstr "" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -106,75 +105,25 @@ msgid_plural "" "their copies?" msgstr[0] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "" - -#: templates/wagtailadmin/login.html:18 -#, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -191,21 +140,21 @@ msgid "" "other email addresses you use." msgstr "" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -272,6 +221,26 @@ msgstr "" msgid "Reset your password" msgstr "" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -296,6 +265,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -312,6 +285,11 @@ msgstr[0] "" msgid "Choose" msgstr "" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "" @@ -325,18 +303,6 @@ msgstr "" msgid "Add an external link" msgstr "" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "" @@ -348,32 +314,43 @@ msgstr "" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "" @@ -383,22 +360,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -415,8 +392,9 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "" @@ -438,20 +416,20 @@ msgstr "" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -463,11 +441,11 @@ msgstr "" #, python-format msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" @@ -475,11 +453,11 @@ msgstr[0] "" #, python-format msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" @@ -487,14 +465,31 @@ msgstr[0] "" #, python-format msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "" + +#: templates/wagtailadmin/login.html:18 +#, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -640,8 +635,8 @@ msgid "Move %(title)s" msgstr "" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "" @@ -668,8 +663,8 @@ msgstr "" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "" @@ -691,11 +686,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -724,12 +719,12 @@ msgstr "" #: templates/wagtailadmin/pages/edit.html:5 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:15 #, python-format -msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "" #: templates/wagtailadmin/pages/edit.html:39 @@ -756,69 +751,76 @@ msgid "Exploring %(title)s" msgstr "" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -826,7 +828,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -836,7 +838,7 @@ msgstr "" msgid "Previous" msgstr "" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -993,7 +995,7 @@ msgid_plural "Used %(useage_count)s times" msgstr[0] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" +msgid "Edit your account" msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 @@ -1005,6 +1007,18 @@ msgstr "" msgid "Page %(page_num)s of %(total_pages)s." msgstr "" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1021,86 +1035,135 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +msgid "View draft" +msgstr "" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "" -#: views/pages.py:348 +#: views/pages.py:381 msgid "The page could not be saved as it is locked" msgstr "" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "" -#: views/pages.py:793 +#: views/pages.py:840 +#, python-brace-format msgid "Page '{0}' is now locked." msgstr "" -#: views/pages.py:818 +#: views/pages.py:864 +#, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "" + +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "" + +#: widgets.py:45 +msgid "Edit this item" +msgstr "" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "" diff --git a/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po index 42dfe6cfc..db35e1fca 100644 --- a/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,85 +18,86 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "选择另外一个页面" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "选择一个页面" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "搜索词" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "" -#: forms.py:53 +#: forms.py:76 #, python-format msgid "Enter your %s" msgstr "" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "输入您的电子邮箱来重置您的密码" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "请输入你的电子邮件地址。" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "对不起,你不能在此够重置你的密码,因为您的账号是由其他服务所管理的。" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "没有找到这个电子邮件地址。" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "新%(page_type)s类" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -106,75 +107,25 @@ msgid_plural "" "their copies?" msgstr[0] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "这个唯一的地址已被占用" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "浏览" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "仪表板" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "搜索" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "菜单" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "欢迎来到%(site_name)s的Wagtail内容管理系统" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "这是您的仪表盘,会显示对您已创建的内容有帮助的信息" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "登录" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "您的账号和密码不匹配,请重试。" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "登录Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "忘记了?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -193,21 +144,21 @@ msgstr "" "您的头像图片是由Gravatar提供的,并且关联了您的电子邮件地址。一个Gravatar账号" "可以设置多个电子邮件地址的头像图片。" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "修改密码" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "修改您用于登录的密码。" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -274,6 +225,26 @@ msgstr "密码已重置" msgid "Reset your password" msgstr "重置您的密码" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "仪表板" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "搜索" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "菜单" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -298,6 +269,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "浏览" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -315,6 +290,11 @@ msgstr[0] "" msgid "Choose" msgstr "选择一个页面" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "选择一个页面" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "添加一个电子邮件链接" @@ -328,18 +308,6 @@ msgstr "插入一个链接" msgid "Add an external link" msgstr "添加一个外部链接" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "清除选择" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "选择其他选项" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "选择一个选项" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "向上移动" @@ -351,32 +319,43 @@ msgstr "向下移动" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "删除" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "欢迎来到%(site_name)s的Wagtail内容管理系统" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "这是您的仪表盘,会显示对您已创建的内容有帮助的信息" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "这些页面在等待审核" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "标题" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "上一级" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "类型" @@ -386,22 +365,22 @@ msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "编辑这个页面" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -418,8 +397,9 @@ msgstr "拒绝" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "编辑" @@ -441,20 +421,20 @@ msgstr "日期" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "状态" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -463,40 +443,78 @@ msgid "Site summary" msgstr "网站摘要" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " Page %(page_number)s of %(num_pages)s.\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" +"\n" +" 第 %(page_number)s / %(num_pages)s页.\n" +" " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " Page %(page_number)s of %(num_pages)s.\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" +"\n" +" 第 %(page_number)s / %(num_pages)s页.\n" +" " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " Page %(page_number)s of %(num_pages)s.\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" +"\n" +" 第 %(page_number)s / %(num_pages)s页.\n" +" " + +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "登录" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "您的账号和密码不匹配,请重试。" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "登录Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "忘记了?" #: templates/wagtailadmin/notifications/approved.html:1 #, python-format @@ -644,8 +662,8 @@ msgid "Move %(title)s" msgstr "移动 %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "移动" @@ -672,8 +690,8 @@ msgstr "停止发布%(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "停止发布" @@ -695,11 +713,11 @@ msgid "Copy %(title)s" msgstr "" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "" @@ -727,13 +745,15 @@ msgid "Submit for moderation" msgstr "提交审核" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "编辑%(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "编辑%(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -760,69 +780,76 @@ msgid "Exploring %(title)s" msgstr "浏览%(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "添加子页面" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "禁止自页面的顺序" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "顺序" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "开启子页面顺序" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "拖动" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "浏览 '%(title)s' 的子页面" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "浏览" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "添加子页面至'%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "添加子页面" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "没有已保存的页面" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "为什么不添加一页?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -830,7 +857,7 @@ msgid "" " " msgstr "" -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -840,7 +867,7 @@ msgstr "" msgid "Previous" msgstr "向前" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1000,8 +1027,8 @@ msgid_plural "Used %(useage_count)s times" msgstr[0] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "账号设置" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1012,6 +1039,18 @@ msgstr "登出" msgid "Page %(page_num)s of %(total_pages)s." msgstr "第%(page_num)s页 共%(total_pages)s页" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1028,93 +1067,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "您的密码已经更改成功。" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "这个唯一的地址已被占用" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "第 '{0}' 页已发布。" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "第 '{0}' 页已提交审核。" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "第 '{0}' 页已创建。" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "保存草稿" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "第 '{0}' 页已更新" -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "这页无法保存,因为页面发生验证错误" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "这页无法保存,因为页面发生验证错误" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "这页正在等待审核" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "第 '{0}' 页已删除" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "第 '{0}' 页已停止发布" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "第 '{0}' 页已移动。" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "第 '{0}' 页当前不需要等待审核。" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "第 '{0}' 页已被拒绝发布。" -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "第 '{0}' 页已移动。" -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "第 '{0}' 页已移动。" +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "选择一个选项" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "选择其他选项" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "清除选择" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "编辑这个页面" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "选择另外一个页面" + +#~ msgid "Account settings" +#~ msgstr "账号设置" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po index 74dad40ee..687bfb045 100644 --- a/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-04 11:05+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,85 +19,86 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "选择其它页面" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "选择一个页面" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "定时发布" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "常用页面配置" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "搜索条件" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "输入密码" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "输入用户名" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "输入邮件地址以重置密码" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "请填入邮件地址" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "对不起,您无法重置密码,因为账户不在此处管理" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "未知邮件地址" -#: forms.py:95 +#: forms.py:118 msgid "New title" msgstr "新标题" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "新" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "新%(page_type)s页面类型" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 msgid "Copy subpages" msgstr "复制子页面" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "此操作将复制%(count)s 子页面。" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "发布复制的页面。" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "此页面已发布。你也想发布它的副本吗?" -#: forms.py:116 +#: forms.py:146 msgid "Publish copies" msgstr "发布副本" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -109,75 +110,25 @@ msgstr[0] "" "%(count)s of the pages being copied are live. Would you like to publish " "their copies?" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "此缩略名已被使用" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 msgid "Public" msgstr "公开" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "私有,使用下列的密码访问:" -#: forms.py:146 +#: forms.py:187 msgid "This field is required." msgstr "必需字段" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "资源管理" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "控制面板" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "搜索" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "菜单" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "欢迎使用 %(site_name)s Wagtail CMS" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "这是您的主控台,将会显示您创建的内容的帮助信息。" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "登录" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "用户密码不匹配,请重试" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "登录Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "不记得了?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -196,21 +147,21 @@ msgstr "" "您的头像是由Gravatar提供,与您的电邮地址关联。拥有Gravatar帐号,你可以为你的" "多个电邮地址设置头像。" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "修改密码" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "修改用于登录的密码" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "提醒设置" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "选择接收哪些邮件提醒" @@ -277,6 +228,26 @@ msgstr "密码已重置。" msgid "Reset your password" msgstr "重设密码" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "控制面板" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "搜索" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "菜单" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -304,6 +275,10 @@ msgstr "" " 这里只能选择 \"%(type)s\"类型的页面。搜索结果会过滤掉其它类型。\n" " " +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "资源管理" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -323,6 +298,11 @@ msgstr[0] "" msgid "Choose" msgstr "选择" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "选择一个页面" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "添加一个电邮链接" @@ -336,18 +316,6 @@ msgstr "插入链接" msgid "Add an external link" msgstr "添加一个外部链接" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "取消选择" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "选择其它项" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "选择一项" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "上移" @@ -359,32 +327,43 @@ msgstr "下移" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "删除" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "欢迎使用 %(site_name)s Wagtail CMS" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "这是您的主控台,将会显示您创建的内容的帮助信息。" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "页面等待审核中" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "标题" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "父节点" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "类型" @@ -394,22 +373,22 @@ msgstr "已编辑" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "编辑此页" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -426,8 +405,9 @@ msgstr "拒绝" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "编辑" @@ -449,20 +429,20 @@ msgstr "日期" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "状态" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "草稿" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "发布" @@ -471,14 +451,22 @@ msgid "Site summary" msgstr "网站摘要" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -486,14 +474,22 @@ msgstr[0] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -501,20 +497,45 @@ msgstr[0] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" " %(total_docs)s 文档\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "登录" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "用户密码不匹配,请重试" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "登录Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "不记得了?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -665,8 +686,8 @@ msgid "Move %(title)s" msgstr "移动%(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "移动" @@ -693,8 +714,8 @@ msgstr "取消发布%(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "取消发布" @@ -716,11 +737,11 @@ msgid "Copy %(title)s" msgstr "复制%(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "复制" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 msgid "Copy this page" msgstr "复制此页" @@ -748,13 +769,15 @@ msgid "Submit for moderation" msgstr "提交审核" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "编辑%(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "编辑%(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -781,70 +804,77 @@ msgid "Exploring %(title)s" msgstr "浏览 %(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 #, fuzzy msgid "Updated" msgstr "更新" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "添加子页面" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "禁用子页面排序" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "排序" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "启用子页面排序" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "拖曳" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "查看'%(title)s'的子页面" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "浏览" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, python-format msgid "Explore child pages of '%(title)s'" msgstr "查看'%(title)s'的子页面" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "为'%(title)s'添加子页面" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "添加子页面" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "还没有创建页面。" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "为啥不创建一个?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, python-format msgid "" "\n" @@ -855,7 +885,7 @@ msgstr "" " 页面 %(page_number)s / %(num_pages)s.\n" " " -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -865,7 +895,7 @@ msgstr "" msgid "Previous" msgstr "上一个" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1028,8 +1058,8 @@ msgid_plural "Used %(useage_count)s times" msgstr[0] "已使用%(useage_count)s次" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "帐号设置" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1040,6 +1070,18 @@ msgstr "注销" msgid "Page %(page_num)s of %(total_pages)s." msgstr "页面 %(page_num)s / %(total_pages)s." +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 msgid "User bar" msgstr "" @@ -1056,93 +1098,147 @@ msgstr "添加一个兄弟页面。" msgid "Add" msgstr "新增" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "密码成功修改!" -#: views/account.py:60 +#: views/account.py:56 msgid "Your preferences have been updated successfully!" msgstr "参数成功更新!" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "此缩略名已被使用" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "发布日期/时间必须早于过期日期/时间" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "过期日期/时间必须是未来时间。" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "页面'{0}'已发布" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "页面'{0}'已提交审核" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "页面'{0}'已创建" -#: views/pages.py:232 +#: views/pages.py:244 msgid "The page could not be created due to validation errors" msgstr "验证错误,页面无法创建。" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "" + +#: views/pages.py:361 +#, fuzzy +#| msgid "Save draft" +msgid "View draft" +msgstr "保存草稿" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "页面 '{0}'已更新" -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "页面无法保存。出现验证错误。" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "页面无法保存。出现验证错误。" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "页面等待审核中" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "页面'{0}'已删除" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "页面'{0}'已取消发布。" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "页面 '{0}' 已移动。" -#: views/pages.py:653 +#: views/pages.py:692 +#, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "页面 '{0}' 和 {1} 个子页面已复制。" -#: views/pages.py:655 +#: views/pages.py:694 +#, python-brace-format msgid "Page '{0}' copied." msgstr "页面'{0}'已复制。" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "页面 '{0}'目前不在等待审核。" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "页面 '{0}'审核失败" -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "页面 '{0}' 已移动。" -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "页面 '{0}' 已移动。" +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "选择一项" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "选择其它项" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "取消选择" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "编辑此页" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "选择其它页面" + +#~ msgid "Account settings" +#~ msgstr "帐号设置" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " diff --git a/wagtail/wagtailadmin/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/zh_TW/LC_MESSAGES/django.po index 253be10aa..faf013b65 100644 --- a/wagtail/wagtailadmin/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-05-01 12:09+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,88 +17,89 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: edit_handlers.py:509 -msgid "Choose another page" -msgstr "選擇另外一個頁面" - -#: edit_handlers.py:510 templates/wagtailadmin/chooser/browse.html:6 -#: templates/wagtailadmin/chooser/search.html:2 -msgid "Choose a page" -msgstr "選擇一個頁面" - -#: edit_handlers.py:633 +#: edit_handlers.py:687 msgid "Scheduled publishing" msgstr "" -#: edit_handlers.py:647 +#: edit_handlers.py:701 msgid "Common page configuration" msgstr "一般頁面設定" -#: forms.py:19 +#: forms.py:42 msgid "Search term" msgstr "搜尋關鍵字" -#: forms.py:46 +#: forms.py:69 msgid "Enter password" msgstr "請輸入密碼" -#: forms.py:53 +#: forms.py:76 #, fuzzy, python-format msgid "Enter your %s" msgstr "請輸入您的帳號" -#: forms.py:58 +#: forms.py:81 msgid "Enter your email address to reset your password" msgstr "請輸入您的電子信箱來重新設定密碼" -#: forms.py:67 +#: forms.py:90 msgid "Please fill your email address." msgstr "請輸入您的電子信箱" -#: forms.py:80 +#: forms.py:103 msgid "" "Sorry, you cannot reset your password here as your user account is managed " "by another server." msgstr "對不起,您不能在此重新設定您的密碼,因為您的帳號是由其他伺服器所管理。" -#: forms.py:83 +#: forms.py:106 msgid "This email address is not recognised." msgstr "找不到這個電子信箱。" -#: forms.py:95 +#: forms.py:118 #, fuzzy msgid "New title" msgstr "移動 %(title)s" -#: forms.py:96 +#: forms.py:119 msgid "New slug" msgstr "" -#: forms.py:102 +#: forms.py:124 +#, fuzzy +#| msgid "New %(page_type)s" +msgid "New parent page" +msgstr "新 %(page_type)s 分類" + +#: forms.py:125 +msgid "This copy will be a child of this given parent page." +msgstr "" + +#: forms.py:132 #, fuzzy msgid "Copy subpages" msgstr "新增子頁面" -#: forms.py:104 +#: forms.py:134 #, python-format msgid "This will copy %(count)s subpage." msgid_plural "This will copy %(count)s subpages." msgstr[0] "" -#: forms.py:113 +#: forms.py:143 msgid "Publish copied page" msgstr "" -#: forms.py:114 +#: forms.py:144 msgid "This page is live. Would you like to publish its copy as well?" msgstr "" -#: forms.py:116 +#: forms.py:146 #, fuzzy msgid "Publish copies" msgstr "發佈" -#: forms.py:118 +#: forms.py:148 #, python-format msgid "" "%(count)s of the pages being copied is live. Would you like to publish its " @@ -108,77 +109,27 @@ msgid_plural "" "their copies?" msgstr[0] "" -#: forms.py:131 views/pages.py:157 views/pages.py:271 -msgid "This slug is already in use" -msgstr "這個地址已被使用" +#: forms.py:168 +#, python-format +msgid "" +"This slug is already in use within the context of its parent page \"%s\"" +msgstr "" -#: forms.py:137 templates/wagtailadmin/pages/_privacy_indicator.html:13 +#: forms.py:178 templates/wagtailadmin/pages/_privacy_indicator.html:13 #: templates/wagtailadmin/pages/_privacy_indicator.html:18 #, fuzzy msgid "Public" msgstr "發佈" -#: forms.py:138 +#: forms.py:179 msgid "Private, accessible with the following password" msgstr "" -#: forms.py:146 +#: forms.py:187 #, fuzzy msgid "This field is required." msgstr "找不到這個電子信箱。" -#: wagtail_hooks.py:17 templates/wagtailadmin/chooser/_search_results.html:12 -msgid "Explorer" -msgstr "瀏覽" - -#: wagtail_hooks.py:26 -msgid "Settings" -msgstr "" - -#: templates/wagtailadmin/base.html:7 templates/wagtailadmin/home.html:4 -msgid "Dashboard" -msgstr "Dashboard" - -#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/base.html:12 -#: templates/wagtailadmin/base.html:13 -#: templates/wagtailadmin/chooser/_search_form.html:7 -#: templates/wagtailadmin/pages/search.html:3 -#: templates/wagtailadmin/pages/search.html:16 -msgid "Search" -msgstr "搜尋" - -#: templates/wagtailadmin/base.html:36 -msgid "Menu" -msgstr "選單" - -#: templates/wagtailadmin/home.html:22 -#, python-format -msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "歡迎進入 %(site_name)s 的 Wagtail 內容管理系統" - -#: templates/wagtailadmin/home.html:33 -msgid "" -"This is your dashboard on which helpful information about content you've " -"created will be displayed." -msgstr "這是您的 Dashboard,會顯示對於已建立的內容有幫助的訊息。" - -#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:59 -msgid "Sign in" -msgstr "登入" - -#: templates/wagtailadmin/login.html:18 -#, fuzzy, python-format -msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "您的帳號和密碼輸入錯誤,請再試一次。" - -#: templates/wagtailadmin/login.html:26 -msgid "Sign in to Wagtail" -msgstr "登入 Wagtail" - -#: templates/wagtailadmin/login.html:46 -msgid "Forgotten it?" -msgstr "忘記了嗎?" - #: templates/wagtailadmin/account/account.html:4 #: templates/wagtailadmin/account/account.html:6 msgid "Account" @@ -197,21 +148,21 @@ msgstr "" "您的頭像是由 Gravatar 所提供,並且已經聯結你的電子信箱。一個 Gravatar 帳號可" "以設定多個電子信箱的頭像圖片。" -#: templates/wagtailadmin/account/account.html:25 +#: templates/wagtailadmin/account/account.html:24 #: templates/wagtailadmin/account/change_password.html:4 #: templates/wagtailadmin/account/change_password.html:6 msgid "Change password" msgstr "修改密碼" -#: templates/wagtailadmin/account/account.html:29 +#: templates/wagtailadmin/account/account.html:28 msgid "Change the password you use to log in." msgstr "修改登入用的密碼。" -#: templates/wagtailadmin/account/account.html:36 +#: templates/wagtailadmin/account/account.html:35 msgid "Notification preferences" msgstr "" -#: templates/wagtailadmin/account/account.html:40 +#: templates/wagtailadmin/account/account.html:39 msgid "Choose which email notifications to receive." msgstr "" @@ -278,6 +229,26 @@ msgstr "密碼已經重新設定" msgid "Reset your password" msgstr "重新設定您的密碼" +#: templates/wagtailadmin/base.html:11 templates/wagtailadmin/home.html:4 +msgid "Dashboard" +msgstr "Dashboard" + +#: templates/wagtailadmin/base.html:16 templates/wagtailadmin/base.html:17 +#: templates/wagtailadmin/base.html:18 +#: templates/wagtailadmin/chooser/_search_form.html:7 +#: templates/wagtailadmin/pages/search.html:3 +#: templates/wagtailadmin/pages/search.html:16 +msgid "Search" +msgstr "搜尋" + +#: templates/wagtailadmin/base.html:41 +msgid "Menu" +msgstr "選單" + +#: templates/wagtailadmin/block_forms/list.html:5 +msgid "Add another" +msgstr "" + #: templates/wagtailadmin/chooser/_link_types.html:5 #: templates/wagtailadmin/chooser/_link_types.html:7 msgid "Internal link" @@ -302,6 +273,10 @@ msgid "" " " msgstr "" +#: templates/wagtailadmin/chooser/_search_results.html:12 wagtail_hooks.py:17 +msgid "Explorer" +msgstr "瀏覽" + #: templates/wagtailadmin/chooser/_search_results.html:16 #, python-format msgid "" @@ -324,6 +299,11 @@ msgstr[1] "" msgid "Choose" msgstr "選擇一個頁面" +#: templates/wagtailadmin/chooser/browse.html:6 +#: templates/wagtailadmin/chooser/search.html:2 widgets.py:91 +msgid "Choose a page" +msgstr "選擇一個頁面" + #: templates/wagtailadmin/chooser/email_link.html:2 msgid "Add an email link" msgstr "新增一個電子信箱" @@ -337,18 +317,6 @@ msgstr "插入一個連結" msgid "Add an external link" msgstr "新增一個外部連結" -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:20 -msgid "Clear choice" -msgstr "清除選擇" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:22 -msgid "Choose another item" -msgstr "選擇其他選項" - -#: templates/wagtailadmin/edit_handlers/chooser_panel.html:27 -msgid "Choose an item" -msgstr "選擇一個選項" - #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:5 msgid "Move up" msgstr "往上移動" @@ -360,32 +328,43 @@ msgstr "往下移動" #: templates/wagtailadmin/edit_handlers/inline_panel_child.html:8 #: templates/wagtailadmin/pages/confirm_delete.html:7 #: templates/wagtailadmin/pages/edit.html:48 -#: templates/wagtailadmin/pages/list.html:90 -#: templates/wagtailadmin/pages/list.html:225 +#: templates/wagtailadmin/pages/list.html:91 +#: templates/wagtailadmin/pages/list.html:226 msgid "Delete" msgstr "刪除" +#: templates/wagtailadmin/home.html:22 +#, python-format +msgid "Welcome to the %(site_name)s Wagtail CMS" +msgstr "歡迎進入 %(site_name)s 的 Wagtail 內容管理系統" + +#: templates/wagtailadmin/home.html:33 +msgid "" +"This is your dashboard on which helpful information about content you've " +"created will be displayed." +msgstr "這是您的 Dashboard,會顯示對於已建立的內容有幫助的訊息。" + #: templates/wagtailadmin/home/pages_for_moderation.html:5 msgid "Pages awaiting moderation" msgstr "這些頁面正等待審核" #: templates/wagtailadmin/home/pages_for_moderation.html:13 #: templates/wagtailadmin/home/recent_edits.html:12 -#: templates/wagtailadmin/pages/list.html:128 -#: templates/wagtailadmin/pages/list.html:131 +#: templates/wagtailadmin/pages/list.html:129 +#: templates/wagtailadmin/pages/list.html:132 msgid "Title" msgstr "標題" #: templates/wagtailadmin/home/pages_for_moderation.html:14 #: templates/wagtailadmin/pages/list.html:23 -#: templates/wagtailadmin/pages/list.html:135 +#: templates/wagtailadmin/pages/list.html:136 msgid "Parent" msgstr "上一層" #: templates/wagtailadmin/home/pages_for_moderation.html:15 #: templates/wagtailadmin/pages/list.html:26 -#: templates/wagtailadmin/pages/list.html:149 -#: templates/wagtailadmin/pages/list.html:152 +#: templates/wagtailadmin/pages/list.html:150 +#: templates/wagtailadmin/pages/list.html:153 msgid "Type" msgstr "類型" @@ -395,22 +374,22 @@ msgstr "編輯" #: templates/wagtailadmin/home/pages_for_moderation.html:24 #: templates/wagtailadmin/home/recent_edits.html:22 -#: templates/wagtailadmin/pages/list.html:192 -#: templates/wagtailadmin/pages/list.html:210 +#: templates/wagtailadmin/pages/list.html:193 +#: templates/wagtailadmin/pages/list.html:211 widgets.py:93 msgid "Edit this page" msgstr "編輯這個頁面" #: templates/wagtailadmin/home/pages_for_moderation.html:28 #: templates/wagtailadmin/home/recent_edits.html:26 #: templates/wagtailadmin/pages/list.html:45 -#: templates/wagtailadmin/pages/list.html:200 +#: templates/wagtailadmin/pages/list.html:201 msgid "This page is protected from public view" msgstr "" #: templates/wagtailadmin/home/pages_for_moderation.html:32 #: templates/wagtailadmin/home/recent_edits.html:30 #: templates/wagtailadmin/pages/list.html:70 -#: templates/wagtailadmin/pages/list.html:204 +#: templates/wagtailadmin/pages/list.html:205 msgid "This page is locked to further editing" msgstr "" @@ -427,8 +406,9 @@ msgstr "拒絕" #: templates/wagtailadmin/home/pages_for_moderation.html:48 #: templates/wagtailadmin/home/recent_edits.html:34 #: templates/wagtailadmin/pages/list.html:78 -#: templates/wagtailadmin/pages/list.html:210 -#: templates/wagtailadmin/userbar/item_page_edit.html:5 +#: templates/wagtailadmin/pages/list.html:211 +#: templates/wagtailadmin/userbar/item_page_edit.html:5 views/pages.py:357 +#: views/pages.py:362 msgid "Edit" msgstr "編輯" @@ -450,20 +430,20 @@ msgstr "日期" #: templates/wagtailadmin/home/recent_edits.html:14 #: templates/wagtailadmin/pages/edit.html:18 #: templates/wagtailadmin/pages/list.html:27 -#: templates/wagtailadmin/pages/list.html:158 -#: templates/wagtailadmin/pages/list.html:161 +#: templates/wagtailadmin/pages/list.html:159 +#: templates/wagtailadmin/pages/list.html:162 msgid "Status" msgstr "狀態" #: templates/wagtailadmin/home/recent_edits.html:36 #: templates/wagtailadmin/pages/list.html:81 -#: templates/wagtailadmin/pages/list.html:213 +#: templates/wagtailadmin/pages/list.html:214 msgid "Draft" msgstr "" #: templates/wagtailadmin/home/recent_edits.html:39 -#: templates/wagtailadmin/pages/list.html:84 -#: templates/wagtailadmin/pages/list.html:216 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 msgid "Live" msgstr "" @@ -472,14 +452,22 @@ msgid "Site summary" msgstr "網站摘要" #: templates/wagtailadmin/home/site_summary.html:7 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_pages)s Page\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_pages)s Pages\n" +#| " " msgid "" "\n" -" %(total_pages)s Page\n" +" %(total)s Page\n" " " msgid_plural "" "\n" -" %(total_pages)s Pages\n" +" %(total)s Pages\n" " " msgstr[0] "" "\n" @@ -491,14 +479,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:16 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_images)s Image\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_images)s Images\n" +#| " " msgid "" "\n" -" %(total_images)s Image\n" +" %(total)s Image\n" " " msgid_plural "" "\n" -" %(total_images)s Images\n" +" %(total)s Images\n" " " msgstr[0] "" "\n" @@ -510,14 +506,22 @@ msgstr[1] "" " " #: templates/wagtailadmin/home/site_summary.html:25 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "\n" +#| " %(total_docs)s Document\n" +#| " " +#| msgid_plural "" +#| "\n" +#| " %(total_docs)s Documents\n" +#| " " msgid "" "\n" -" %(total_docs)s Document\n" +" %(total)s Document\n" " " msgid_plural "" "\n" -" %(total_docs)s Documents\n" +" %(total)s Documents\n" " " msgstr[0] "" "\n" @@ -528,6 +532,23 @@ msgstr[1] "" " %(total_docs)s 文件\n" " " +#: templates/wagtailadmin/login.html:4 templates/wagtailadmin/login.html:61 +msgid "Sign in" +msgstr "登入" + +#: templates/wagtailadmin/login.html:18 +#, fuzzy, python-format +msgid "Your %(username_field)s and password didn't match. Please try again." +msgstr "您的帳號和密碼輸入錯誤,請再試一次。" + +#: templates/wagtailadmin/login.html:29 +msgid "Sign in to Wagtail" +msgstr "登入 Wagtail" + +#: templates/wagtailadmin/login.html:48 +msgid "Forgotten it?" +msgstr "忘記了嗎?" + #: templates/wagtailadmin/notifications/approved.html:1 #, python-format msgid "The page \"%(title)s\" has been approved" @@ -682,8 +703,8 @@ msgid "Move %(title)s" msgstr "移動 %(title)s" #: templates/wagtailadmin/pages/confirm_move.html:6 -#: templates/wagtailadmin/pages/list.html:87 -#: templates/wagtailadmin/pages/list.html:219 +#: templates/wagtailadmin/pages/list.html:88 +#: templates/wagtailadmin/pages/list.html:220 msgid "Move" msgstr "移動" @@ -710,8 +731,8 @@ msgstr "取消發佈 %(title)s" #: templates/wagtailadmin/pages/confirm_unpublish.html:6 #: templates/wagtailadmin/pages/edit.html:45 -#: templates/wagtailadmin/pages/list.html:93 -#: templates/wagtailadmin/pages/list.html:228 +#: templates/wagtailadmin/pages/list.html:94 +#: templates/wagtailadmin/pages/list.html:229 msgid "Unpublish" msgstr "取消發佈" @@ -733,11 +754,11 @@ msgid "Copy %(title)s" msgstr "移動 %(title)s" #: templates/wagtailadmin/pages/copy.html:6 -#: templates/wagtailadmin/pages/list.html:222 +#: templates/wagtailadmin/pages/list.html:223 msgid "Copy" msgstr "" -#: templates/wagtailadmin/pages/copy.html:26 +#: templates/wagtailadmin/pages/copy.html:27 #, fuzzy msgid "Copy this page" msgstr "編輯這個頁面" @@ -766,13 +787,15 @@ msgid "Submit for moderation" msgstr "送審" #: templates/wagtailadmin/pages/edit.html:5 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s: %(title)s" msgstr "編輯 %(title)s" #: templates/wagtailadmin/pages/edit.html:15 -#, python-format -msgid "Editing %(title)s" +#, fuzzy, python-format +#| msgid "Editing %(title)s" +msgid "Editing %(page_type)s %(title)s" msgstr "編輯 %(title)s" #: templates/wagtailadmin/pages/edit.html:39 @@ -799,69 +822,76 @@ msgid "Exploring %(title)s" msgstr "瀏覽%(title)s" #: templates/wagtailadmin/pages/list.html:25 -#: templates/wagtailadmin/pages/list.html:140 -#: templates/wagtailadmin/pages/list.html:143 +#: templates/wagtailadmin/pages/list.html:141 +#: templates/wagtailadmin/pages/list.html:144 msgid "Updated" msgstr "" -#: templates/wagtailadmin/pages/list.html:96 -#: templates/wagtailadmin/pages/list.html:231 +#: templates/wagtailadmin/pages/list.html:85 +#: templates/wagtailadmin/pages/list.html:217 +msgid "" +"This page is published but does not exist within a configured Site, so " +"cannot be viewed." +msgstr "" + +#: templates/wagtailadmin/pages/list.html:97 +#: templates/wagtailadmin/pages/list.html:232 msgid "Add child page" msgstr "新增子頁面" -#: templates/wagtailadmin/pages/list.html:119 +#: templates/wagtailadmin/pages/list.html:120 msgid "Disable ordering of child pages" msgstr "禁止子頁面的排序" -#: templates/wagtailadmin/pages/list.html:119 -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:120 +#: templates/wagtailadmin/pages/list.html:122 msgid "Order" msgstr "排序" -#: templates/wagtailadmin/pages/list.html:121 +#: templates/wagtailadmin/pages/list.html:122 msgid "Enable ordering of child pages" msgstr "開啟子頁面排序" -#: templates/wagtailadmin/pages/list.html:174 +#: templates/wagtailadmin/pages/list.html:175 msgid "Drag" msgstr "拖曳" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 #, python-format msgid "Explorer subpages of '%(title)s'" msgstr "瀏覽 '%(title)s' 的子頁面" -#: templates/wagtailadmin/pages/list.html:258 -#: templates/wagtailadmin/pages/list.html:262 -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:259 +#: templates/wagtailadmin/pages/list.html:263 +#: templates/wagtailadmin/pages/list.html:267 msgid "Explore" msgstr "瀏覽" -#: templates/wagtailadmin/pages/list.html:266 +#: templates/wagtailadmin/pages/list.html:267 #, fuzzy, python-format msgid "Explore child pages of '%(title)s'" msgstr "瀏覽 '%(title)s' 的子頁面" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 #, python-format msgid "Add a child page to '%(title)s'" msgstr "新增子頁面至 '%(title)s'" -#: templates/wagtailadmin/pages/list.html:268 +#: templates/wagtailadmin/pages/list.html:269 msgid "Add subpage" msgstr "新增子頁面" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 msgid "No pages have been created." msgstr "沒有已儲存的頁面" -#: templates/wagtailadmin/pages/list.html:277 +#: templates/wagtailadmin/pages/list.html:278 #, python-format msgid "Why not add one?" msgstr "為什麼不 新增一個頁面呢?" -#: templates/wagtailadmin/pages/list.html:284 +#: templates/wagtailadmin/pages/list.html:285 #, fuzzy, python-format msgid "" "\n" @@ -872,7 +902,7 @@ msgstr "" " 第 %(page_number)s / %(num_pages)s頁。\n" " " -#: templates/wagtailadmin/pages/list.html:290 +#: templates/wagtailadmin/pages/list.html:291 #: templates/wagtailadmin/pages/search_results.html:35 #: templates/wagtailadmin/pages/search_results.html:37 #: templates/wagtailadmin/pages/usage_results.html:13 @@ -882,7 +912,7 @@ msgstr "" msgid "Previous" msgstr "往前" -#: templates/wagtailadmin/pages/list.html:295 +#: templates/wagtailadmin/pages/list.html:296 #: templates/wagtailadmin/pages/search_results.html:44 #: templates/wagtailadmin/pages/search_results.html:46 #: templates/wagtailadmin/pages/usage_results.html:18 @@ -1050,8 +1080,8 @@ msgid_plural "Used %(useage_count)s times" msgstr[0] "" #: templates/wagtailadmin/shared/main_nav.html:8 -msgid "Account settings" -msgstr "帳號設定" +msgid "Edit your account" +msgstr "" #: templates/wagtailadmin/shared/main_nav.html:9 msgid "Log out" @@ -1062,6 +1092,18 @@ msgstr "登出" msgid "Page %(page_num)s of %(total_pages)s." msgstr "第 %(page_num)s 頁 共 %(total_pages)s 頁" +#: templates/wagtailadmin/skeleton.html:21 +msgid "" +"You are using an outdated browser not supported by this " +"software. Please upgrade your browser or activate " +"Google Chrome Frame." +msgstr "" + +#: templates/wagtailadmin/skeleton.html:23 +msgid "Javascript is required to use Wagtail, but it is currently disabled" +msgstr "" + #: templates/wagtailadmin/userbar/base.html:4 #, fuzzy msgid "User bar" @@ -1079,97 +1121,147 @@ msgstr "" msgid "Add" msgstr "" -#: views/account.py:39 +#: views/account.py:36 msgid "Your password has been changed successfully!" msgstr "您的密碼已經更改成功。" -#: views/account.py:60 +#: views/account.py:56 #, fuzzy msgid "Your preferences have been updated successfully!" msgstr "您的密碼已經更改成功。" -#: views/pages.py:171 views/pages.py:285 +#: views/pages.py:156 views/pages.py:284 +msgid "This slug is already in use" +msgstr "這個地址已被使用" + +#: views/pages.py:183 views/pages.py:312 msgid "Go live date/time must be before expiry date/time" msgstr "" -#: views/pages.py:181 views/pages.py:295 +#: views/pages.py:193 views/pages.py:322 msgid "Expiry date/time must be in the future" msgstr "" -#: views/pages.py:213 views/pages.py:328 views/pages.py:734 +#: views/pages.py:225 views/pages.py:355 views/pages.py:784 +#, python-brace-format msgid "Page '{0}' published." msgstr "第 '{0}' 頁已發佈。" -#: views/pages.py:215 views/pages.py:330 +#: views/pages.py:227 views/pages.py:360 +#, python-brace-format msgid "Page '{0}' submitted for moderation." msgstr "第 '{0}' 頁已送審。" -#: views/pages.py:218 +#: views/pages.py:230 +#, python-brace-format msgid "Page '{0}' created." msgstr "第 '{0}' 頁已建立。" -#: views/pages.py:232 +#: views/pages.py:244 #, fuzzy msgid "The page could not be created due to validation errors" msgstr "這頁面因有驗證錯誤而無法儲存。" -#: views/pages.py:333 +#: views/pages.py:356 +msgid "View live" +msgstr "觀看線上版" + +#: views/pages.py:361 +msgid "View draft" +msgstr "觀看草稿" + +#: views/pages.py:366 +#, python-brace-format msgid "Page '{0}' updated." msgstr "第 '{0}' 頁已更新" -#: views/pages.py:348 +#: views/pages.py:381 #, fuzzy msgid "The page could not be saved as it is locked" msgstr "這頁面因有驗證錯誤而無法儲存。" -#: views/pages.py:350 +#: views/pages.py:383 msgid "The page could not be saved due to validation errors" msgstr "這頁面因有驗證錯誤而無法儲存。" -#: views/pages.py:363 +#: views/pages.py:396 msgid "This page is currently awaiting moderation" msgstr "這頁正等待審核" -#: views/pages.py:384 +#: views/pages.py:417 +#, python-brace-format msgid "Page '{0}' deleted." msgstr "第 '{0}' 頁已刪除" -#: views/pages.py:520 +#: views/pages.py:550 +#, python-brace-format msgid "Page '{0}' unpublished." msgstr "第 '{0}' 頁已取消發佈" -#: views/pages.py:572 +#: views/pages.py:600 +#, python-brace-format msgid "Page '{0}' moved." msgstr "第 '{0}' 頁已移動。" -#: views/pages.py:653 -#, fuzzy +#: views/pages.py:692 +#, fuzzy, python-brace-format msgid "Page '{0}' and {1} subpages copied." msgstr "第 '{0}' 頁已更新" -#: views/pages.py:655 -#, fuzzy +#: views/pages.py:694 +#, fuzzy, python-brace-format msgid "Page '{0}' copied." msgstr "第 '{0}' 頁已移動。" -#: views/pages.py:729 views/pages.py:747 views/pages.py:766 +#: views/pages.py:779 views/pages.py:796 views/pages.py:814 +#, python-brace-format msgid "The page '{0}' is not currently awaiting moderation." msgstr "第 '{0}' 頁目前不需要等待審核。" -#: views/pages.py:752 +#: views/pages.py:801 +#, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "第 '{0}' 頁已被拒絕發佈。" -#: views/pages.py:793 -#, fuzzy +#: views/pages.py:840 +#, fuzzy, python-brace-format msgid "Page '{0}' is now locked." msgstr "第 '{0}' 頁已移動。" -#: views/pages.py:818 -#, fuzzy +#: views/pages.py:864 +#, fuzzy, python-brace-format msgid "Page '{0}' is now unlocked." msgstr "第 '{0}' 頁已移動。" +#: wagtail_hooks.py:26 +msgid "Settings" +msgstr "" + +#: widgets.py:42 +msgid "Choose an item" +msgstr "選擇一個選項" + +#: widgets.py:43 +msgid "Choose another item" +msgstr "選擇其他選項" + +#: widgets.py:44 +msgid "Clear choice" +msgstr "清除選擇" + +#: widgets.py:45 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this item" +msgstr "編輯這個頁面" + +#: widgets.py:92 +msgid "Choose another page" +msgstr "選擇另外一個頁面" + +#~ msgid "Account settings" +#~ msgstr "帳號設定" + #~ msgid "" #~ "\n" #~ " Previewing '%(title)s', submitted by %(submitted_by)s on " @@ -1184,12 +1276,6 @@ msgstr "第 '{0}' 頁已移動。" #~ msgid "Please type a valid time" #~ msgstr "請輸入一個有效的時間" -#~ msgid "View draft" -#~ msgstr "觀看草稿" - -#~ msgid "View live" -#~ msgstr "觀看線上版" - #~ msgid "Status:" #~ msgstr "狀態:" diff --git a/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.po index fafa291bb..bdc59d32b 100644 --- a/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -29,7 +29,7 @@ msgstr "" "порт да се появи в URL адресите ви (напр. код-разработка на порт 8000). Не " "се отнася за боравене със заявки (така Port Forwarding ще работи)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -37,18 +37,18 @@ msgstr "" "Ако е Вярно, този сайт ще борави със заявки за всички останали хостове, " "които нямат собствен сайт." -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Заглавието на страницата както желаете да се вижда" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -56,11 +56,11 @@ msgstr "" "Името на страницата както ще изглежда в URL-ите. Например http://domain.com/" "blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Заглавие на Страница" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -68,20 +68,24 @@ msgstr "" "Незадължителен. 'Оптимизирано за Търсачки' заглавие. Това ще се появи най-" "отгоре на браузър прозореца." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Дали линк към тази страница ще се появи в автоматично генерираните менюта" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.po index 639b9c68f..bf084268e 100644 --- a/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -29,7 +29,7 @@ msgstr "" "específic en les URLs (per ex: port de desenvolupament al 8000). No afecta a " "la petició actual (el port de reenviament encara funciona)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -37,18 +37,18 @@ msgstr "" "Si és cert, aquest lloc s'encarregarà de les peticions de totes les altres " "màquines que no tenen un lloc establert." -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "El títol de la pàgina que vols que sigui vist pel públic" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -56,11 +56,11 @@ msgstr "" "El nom de la pàgina que apareixerà en la URL. Per exemple: http://domini.com/" "blog/[nom]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Títol de la pàgina" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -68,20 +68,24 @@ msgstr "" "Opcional. Títol de 'Motor de cerca amigable'. Això apareixerà al cap damunt " "de la finetra del navegador" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Si s'enllaça cap aquesta pàgina apareixerà automàticament als menús generats" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po index 300d602c0..962bc9cb5 100644 --- a/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po @@ -1,76 +1,91 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jiri Stepanek , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-01-09 17:13+0000\n" "Last-Translator: Jiri Stepanek \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:56 +#: models.py:55 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 "Nastavte, pokud potřebujete mít v URL jiné číslo portu než 80 (např. vývoj na portu 8000). Neovlivňuje zpracování requestů (lze tedy použít s přesměrováním portů)." +msgstr "" +"Nastavte, pokud potřebujete mít v URL jiné číslo portu než 80 (např. vývoj " +"na portu 8000). Neovlivňuje zpracování requestů (lze tedy použít s " +"přesměrováním portů)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" -msgstr "Je-li nastaveno, bude tento web výchozí pro všechny hostname, která nemají přiřazen žádný web." +msgstr "" +"Je-li nastaveno, bude tento web výchozí pro všechny hostname, která nemají " +"přiřazen žádný web." -#: models.py:119 +#: models.py:118 #, 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 "%(hostname)s je již nastaven jako výchozí web. Toto nastavení musíte nejprve zrušit." +msgstr "" +"%(hostname)s je již nastaven jako výchozí web. Toto nastavení musíte nejprve " +"zrušit." -#: models.py:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Veřejně viditelný název stránky" -#: models.py:269 +#: models.py:268 msgid "" -"The name of the page as it will appear in URLs e.g http://domain.com/blog" -"/[my-slug]/" +"The name of the page as it will appear in URLs e.g http://domain.com/blog/" +"[my-slug]/" msgstr "Název stránky viditelný v URL, např. http://domain.com/blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Název stránky" +#: models.py:277 +msgid "" +"Optional. 'Search Engine Friendly' title. This will appear at the top of the " +"browser window." +msgstr "" +"Nepovinné. SEO-friendly název. Zobrazí se v horní části okna prohlížeče." + #: models.py:278 msgid "" -"Optional. 'Search Engine Friendly' title. This will appear at the top of the" -" browser window." -msgstr "Nepovinné. SEO-friendly název. Zobrazí se v horní části okna prohlížeče." - -#: models.py:279 -msgid "" "Whether a link to this page will appear in automatically generated menus" -msgstr "Určuje, zda se bude odkaz na tuto stránku zobrazovat v automaticky generovaných menu" +msgstr "" +"Určuje, zda se bude odkaz na tuto stránku zobrazovat v automaticky " +"generovaných menu" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "Datum/čas zobrazení" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "Zadejte prosím datum a čas ve formátu RRRR-MM-DD hh:mm:ss." -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "Datum/čas expirace" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/cy/LC_MESSAGES/django.po index d93d88274..69cf0679d 100644 --- a/wagtail/wagtailcore/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,59 +19,63 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po index e3a0b4c6a..75ff6952a 100644 --- a/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -29,7 +29,7 @@ msgstr "" "soll (z.B. Development Port auf 8000). Dies bezieht sich nicht auf Request " "Handling, so dass Port Forwarding weiterhin funktioniert." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -37,18 +37,18 @@ msgstr "" "Falls ausgewählt wird diese Seite Anfragen für alle Hostnamen annehmen, die " "keinen eigenen Seiteneintrag haben." -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Der Seitentitel, der öffentlich angezeigt werden soll" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -56,11 +56,11 @@ msgstr "" "Der Name der Seite, wie er in URLs angezeigt werden soll, z.B. http://domain." "com/blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Seitentitel" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -68,20 +68,24 @@ msgstr "" "Optional. Suchmaschinenfreundlicher Titel. Wird in der Titelleiste des " "Browsers angezeigt." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Ob ein Link zu dieser Seite in automatisch generierten Menüs auftaucht." -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po index 02de0b7e8..fa646f5d8 100644 --- a/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -30,7 +30,7 @@ msgstr "" "8000). Δεν επηρεάζει τον τρόπο που χειρίζονται τις αιτήσεις (οπότε η " "προώθηση θύρας δουλεύει ακόμα)" -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -38,18 +38,18 @@ msgstr "" "Αν είναι αληθές, το εν λόγω site θα χειρίζεται και τις αιτήσεις για όλα τα " "άλλα ονόματα που δεν έχουν δική τους εγγραφή" -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Ο τίτλος της σελίδας έτσι όπως θα εμφανίζεται στο κοινό" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -57,11 +57,11 @@ msgstr "" "Το όνομα της σελίδας έτσι όπως θα εμφανίζεται στις διευθύνσεις, π.χ http://" "domain.com/blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Τίτλος σελίδας" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -69,21 +69,25 @@ msgstr "" "Προαιρετικό. Τίτλος που είναι 'φιλικός προς τις μηχανές αναζήτησης'. Θα " "εμφανιστεί στην κορυφή του παραθύρου." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Επιλέξτε αν μια σύνδεση σε αυτή τη σελίδα θα εμφανιστεί στα μενού που " "δημιουργούνται αυτόματα" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.po index 87fee5eed..e1e25e0d1 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: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,59 +17,63 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po index fc2a1ba35..84447f4b7 100644 --- a/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -23,7 +23,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -33,7 +33,7 @@ msgstr "" "aparezca en las URLs (p.e. desarrollo en el puerto 8000). Esto no afecta al " "manejo de solicitudes (así que la redirección de puertos sigue funcionando)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -41,18 +41,18 @@ msgstr "" "Si afirmativo, este sitio manejará solicitudes para todos los demás " "hostnames que no tengan un site por sí mismos" -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "El título de la página como quieres que sea visto por el público" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -60,11 +60,11 @@ msgstr "" "El nombre de la página tal como aparecerá en URLs p.ej. http://domain.com/" "blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Título de la página" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -72,19 +72,23 @@ msgstr "" "Opcional. Título 'Amigable para el Motor de Búsqueda'. Aparecerá en la parte " "superior de la ventana del navegador." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "Un enlace a esta página aparecerá en menús generados automáticamente" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/eu/LC_MESSAGES/django.po index ccc3e2e21..183d79cdb 100644 --- a/wagtail/wagtailcore/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po index 36c46625f..08e3310d9 100644 --- a/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -30,24 +30,24 @@ msgstr "" "Ceci n'affecte pas la prise en charge des requêtes (les redirections de port " "continuent de fonctionner)." -#: models.py:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Le titre de la page comme vous souhaiteriez que les lecteurs la voient" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -55,31 +55,35 @@ msgstr "" "Le nom de la page comme elle apparaîtra dans l'URL e.g http://domain.com/" "blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Titre de la page" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Si un lien vers cette page devra apparaître dans les menus générés " "automatiquement" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.po index f4229578a..41f89193f 100644 --- a/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -29,7 +29,7 @@ msgstr "" "apareza nas URLs (p.e. desenvolvemento no porto 8000). Isto non afecta ao " "manexo de solicitudes (así que a redirección de portos segue funcionando)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -37,18 +37,18 @@ msgstr "" "Se é afirmativo, este sitio manexará solicitudes para todos os demais nomes " "de host que non teñan unha entrada por si mesmos" -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "O título da páxina como queres que sexa visto polo público" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -56,11 +56,11 @@ msgstr "" "O nome da páxina tal como aparecerá nas URLs p.ex. http://domain.com/blog/" "[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Título da páxina" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -68,19 +68,23 @@ msgstr "" "Opcional. Título 'Amigable para o Motor de Busca'. Aparecerá na parte " "superior da ventá do navegador." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "Un enlace a esta página aparecerá en menús xerados automáticamente" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po index af7157858..3e806a9a6 100644 --- a/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po @@ -1,75 +1,80 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" -"The name of the page as it will appear in URLs e.g http://domain.com/blog" -"/[my-slug]/" +"The name of the page as it will appear in URLs e.g http://domain.com/blog/" +"[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" -"Optional. 'Search Engine Friendly' title. This will appear at the top of the" -" browser window." +"Optional. 'Search Engine Friendly' title. This will appear at the top of the " +"browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po index f0609ade2..f2f5e6c34 100644 --- a/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po @@ -1,75 +1,80 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" -"The name of the page as it will appear in URLs e.g http://domain.com/blog" -"/[my-slug]/" +"The name of the page as it will appear in URLs e.g http://domain.com/blog/" +"[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" -"Optional. 'Search Engine Friendly' title. This will appear at the top of the" -" browser window." +"Optional. 'Search Engine Friendly' title. This will appear at the top of the " +"browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/mn/LC_MESSAGES/django.po index 68fc4e26e..db43b7094 100644 --- a/wagtail/wagtailcore/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -19,59 +19,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Хуудасны гарчиг" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po index 4264b3069..070d7685b 100644 --- a/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po index 16191281a..1dd6bc3c7 100644 --- a/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po index 87d94b6a4..823672b14 100644 --- a/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: models.py:56 +#: models.py:55 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 " @@ -31,7 +31,7 @@ msgstr "" "konkretnego portu w URLach (np. port wersji roboczej 8000). Nie ma wpływu na " "obsługę żądań (przekierowanie portów będzie nadal działało)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -39,18 +39,18 @@ msgstr "" "Wartość true sprawi, że ta strona będzie obsługiwała żądania wszystkich " "innych hostów, które nie mają ustawionej strony." -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Tytuł strony jaki chcesz żeby był widoczny publicznie." -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -58,11 +58,11 @@ msgstr "" "Nazwa strony, która będzie wyświetlana w URLach np. http://domain.com/blog/" "[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Tytuł strony" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -70,20 +70,24 @@ msgstr "" "Opcjonalne. Tytuł 'przyjazny wyszukiwarkom'. Będzie widoczny się na górze " "okna przeglądarki." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Czy link do tej strony zostanie wyświetlony w menu tworzonym automatycznie." -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po index 6dd50c572..b975f56fd 100644 --- a/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-17 01:02+0000\n" "Last-Translator: Gladson \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:56 +#: models.py:55 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 " @@ -31,7 +31,7 @@ msgstr "" "afeta o gerenciamento de requisições (então o redirecionamento de portas " "continua funcionando)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -39,7 +39,7 @@ msgstr "" "Se verdadeiro, este site irá gerenciar requisições de todos os outros " "hostnames que não tem um site próprio" -#: models.py:119 +#: models.py:118 #, python-format msgid "" "%(hostname)s is already configured as the default site. You must unset that " @@ -48,11 +48,11 @@ msgstr "" "%(hostname)s já está configurado como padrão no site. Você deve " "desconfigurar antes que você possa salvar este como padrão." -#: models.py:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "O título da página como você gostaria que fosse visto pelo público" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -60,11 +60,11 @@ msgstr "" "O nome da página como ele irá aparecer nas URLs ex.: http://domain.com/blog/" "[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Título da página" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -72,23 +72,27 @@ msgstr "" "Opcional. Título 'Amigável para Mecanismos de Busca'. Isto irá aparecer no " "topo da janela do navegador." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Um link para esta página irá aparecer nos menus gerados automaticamente" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "Por favor add uma data-hora no formato YYYY-MM-DD hh:mm:ss." -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "Validade data/hora" +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" + #~ msgid "name '{0}' (used in subpage_types list) is not defined." #~ msgstr "nome '{0}' (used in subpage_types list) não está definido." diff --git a/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po index a336abae4..e7af524d5 100644 --- a/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-03 01:52+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: models.py:56 +#: models.py:55 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 " @@ -31,7 +31,7 @@ msgstr "" "tratamento de requisições (assim, o redirecionamento de portos continua a " "funcionar)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -39,7 +39,7 @@ msgstr "" "Se verdadeiro, este site irá processar requisições de todos os outros " "hostnames que não tenham um site próprio" -#: models.py:119 +#: models.py:118 #, python-format msgid "" "%(hostname)s is already configured as the default site. You must unset that " @@ -48,11 +48,11 @@ msgstr "" "O %(hostname)s já está configurado como site pré-definido. Tem de alterar " "essa configuração antes de poder guardar este site como pré-definido." -#: models.py:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "O título da página como você gostaria que fosse visto pelo público" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -60,11 +60,11 @@ msgstr "" "O nome da página como ele irá aparecer nas URLs ex.: http://domain.com/blog/" "[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Título da página" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -72,24 +72,28 @@ msgstr "" "Opcional. Título 'Amigável para Motores de Busca'. Isto irá aparecer no topo " "da janela do navegador." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Se um link para esta página irá aparecer nos menus gerados automaticamente" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "Data/hora de publicação" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "Por favor adicione uma data-hora no formato AAAA-MM-DD hh:mm:ss." -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "Data/hora terminal" +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" + #~ msgid "name '{0}' (used in subpage_types list) is not defined." #~ msgstr "" #~ "O nome '{0}' (usado na lista de tipos de sub-páginas) não está definido." diff --git a/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.po index e80751ad2..68c203204 100644 --- a/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: models.py:56 +#: models.py:55 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 " @@ -31,7 +31,7 @@ msgstr "" "decât 80. Nu influențează gestionarea solicitărilor și transmiterile de port " "vor continua să funcționeze." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -39,18 +39,18 @@ msgstr "" "Dacă e 'true', acest sit va gestiona solicitări pentru toate hostname-urile " "fără setări separate" -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Titlul paginii așa cum doriți să fie vizibil public" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -58,11 +58,11 @@ msgstr "" "Numele paginii așa cum va apărea în adrese. De exemplu, http://domain.com/" "blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Titlu pagină" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -70,21 +70,25 @@ msgstr "" "Opțional. Titlu favorabil motoarelor de căutare. Apare în partea de sus a " "browserului." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Dacă un link către această pagină va apărea în meniurile generate în mod " "automat" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po index c98534fb9..f5066dec3 100644 --- a/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-05 03:49+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:56 +#: models.py:55 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 " @@ -31,7 +31,7 @@ msgstr "" "порта в URL-адресе (например, разработка на порту 8000). Не влияет на " "обработку запроса (так форвардинг портов до сих пор работает)." -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -39,7 +39,7 @@ msgstr "" "Если выбрано, этот сайт будет обрабатывать запросы для всех имеющихся имен " "хостов, не закрепленных за другими сайтами" -#: models.py:119 +#: models.py:118 #, python-format msgid "" "%(hostname)s is already configured as the default site. You must unset that " @@ -48,11 +48,11 @@ msgstr "" "%(hostname)s уже настроен как сайт по умолчанию. Вы должны сначала у него " "отключить флажок, прежде, чем вы можете сохранить этот сайт по умолчанию." -#: models.py:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "Заголовок страницы видимый всем" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" @@ -60,11 +60,11 @@ msgstr "" "Имя страницы, которое будет отображаться в URL, например http://domain.com/" "blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "Заголовок страницы" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." @@ -72,24 +72,28 @@ msgstr "" "Не обязательно. 'Дружелюбный для Поисковых Сервисов' заголовок. Он появится " "вверху окна браузера." -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" "Должна ли ссылка на эту страницу отображаться в автоматически генерируемых " "меню" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "Дата/время публикации" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "Пожалуйста, добавьте дату-время в формате YYYY-MM-DD hh:mm:ss." -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "Дата/время окончания действия" +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" + #~ msgid "name '{0}' (used in subpage_types list) is not defined." #~ msgstr "имя '{0}' (использованное в списке subpage_types) не определено." diff --git a/wagtail/wagtailcore/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/si_LK/LC_MESSAGES/django.po index afbd9e96a..bcbe4c9c6 100644 --- a/wagtail/wagtailcore/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po index f854117a9..b7cc041bf 100644 --- a/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po index 7748cf234..4f5d96c58 100644 --- a/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.po index f228b23b7..783bcb176 100644 --- a/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po index 3100c0cd9..8a3475c7d 100644 --- a/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po index 68bfaec01..501081511 100644 --- a/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-21 15:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,59 +19,63 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/vi/LC_MESSAGES/django.po index b4558cd9b..693a1dedd 100644 --- a/wagtail/wagtailcore/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,59 +18,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:56 +#: models.py:55 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:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po index 98e543ce0..ad9bb852b 100644 --- a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:56 +#: models.py:55 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 " @@ -27,53 +27,57 @@ msgstr "" "如果你需要指定端口,请选择一个有别于80的端口(比如开发端口8000)。 不影响接受请" "求 (端口转发仍然有效)" -#: models.py:58 +#: models.py:57 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:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "页面标题,你想被大众所看到的" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "一个出现在URL的名字 比如 http://domain.com/blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "页面标题" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "可选 ‘搜索引擎友好’ 标题。 这会显示在浏览器窗口顶部" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "一个链接到这页的链接会显示在自动生成的菜单中" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" + +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" diff --git a/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po index 12f71e5cc..3578a8b4b 100644 --- a/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-04 09:53+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:56 +#: models.py:55 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 " @@ -28,13 +28,13 @@ msgstr "" "将此处设置为一个非80的值,如果你需要指定显示在URL中的端口(如8000)。不影响请" "求处理(端口转发依旧有效)。" -#: models.py:58 +#: models.py:57 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:119 +#: models.py:118 #, python-format msgid "" "%(hostname)s is already configured as the default site. You must unset that " @@ -43,42 +43,46 @@ msgstr "" "%(hostname)s已被配置为默认站点。在您将此站点设置为默认前,您必须取消原来的默" "认站点。" -#: models.py:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "页面标题,向公众展示。" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "用于URL的页面名称,如http://domain.com/work/[my-work]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "页面标题" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "可选。“对搜索引擎友好”的标题。这将出现在浏览器顶部" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "是否需要在自动生成的菜单中出现此页面的链接。" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "发布 日期/时间" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "请输入一个YYYY-MM-DD hh:mm:ss格式的日期时间。如 1989-06-04 01:23:45" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "过期 日期/时间" +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" + #~ msgid "name '{0}' (used in subpage_types list) is not defined." #~ msgstr "名称'{0}' (用于子页面类型列表)尚未定义" diff --git a/wagtail/wagtailcore/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/zh_TW/LC_MESSAGES/django.po index 42cb15611..6489c738f 100644 --- a/wagtail/wagtailcore/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-28 16:07+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:56 +#: models.py:55 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 " @@ -26,57 +26,61 @@ msgstr "" "如果你需要指定 port,請選擇一個非 80 的 port number (例如: 開發中用 8000 " "port)。 不影響 request 處理 (port forwarding 仍然有效)" -#: models.py:58 +#: models.py:57 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" msgstr "" "如果這是 Ture 的話,這個網站將處理其他沒有自己網站的 hostname 的 request。" -#: models.py:119 +#: models.py:118 #, 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:268 +#: models.py:267 msgid "The page title as you'd like it to be seen by the public" msgstr "頁面標題 (你想讓外界看到的)" -#: models.py:269 +#: models.py:268 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "一個出現在 URL 的名字,例如 http://domain.com/blog/[my-slug]/" -#: models.py:278 +#: models.py:277 msgid "Page title" msgstr "頁面標題" -#: models.py:278 +#: models.py:277 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "(可選) '搜尋引擎友善' 標題。 這會顯示在瀏覽器的視窗最上方" -#: models.py:279 +#: models.py:278 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "是否在自動生成的 Menu 裡顯示一個連結到此頁面" -#: models.py:282 +#: models.py:281 msgid "Go live date/time" msgstr "" -#: models.py:282 models.py:283 +#: models.py:281 models.py:282 msgid "Please add a date-time in the form YYYY-MM-DD hh:mm:ss." msgstr "" -#: models.py:283 +#: models.py:282 msgid "Expiry date/time" msgstr "" +#: validators.py:15 +msgid "Value cannot be entirely whitespace characters" +msgstr "" + #, fuzzy #~ msgid "name '{0}' (used in subpage_types list) is not defined." #~ msgstr "'%s' (用於子頁面類型列表) 沒有被建立。" diff --git a/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.po index b3c68f9bd..5cf0faa40 100644 --- a/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -19,26 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Заглавие" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Файл" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Тагове" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Документи" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Изберете документ" @@ -53,7 +48,7 @@ msgstr "Качване" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Запази" @@ -105,7 +100,7 @@ msgid "Delete %(title)s" msgstr "Изтрийте %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Изтрий документ" @@ -126,6 +121,20 @@ msgstr "Редакция на %(title)s" msgid "Editing" msgstr "Редактиране" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Файл" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Документи" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -165,30 +174,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Изчисти избора" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Избери друг документ" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Документ '{0}' добавен." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактиране" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Документа не бе запазен поради грешки." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Документа '{0}' е обновен." +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Документа '{0}' е изтрит." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Избери друг документ" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Добави документ" + +#~ msgid "Clear choice" +#~ msgstr "Изчисти избора" diff --git a/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.po index 4793b1fc9..1b2402f87 100644 --- a/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,26 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Títol" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Arxiu" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Tags" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documents" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Escull un document" @@ -53,7 +48,7 @@ msgstr "Pujar" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Desar" @@ -104,7 +99,7 @@ msgid "Delete %(title)s" msgstr "Esborra %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Esborra el document" @@ -125,6 +120,20 @@ msgstr "Editant %(title)s" msgid "Editing" msgstr "Editant" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Arxiu" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documents" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -164,30 +173,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Opció clara" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Escull un altre document" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Cercar documents" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Document '{0}' afegit." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editant" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "El document no s'ha pogut desar." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Document '{0}' actualitzat" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Document '{0}' esborrat." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Escull un altre document" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Afegeix un document" + +#~ msgid "Clear choice" +#~ msgstr "Opció clara" diff --git a/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po index 74d9db3a4..dd5397480 100644 --- a/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po @@ -1,43 +1,39 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jiri Stepanek , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-01-09 17:24+0000\n" "Last-Translator: Jiri Stepanek \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Název" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Soubor" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Tagy" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Dokumenty" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Zvolte dokument" @@ -52,7 +48,7 @@ msgstr "Nahrát" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Uložit" @@ -67,9 +63,15 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nNalezen 1 dokument" -msgstr[1] "\nNalezeno %(counter)s dokumentů" -msgstr[2] "\nNalezeno %(counter)s dokumentů" +msgstr[0] "" +"\n" +"Nalezen 1 dokument" +msgstr[1] "" +"\n" +"Nalezeno %(counter)s dokumentů" +msgstr[2] "" +"\n" +"Nalezeno %(counter)s dokumentů" #: templates/wagtaildocs/chooser/results.html:12 msgid "Latest documents" @@ -79,7 +81,8 @@ msgstr "Poslední dokumenty" #: templates/wagtaildocs/documents/results.html:18 #, python-format msgid "Sorry, no documents match \"%(query_string)s\"" -msgstr "Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné dokumenty" +msgstr "" +"Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné dokumenty" #: templates/wagtaildocs/documents/_file_field.html:5 msgid "Change document:" @@ -100,7 +103,7 @@ msgid "Delete %(title)s" msgstr "Smazat %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Smazat dokument" @@ -121,6 +124,20 @@ msgstr "Úprava %(title)s" msgid "Editing" msgstr "Úprava" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Soubor" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Dokumenty" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -129,9 +146,11 @@ msgstr "Nahráno" #: templates/wagtaildocs/documents/results.html:21 #, python-format msgid "" -"You haven't uploaded any documents. Why not upload one now?" -msgstr "Nebyly nalezeny žádné dokumenty. Nový dokument můžete přidat zde." +"You haven't uploaded any documents. Why not upload one now?" +msgstr "" +"Nebyly nalezeny žádné dokumenty. Nový dokument můžete přidat zde." #: templates/wagtaildocs/documents/usage.html:3 #, python-format @@ -158,30 +177,53 @@ msgstr "Stav" msgid "Edit this page" msgstr "Upravit stránku" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Zrušit výběr" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Zvolit jiný dokument" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Hledat v dokumentech" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Dokument '{0}' byl přidán." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Úprava" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Dokument nebyl uložen, zkontrolujte správné vyplnění polí." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Dokument '{0}' byl upraven" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Dokument '{0}' byl smazán." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Zvolit jiný dokument" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this document" +msgstr "Upravit stránku" + +#~ msgid "Clear choice" +#~ msgstr "Zrušit výběr" diff --git a/wagtail/wagtaildocs/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/cy/LC_MESSAGES/django.po index 4b6a0604d..198558748 100644 --- a/wagtail/wagtaildocs/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,26 +19,21 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -53,7 +48,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -102,7 +97,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -123,6 +118,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -160,30 +167,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po index adb524df4..548023237 100644 --- a/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,26 +21,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Titel" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Datei" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Schlagwörter" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Dokumente" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Dokument auswählen" @@ -55,7 +50,7 @@ msgstr "Hochladen" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Speichern" @@ -109,7 +104,7 @@ msgid "Delete %(title)s" msgstr "%(title)s löschen" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Dokument löschen" @@ -130,6 +125,20 @@ msgstr "%(title)s bearbeiten" msgid "Editing" msgstr "Bearbeiten" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Datei" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Dokumente" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -169,30 +178,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Auswahl zurücksetzen" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Anderes Dokument wählen" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Nach Dokumenten suchen" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Dokument '{0}' wurde hinzugefügt." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Aufgrund eines Fehlers konnte das Dokument nicht gespeichert werden." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Dokument '{0}' wurde hochgeladen" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Dokument '{0}' wurde gelöscht." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Anderes Dokument wählen" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Ein Dokument hinzufügen" + +#~ msgid "Clear choice" +#~ msgstr "Auswahl zurücksetzen" diff --git a/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po index 6b9646c8a..d3b8d848d 100644 --- a/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,26 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Τίτλος" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Αρχείο" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Ετικέτες" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Έγγραφα" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Επιλογή εγγράφου" @@ -53,7 +48,7 @@ msgstr "Ανέβασμα" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Αποθήκευση" @@ -107,7 +102,7 @@ msgid "Delete %(title)s" msgstr "Διαγραφή %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Διαγραφή εγγράφου" @@ -128,6 +123,20 @@ msgstr "Διόρθωση %(title)s" msgid "Editing" msgstr "Διόρθωση" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Αρχείο" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Έγγραφα" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -167,30 +176,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Καθαρισμός επιλογής" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Επιλογή άλλου εγγράφου" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Αναζήτηση εγγράφων" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Το έγγραφο '{0}' προστέθηκε." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Διόρθωση" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Δεν ήταν δυνατή η αποθήκευση του εγγράφου." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Έγινε διόρθωση του εγγράφου '{0}'" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Το έγγραφο '{0}' διαγράφηκε." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Επιλογή άλλου εγγράφου" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Προσθήκη εγγράφου" + +#~ msgid "Clear choice" +#~ msgstr "Καθαρισμός επιλογής" diff --git a/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.po index 981befa78..56fcd2d44 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: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,26 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -51,7 +46,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -98,7 +93,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -119,6 +114,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -156,30 +163,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po index 9dbf81d7e..6bd077a7d 100644 --- a/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,26 +20,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Archivo" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documentos" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Seleccionar un documento" @@ -54,7 +49,7 @@ msgstr "Subir" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Guardar" @@ -107,7 +102,7 @@ msgid "Delete %(title)s" msgstr "Eliminar %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Eliminar documento" @@ -128,6 +123,20 @@ msgstr "Editando %(title)s" msgid "Editing" msgstr "Editando" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Archivo" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documentos" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -167,30 +176,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Borrar selección" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Elegir otro documento" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Buscar documentos" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Documento '{0}' añadido." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "El documento no pudo ser guardado debido a errores." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Documento '{0}' actualizado" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Documento '{0}' eliminado." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Elegir otro documento" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Añadir un documento" + +#~ msgid "Clear choice" +#~ msgstr "Borrar selección" diff --git a/wagtail/wagtaildocs/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/eu/LC_MESSAGES/django.po index e79e34a03..3f995fbb9 100644 --- a/wagtail/wagtaildocs/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po index 8d49fded7..b19eefd4c 100644 --- a/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,26 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Titre" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Fichier" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Mots-clés" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documents" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -53,7 +48,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Enregistrer" @@ -100,7 +95,7 @@ msgid "Delete %(title)s" msgstr "Supprimer %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Supprimer le document" @@ -121,6 +116,20 @@ msgstr "Édition de %(title)s" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Fichier" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documents" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -158,30 +167,48 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Document '{0}' ajouté." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Le document ne peut être enregistré du fait d'erreurs." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Document '{0}' mis à jour" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Document '{0}' supprimé." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Ajouter un document" diff --git a/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po index b5df053c8..c5bba6245 100644 --- a/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -20,26 +20,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Arquivo" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documentos" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Seleccionar un documento" @@ -54,7 +49,7 @@ msgstr "Subir" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Gardar" @@ -107,7 +102,7 @@ msgid "Delete %(title)s" msgstr "Eliminar %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Eliminar documento" @@ -128,6 +123,20 @@ msgstr "Editando %(title)s" msgid "Editing" msgstr "Editando" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Arquivo" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documentos" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -167,30 +176,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Borrar selección" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Elixir outro documento" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Buscar documentos" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Documento '{0}' engadido." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "O documento non puido ser gardado debido a erros." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Documento '{0}' actualizado" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Documento '{0}' eliminado." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Elixir outro documento" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Engadir un documento" + +#~ msgid "Clear choice" +#~ msgstr "Borrar selección" diff --git a/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po index 6f636d225..dd94a67d9 100644 --- a/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po @@ -1,42 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -51,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -98,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -119,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -127,8 +135,8 @@ msgstr "" #: templates/wagtaildocs/documents/results.html:21 #, python-format msgid "" -"You haven't uploaded any documents. Why not upload one now?" +"You haven't uploaded any documents. Why not upload one now?" msgstr "" #: templates/wagtaildocs/documents/usage.html:3 @@ -156,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po index b5a5151ec..36c2069fa 100644 --- a/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po @@ -1,43 +1,39 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Daigo Shitara , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-12-10 23:43+0000\n" "Last-Translator: Daigo Shitara \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "タイトル" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "ファイル" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "タグ" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "ドキュメント" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +48,7 @@ msgstr "アップロード" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "保存" @@ -98,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -119,6 +115,20 @@ msgstr "" msgid "Editing" msgstr "編集中" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "ファイル" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "ドキュメント" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -127,8 +137,8 @@ msgstr "" #: templates/wagtaildocs/documents/results.html:21 #, python-format msgid "" -"You haven't uploaded any documents. Why not upload one now?" +"You haven't uploaded any documents. Why not upload one now?" msgstr "" #: templates/wagtaildocs/documents/usage.html:3 @@ -156,30 +166,50 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編集中" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +#, fuzzy +#| msgid "Latest documents" +msgid "Edit this document" +msgstr "最新のドキュメント" diff --git a/wagtail/wagtaildocs/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/mn/LC_MESSAGES/django.po index 8bff20e64..979bb1143 100644 --- a/wagtail/wagtaildocs/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/mn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po index 321151410..adf39d8f5 100644 --- a/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po index 8887665c8..6e6036b90 100644 --- a/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po index b215aa4d4..f8e19588f 100644 --- a/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,26 +21,21 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Tytuł" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Plik" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Tagi" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Dokumenty" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Wybierz dokument" @@ -55,7 +50,7 @@ msgstr "Prześlij" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Zapisz" @@ -113,7 +108,7 @@ msgid "Delete %(title)s" msgstr "Usuń %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Usuń dokument" @@ -134,6 +129,20 @@ msgstr "Edycja %(title)s" msgid "Editing" msgstr "Edycja" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Plik" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Dokumenty" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -173,30 +182,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Wyczyść wybór" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Wybierz inny dokument" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Szukaj dokumentów" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Dodano dokument '{0}'." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Edycja" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Dokument nie mógł zostać zapisany z powodu błędów." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Uaktualniono dokument '{0}'" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Usunięto dokument '{0}'" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Wybierz inny dokument" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Dodaj dokument" + +#~ msgid "Clear choice" +#~ msgstr "Wyczyść wybór" diff --git a/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po index 368a01680..5edde152e 100644 --- a/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -19,26 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Arquivo" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documentos" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Escolha um documento" @@ -53,7 +48,7 @@ msgstr "Enviar" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Salvar" @@ -106,7 +101,7 @@ msgid "Delete %(title)s" msgstr "Apagar %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Apagar documento" @@ -127,6 +122,20 @@ msgstr "Editando %(title)s" msgid "Editing" msgstr "Editando" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Arquivo" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documentos" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -166,30 +175,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Limpar escolha" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Escolha um outro documento" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Buscar documentos" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Documento '{0}' adicionado." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "O documento não pôde ser salvo devido à erros." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Documento '{0}' atualizado" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Documento '{0}' apagado." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Escolha um outro documento" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Adicionar um documento" + +#~ msgid "Clear choice" +#~ msgstr "Limpar escolha" diff --git a/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po index 8efe07688..b93fb4fb1 100644 --- a/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-03 01:53+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -20,26 +20,21 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Ficheiro" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documentos" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Escolher um documento" @@ -54,7 +49,7 @@ msgstr "Enviar" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Guardar" @@ -107,7 +102,7 @@ msgid "Delete %(title)s" msgstr "Eliminar %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Eliminar documento" @@ -128,6 +123,20 @@ msgstr "Editando %(title)s" msgid "Editing" msgstr "Editando" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Ficheiro" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documentos" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -167,30 +176,53 @@ msgstr "Estado" msgid "Edit this page" msgstr "Editar esta ágina" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Limpar escolha" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Escolher outro documento" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Procurar documentos" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Documento '{0}' adicionado." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "O documento não pôde ser guardado devido a erros." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Documento '{0}' atualizado" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Documento '{0}' apagado." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Escolher outro documento" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this document" +msgstr "Editar esta ágina" + +#~ msgid "Clear choice" +#~ msgstr "Limpar escolha" diff --git a/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.po index a5d13793a..326121442 100644 --- a/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" @@ -20,26 +20,21 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Titlu" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Fișier" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Etichete" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Documente" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Selectează document" @@ -54,7 +49,7 @@ msgstr "Încărcare" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Salveză" @@ -110,7 +105,7 @@ msgid "Delete %(title)s" msgstr "Șterge %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Șterge document" @@ -131,6 +126,20 @@ msgstr "Editare %(title)s" msgid "Editing" msgstr "Editare" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Fișier" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Documente" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -170,30 +179,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Curăță selecție" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Alege alt document" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Caută documente" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Documentul '{0}' a fost adăugat." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Documentul nu a fost salvat din cauza erorilor." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Documentul '{0}' a fost actualizat." +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Documentul '{0}' a fost șters." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Alege alt document" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "Adaugă un document" + +#~ msgid "Clear choice" +#~ msgstr "Curăță selecție" diff --git a/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po index 2031b28e8..e2f744cc9 100644 --- a/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-05 03:50+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,26 +21,21 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "Заголовок" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "Файл" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "Тэги" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "Документы" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "Выберите документ" @@ -55,7 +50,7 @@ msgstr "Загрузка" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "Сохранить" @@ -110,7 +105,7 @@ msgid "Delete %(title)s" msgstr "Удалить %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "Удалить документ" @@ -131,6 +126,20 @@ msgstr "Редактирование %(title)s" msgid "Editing" msgstr "Редактирование" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Файл" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "Документы" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -170,30 +179,53 @@ msgstr "Статус" msgid "Edit this page" msgstr "Редактировать эту страницу" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "Очистить выбор" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "Выбрать другой документ" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "Поиск документов" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "Документ '{0}' добавлен." -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "Документ не может быть сохранен из-за ошибок." -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "Документ '{0}' обновлен" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "Документ '{0}' удален." + +#: widgets.py:14 +msgid "Choose another document" +msgstr "Выбрать другой документ" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this document" +msgstr "Редактировать эту страницу" + +#~ msgid "Clear choice" +#~ msgstr "Очистить выбор" diff --git a/wagtail/wagtaildocs/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/si_LK/LC_MESSAGES/django.po index 5a2d43b9d..5c9255c06 100644 --- a/wagtail/wagtaildocs/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po index 2f01be665..2d1d18e88 100644 --- a/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -100,7 +95,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -121,6 +116,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -158,30 +165,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.po index 5a2e46f61..31fc02a2f 100644 --- a/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/sv_SE/LC_MESSAGES/django.po index 7f4219f37..587b5b912 100644 --- a/wagtail/wagtaildocs/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -99,7 +94,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -120,6 +115,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -157,30 +164,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po index 34ced0200..bf2617c69 100644 --- a/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -98,7 +93,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -119,6 +114,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -156,30 +163,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/uk/LC_MESSAGES/django.po index 68271690e..350ddd447 100644 --- a/wagtail/wagtaildocs/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,26 +19,21 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -53,7 +48,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -101,7 +96,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -122,6 +117,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -159,30 +166,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/vi/LC_MESSAGES/django.po index 9b5c9399f..e3fead29c 100644 --- a/wagtail/wagtaildocs/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "" @@ -52,7 +47,7 @@ msgstr "" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "" @@ -98,7 +93,7 @@ msgid "Delete %(title)s" msgstr "" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "" @@ -119,6 +114,18 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtaildocs/documents/edit.html:38 +msgid "Filesize" +msgstr "" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -156,30 +163,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +msgid "Edit" +msgstr "" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "" + +#: widgets.py:15 +msgid "Edit this document" +msgstr "" diff --git a/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.po index 3a7767c43..6473fdafe 100644 --- a/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,26 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "标题" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "文件" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "标签" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "文档" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "选择一个文档" @@ -52,7 +47,7 @@ msgstr "上传" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "保存" @@ -98,7 +93,7 @@ msgid "Delete %(title)s" msgstr "删除%(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "删除文档" @@ -119,6 +114,20 @@ msgstr "编辑%(title)s" msgid "Editing" msgstr "编辑" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "文件" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "文档" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -158,30 +167,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "清除选择" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "选择另外一份文档" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "文档'{0}'已添加" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "有错,文档无法保存。" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "文档'{0}'已更新" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "文档'{0}'已删除" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "选择另外一份文档" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "添加一份文档" + +#~ msgid "Clear choice" +#~ msgstr "清除选择" diff --git a/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.po index 0998d12c8..b5cfebbbe 100644 --- a/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-04 09:38+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,26 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "标题" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "文件" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "标签" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "文档" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "选择一个文档" @@ -53,7 +48,7 @@ msgstr "上传" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "保存" @@ -102,7 +97,7 @@ msgid "Delete %(title)s" msgstr "删除 %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "删除文档" @@ -123,6 +118,20 @@ msgstr "编辑%(title)s" msgid "Editing" msgstr "编辑" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "文件" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "文档" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -161,30 +170,53 @@ msgstr "状态" msgid "Edit this page" msgstr "编辑页面" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "清除选择" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "选择另一个文档" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "搜索文档" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "文档'{0}' 已添加" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "无法保存文档,出现错误。" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "文档'{0}' 已更新" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "文档'{0}' 已删除" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "选择另一个文档" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this document" +msgstr "编辑页面" + +#~ msgid "Clear choice" +#~ msgstr "清除选择" diff --git a/wagtail/wagtaildocs/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/zh_TW/LC_MESSAGES/django.po index a2b8633a4..87946e838 100644 --- a/wagtail/wagtaildocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:12+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,26 +17,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:21 templates/wagtaildocs/documents/list.html:11 +#: models.py:23 templates/wagtaildocs/documents/list.html:11 #: templates/wagtaildocs/documents/list.html:14 #: templates/wagtaildocs/documents/usage.html:16 msgid "Title" msgstr "標題" -#: models.py:22 templates/wagtaildocs/documents/list.html:17 +#: models.py:24 templates/wagtaildocs/documents/list.html:17 msgid "File" msgstr "文件" -#: models.py:26 +#: models.py:28 msgid "Tags" msgstr "標籤" -#: wagtail_hooks.py:28 templates/wagtaildocs/documents/index.html:16 -msgid "Documents" -msgstr "文件" - -#: templates/wagtaildocs/chooser/chooser.html:2 -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:11 +#: templates/wagtaildocs/chooser/chooser.html:2 widgets.py:13 msgid "Choose a document" msgstr "選擇一個文件" @@ -51,7 +46,7 @@ msgstr "上傳" #: templates/wagtaildocs/chooser/chooser.html:34 #: templates/wagtaildocs/documents/add.html:25 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Save" msgstr "儲存" @@ -102,7 +97,7 @@ msgid "Delete %(title)s" msgstr "刪除 %(title)s" #: templates/wagtaildocs/documents/confirm_delete.html:6 -#: templates/wagtaildocs/documents/edit.html:29 +#: templates/wagtaildocs/documents/edit.html:31 msgid "Delete document" msgstr "刪除文件" @@ -123,6 +118,20 @@ msgstr "編輯 %(title)s" msgid "Editing" msgstr "編輯" +#: templates/wagtaildocs/documents/edit.html:38 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "文件" + +#: templates/wagtaildocs/documents/edit.html:39 +msgid "File not found" +msgstr "" + +#: templates/wagtaildocs/documents/index.html:16 wagtail_hooks.py:28 +msgid "Documents" +msgstr "文件" + #: templates/wagtaildocs/documents/list.html:21 #: templates/wagtaildocs/documents/list.html:24 msgid "Uploaded" @@ -162,30 +171,53 @@ msgstr "" msgid "Edit this page" msgstr "" -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:9 -msgid "Clear choice" -msgstr "清除選擇" - -#: templates/wagtaildocs/edit_handlers/document_chooser_panel.html:10 -msgid "Choose another document" -msgstr "選擇另外一份文件" - #: views/documents.py:38 views/documents.py:47 msgid "Search documents" msgstr "搜尋文件" #: views/documents.py:92 +#, python-brace-format msgid "Document '{0}' added." msgstr "文件 '{0}' 已加入" -#: views/documents.py:95 views/documents.py:129 +#: views/documents.py:93 views/documents.py:128 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編輯" + +#: views/documents.py:97 views/documents.py:132 msgid "The document could not be saved due to errors." msgstr "這文件因有錯誤而無法建立。" -#: views/documents.py:126 +#: views/documents.py:127 +#, python-brace-format msgid "Document '{0}' updated" msgstr "文件 '{0}' 已更新" +#: views/documents.py:147 +msgid "" +"The file could not be found. Please change the source or delete the document" +msgstr "" + #: views/documents.py:148 +msgid "Delete" +msgstr "" + +#: views/documents.py:166 +#, python-brace-format msgid "Document '{0}' deleted." msgstr "文件 '{0}' 已刪除" + +#: widgets.py:14 +msgid "Choose another document" +msgstr "選擇另外一份文件" + +#: widgets.py:15 +#, fuzzy +#| msgid "Add a document" +msgid "Edit this document" +msgstr "新增一份文件" + +#~ msgid "Clear choice" +#~ msgstr "清除選擇" diff --git a/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po index 3862ec653..a743f839e 100644 --- a/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-24 20:14+0000\n" "Last-Translator: LyuboslavPetrov \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po index b43cccb20..41cf1c211 100644 --- a/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-22 12:45+0000\n" "Last-Translator: Lloople \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po index 4102e1c13..cdaddcc7e 100644 --- a/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jiri Stepanek , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-01-10 10:18+0000\n" "Last-Translator: Jiri Stepanek \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: forms.py:11 @@ -38,7 +39,9 @@ msgstr "Vložit" msgid "" "There seems to be a problem with your embedly API key. Please check your " "settings." -msgstr "Zdá se, že není správně nastaven API klíč pro službu Embedly. Prosím, zkontrolujte nastavení systému." +msgstr "" +"Zdá se, že není správně nastaven API klíč pro službu Embedly. Prosím, " +"zkontrolujte nastavení systému." #: views/chooser.py:35 msgid "Cannot find an embed for this URL." @@ -48,4 +51,5 @@ msgstr "Pro toto URL nebyl nalezen žádný embed." msgid "" "There seems to be an error with Embedly while trying to embed this URL. " "Please try again later." -msgstr "Došlo k problému při použití služby Embedly. Zkuste to prosím znovu později." +msgstr "" +"Došlo k problému při použití služby Embedly. Zkuste to prosím znovu později." diff --git a/wagtail/wagtailembeds/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/cy/LC_MESSAGES/django.po index 971c20dbe..5ad287313 100644 --- a/wagtail/wagtailembeds/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po index 8eb081789..5c7f825b7 100644 --- a/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-25 17:30+0000\n" "Last-Translator: jspielmann \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po index 1d808a8e1..4846fd256 100644 --- a/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-22 12:34+0000\n" "Last-Translator: serafeim \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.po index 7aa63ac9e..6660e04af 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+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/wagtailembeds/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po index f2fb44bde..76501f204 100644 --- a/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-27 09:34+0000\n" "Last-Translator: fooflare \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/eu/LC_MESSAGES/django.po index 5d96a8cb5..2628af2c5 100644 --- a/wagtail/wagtailembeds/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-24 22:36+0000\n" "Last-Translator: tomdyson \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po index f3697c61e..e1320bb24 100644 --- a/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-03-18 22:04+0000\n" "Last-Translator: nahuel\n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po index c917fc5f5..2ef252c7d 100644 --- a/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-03-23 10:32+0000\n" "Last-Translator: fooflare \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po index b5df650b2..393de16a2 100644 --- a/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:11 diff --git a/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po index 943203ed7..92d41acc0 100644 --- a/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #: forms.py:11 diff --git a/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po index 6dcd4020e..1a0e7d5fd 100644 --- a/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-03-01 17:11+0000\n" "Last-Translator: delgermurun \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po index 87515da44..5db19dcf5 100644 --- a/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po index ff9c97f50..f3b3d63af 100644 --- a/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" diff --git a/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po index 588b8453c..a5b990670 100644 --- a/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-23 10:22+0000\n" "Last-Translator: utek \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po index dca4c392d..2855de75d 100644 --- a/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-01 19:33+0000\n" "Last-Translator: Douglas Miranda \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" diff --git a/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po index 954b41878..538a12d19 100644 --- a/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-03 01:53+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" diff --git a/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po index b05f83884..3cf03832e 100644 --- a/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-24 22:27+0000\n" "Last-Translator: zerolab\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po index 46c97e8d3..295bfd235 100644 --- a/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-05 04:51+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/si_LK/LC_MESSAGES/django.po index d247deb6a..936086e7a 100644 --- a/wagtail/wagtailembeds/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" diff --git a/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po index d69356188..d3b183b7c 100644 --- a/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" diff --git a/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po index 10b2eb74d..28a864100 100644 --- a/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/sv_SE/LC_MESSAGES/django.po index 4f506f413..a61180b37 100644 --- a/wagtail/wagtailembeds/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po index a562d2573..c6776ac2f 100644 --- a/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/uk/LC_MESSAGES/django.po index 6d0380c35..4011bd3d1 100644 --- a/wagtail/wagtailembeds/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/vi/LC_MESSAGES/django.po index 1d2470b57..cd2570eac 100644 --- a/wagtail/wagtailembeds/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-03-03 22:29+0000\n" "Last-Translator: serafeim \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.po index d6d7b545c..9e7af7595 100644 --- a/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-24 17:34+0000\n" "Last-Translator: tomdyson \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po index 39f44ffd3..eba8671f8 100644 --- a/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-04 09:33+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" diff --git a/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po index cc0974ae4..a2c21b161 100644 --- a/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-24 17:34+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" diff --git a/wagtail/wagtailforms/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/bg/LC_MESSAGES/django.po index 226f2b3ee..6b9369125 100644 --- a/wagtail/wagtailforms/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.po index 739f85a7c..67471db6d 100644 --- a/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po index 8e47ac4eb..8ef3bbabd 100644 --- a/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po @@ -1,86 +1,87 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/cy/LC_MESSAGES/django.po index 9225f0c8d..afbd79213 100644 --- a/wagtail/wagtailforms/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,70 +19,70 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po index 02a1ae124..f73727637 100644 --- a/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po index 98e496557..fa950cd00 100644 --- a/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po index 35605d16e..ea0f9282f 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,70 +17,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po index 49abe3a99..ebbf696e4 100644 --- a/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/eu/LC_MESSAGES/django.po index c4c94af58..dcef0aad8 100644 --- a/wagtail/wagtailforms/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po index a4c81447a..ebd4450f9 100644 --- a/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/gl/LC_MESSAGES/django.po index 642e868d4..ee148e4bd 100644 --- a/wagtail/wagtailforms/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/gl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po index 336ead1a4..1720a7295 100644 --- a/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po @@ -1,86 +1,87 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po index 8f18b3860..3bf3f1c51 100644 --- a/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po @@ -1,87 +1,92 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Daigo Shitara , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-12-02 04:03+0000\n" "Last-Translator: Daigo Shitara \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "一行テキスト" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "複数行テキスト" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "Eメール" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "数値" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "URL" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "チェックボックス" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr " 複数のチェックボックス" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "セレクトボックス" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "ラジオボタン" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "日付" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "日時" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "フォームフィールドのラベル" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." -msgstr "カンマ区切りの選択肢。複数のチェックボックス、ラジオボタン、セレクトボックスのみ有効です。" +msgstr "" +"カンマ区切りの選択肢。複数のチェックボックス、ラジオボタン、セレクトボックス" +"のみ有効です。" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." -msgstr "初期値。複数のチェックボックスの場合にはカンマ区切りの値を指定できます。" +msgstr "" +"初期値。複数のチェックボックスの場合にはカンマ区切りの値を指定できます。" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" -msgstr "オプション - フォームで送信された内容が指定したメールアドレスに送信されます。" +msgstr "" +"オプション - フォームで送信された内容が指定したメールアドレスに送信されます。" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "フォーム" diff --git a/wagtail/wagtailforms/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/mn/LC_MESSAGES/django.po index 66197d3d3..f7c4104ab 100644 --- a/wagtail/wagtailforms/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/mn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po index dc4024482..0d53a29e8 100644 --- a/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po index 90cdefcc2..5b71896b4 100644 --- a/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po index 38980bc7d..f13b74702 100644 --- a/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,70 +19,70 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po index acfe63853..623694815 100644 --- a/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po index aaaa9e4c0..017cb1e5c 100644 --- a/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-17 17:32+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/" @@ -19,55 +19,55 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "Linha de texto" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "Caixa de linhas de texto" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "Email" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "Número" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "URL" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "Caixa de seleção" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "Caixas de seleção" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "Lista pendente" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "Botões de seleção" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "Data" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "Data/hora" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "O nome do campo do formulário" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." @@ -75,20 +75,20 @@ msgstr "" "Lista de opções separadas por vírgula. Só utilizável nas caixas de seleção, " "botões e listas pendentes." -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" "Valor pré-definido. Valores separados por vírgula admitidos nas caixas de " "seleção." -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" "Opcional - as submissões de formulários serão enviadas por email para este " "endereço" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "Formulários" diff --git a/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po index faf51d802..90ea0f563 100644 --- a/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po @@ -1,87 +1,92 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dan Braghis, 2014-2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-02-06 23:02+0000\n" "Last-Translator: Dan Braghis\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" +"language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "Linie de text" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "Linii de text" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "E-mail" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "Număr" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "Adresă de internet" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "Casetă" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "Casete" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "Listă derulantă" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "Butoane radio" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "Dată" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "Dată/Timp" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "Etichetă pentru câmp de formular" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." -msgstr "Listă de opțiuni separate prin virgulă. Aplicabil în căsuțe, butoane radio și liste derulante." +msgstr "" +"Listă de opțiuni separate prin virgulă. Aplicabil în căsuțe, butoane radio " +"și liste derulante." -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "Valoare implicită. Suportă valori separate prin virgule pentru căsuțe." -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" -msgstr "Opțional. Depunerile de formular vor fi trimise la această adresă de email." +msgstr "" +"Opțional. Depunerile de formular vor fi trimise la această adresă de email." -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "Formulare" diff --git a/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po index 2f1f3f881..1147934c5 100644 --- a/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-05 03:03+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,55 +20,55 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "Однострочный текст" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "Многострочный текст" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "Адрес электронной почты" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "Число" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "URL" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "Флажок" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "Флажки" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "Выпадающий вниз" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "Радиокнопки" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "Дата" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "Дата/время" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "Метка поля формы" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." @@ -76,17 +76,17 @@ msgstr "" "Разделенный запятыми список вариантов. Применяется только для флажков, " "радиокнопок и в выпадающем списке." -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "Значение по умолчанию. Разделенные запятыми значения для флажков." -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" "Не обязательно - заполненные формы будут отправляться на этот почтовый адрес" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "Формы" diff --git a/wagtail/wagtailforms/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/si_LK/LC_MESSAGES/django.po index 9f660c8ef..ab2758fd9 100644 --- a/wagtail/wagtailforms/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po index a391dc055..b2ded1a3c 100644 --- a/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po index cd597d22b..66186649e 100644 --- a/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/sv_SE/LC_MESSAGES/django.po index a569405b8..780c0564b 100644 --- a/wagtail/wagtailforms/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po index f7f9b82f3..397d2e29d 100644 --- a/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po index 7252d1549..36b285b53 100644 --- a/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,70 +19,70 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/vi/LC_MESSAGES/django.po index d112c14d7..d7400eda3 100644 --- a/wagtail/wagtailforms/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/zh/LC_MESSAGES/django.po index 4a34e9007..e8174c967 100644 --- a/wagtail/wagtailforms/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po index 6cee7d955..019f41825 100644 --- a/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-04 11:06+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,70 +19,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "单行文本" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "多行文本" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "电子邮件" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "URL" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "复选框" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "复选框" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "下拉" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "单选按钮" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "日期" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "日期/时间" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "表单" diff --git a/wagtail/wagtailforms/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/zh_TW/LC_MESSAGES/django.po index 9170b1c9f..a0a236d07 100644 --- a/wagtail/wagtailforms/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/wagtail/" @@ -18,70 +18,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:22 +#: models.py:25 msgid "Single line text" msgstr "" -#: models.py:23 +#: models.py:26 msgid "Multi-line text" msgstr "" -#: models.py:24 +#: models.py:27 msgid "Email" msgstr "" -#: models.py:25 +#: models.py:28 msgid "Number" msgstr "" -#: models.py:26 +#: models.py:29 msgid "URL" msgstr "" -#: models.py:27 +#: models.py:30 msgid "Checkbox" msgstr "" -#: models.py:28 +#: models.py:31 msgid "Checkboxes" msgstr "" -#: models.py:29 +#: models.py:32 msgid "Drop down" msgstr "" -#: models.py:30 +#: models.py:33 msgid "Radio buttons" msgstr "" -#: models.py:31 +#: models.py:34 msgid "Date" msgstr "" -#: models.py:32 +#: models.py:35 msgid "Date/time" msgstr "" -#: models.py:60 +#: models.py:63 msgid "The label of the form field" msgstr "" -#: models.py:67 +#: models.py:70 msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -#: models.py:72 +#: models.py:75 msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -#: models.py:185 +#: models.py:188 msgid "Optional - form submissions will be emailed to this address" msgstr "" -#: wagtail_hooks.py:25 templates/wagtailforms/index.html:3 -#: templates/wagtailforms/index.html:6 +#: templates/wagtailforms/index.html:3 templates/wagtailforms/index.html:6 +#: wagtail_hooks.py:25 msgid "Forms" msgstr "" diff --git a/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.po index d7cffe633..131dbd511 100644 --- a/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Заглавие" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Файл" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Тагове" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Изображения" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Изберете изображение" @@ -161,16 +155,10 @@ msgstr "Избери формат" msgid "Insert image" msgstr "Вмъкни Изображение" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Изчисти Изображение" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Избери друго Изображение" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Промени Изображение:" #: templates/wagtailimages/images/add.html:4 @@ -225,10 +213,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Файл" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Изображения" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -317,30 +324,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Изображение '{0}' обновено." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Редактиране" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Изображението не можеше да бъде запазено поради грешки." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Изображение '{0}' изтрито." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Изображение '{0}' добавено." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактиране" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Изображението не можеше да бъде създадено поради грешки." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Избери друго Изображение" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Изчисти Изображение" diff --git a/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.po index cc08a9e1a..c243aa085 100644 --- a/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Títol" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Arxiu" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Tags" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Imatges" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Escull una imatge" @@ -160,16 +154,10 @@ msgstr "Escull un fomat" msgid "Insert image" msgstr "Insereix una imatge" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Imatge clara" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Escull una altra imatge" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Canvia la imatge:" #: templates/wagtailimages/images/add.html:4 @@ -224,10 +212,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Arxiu" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Imatges" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -316,30 +323,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Cercar imatges" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Imatge '{0}' actualitzada." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Editant" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "No s'ha pogut desar la imatge." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Imatge '{0}' eliminada." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Imatge '{0}' afegida." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editant" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "No s'ha pogut crear la imatge." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Escull una altra imatge" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Imatge clara" diff --git a/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po index ce9ca70e0..4956cfecd 100644 --- a/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jiri Stepanek , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-01-10 10:15+0000\n" "Last-Translator: Jiri Stepanek \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: fields.py:13 @@ -52,65 +53,59 @@ msgstr "Podporované formáty: %s. Maximální velikost: %s." msgid "Supported formats: %s." msgstr "Podporované formáty: %s." -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "Filtr" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "Původní velikost" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "Přizpůsobit šířku" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "Přizpůsobit výšku" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "Zvětšit na minimální velikost" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "Zmenšit na maximální velikost" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "Vyplnit obdélník" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "Šířka" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "Výška" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "Přiblížení" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Název" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Soubor" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Tagy" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Obrázky" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Zvolit obrázek" @@ -139,9 +134,15 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nNalezen 1 obrázek" -msgstr[1] "\nNalezeno %(counter)s obrázků" -msgstr[2] "\nNalezeno %(counter)s obrázků" +msgstr[0] "" +"\n" +"Nalezen 1 obrázek" +msgstr[1] "" +"\n" +"Nalezeno %(counter)s obrázků" +msgstr[2] "" +"\n" +"Nalezeno %(counter)s obrázků" #: templates/wagtailimages/chooser/results.html:13 #: templates/wagtailimages/images/results.html:13 @@ -156,16 +157,10 @@ msgstr "Zvolte formát" msgid "Insert image" msgstr "Vložit obrázek" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Odstranit obrázek" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Zvolit jiný obrázek" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Změnit obrázek:" #: templates/wagtailimages/images/add.html:4 @@ -214,27 +209,51 @@ msgstr "Středový bod (nepovinné)" msgid "" "To define this image's most important region, drag a box over the image " "below." -msgstr "Nejdůležitější oblast obrázku můžete nadefinovat přetažením boxu po obrázku níže." +msgstr "" +"Nejdůležitější oblast obrázku můžete nadefinovat přetažením boxu po obrázku " +"níže." #: templates/wagtailimages/images/edit.html:52 msgid "Current focal point shown" msgstr "Zobrazen aktuální středový bod" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "Generátor URL" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Soubor" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Obrázky" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" -msgstr "Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné obrázky" +msgstr "" +"Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné obrázky" #: templates/wagtailimages/images/results.html:34 #, python-format msgid "" -"You've not uploaded any images. Why not add one now?" -msgstr "Nebyly nalezeny žádné obrázky. Nový obrázek můžete přidat zde." +"You've not uploaded any images. Why not add one now?" +msgstr "" +"Nebyly nalezeny žádné obrázky. Nový obrázek můžete přidat zde." #: templates/wagtailimages/images/url_generator.html:9 msgid "Generating URL" @@ -252,7 +271,9 @@ msgstr "Náhled" msgid "" "Note that images generated larger than the screen will appear smaller when " "previewed here, so they fit the screen." -msgstr "Mějte na paměti, že obrázky větší než velikost obrazovky budou v náhledu zmenšeny tak, aby se na obrazovku vešly." +msgstr "" +"Mějte na paměti, že obrázky větší než velikost obrazovky budou v náhledu " +"zmenšeny tak, aby se na obrazovku vešly." #: templates/wagtailimages/images/usage.html:3 #, python-format @@ -289,7 +310,8 @@ msgstr "Přidat obrázky" #: templates/wagtailimages/multiple/add.html:18 msgid "Drag and drop images into this area to upload immediately." -msgstr "Chcete-li nahrát obrázky na server, přetáhněte je myší do této oblasti." +msgstr "" +"Chcete-li nahrát obrázky na server, přetáhněte je myší do této oblasti." #: templates/wagtailimages/multiple/add.html:23 msgid "Or choose from your computer" @@ -300,7 +322,9 @@ msgid "" "Upload successful. Please update this image with a more appropriate title, " "if necessary. You may also delete the image completely if the upload wasn't " "required." -msgstr "Obrázky byly nahrány. Níže můžete upravit titulky, je-li to třeba. Také můžete vybrané obrázky úplně odstranit, jestliže byly nahrány omylem." +msgstr "" +"Obrázky byly nahrány. Níže můžete upravit titulky, je-li to třeba. Také " +"můžete vybrané obrázky úplně odstranit, jestliže byly nahrány omylem." #: templates/wagtailimages/multiple/add.html:49 msgid "Sorry, upload failed." @@ -310,30 +334,64 @@ msgstr "Nahrání obrázků na server selhalo." msgid "Update" msgstr "Uložit" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "Smazat" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Hledat obrázky" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Obrázek '{0}' byl upraven." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Úprava" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Obrázek nelze uložit, zkontrolujte správné vyplnění polí." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Obrázek '{0}' byl smazán." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Obrázek '{0}' byl přidán." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Úprava" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Obrázek nebyl vytvořen, zkontrolujte správné vyplnění polí." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Zvolit jiný obrázek" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "Upravit stránku" + +#~ msgid "Clear image" +#~ msgstr "Odstranit obrázek" diff --git a/wagtail/wagtailimages/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/cy/LC_MESSAGES/django.po index 01ad18f64..3a26e4095 100644 --- a/wagtail/wagtailimages/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -158,16 +152,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -222,10 +208,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -312,30 +315,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po index 69c0b7db0..877cd2cf3 100644 --- a/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -54,65 +54,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Titel" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Datei" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Schlagwörter" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Bilder" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Bild auswählen" @@ -163,16 +157,10 @@ msgstr "Format wählen" msgid "Insert image" msgstr "Bild einfügen" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Bild zurücksetzen" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Anderes Bild wählen" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Bild ändern:" #: templates/wagtailimages/images/add.html:4 @@ -227,10 +215,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Datei" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Bilder" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -320,30 +327,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Nach Bildern suchen" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Bild '{0}' geändert." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Bearbeiten" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Aufgrund von Fehlern konnte das Bild nicht gespeichert werden." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Bild '{0}' gelöscht." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Bild '{0}' hinzugefügt." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Aufgrund von Fehlern konnte das Bild nicht erstellt werden." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Anderes Bild wählen" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Bild zurücksetzen" diff --git a/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po index e9438eabe..6dabbaf0f 100644 --- a/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Τίτλος" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Αρχείο" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Ετικέτες" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Εικόνες" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Επιλέξατε εικόνα" @@ -161,16 +155,10 @@ msgstr "Επιλογή τύπου" msgid "Insert image" msgstr "Εισαγωγή εικόνας" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "καθαρισμός εικόνας" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Επιλογή άλλης εικόνας" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Αλλαγή εικόνας:" #: templates/wagtailimages/images/add.html:4 @@ -225,10 +213,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Αρχείο" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Εικόνες" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -318,30 +325,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Αναζήτηση εικόνων" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Η εικόνα '{0}' ενημερώθηκε." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Διόρθωση" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Δεν ήταν δυνατή η αποθήκευση της εικόνας." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Η εικόνα '{0}' διαγράφηκε." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Η εικόνα '{0}' δημιουργήθηκε." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Διόρθωση" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Δεν ήταν δυνατή η δημιουργία της εικόνας." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Επιλογή άλλης εικόνας" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "καθαρισμός εικόνας" diff --git a/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.po index 005c77b85..e8747c1f8 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -51,65 +51,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -154,16 +148,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -218,10 +204,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -308,30 +311,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po index 8c40dd6fc..b4b37341c 100644 --- a/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -54,65 +54,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Archivo" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Imágenes" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Seleccionar una imagen" @@ -163,16 +157,10 @@ msgstr "Selecciona un formato" msgid "Insert image" msgstr "Insertar imagen" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Borrar imagen" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Seleccionar otra imagen" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Cambiar imagen:" #: templates/wagtailimages/images/add.html:4 @@ -227,10 +215,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Archivo" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Imágenes" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -321,30 +328,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Buscar imágenes" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Imagen '{0}' actualizada." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Editando" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "La imagen no puedo ser guardada debido a errores" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Imagen '{0}' eliminada." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Imagen '{0}' añadida." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "La imagen no pudo ser creada debido a errores." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Seleccionar otra imagen" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Borrar imagen" diff --git a/wagtail/wagtailimages/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/eu/LC_MESSAGES/django.po index e00954e8a..301611068 100644 --- a/wagtail/wagtailimages/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -155,16 +149,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -219,10 +205,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -309,30 +312,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po index 26969c658..19e6a83ea 100644 --- a/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Titre" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Fichier" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Mots-clés" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Images" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Choisir une image" @@ -162,17 +156,11 @@ msgstr "Choisissez un format" msgid "Insert image" msgstr "Insérer l'image" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Choisir une autre image" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" -msgstr "" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Choose an image" +msgid "Change image file:" +msgstr "Choisir une image" #: templates/wagtailimages/images/add.html:4 #: templates/wagtailimages/images/index.html:19 @@ -226,10 +214,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Fichier" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Images" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -316,30 +323,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Image '{0}' mise à jour." -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Image '{0}' supprimée." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Image '{0}' ajoutée." -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Choisir une autre image" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po index 28124cf39..adf7db57d 100644 --- a/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -54,65 +54,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Arquivo" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Imaxes" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Seleccionar unha imaxe" @@ -163,16 +157,10 @@ msgstr "Selecciona un formato" msgid "Insert image" msgstr "Insertar imaxe" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Borrar imaxe" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Seleccionar outra imaxe" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Cambiar imaxe:" #: templates/wagtailimages/images/add.html:4 @@ -227,10 +215,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Arquivo" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Imaxes" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -319,30 +326,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Buscar imaxes" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Imaxe '{0}' actualizada." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Editando" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "A imaxe non puido ser gardada debido a erros" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Imaxe '{0}' eliminada." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Imaxe '{0}' engadida." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "A imaxe non puido ser creada debido a erros." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Seleccionar outra imaxe" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Borrar imaxe" diff --git a/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po index e4a7525b8..3b5bc542e 100644 --- a/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: fields.py:13 @@ -51,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -154,16 +149,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -218,10 +205,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -230,8 +234,8 @@ msgstr "" #: templates/wagtailimages/images/results.html:34 #, python-format msgid "" -"You've not uploaded any images. Why not add one now?" +"You've not uploaded any images. Why not add one now?" msgstr "" #: templates/wagtailimages/images/url_generator.html:9 @@ -308,30 +312,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po index 430ab7c41..bb18361d9 100644 --- a/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #: fields.py:13 @@ -51,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -153,16 +148,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -217,10 +204,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -229,8 +233,8 @@ msgstr "" #: templates/wagtailimages/images/results.html:34 #, python-format msgid "" -"You've not uploaded any images. Why not add one now?" +"You've not uploaded any images. Why not add one now?" msgstr "" #: templates/wagtailimages/images/url_generator.html:9 @@ -307,30 +311,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.po index 61f686ba3..2cb98d60a 100644 --- a/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Гарчиг" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Файл" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Шошго" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Зургууд" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Зургаа сонгоно уу" @@ -160,16 +154,10 @@ msgstr "Форматаа сонгоно уу" msgid "Insert image" msgstr "Зураг оруулах" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Зургийг цэвэрлэх" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Өөр зураг сонгох" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Зургийг өөрчлөх:" #: templates/wagtailimages/images/add.html:4 @@ -224,10 +212,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Файл" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Зургууд" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -316,30 +323,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Зураг хайх" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "'{0}' зураг засагдлаа." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Засч байна" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Зураг энэ алдаануудаас шалтгаалан хадгалагдсангүй." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "'{0}' зураг устлаа." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "'{0}' зураг нэмэгдлээ." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Засч байна" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Зураг энэ алдаануудаас шалтгаалан хадгалагдсангүй." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Өөр зураг сонгох" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Зургийг цэвэрлэх" diff --git a/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po index a7f341575..eda22d9f2 100644 --- a/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-29 07:52+0000\n" "Last-Translator: mahulst\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "Filter" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "Originele grootte" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "vergroot of verklein naar breedte" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "vergroot of verklein naar hoogte" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "Verklein naar minimale grootte" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "Vergroot naar maximale grootte" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "Vergroot of verklein om uit te vullen" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "Breedte" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "Hoogte" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Titel" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Bestand" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Bestand" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Afbeeldingen" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Kies een afbeelding" @@ -160,16 +154,10 @@ msgstr "Kies een formaat" msgid "Insert image" msgstr "Afbeelding invoegen" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Afbeelding opruimen" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Kies een andere afbeelding" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Verander afbeelding:" #: templates/wagtailimages/images/add.html:4 @@ -224,10 +212,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Bestand" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Afbeeldingen" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -321,34 +328,68 @@ msgstr "Sorry, upload niet geslaagd." msgid "Update" msgstr "Updaten" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "Verwijderen" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Zoek afbeeldingen" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Afbeelding '{0}' geüpdatet" -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Wijzigen" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "De afbeelding kon niet opgeslagen worden door foutmeldingen." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Afbeelding '{0}' deleted." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Afbeelding '{0}' toegevoegd." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Wijzigen" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "De afbeelding kon niet gemaakt worden door foutmeldingen." +#: widgets.py:14 +msgid "Choose another image" +msgstr "Kies een andere afbeelding" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "Wijzig deze pagina" + +#~ msgid "Clear image" +#~ msgstr "Afbeelding opruimen" + #~ msgid "" #~ "Not a valid image. Please use a gif, jpeg or png file with the correct " #~ "file extension (*.gif, *.jpg or *.png)." diff --git a/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po index 129780454..25626cab9 100644 --- a/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -155,16 +149,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -219,10 +205,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -309,30 +312,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po index cbcba9991..03ac16a70 100644 --- a/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -55,65 +55,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Tytuł" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Plik" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Tagi" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Obrazy" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Wybierz obraz" @@ -168,16 +162,10 @@ msgstr "Wybierz format" msgid "Insert image" msgstr "Wstaw obraz" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Wyczyść obraz" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Wybierz inny obraz" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Zmień obraz:" #: templates/wagtailimages/images/add.html:4 @@ -232,10 +220,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Plik" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Obrazy" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -324,30 +331,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Szukaj obrazów" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Uaktualniono obraz '{0}'." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Edycja" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Obraz nie mógł zostać zapisany z powodu błędów." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Usunięto obraz '{0}'." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Dodano obraz '{0}'." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Edycja" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Obraz nie mógł zostać stworzony z powodu błędów." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Wybierz inny obraz" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "Wyczyść obraz" diff --git a/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po index 715cba2c7..89ddf7fdc 100644 --- a/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-12 01:50+0000\n" "Last-Translator: Gladson \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -54,65 +54,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "Filtro" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "Tamanho original" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "Redimensionar a largura" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "Redimensionar a altura" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "Redimensionar o mínimo" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "Redimensionar o máximo" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "Redimensionar para preencher" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "Largura" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "Altura" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Arquivo" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Imagens" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Escolha uma imagem" @@ -163,16 +157,10 @@ msgstr "Escolha um formato" msgid "Insert image" msgstr "Inserir imagem" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Limpar imagem" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Escolha outra imagem" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Trocar imagem:" #: templates/wagtailimages/images/add.html:4 @@ -227,10 +215,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Arquivo" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Imagens" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -323,34 +330,68 @@ msgstr "Desculpe, o carregamento falhou." msgid "Update" msgstr "Atualizar" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "Excluir" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Buscar imagens" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Imagem '{0}' enviada." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Editando" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "A imagem não pôde ser salva devido à erros." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Imagem '{0}' apagada." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Imagem '{0}' adicionada." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "A imagem não pôde ser criada devido à erros." +#: widgets.py:14 +msgid "Choose another image" +msgstr "Escolha outra imagem" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "Editar essa página" + +#~ msgid "Clear image" +#~ msgstr "Limpar imagem" + #~ msgid "" #~ "Not a valid image. Please use a gif, jpeg or png file with the correct " #~ "file extension (*.gif, *.jpg or *.png)." diff --git a/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po index 979ae56ee..7a0b1ca85 100644 --- a/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-03 01:55+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -54,65 +54,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "Filtro" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "Dimensão original" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "Redimensionar pela largura" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "Redimensionar pela altura" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "Redimensionar pelo min" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "Redimensionar pelo máx" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "Redimensionar para preencher" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "Largura" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "Altura" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Título" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Ficheiro" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Etiquetas" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Imagens" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Escolher uma imagem" @@ -163,16 +157,10 @@ msgstr "Escolher um formato" msgid "Insert image" msgstr "Inserir imagem" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Limpar imagem" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Escolher outra imagem" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Alterar imagem:" #: templates/wagtailimages/images/add.html:4 @@ -227,10 +215,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Ficheiro" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Imagens" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -324,34 +331,68 @@ msgstr "Desculpe, o envio falhou." msgid "Update" msgstr "Atualizar" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "Eliminar" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Procurar imagens" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Imagem '{0}' atualizada." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Editando" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "A imagem não pôde ser guardada devido a erros." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Imagem '{0}' eliminada." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Imagem '{0}' adicionada." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "A imagem não pôde ser criada devido a erros." +#: widgets.py:14 +msgid "Choose another image" +msgstr "Escolher outra imagem" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "Editar esta página" + +#~ msgid "Clear image" +#~ msgstr "Limpar imagem" + #~ msgid "" #~ "Not a valid image. Please use a gif, jpeg or png file with the correct " #~ "file extension (*.gif, *.jpg or *.png)." diff --git a/wagtail/wagtailimages/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ro/LC_MESSAGES/django.po index 8bb2a0db3..529307c49 100644 --- a/wagtail/wagtailimages/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ro/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dan Braghis, 2014-2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2015-02-06 23:13+0000\n" "Last-Translator: Dan Braghis\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" +"language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: fields.py:13 msgid "GIF, JPEG, PNG" @@ -52,65 +54,59 @@ msgstr "Formate suportate: %s. Volum maxim de fișier: %s." msgid "Supported formats: %s." msgstr "Formate suportate: %s." -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "Filtrează" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "Dimensiune originală" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "Redimensionare la lățime" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "Redimensionare la înălțime" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "Redimensionare la minimum" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "Redimensionare la maximum" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "Redimensionare la împlinire" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "Lățime" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "Înălțime" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "Vecinătate" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Titlu" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Fișier" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Etichete" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Imagini" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Alege imagine" @@ -139,9 +135,15 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nExistă o potrivire" -msgstr[1] "\nSunt %(counter)s potriviri" -msgstr[2] "\nSunt %(counter)s potriviri" +msgstr[0] "" +"\n" +"Există o potrivire" +msgstr[1] "" +"\n" +"Sunt %(counter)s potriviri" +msgstr[2] "" +"\n" +"Sunt %(counter)s potriviri" #: templates/wagtailimages/chooser/results.html:13 #: templates/wagtailimages/images/results.html:13 @@ -156,16 +158,10 @@ msgstr "Alege un format" msgid "Insert image" msgstr "Inserează imagine" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Curăță imaginea" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Alege altă imagine" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Schimbă imaginea:" #: templates/wagtailimages/images/add.html:4 @@ -220,21 +216,43 @@ msgstr "" msgid "Current focal point shown" msgstr "Punctul focal curent este afișat" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "Generator URL" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Fișier" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Imagini" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" -msgstr "Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici o imagine" +msgstr "" +"Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici o imagine" #: templates/wagtailimages/images/results.html:34 #, python-format msgid "" -"You've not uploaded any images. Why not add one now?" -msgstr "Nu ați încărcat nici o imagine. De să nu adăugați una?" +"You've not uploaded any images. Why not add one now?" +msgstr "" +"Nu ați încărcat nici o imagine. De să nu adăugați una?" #: templates/wagtailimages/images/url_generator.html:9 msgid "Generating URL" @@ -310,30 +328,64 @@ msgstr "Încărcarea a eșuat." msgid "Update" msgstr "Actualizează" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "Șterge" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Caută imagini" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Imaginea '{0}' a fost actualizată." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Editare" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Imaginea nu a fost salvată din cauza erorilor." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Imaginea '{0}' a fost ștearsă." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Imaginea '{0}' a fost adăugată." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Imaginea nu a fost creată din cauza erorilor." + +#: widgets.py:14 +msgid "Choose another image" +msgstr "Alege altă imagine" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "Editează această pagină" + +#~ msgid "Clear image" +#~ msgstr "Curăță imaginea" diff --git a/wagtail/wagtailimages/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ru/LC_MESSAGES/django.po index 1e82db1f8..faea440fd 100644 --- a/wagtail/wagtailimages/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-10-05 04:46+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -55,65 +55,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "Фильтр" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "Оригинальный размер" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "Изменение размера по ширине" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "Изменение размера по высоте" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "Изменение размера до минимального" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "Изменение размера до максимального" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "Изменение размера для заполнения" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "Ширина" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "Высота" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "Заголовок" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "Файл" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "Тэги" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "Изображения" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "Выберите изображение" @@ -165,16 +159,10 @@ msgstr "Выберите формат" msgid "Insert image" msgstr "Вставить изображение" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "Убрать изображение" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "Выбрать другое изображение" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "Изменить изображение:" #: templates/wagtailimages/images/add.html:4 @@ -229,10 +217,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "Файл" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "Изображения" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -327,34 +334,68 @@ msgstr "Извините, загрузка не удалась." msgid "Update" msgstr "Обновить" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "Удалить" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "Поиск изображений" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "Изображение '{0}' обновлено." -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "Редактирование" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "Это изображение не может быть сохранено из-за ошибок." -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "Изображение '{0}' удалено." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "Изображение '{0}' добавлено." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "Это изображение не может быть создано из-за ошибок." +#: widgets.py:14 +msgid "Choose another image" +msgstr "Выбрать другое изображение" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "Редактировать эту страницу" + +#~ msgid "Clear image" +#~ msgstr "Убрать изображение" + #~ msgid "" #~ "Not a valid image. Please use a gif, jpeg or png file with the correct " #~ "file extension (*.gif, *.jpg or *.png)." diff --git a/wagtail/wagtailimages/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/si_LK/LC_MESSAGES/django.po index ae4b86ffd..cd00d2f6d 100644 --- a/wagtail/wagtailimages/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -155,16 +149,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -219,10 +205,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -309,30 +312,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po index b1a66a1db..925a198b8 100644 --- a/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -156,16 +150,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -220,10 +206,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -310,30 +313,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po index fb80233af..7bbf54e69 100644 --- a/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -155,16 +149,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -219,10 +205,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -309,30 +312,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/sv_SE/LC_MESSAGES/django.po index 64a2fc398..3ea18c27d 100644 --- a/wagtail/wagtailimages/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -155,16 +149,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -219,10 +205,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -309,30 +312,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po index c82048394..f7c3b810b 100644 --- a/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -154,16 +148,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -218,10 +204,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -308,30 +311,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/uk/LC_MESSAGES/django.po index 386638cd4..e34b97e2c 100644 --- a/wagtail/wagtailimages/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -157,16 +151,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -221,10 +207,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -311,30 +314,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/vi/LC_MESSAGES/django.po index b33e651ad..37ec81725 100644 --- a/wagtail/wagtailimages/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "" @@ -154,16 +148,8 @@ msgstr "" msgid "Insert image" msgstr "" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +msgid "Change image file:" msgstr "" #: templates/wagtailimages/images/add.html:4 @@ -218,10 +204,27 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +msgid "Filesize" +msgstr "" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -308,30 +311,55 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "" -#: views/images.py:109 +#: views/images.py:107 +msgid "Edit again" +msgstr "" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "" -#: views/images.py:221 +#: views/images.py:243 +msgid "Edit" +msgstr "" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" diff --git a/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.po index d560b8cfe..c03b321a5 100644 --- a/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -52,65 +52,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "标题" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "文件" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "标签" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "图片" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "选择一个图片" @@ -154,16 +148,10 @@ msgstr "选择一个格式" msgid "Insert image" msgstr "插入图片" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "清除图片" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "选择另外一个图片" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "改变图片:" #: templates/wagtailimages/images/add.html:4 @@ -218,10 +206,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "文件" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "图片" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -310,30 +317,62 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "图片 '{0}' 已更新" -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "编辑" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "图片 因为有错不能被保存" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "图片 '{0}' 已删除." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "图片 '{0}' 已添加." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "图片因为有错不能被创建" + +#: widgets.py:14 +msgid "Choose another image" +msgstr "选择另外一个图片" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "清除图片" diff --git a/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po index bad5c6e01..5c0191158 100644 --- a/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-11-04 11:29+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -53,65 +53,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "过滤器" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "原始尺寸" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "调整宽度到" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "调整高度到" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "调至最小" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "调至最大" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "调至合适" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "宽度" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "高度" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "标题" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "文件" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "标签" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "图像" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "选择一个图像" @@ -158,16 +152,10 @@ msgstr "选择格式" msgid "Insert image" msgstr "插入图像" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "清除图像" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "选择另一个图像" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "修改图像" #: templates/wagtailimages/images/add.html:4 @@ -222,10 +210,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "文件" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "图像" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -315,34 +322,68 @@ msgstr "对不起啊,上传失败。" msgid "Update" msgstr "更新" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 msgid "Delete" msgstr "删除" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "搜索图片" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "图片 '{0}' 已更新。" -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "编辑" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "图片无法保存。出现错误。" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "图片'{0}' 已删除。" -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "图片'{0}'已添加" -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "无法创建图像,出现错误。" +#: widgets.py:14 +msgid "Choose another image" +msgstr "选择另一个图像" + +#: widgets.py:15 +#, fuzzy +#| msgid "Edit this page" +msgid "Edit this image" +msgstr "编辑此页面" + +#~ msgid "Clear image" +#~ msgstr "清除图像" + #~ msgid "" #~ "Not a valid image. Please use a gif, jpeg or png file with the correct " #~ "file extension (*.gif, *.jpg or *.png)." diff --git a/wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.po index 0bfca9520..dd67a26f1 100644 --- a/wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:06+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -51,65 +51,59 @@ msgstr "" msgid "Supported formats: %s." msgstr "" -#: forms.py:50 +#: forms.py:64 msgid "Filter" msgstr "" -#: forms.py:52 +#: forms.py:66 msgid "Original size" msgstr "" -#: forms.py:53 +#: forms.py:67 msgid "Resize to width" msgstr "" -#: forms.py:54 +#: forms.py:68 msgid "Resize to height" msgstr "" -#: forms.py:55 +#: forms.py:69 msgid "Resize to min" msgstr "" -#: forms.py:56 +#: forms.py:70 msgid "Resize to max" msgstr "" -#: forms.py:57 +#: forms.py:71 msgid "Resize to fill" msgstr "" -#: forms.py:60 +#: forms.py:74 msgid "Width" msgstr "" -#: forms.py:61 +#: forms.py:75 msgid "Height" msgstr "" -#: forms.py:62 +#: forms.py:76 msgid "Closeness" msgstr "" -#: models.py:47 templates/wagtailimages/images/usage.html:16 +#: models.py:58 templates/wagtailimages/images/usage.html:16 msgid "Title" msgstr "標題" -#: models.py:48 +#: models.py:59 msgid "File" msgstr "文件" -#: models.py:54 +#: models.py:65 msgid "Tags" msgstr "標籤" -#: wagtail_hooks.py:71 templates/wagtailimages/images/index.html:5 -#: templates/wagtailimages/images/index.html:18 -msgid "Images" -msgstr "圖片" - -#: templates/wagtailimages/chooser/chooser.html:3 -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:19 +#: templates/wagtailimages/chooser/chooser.html:3 widgets.py:13 msgid "Choose an image" msgstr "選擇一個圖片" @@ -158,16 +152,10 @@ msgstr "選擇一個格式" msgid "Insert image" msgstr "插入圖片" -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:17 -msgid "Clear image" -msgstr "清除圖片" - -#: templates/wagtailimages/edit_handlers/image_chooser_panel.html:18 -msgid "Choose another image" -msgstr "選擇另外一個圖片" - -#: templates/wagtailimages/images/_file_field.html:6 -msgid "Change image:" +#: templates/wagtailimages/images/_file_field.html:8 +#, fuzzy +#| msgid "Change image:" +msgid "Change image file:" msgstr "更改圖片:" #: templates/wagtailimages/images/add.html:4 @@ -222,10 +210,29 @@ msgstr "" msgid "Current focal point shown" msgstr "" -#: templates/wagtailimages/images/edit.html:64 +#: templates/wagtailimages/images/edit.html:71 msgid "URL Generator" msgstr "" +#: templates/wagtailimages/images/edit.html:78 +msgid "Max dimensions" +msgstr "" + +#: templates/wagtailimages/images/edit.html:80 +#, fuzzy +#| msgid "File" +msgid "Filesize" +msgstr "文件" + +#: templates/wagtailimages/images/edit.html:81 +msgid "File not found" +msgstr "" + +#: templates/wagtailimages/images/index.html:5 +#: templates/wagtailimages/images/index.html:18 wagtail_hooks.py:71 +msgid "Images" +msgstr "圖片" + #: templates/wagtailimages/images/results.html:31 #, python-format msgid "Sorry, no images match \"%(query_string)s\"" @@ -316,35 +323,67 @@ msgstr "" msgid "Update" msgstr "" -#: templates/wagtailimages/multiple/edit_form.html:15 +#: templates/wagtailimages/multiple/edit_form.html:15 views/images.py:129 #, fuzzy msgid "Delete" msgstr "刪除圖片" -#: views/images.py:39 views/images.py:49 +#: views/images.py:40 views/images.py:50 msgid "Search images" msgstr "搜尋圖片" #: views/images.py:106 +#, python-brace-format msgid "Image '{0}' updated." msgstr "圖片 '{0}' 已更新" -#: views/images.py:109 +#: views/images.py:107 +#, fuzzy +#| msgid "Editing" +msgid "Edit again" +msgstr "編輯" + +#: views/images.py:111 msgid "The image could not be saved due to errors." msgstr "圖片因有錯誤而無法儲存。" -#: views/images.py:195 +#: views/images.py:128 +msgid "" +"The source image file could not be found. Please change the source or delete " +"the image." +msgstr "" + +#: views/images.py:219 +#, python-brace-format msgid "Image '{0}' deleted." msgstr "圖片 '{0}' 已刪除." -#: views/images.py:218 +#: views/images.py:242 +#, python-brace-format msgid "Image '{0}' added." msgstr "圖片 '{0}' 已加入." -#: views/images.py:221 +#: views/images.py:243 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編輯" + +#: views/images.py:247 msgid "The image could not be created due to errors." msgstr "圖片因有錯而不能被建立。" +#: widgets.py:14 +msgid "Choose another image" +msgstr "選擇另外一個圖片" + +#: widgets.py:15 +msgid "Edit this image" +msgstr "" + +#~ msgid "Clear image" +#~ msgstr "清除圖片" + #, fuzzy #~ msgid "" #~ "Not a valid image. Please use a gif, jpeg or png file with the correct " diff --git a/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po index 06f7325d7..c31bd7a8e 100644 --- a/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -19,15 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Пренасочвания от" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Постоянни" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -36,44 +36,14 @@ msgstr "" "старата страница (откъдето се пренасочва или 'Redirect from') и вместо това " "да индексират новата." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Пренасочване към страница" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Пренасочване към URL" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Пренасочването '{0}' обновено." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "Пренасочването не бе запазено поради грешки." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Пренасочването '{0}' изтрито." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Пренасочването '{0}' добавено." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "Пренасочването не можеше да бъде създадено поради грешки." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Пренасочвания" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +84,11 @@ msgstr "Редактиране" msgid "Delete redirect" msgstr "Изтрий пренасочването" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Пренасочвания" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -167,3 +142,36 @@ msgid "" msgstr "" "Няма създадени пренасочвания. Защо не добавите един сега?" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Пренасочването '{0}' обновено." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактиране" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "Пренасочването не бе запазено поради грешки." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Пренасочването '{0}' изтрито." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Пренасочването '{0}' добавено." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "Пренасочването не можеше да бъде създадено поради грешки." diff --git a/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po index fddda0a79..07361c7bf 100644 --- a/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:59+0000\n" "Last-Translator: Lloople \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,15 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirecciona des de" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanent" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -36,44 +36,14 @@ msgstr "" "oblidin la pàgina antiga (El 'redireccionament des de') i indexin la nova " "pàgina al seu lloc." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Redireccionament a una pàgina" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Redireccionar a qualsevol URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Cerca redireccions" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redireccionament '{0}' actualitzat." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "És possible que el redireccionament no s'hagi guardat degut a errors." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redireccionamnet '{0}' eliminat." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Redireccionament '{0}' afegit." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "No s'ha pogut crear el redireccionament." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redireccions" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +84,11 @@ msgstr "Editant" msgid "Delete redirect" msgstr "Esborra redirecció" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redireccions" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -165,3 +140,36 @@ msgid "" msgstr "" "No s'ha creat cap redirecció. Per què no afegeixes una?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Cerca redireccions" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redireccionament '{0}' actualitzat." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editant" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "És possible que el redireccionament no s'hagi guardat degut a errors." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redireccionamnet '{0}' eliminat." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redireccionament '{0}' afegit." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "No s'ha pogut crear el redireccionament." diff --git a/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po index 2e0413475..dd9600e14 100644 --- a/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po @@ -1,73 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -108,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -151,6 +128,37 @@ msgstr "" #: templates/wagtailredirects/results.html:21 #, python-format msgid "" -"No redirects have been created. Why not add one?" +"No redirects have been created. Why not add one?" +msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." msgstr "" diff --git a/wagtail/wagtailredirects/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/cy/LC_MESSAGES/django.po index 31e5ae9aa..0ecd0b3cb 100644 --- a/wagtail/wagtailredirects/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,57 +19,28 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -110,6 +81,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -157,3 +133,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po index 52eb00e3d..2b4ada28d 100644 --- a/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-24 19:01+0000\n" "Last-Translator: pcraston \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,15 +20,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Weiterleiten von" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanent" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -37,45 +37,14 @@ msgstr "" "alten Einträge vergessen und stattdessen die neue Seite (aus 'Weiterleiten " "von') durchsuchen." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Zu einer Seite weiterleiten" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Zu einer URL weiterleiten" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Weiterleitung '{0}' geändert." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" -"Aufgrund von Fehlern konnte die Weiterleitung nicht gespeichert werden." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Weiterleitung '{0}' gelöscht." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Weiterleitung '{0}' hinzugefügt." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "Aufgrund von Fehlern konnte die Weiterleitung nicht erstellt werden." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Weiterleitungen" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -116,6 +85,11 @@ msgstr "Bearbeiten" msgid "Delete redirect" msgstr "Weiterleitung löschen" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Weiterleitungen" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -171,3 +145,37 @@ msgid "" msgstr "" "Sie haben noch keine Weiterleitung erstellt.Erstellen Sie doch jetzt eine!" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Weiterleitung '{0}' geändert." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" +"Aufgrund von Fehlern konnte die Weiterleitung nicht gespeichert werden." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Weiterleitung '{0}' gelöscht." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Weiterleitung '{0}' hinzugefügt." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "Aufgrund von Fehlern konnte die Weiterleitung nicht erstellt werden." diff --git a/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po index f6e93dc1e..b277607f7 100644 --- a/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:16+0000\n" "Last-Translator: serafeim \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,15 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Ανακατεύθυνση από" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Μόνιμη" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -36,44 +36,14 @@ msgstr "" "\" την παλαιά σελίδα (\"Ανακατεύθυνση από\") και πλέον χρησιμοποιούν τη νέα " "σελίδα." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Ανακατεύθυνση σε σελίδα" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Ανακατεύθυση σε κάποια διεύθυση" -#: views.py:58 -msgid "Search redirects" -msgstr "Αναζήτηση ανακατευθύνσεων" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Η ανακατεύθυνση '{0}' αποθηκεύθηκε." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "Η ανακατεύθυνση δε μπόρεσε να αποθηκευθεί λόγω σφαλμάτων." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Η ανακατεύθυνση '{0}' διαγράφηκε." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Η ανακατεύθυνση '{0}' προστέθηκε." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "Δεν ήταν δυνατή η δημιουργία της ανακατεύθυνσης." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Ανακατευθύνει" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +84,11 @@ msgstr "Διόρθωση" msgid "Delete redirect" msgstr "Διαγραφή ανακατεύθυνσης" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Ανακατευθύνει" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -167,3 +142,36 @@ msgid "" msgstr "" "Δεν υπάρχουν ανακατευθύνσεις. Θέλετε να προσθέσετε μερικές;" + +#: views.py:59 +msgid "Search redirects" +msgstr "Αναζήτηση ανακατευθύνσεων" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Η ανακατεύθυνση '{0}' αποθηκεύθηκε." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Διόρθωση" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "Η ανακατεύθυνση δε μπόρεσε να αποθηκευθεί λόγω σφαλμάτων." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Η ανακατεύθυνση '{0}' διαγράφηκε." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Η ανακατεύθυνση '{0}' προστέθηκε." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "Δεν ήταν δυνατή η δημιουργία της ανακατεύθυνσης." diff --git a/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.po index 566492aac..d036c68cd 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,57 +17,28 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -108,6 +79,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -153,3 +129,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po index 29f26b76b..2065206cc 100644 --- a/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-23 10:21+0000\n" "Last-Translator: fooflare \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,15 +20,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirección desde" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanente" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -37,44 +37,14 @@ msgstr "" "olvidan la página vieja (la 'Redirección desde') e indexa la nueva página en " "su lugar." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Redireccionar a una página" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Redireccionar a alguna URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Buscar redirecciones" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redirección '{0}' actualizada" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "La redirección no puede ser guardada debido a errores." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redirección '{0}' eliminada." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Redirección '{0}' añadida." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "La redirección no puede ser creada debido a errores." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redirecciona" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -115,6 +85,11 @@ msgstr "Editando" msgid "Delete redirect" msgstr "Eliminar redirección" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redirecciona" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -170,3 +145,36 @@ msgid "" msgstr "" "No se han creado redirecciones. ¿Por qué no añadir una?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Buscar redirecciones" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redirección '{0}' actualizada" + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "La redirección no puede ser guardada debido a errores." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redirección '{0}' eliminada." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redirección '{0}' añadida." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "La redirección no puede ser creada debido a errores." diff --git a/wagtail/wagtailredirects/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/eu/LC_MESSAGES/django.po index acd260eb2..a311a1e1a 100644 --- a/wagtail/wagtailredirects/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po index eb50a64b6..62bc655fc 100644 --- a/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-18 23:07+0000\n" "Last-Translator: nahuel\n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,15 +19,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirection depuis" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanente" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -36,44 +36,14 @@ msgstr "" "recherche oublies la vieille page (la \"Redirection depuis\") et indexe la " "nouvelle à la place." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Rediriger vers une page" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Rediriger vers une URL" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redirection '{0}' mise à jour." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "La redirection n'a pu être enregistré à cause d'erreurs." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redirection '{0}' supprimée." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Redirection '{0} ajoutée." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "La redirection ne peut être créé du fait d'erreurs." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redirections" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +84,11 @@ msgstr "" msgid "Delete redirect" msgstr "Supprimer la redirection" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redirections" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -168,3 +143,34 @@ msgid "" msgstr "" "Aucune redirection n'a été créée. Pourquoi ne pas en ajouter une?" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redirection '{0}' mise à jour." + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "La redirection n'a pu être enregistré à cause d'erreurs." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redirection '{0}' supprimée." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redirection '{0} ajoutée." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "La redirection ne peut être créé du fait d'erreurs." diff --git a/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po index a2c0435e9..607edfb37 100644 --- a/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-23 10:32+0000\n" "Last-Translator: fooflare \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -20,15 +20,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirección dende" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanente" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -37,44 +37,14 @@ msgstr "" "esquecen a páxina vella (a 'Redirección desde') e indexa a nova páxina no " "seu lugar." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Redireccionar a unha páxina" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Redireccionar a algunha URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Buscar redireccións" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redirección '{0}' actualizada" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "A redirección non pede ser gardada debido a erros." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redirección '{0}' eliminada." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Redirección '{0}' engadida." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "A redirección non pede ser creada debido a erros." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redirecciona" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -115,6 +85,11 @@ msgstr "Editando" msgid "Delete redirect" msgstr "Eliminar redirección" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redirecciona" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -168,3 +143,36 @@ msgid "" msgstr "" "Non se crearon redireccións. ¿Por qué non engadir unha?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Buscar redireccións" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redirección '{0}' actualizada" + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "A redirección non pede ser gardada debido a erros." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redirección '{0}' eliminada." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redirección '{0}' engadida." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "A redirección non pede ser creada debido a erros." diff --git a/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po index c115a5167..ccc39ad94 100644 --- a/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po @@ -1,73 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -108,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -150,6 +127,37 @@ msgstr "" #: templates/wagtailredirects/results.html:21 #, python-format msgid "" -"No redirects have been created. Why not add one?" +"No redirects have been created. Why not add one?" +msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." msgstr "" diff --git a/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po index 50ca8b838..8acf95d77 100644 --- a/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po @@ -1,73 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -108,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -149,6 +126,37 @@ msgstr "" #: templates/wagtailredirects/results.html:21 #, python-format msgid "" -"No redirects have been created. Why not add one?" +"No redirects have been created. Why not add one?" +msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." msgstr "" diff --git a/wagtail/wagtailredirects/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/mn/LC_MESSAGES/django.po index 167b262d7..3ca6f5022 100644 --- a/wagtail/wagtailredirects/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/mn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po index d885efd1f..062fb14a8 100644 --- a/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po index 2c6fa9299..72cb54db8 100644 --- a/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po index c7e78749a..cb38a85df 100644 --- a/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 22:16+0000\n" "Last-Translator: utek \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,15 +21,15 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Przekieruj z" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Stałe" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -37,44 +37,14 @@ msgstr "" "Zalecane. Stałe przekierowania dają pewność, że wyszukiwarki zapomną starą " "stronę ('Przekieruj z') i zaindeksują w jej miejsce nową." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Przekieruj na stronę" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Przekieruj do dowolnego URLa" -#: views.py:58 -msgid "Search redirects" -msgstr "Szukaj przekierowań" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Uaktualniono przekierowanie '{0}'." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "Przekierowanie nie mogło zostać zapisane z powodu błędów." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Usunięto przekierowanie '{0}'." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Dodano przekierowanie '{0}'." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "Przekierowanie nie mogło zostać stworzone z powodu błędów." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Przekierowania" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -115,6 +85,11 @@ msgstr "Edycja" msgid "Delete redirect" msgstr "Usuń przekierowanie" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Przekierowania" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -174,3 +149,36 @@ msgid "" msgstr "" "Nie zostały stworzone żadne przekierowania. Czemu nie dodać jakiegoś?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Szukaj przekierowań" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Uaktualniono przekierowanie '{0}'." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Edycja" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "Przekierowanie nie mogło zostać zapisane z powodu błędów." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Usunięto przekierowanie '{0}'." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Dodano przekierowanie '{0}'." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "Przekierowanie nie mogło zostać stworzone z powodu błędów." diff --git a/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po index 107ad44e9..0a9ef3e9f 100644 --- a/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-17 01:17+0000\n" "Last-Translator: Gladson \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -20,15 +20,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirecionar de" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanente" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -37,43 +37,14 @@ msgstr "" "esqueçam a página antiga (o 'Redirecionar de') e criem um idex da página " "nova." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Redirecionar para a página" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Redirecionar para qualquer URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Pesquisar redirecionamentos" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redirecionar '{0}' atualizado." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "O redirecionamento não pôde ser salvo devido a erros." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redirecionar '{0}' excluída." - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "Redirecionar '{0}' adicionada." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "O redirecionamento não pode ser criado devido a erros." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redirecionamentos" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +85,11 @@ msgstr "Editando" msgid "Delete redirect" msgstr "Excluir redirecionamento" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redirecionamentos" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -168,3 +144,36 @@ msgid "" msgstr "" "Não há redirecionamentos criados. Por que não foi adicionado?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Pesquisar redirecionamentos" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redirecionar '{0}' atualizado." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "O redirecionamento não pôde ser salvo devido a erros." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redirecionar '{0}' excluída." + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redirecionar '{0}' adicionada." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "O redirecionamento não pode ser criado devido a erros." diff --git a/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po index 1593d6b31..d5561a06c 100644 --- a/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-03 01:56+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -20,15 +20,15 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirecionar de" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanente" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -36,43 +36,14 @@ msgstr "" "Recomendado. Redirecionamentos permanentes garantem que os motores de busca " "esqueçam a página antiga (o 'Redirecionar de') e indexem a nova página." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Redirecionar para uma página" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Redirecionar para qualquer URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Procurar redireções" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redireção '{0}' atualizada." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "A redireção não pôde ser guardada devido a erros." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redireção '{0}' eliminada." - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "Redireção '{0}' adicionada." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "A redireção não pôde ser criada devido a erros." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redireções" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -113,6 +84,11 @@ msgstr "Editando" msgid "Delete redirect" msgstr "Eliminar redireção" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redireções" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -167,3 +143,36 @@ msgid "" msgstr "" "Nenhuma redireção foi criada. Porque não adicionar uma?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Procurar redireções" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redireção '{0}' atualizada." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "A redireção não pôde ser guardada devido a erros." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redireção '{0}' eliminada." + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redireção '{0}' adicionada." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "A redireção não pôde ser criada devido a erros." diff --git a/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po index 70487f7f6..1511e308d 100644 --- a/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-18 13:21+0000\n" "Last-Translator: zerolab\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" @@ -20,15 +20,15 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Redirecționare de la" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Permanent" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -36,44 +36,14 @@ msgstr "" "Recomandat. Redirecționările permanente asigură că motoarele de căutare omit " "pagina veche ('Redirecționare de la'), indexând pagina nouă în schimb." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Redirecționează la o pagină" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Redirecționare la orice URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Caută redirecționări" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Redirecționarea '{0}' a fost actualizată." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "Redirecționarea nu a fost salvată din cauza erorilor." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Redirecționarea '{0}' a fost ștearsă." - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "Redirecționarea '{0}' a fost adăugată." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "Redirecționarea nu a fost creată din cauza erorilor." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Redirecționări" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +84,11 @@ msgstr "Editare" msgid "Delete redirect" msgstr "Șterge redirecțioanare" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Redirecționări" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -170,3 +145,36 @@ msgid "" msgstr "" "Nu a fost creată nici o redirecție. De ce să nu adăugați una?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Caută redirecționări" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Redirecționarea '{0}' a fost actualizată." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "Redirecționarea nu a fost salvată din cauza erorilor." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Redirecționarea '{0}' a fost ștearsă." + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Redirecționarea '{0}' a fost adăugată." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "Redirecționarea nu a fost creată din cauza erorilor." diff --git a/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.po index 14749315f..487bd3a9d 100644 --- a/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-05 04:07+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,15 +21,15 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "Перенаправить от" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "Постоянный" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -37,43 +37,14 @@ msgstr "" "Рекомендовано. Постоянные перенаправления побуждают поисковые системы " "индексировать новые страницы и забывать про старые ('Перенаправление от')" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "Перенаправить на страницу" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "Перенаправить к любому URL" -#: views.py:58 -msgid "Search redirects" -msgstr "Искать перенаправления" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "Перенаправление '{0}' обновлено." - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "Перенаправление не может быть сохранено из-за ошибок." - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "Перенаправление '{0}' удалено." - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "Перенаправление '{0}' добавлено." - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "Перенаправление не может быть создано из-за ошибок." - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "Перенаправления" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -114,6 +85,11 @@ msgstr "Редактирование" msgid "Delete redirect" msgstr "Удалить перенаправление" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "Перенаправления" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -169,3 +145,36 @@ msgid "" msgstr "" "Перенаправления еще не созданы. Почему бы не добавить один?" + +#: views.py:59 +msgid "Search redirects" +msgstr "Искать перенаправления" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "Перенаправление '{0}' обновлено." + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "Перенаправление не может быть сохранено из-за ошибок." + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "Перенаправление '{0}' удалено." + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "Перенаправление '{0}' добавлено." + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "Перенаправление не может быть создано из-за ошибок." diff --git a/wagtail/wagtailredirects/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/si_LK/LC_MESSAGES/django.po index 3a0f5e05b..2d2138900 100644 --- a/wagtail/wagtailredirects/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po index b977a0a28..32b3ae936 100644 --- a/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -155,3 +131,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po index 49d624ea7..8d6cf0d2f 100644 --- a/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.po index 7e9ec62e5..893320678 100644 --- a/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -154,3 +130,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po index 11b37cbdf..088d54ed5 100644 --- a/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -153,3 +129,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/uk/LC_MESSAGES/django.po index e67c01b47..25f743194 100644 --- a/wagtail/wagtailredirects/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,57 +19,28 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -110,6 +81,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -156,3 +132,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/vi/LC_MESSAGES/django.po index 2f400d03a..74b01f973 100644 --- a/wagtail/wagtailredirects/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-07-14 14:56+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,57 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -109,6 +80,11 @@ msgstr "" msgid "Delete redirect" msgstr "" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -153,3 +129,34 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "" + +#: views.py:73 views.py:116 +msgid "Edit" +msgstr "" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "" diff --git a/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.po index 9c97c6f65..d3bc5651e 100644 --- a/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,58 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "转向始处" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "永久" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "推荐. 永久页面转向确保搜索引擎忘记老页面(转向始处) 并且索引新页面." -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "转向到一个页面" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "转向到任何一个URL" -#: views.py:58 -msgid "Search redirects" -msgstr "" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "转向 '{0}' 已更新" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "由于多个错误,转向设置无法保存。" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "转向 '{0}' 已删除" - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "转向 '{0}' 已添加" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "由于多个错误,转向设置无法创建。" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "转向" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -110,6 +80,11 @@ msgstr "编辑" msgid "Delete redirect" msgstr "删除转向" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "转向" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -156,3 +131,36 @@ msgid "" msgstr "" "没有任何已保存的转向。为什么不 添加一个?" + +#: views.py:59 +msgid "Search redirects" +msgstr "" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "转向 '{0}' 已更新" + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "由于多个错误,转向设置无法保存。" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "转向 '{0}' 已删除" + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "转向 '{0}' 已添加" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "由于多个错误,转向设置无法创建。" diff --git a/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po index a8a5f75b0..ec603050b 100644 --- a/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-11-04 11:12+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,57 +19,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "转向源" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "永久" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "推荐。永久转向保证搜索引擎忘掉旧页面转而抓取索引新页面。" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "转向到页面" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "转向到任意URL" -#: views.py:58 -msgid "Search redirects" -msgstr "搜索转向" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "转向'{0}'已更新" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "转向不能保存。出现错误。" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "转向 '{0}'已删除" - -#: views.py:112 -msgid "Redirect '{0}' added." -msgstr "转向 '{0}'已增加" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "转向无法创建。出现错误。" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "转向" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -110,6 +81,11 @@ msgstr "编辑" msgid "Delete redirect" msgstr "删除转向" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "转向" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -159,3 +135,36 @@ msgid "" msgstr "" "还没有创建过转向呢。为何不 " "创建一个?" + +#: views.py:59 +msgid "Search redirects" +msgstr "搜索转向" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "转向'{0}'已更新" + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "转向不能保存。出现错误。" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "转向 '{0}'已删除" + +#: views.py:115 +#, python-brace-format +msgid "Redirect '{0}' added." +msgstr "转向 '{0}'已增加" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "转向无法创建。出现错误。" diff --git a/wagtail/wagtailredirects/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/zh_TW/LC_MESSAGES/django.po index d10795e8b..ab1a1c2a4 100644 --- a/wagtail/wagtailredirects/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,15 +17,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: models.py:10 +#: models.py:12 msgid "Redirect from" msgstr "重導向起點" -#: models.py:12 +#: models.py:14 msgid "Permanent" msgstr "永久" -#: models.py:12 +#: models.py:14 msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." @@ -33,44 +33,14 @@ msgstr "" "(推薦) 永久頁面重導向確保搜尋引擎忘記舊頁面(重導向起點),並且改成對新頁面做索" "引。" -#: models.py:13 +#: models.py:15 msgid "Redirect to a page" msgstr "重導向到一個頁面" -#: models.py:14 +#: models.py:16 msgid "Redirect to any URL" msgstr "重導向到任何一個 URL" -#: views.py:58 -msgid "Search redirects" -msgstr "搜尋重導向" - -#: views.py:71 -msgid "Redirect '{0}' updated." -msgstr "重導向 '{0}' 已更新" - -#: views.py:74 -msgid "The redirect could not be saved due to errors." -msgstr "重導向因有錯誤而無法儲存。" - -#: views.py:92 -msgid "Redirect '{0}' deleted." -msgstr "重導向 '{0}' 已刪除" - -#: views.py:112 -#, fuzzy -msgid "Redirect '{0}' added." -msgstr "重導向 '{0}' 已加入" - -#: views.py:115 -msgid "The redirect could not be created due to errors." -msgstr "重導向因有錯誤而無法建立。" - -#: wagtail_hooks.py:25 templates/wagtailredirects/index.html:3 -#: templates/wagtailredirects/index.html:17 -msgid "Redirects" -msgstr "重導向" - #: templates/wagtailredirects/add.html:3 templates/wagtailredirects/add.html:6 #: templates/wagtailredirects/index.html:18 msgid "Add redirect" @@ -111,6 +81,11 @@ msgstr "編輯" msgid "Delete redirect" msgstr "刪除重導向" +#: templates/wagtailredirects/index.html:3 +#: templates/wagtailredirects/index.html:17 wagtail_hooks.py:25 +msgid "Redirects" +msgstr "重導向" + #: templates/wagtailredirects/list.html:11 #: templates/wagtailredirects/list.html:14 msgid "From" @@ -162,3 +137,36 @@ msgid "" msgstr "" "沒有任何已儲存的重導向。為什麼不 新增一個?" + +#: views.py:59 +msgid "Search redirects" +msgstr "搜尋重導向" + +#: views.py:72 +#, python-brace-format +msgid "Redirect '{0}' updated." +msgstr "重導向 '{0}' 已更新" + +#: views.py:73 views.py:116 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編輯" + +#: views.py:77 +msgid "The redirect could not be saved due to errors." +msgstr "重導向因有錯誤而無法儲存。" + +#: views.py:95 +#, python-brace-format +msgid "Redirect '{0}' deleted." +msgstr "重導向 '{0}' 已刪除" + +#: views.py:115 +#, fuzzy, python-brace-format +msgid "Redirect '{0}' added." +msgstr "重導向 '{0}' 已加入" + +#: views.py:120 +msgid "The redirect could not be created due to errors." +msgstr "重導向因有錯誤而無法建立。" diff --git a/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.po index aebd16115..716507aa8 100644 --- a/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -19,11 +19,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Дума/Фраза за търсене" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -33,14 +33,10 @@ msgstr "" " съвпадение е нужно за вашите \"Избрано от Редактора\" \n" " да бъдат показани, като wildcards НЕ са позволени." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -103,10 +99,30 @@ msgstr "Редакция на %(query)s" msgid "Editing" msgstr "Редактиране" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Нагоре" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Надолу" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Добави препоръчана страница" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Фрази за търсене" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -163,30 +179,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Нагоре" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Надолу" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Добави препоръчана страница" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Популярни думи за търсене" @@ -203,23 +195,41 @@ msgstr "Думи" msgid "No results found" msgstr "Не са намерени резултати" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Популярни думи за търсене" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактиране" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.po index 2378c9400..19be963ba 100644 --- a/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,11 +19,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Cerca paraula(es)/frases" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -34,14 +34,10 @@ msgstr "" "ser\n" "mostrades, les wildcars NO estan permeses." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -104,10 +100,30 @@ msgstr "Editant %(query)s" msgid "Editing" msgstr "Editant" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Puja" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Baixa" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Afegeix una pàgina recomanada" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Termini de cerca" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -165,30 +181,6 @@ msgstr "" "Encara no s'ha creat cap selecció d'editor. Per què no afegeixes una?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Puja" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Baixa" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Afegeix una pàgina recomanada" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "terminis de cerca populars" @@ -205,23 +197,41 @@ msgstr "Termes" msgid "No results found" msgstr "No s'han trobat resultats" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "terminis de cerca populars" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Cercar selecció del editor" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Selecció de l'editor per a '{0}' creada." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editant" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Selecció de l'editor per '{0}' actualitzada." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po index 59e611c57..1f40cbe6f 100644 --- a/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po @@ -1,41 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -44,14 +41,20 @@ msgstr "" #: templates/wagtailsearch/editorspicks/add.html:10 msgid "" "\n" -"

Promoted search results are a means of recommending specific pages that might not organically come high up in search results. E.g recommending your primary donation page to a user searching with the less common term \"giving\".

\n" +"

Promoted search results are a means of recommending " +"specific pages that might not organically come high up in search results. E." +"g recommending your primary donation page to a user searching with the less " +"common term \"giving\".

\n" " " msgstr "" #: templates/wagtailsearch/editorspicks/add.html:14 msgid "" "\n" -"

The \"Search term(s)/phrase\" field below must contain the full and exact search for which you wish to provide recommended results, including any misspellings/user error. To help, you can choose from search terms that have been popular with users of your site.

\n" +"

The \"Search term(s)/phrase\" field below must contain " +"the full and exact search for which you wish to provide recommended results, " +"including any misspellings/user error. To help, you can choose from " +"search terms that have been popular with users of your site.

\n" " " msgstr "" @@ -89,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -140,32 +163,8 @@ msgstr "" #: templates/wagtailsearch/editorspicks/results.html:21 #, python-format msgid "" -"No promoted results have been created. Why not add one?" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" +"No promoted results have been created. Why not add one?" msgstr "" #: templates/wagtailsearch/queries/chooser/chooser.html:2 @@ -184,23 +183,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/cy/LC_MESSAGES/django.po index 4cc46ed60..3693cac4a 100644 --- a/wagtail/wagtailsearch/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,25 +19,21 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -97,10 +93,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -153,30 +169,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -193,23 +185,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po index e5dacfb92..f195616de 100644 --- a/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,11 +20,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Suchbegriffe/Phrase" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -34,14 +34,10 @@ msgstr "" "anzuzeigen wird eine genaue Übereinstimmung benötigt. Wildcards sind NICHT " "erlaubt." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -104,10 +100,30 @@ msgstr "%(query)s bearbeiten" msgid "Editing" msgstr "Bearbeiten" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Nach oben" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Nach unten" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Empfohlene Seite hinzufügen" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Suchbegriffe" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -168,30 +184,6 @@ msgstr "" "Sie haben noch keine Redaktionsempfehlungen erstellt. Erstellen Sie doch jetzt eine!" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Nach oben" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Nach unten" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Empfohlene Seite hinzufügen" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Häufige Suchbegriffe" @@ -208,23 +200,41 @@ msgstr "Begriffe" msgid "No results found" msgstr "Keine Ergebnisse gefunden" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Häufige Suchbegriffe" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Nach Redaktionsempfehlungen suchen" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Redaktionsempfehlungen für '{0}' erstellt." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Redaktionsempfehlungen für '{0}' geändert." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po index ed40dcf36..e2e297cde 100644 --- a/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,11 +20,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Όροι/φράση αναζήτησης" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -35,14 +35,10 @@ msgstr "" "απαιτείται ακριβές ταίριασμα, δεν επιτρέπονται\n" "αστεράκια." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -105,10 +101,30 @@ msgstr "Επεξεργασία %(query)s" msgid "Editing" msgstr "Διόρθωση" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Πάνω" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Κάτω" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Προσθήκη προτεινόμενης σελίδας" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Όροι αναζήτησης" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -167,30 +183,6 @@ msgstr "" "Δεν υπάρχουν επιλογές συντακτών. Θέλετε να προσθέσετε μία;" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Πάνω" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Κάτω" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Προσθήκη προτεινόμενης σελίδας" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Δημοφιλείς όροι αναζήτησης" @@ -207,23 +199,41 @@ msgstr "Όροι" msgid "No results found" msgstr "Δε βρέθηκαν αποτελέσματα" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Δημοφιλείς όροι αναζήτησης" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Αναζήτηση επιλογών συντακτών" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Επιτυχής δημιουργία επιλογή συντακτών για το '{0}'." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Διόρθωση" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Επιτυχής διόθρωση επιλογής συντακτών για το '{0}'." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.po index 8d093abc3..9aa0fa8ec 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,25 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -95,10 +91,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -149,30 +165,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -189,23 +181,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po index 3d33b87e1..8c93ac9f0 100644 --- a/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,11 +20,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Término(s)/frase de búsqueda" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -35,14 +35,10 @@ msgstr "" "Editor sean \n" " mostradas, los comodines NO están permitidos." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -105,10 +101,30 @@ msgstr "Editando %(query)s" msgid "Editing" msgstr "Editando" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Subir" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Bajar" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Añadir página recomendada" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Términos de búsqueda" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -169,30 +185,6 @@ msgstr "" "Ninguna selección del editor ha sido creada. ¿Por qué no añadir una?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Subir" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Bajar" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Añadir página recomendada" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Términos de búsqueda popular" @@ -209,23 +201,41 @@ msgstr "Términos" msgid "No results found" msgstr "No hay resultados" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Términos de búsqueda popular" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Buscar selecciones del editor" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Selecciones del editor para '{0}' creadas." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Selecciones del editor para '{0}' actualizadas." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/eu/LC_MESSAGES/django.po index b36178d80..a141efc6e 100644 --- a/wagtail/wagtailsearch/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po index 0211a235e..20064795f 100644 --- a/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,25 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Terme(s)/phrase de recherche" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -97,10 +93,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Monter" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Descendre" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Termes de recherche" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -153,30 +169,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Monter" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Descendre" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Termes de recherche populaires" @@ -193,23 +185,39 @@ msgstr "Termes" msgid "No results found" msgstr "Aucun résultat trouvé" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Termes de recherche populaires" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po index d7ab99923..70075e136 100644 --- a/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -20,11 +20,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Termo(s)/frase de busca" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -35,14 +35,10 @@ msgstr "" "Editor sexan \n" " mostradas, os comodines NON están permitidos." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -105,10 +101,30 @@ msgstr "Editando %(query)s" msgid "Editing" msgstr "Editando" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Subir" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Baixar" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Engadir páxina recomendada" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Termos de busca" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -168,30 +184,6 @@ msgstr "" "Ningunha selección do editor foi creada. ¿Por qué non engadir unha?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Subir" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Baixar" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Engadir páxina recomendada" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Termos de busca popular" @@ -208,23 +200,41 @@ msgstr "Termos" msgid "No results found" msgstr "Non hai resultados" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Termos de busca popular" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Buscar seleccións do editor" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Seleccións do editor para '{0}' creadas." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Seleccións do editor para '{0}' actualizadas." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po index 32fa4156d..984208701 100644 --- a/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po @@ -1,41 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -44,14 +41,20 @@ msgstr "" #: templates/wagtailsearch/editorspicks/add.html:10 msgid "" "\n" -"

Promoted search results are a means of recommending specific pages that might not organically come high up in search results. E.g recommending your primary donation page to a user searching with the less common term \"giving\".

\n" +"

Promoted search results are a means of recommending " +"specific pages that might not organically come high up in search results. E." +"g recommending your primary donation page to a user searching with the less " +"common term \"giving\".

\n" " " msgstr "" #: templates/wagtailsearch/editorspicks/add.html:14 msgid "" "\n" -"

The \"Search term(s)/phrase\" field below must contain the full and exact search for which you wish to provide recommended results, including any misspellings/user error. To help, you can choose from search terms that have been popular with users of your site.

\n" +"

The \"Search term(s)/phrase\" field below must contain " +"the full and exact search for which you wish to provide recommended results, " +"including any misspellings/user error. To help, you can choose from " +"search terms that have been popular with users of your site.

\n" " " msgstr "" @@ -89,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -139,32 +162,8 @@ msgstr "" #: templates/wagtailsearch/editorspicks/results.html:21 #, python-format msgid "" -"No promoted results have been created. Why not add one?" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" +"No promoted results have been created. Why not add one?" msgstr "" #: templates/wagtailsearch/queries/chooser/chooser.html:2 @@ -183,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po index 3ef309835..0b8d72583 100644 --- a/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po @@ -1,41 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -44,14 +41,20 @@ msgstr "" #: templates/wagtailsearch/editorspicks/add.html:10 msgid "" "\n" -"

Promoted search results are a means of recommending specific pages that might not organically come high up in search results. E.g recommending your primary donation page to a user searching with the less common term \"giving\".

\n" +"

Promoted search results are a means of recommending " +"specific pages that might not organically come high up in search results. E." +"g recommending your primary donation page to a user searching with the less " +"common term \"giving\".

\n" " " msgstr "" #: templates/wagtailsearch/editorspicks/add.html:14 msgid "" "\n" -"

The \"Search term(s)/phrase\" field below must contain the full and exact search for which you wish to provide recommended results, including any misspellings/user error. To help, you can choose from search terms that have been popular with users of your site.

\n" +"

The \"Search term(s)/phrase\" field below must contain " +"the full and exact search for which you wish to provide recommended results, " +"including any misspellings/user error. To help, you can choose from " +"search terms that have been popular with users of your site.

\n" " " msgstr "" @@ -89,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -138,32 +161,8 @@ msgstr "" #: templates/wagtailsearch/editorspicks/results.html:21 #, python-format msgid "" -"No promoted results have been created. Why not add one?" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" +"No promoted results have been created. Why not add one?" msgstr "" #: templates/wagtailsearch/queries/chooser/chooser.html:2 @@ -182,23 +181,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po index a2e4ed6e5..dc58587c8 100644 --- a/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -19,25 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -97,10 +93,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Дээшээ" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Доошоо" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -151,30 +167,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Дээшээ" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Доошоо" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -191,23 +183,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po index c045fc076..792307e92 100644 --- a/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po index dcb0cdce9..068894d72 100644 --- a/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po index 500fe646c..1d84c7a1b 100644 --- a/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,11 +20,11 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Frazy wyszukiwania" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -35,14 +35,10 @@ msgstr "" " wybory redakcji były wyświetlone, symbol \n" " wieloznaczności jest niedozwolony." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -105,10 +101,30 @@ msgstr "Edycja %(query)s" msgid "Editing" msgstr "Edytujesz" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Przesuń w górę" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Przesuń w dół" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Dodaj polecaną stronę" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Frazy wyszukiwania" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -173,30 +189,6 @@ msgstr "" "Nie stworzono żadnego wyboru redakcji. Czemu nie dodać jakiegoś?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Przesuń w górę" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Przesuń w dół" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Dodaj polecaną stronę" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Popularne wyszukiwania" @@ -213,23 +205,41 @@ msgstr "Frazy" msgid "No results found" msgstr "Nie znaleziono" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Popularne wyszukiwania" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Szukaj wyborów redakcji" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Stworzono wybór redakcji dla '{0}'" +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Edytujesz" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Zaktualizowano wybór redakcji dla '{0}'." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po index 22c9ff16c..9d42c7324 100644 --- a/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-17 01:44+0000\n" "Last-Translator: Gladson \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -19,11 +19,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -34,14 +34,10 @@ msgstr "" "Editores, escolha a que será \n" " exibida, curingas NÃO serão permitidas." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "Especifique pelo menos uma recomendação para este termo de busca." -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -104,10 +100,30 @@ msgstr "Editando %(query)s" msgid "Editing" msgstr "Editando" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Mover para cima" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Mover para baixo" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Add recomendação para página" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Procurar Termos" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -164,30 +180,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Mover para cima" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Mover para baixo" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Add recomendação para página" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Termos populares de pesquisa" @@ -204,23 +196,41 @@ msgstr "Termos" msgid "No results found" msgstr "Nenhum resultado encontrado" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Termos populares de pesquisa" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Procurar sugestões dos editores" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Sugestões dos editores para '{0}' criados." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "As recomendações não poderiam ser criadas devido a erros" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Sugestões do editor para '{0}' atualizado." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "As recomendações não puderam ser salvas devido a erros" diff --git a/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po index f8e3cfd77..2dfaaf9c9 100644 --- a/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-03 01:58+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -20,11 +20,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Procurar termo(s)/frase" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -35,15 +35,11 @@ msgstr "" "as suas Seleções de Editor sejam \n" " mostradas, caracteres de substituição (wildcards) NÃO são permitidos." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" "Por favor especifique pelo menos uma recomendação para este termo de procura." -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -120,10 +116,30 @@ msgstr "Editando %(query)s" msgid "Editing" msgstr "Editando" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Mover para cima" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Mover para baixo" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Adicionar uma página recomendada" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Procurar Termos" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -183,30 +199,6 @@ msgstr "" "Nenhuma escolha de editor foi criada. Porque não adicionar uma?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Mover para cima" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Mover para baixo" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Adicionar uma página recomendada" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Termos de procura populares" @@ -223,23 +215,41 @@ msgstr "Termos" msgid "No results found" msgstr "Nenhum resultado encontrado" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Termos de procura populares" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Procurar nas escolhas de editor" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Escolhas de editor para '{0}' criadas." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "Recomendações não foram criadas devido a erros." -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Escolhas de editor para '{0}' atualizadas." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "Recomendações não foram guardadas devido a erros." diff --git a/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po index 61665864f..da873c0a0 100644 --- a/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dan Braghis, 2014-2015 # Dan Braghis, 2014 @@ -9,35 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2015-03-01 20:17+0000\n" "Last-Translator: Dan Braghis\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" +"language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Termeni/frază de căutare" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." -msgstr "Introduceți șirul complet de căutare. \nEste nevoie de o potrivire exactă pentru a afișa selecțiile \ndvs. editoriale. Metacaractere NU sunt permise." +msgstr "" +"Introduceți șirul complet de căutare. \n" +"Este nevoie de o potrivire exactă pentru a afișa selecțiile \n" +"dvs. editoriale. Metacaractere NU sunt permise." -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "Introduceți cel puțin o recomandare pentru acest termen de căutare." -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "Rezultate de căutare promovate" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -46,16 +47,33 @@ msgstr "Adaugă selecție editorială" #: templates/wagtailsearch/editorspicks/add.html:10 msgid "" "\n" -"

Promoted search results are a means of recommending specific pages that might not organically come high up in search results. E.g recommending your primary donation page to a user searching with the less common term \"giving\".

\n" +"

Promoted search results are a means of recommending " +"specific pages that might not organically come high up in search results. E." +"g recommending your primary donation page to a user searching with the less " +"common term \"giving\".

\n" +" " +msgstr "" +"\n" +"

Rezultatele de căutare promovate reprezintă o modalitate de recomandare a " +"paginilor care pot să nu apară în topul rezultatelor de căutare în mod " +"organic. De exemplu, recomandărea paginii principale de donații unui " +"utilizator care caută termenul mai puțin frecvent \"dare\".

\n" " " -msgstr "\n

Rezultatele de căutare promovate reprezintă o modalitate de recomandare a paginilor care pot să nu apară în topul rezultatelor de căutare în mod organic. De exemplu, recomandărea paginii principale de donații unui utilizator care caută termenul mai puțin frecvent \"dare\".

\n " #: templates/wagtailsearch/editorspicks/add.html:14 msgid "" "\n" -"

The \"Search term(s)/phrase\" field below must contain the full and exact search for which you wish to provide recommended results, including any misspellings/user error. To help, you can choose from search terms that have been popular with users of your site.

\n" +"

The \"Search term(s)/phrase\" field below must contain " +"the full and exact search for which you wish to provide recommended results, " +"including any misspellings/user error. To help, you can choose from " +"search terms that have been popular with users of your site.

\n" " " -msgstr "\n

Câmpul \"Termeni/frază de căutare\" de mai jos trebuie să conțină șirul exact pentru care doriți să furnizați rezultate recomandate. Includeți greșeli ortografice și alte greșeli. Puteți să alegeți din termenii de căutare populari printre utilizatorii sitului dvs.

" +msgstr "" +"\n" +"

Câmpul \"Termeni/frază de căutare\" de mai jos trebuie să conțină șirul " +"exact pentru care doriți să furnizați rezultate recomandate. Includeți greșeli ortografice și alte greșeli. Puteți să alegeți din termenii de " +"căutare populari printre utilizatorii sitului dvs.

" #: templates/wagtailsearch/editorspicks/add.html:28 #: templates/wagtailsearch/editorspicks/edit.html:19 @@ -76,7 +94,9 @@ msgstr "Șterge" #: templates/wagtailsearch/editorspicks/confirm_delete.html:9 msgid "" "Are you sure you want to delete all promoted results for this search term?" -msgstr "Sigur doriți să ștergeți toate rezultatele promovate pentru acest termen de căutare?" +msgstr "" +"Sigur doriți să ștergeți toate rezultatele promovate pentru acest termen de " +"căutare?" #: templates/wagtailsearch/editorspicks/confirm_delete.html:12 msgid "Yes, delete" @@ -91,10 +111,30 @@ msgstr "Editare %(query)s" msgid "Editing" msgstr "Editare" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Deplasează în sus" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Deplasează în jos" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "Rezultat de căutare promovat" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Adaugă pagină recomandată" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Termeni de căutare" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "Rezultate de căutare promovate" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "Adaugă rezultat promovat" @@ -130,45 +170,31 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nExistă o potrivire" -msgstr[1] "\nSunt %(counter)s potriviri" -msgstr[2] "\nSunt %(counter)s potriviri" +msgstr[0] "" +"\n" +"Există o potrivire" +msgstr[1] "" +"\n" +"Sunt %(counter)s potriviri" +msgstr[2] "" +"\n" +"Sunt %(counter)s potriviri" #: templates/wagtailsearch/editorspicks/results.html:18 #, python-format msgid "Sorry, no promoted results match \"%(query_string)s\"" -msgstr "Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici un rezultat promovat" +msgstr "" +"Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici un " +"rezultat promovat" #: templates/wagtailsearch/editorspicks/results.html:21 #, python-format msgid "" -"No promoted results have been created. Why not add one?" -msgstr "Nu a fost creată nici o selecție editorială. De ce să nu adăugați una?" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Deplasează în sus" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Deplasează în jos" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "Rezultat de căutare promovat" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "Alege altă pagină" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "Selectează o pagină" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Adaugă pagină recomandată" +"No promoted results have been created. Why not add one?" +msgstr "" +"Nu a fost creată nici o selecție editorială. De ce să nu adăugați una?" #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" @@ -186,26 +212,50 @@ msgstr "Termeni" msgid "No results found" msgstr "Nu sunt rezultate" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Termeni populari de căutare" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "Caută selecții editoriale" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Selecțiile editoriale pentru '{0}' au fost create." +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "Recomandările nu au fost create din cauza erorilor." -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "Selecțiile editoriale pentru '{0}' au fost actualizate." -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "Recomandările nu au fost salvate din cauza erorilor." #: views/editorspicks.py:142 msgid "Editor's picks deleted." msgstr "Selecțiile editoriale au fost șterse" + +#~ msgid "Choose another page" +#~ msgstr "Alege altă pagină" + +#~ msgid "Choose a page" +#~ msgstr "Selectează o pagină" diff --git a/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po index 2901ac707..79f5e6a99 100644 --- a/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-07 20:16+0000\n" "Last-Translator: Sergey Komarov \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -22,27 +22,23 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "Критерий поиска/фраза" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" "Пожалуйста, сформулируйте по крайней мере, одну рекомендацию по этому " "поисковому запросу." -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -102,10 +98,30 @@ msgstr "" msgid "Editing" msgstr "Редактирование" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "Вверх" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "Вниз" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "Добавить рекомендованную страницу" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "Критерии поиска" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -157,30 +173,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "Вверх" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "Вниз" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "Добавить рекомендованную страницу" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "Популярные критерии поиска" @@ -197,23 +189,41 @@ msgstr "Критерии" msgid "No results found" msgstr "Ничего не найдено" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "Популярные критерии поиска" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "Рекомендации не были созданы из-за ошибок" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "Рекомендации не были сохранены из-за ошибок" diff --git a/wagtail/wagtailsearch/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/si_LK/LC_MESSAGES/django.po index a49be66ed..012f975fb 100644 --- a/wagtail/wagtailsearch/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po index c3312df5b..7a769c006 100644 --- a/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -151,30 +167,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -191,23 +183,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po index 483ba1b47..0eb13527c 100644 --- a/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/sv_SE/LC_MESSAGES/django.po index 1d0dd2b2c..0c7f091fa 100644 --- a/wagtail/wagtailsearch/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po index 9bfd0f18a..a6751ebb5 100644 --- a/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -149,30 +165,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -189,23 +181,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/uk/LC_MESSAGES/django.po index fc3cb8a98..27306ac6b 100644 --- a/wagtail/wagtailsearch/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,25 +19,21 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -97,10 +93,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -152,30 +168,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -192,23 +184,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/vi/LC_MESSAGES/django.po index 7ce21ac3a..73639f6ef 100644 --- a/wagtail/wagtailsearch/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -96,10 +92,30 @@ msgstr "" msgid "Editing" msgstr "" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -149,30 +165,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -189,23 +181,37 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +msgid "Edit" +msgstr "" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.po index 74ed36cab..dca72a1cd 100644 --- a/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "搜索关键词" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -32,14 +32,10 @@ msgstr "" " 必须输入完全一样的编辑精选进行匹配 \n" " 不允许匹配" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -100,10 +96,30 @@ msgstr "编辑%(query)s" msgid "Editing" msgstr "编辑" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "向上移动" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "向下移动" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "添加推荐页" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "搜索关键词" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -155,30 +171,6 @@ msgstr "" "没有任何已保存的编辑精选. 为什么不 加入一个?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "向上移动" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "向下移动" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "添加推荐页" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "流行的搜索关键词" @@ -195,23 +187,41 @@ msgstr "关键词" msgid "No results found" msgstr "没有找到任何结果" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "流行的搜索关键词" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "编辑精选'{0}'已创建。" +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "编辑精选'{0}'已更新。" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po index cc3ed8e74..9f476af06 100644 --- a/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-11-04 11:29+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,25 +19,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "检索词" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" " displayed, wildcards are NOT allowed." msgstr "" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -97,10 +93,30 @@ msgstr "编辑%(query)s" msgid "Editing" msgstr "编辑" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "检索词" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -150,30 +166,6 @@ msgid "" "\"%(wagtailsearch_editorspicks_add_url)s\">add one?" msgstr "" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "" @@ -190,23 +182,39 @@ msgstr "" msgid "No results found" msgstr "" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +msgid "Choose from popular search terms" +msgstr "" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "" +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsearch/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/zh_TW/LC_MESSAGES/django.po index 26c7f72b3..636bd314c 100644 --- a/wagtail/wagtailsearch/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,11 +17,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:9 +#: forms.py:10 msgid "Search term(s)/phrase" msgstr "搜尋關鍵字" -#: forms.py:10 +#: forms.py:11 msgid "" "Enter the full search string to match. An \n" " exact match is required for your Editors Picks to be \n" @@ -31,14 +31,10 @@ msgstr "" " 輸入必須和你的 '編者精選' 完全一樣 \n" " (不能使用萬用字元)" -#: forms.py:37 +#: forms.py:38 msgid "Please specify at least one recommendation for this search term." msgstr "" -#: wagtail_hooks.py:25 templates/wagtailsearch/editorspicks/index.html:17 -msgid "Promoted search results" -msgstr "" - #: templates/wagtailsearch/editorspicks/add.html:3 #: templates/wagtailsearch/editorspicks/add.html:5 msgid "Add editor's pick" @@ -109,10 +105,30 @@ msgstr "編輯 %(query)s" msgid "Editing" msgstr "編輯" +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 +msgid "Move up" +msgstr "往上移動" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 +msgid "Move down" +msgstr "往下移動" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 +msgid "Promoted search result" +msgstr "" + +#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:16 +msgid "Add recommended page" +msgstr "新增推薦頁面" + #: templates/wagtailsearch/editorspicks/index.html:3 msgid "Search Terms" msgstr "搜尋關鍵字" +#: templates/wagtailsearch/editorspicks/index.html:17 wagtail_hooks.py:25 +msgid "Promoted search results" +msgstr "" + #: templates/wagtailsearch/editorspicks/index.html:18 msgid "Add new promoted result" msgstr "" @@ -169,30 +185,6 @@ msgstr "" "沒有任何編者精選。 為什麼不 建立一個呢?" -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:4 -msgid "Move up" -msgstr "往上移動" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:5 -msgid "Move down" -msgstr "往下移動" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:10 -msgid "Promoted search result" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:13 -msgid "Choose another page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_form.html:14 -msgid "Choose a page" -msgstr "" - -#: templates/wagtailsearch/editorspicks/includes/editorspicks_formset.html:14 -msgid "Add recommended page" -msgstr "新增推薦頁面" - #: templates/wagtailsearch/queries/chooser/chooser.html:2 msgid "Popular search terms" msgstr "熱門的關鍵字" @@ -209,23 +201,41 @@ msgstr "關鍵字" msgid "No results found" msgstr "沒有找到任何結果" -#: views/editorspicks.py:47 +#: templates/wagtailsearch/queries/chooser_field.html:3 +msgid "Date" +msgstr "" + +#: templates/wagtailsearch/queries/chooser_field.html:8 +#, fuzzy +#| msgid "Popular search terms" +msgid "Choose from popular search terms" +msgstr "熱門的關鍵字" + +#: views/editorspicks.py:46 msgid "Search editor's picks" msgstr "搜尋編者精選" -#: views/editorspicks.py:83 +#: views/editorspicks.py:81 +#, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "編者精選'{0}'已建立。" +#: views/editorspicks.py:82 views/editorspicks.py:117 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編輯" + #: views/editorspicks.py:89 msgid "Recommendations have not been created due to errors" msgstr "" -#: views/editorspicks.py:117 +#: views/editorspicks.py:116 +#, python-brace-format msgid "Editor's picks for '{0}' updated." msgstr "編者精選'{0}'已更新。" -#: views/editorspicks.py:123 +#: views/editorspicks.py:124 msgid "Recommendations have not been saved due to errors" msgstr "" diff --git a/wagtail/wagtailsites/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/bg/LC_MESSAGES/django.po index 4d45cebcb..9ac092e4b 100644 --- a/wagtail/wagtailsites/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po index 714403fc2..c2d3fdfed 100644 --- a/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/cs/LC_MESSAGES/django.po index 37ffadc7a..6034731d9 100644 --- a/wagtail/wagtailsites/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/cs/LC_MESSAGES/django.po @@ -1,50 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -60,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -76,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -107,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/cy/LC_MESSAGES/django.po index b000de9fa..a0f95eb70 100644 --- a/wagtail/wagtailsites/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,34 +19,17 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -62,15 +45,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -78,12 +53,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -109,3 +81,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po index dc1426fa7..b6881f4fb 100644 --- a/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-28 13:06+0000\n" "Last-Translator: Johannes Spielmann \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,34 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "Webseite '{0}' erstellt." +#: forms.py:12 +msgid "Choose a root page" +msgstr "Wählen Sie eine Ursprungs-Seite" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "Aufgrund von Fehlern konnte die Webseite nicht erstellt werden." - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "Webseite '{0}' geändert." - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "Aufgrund von Fehlern konnte die Webseite nicht gespeichert werden." - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "Webseite '{0}' gelöscht" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "Webseiten" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "Eine andere Ursprungs-Seite auswählen" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "Webseite löschen" @@ -62,15 +45,7 @@ msgstr "Ja, löschen" msgid "Add site" msgstr "Webseite hinzufügen" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "Eine andere Ursprungs-Seite auswählen" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "Wählen Sie eine Ursprungs-Seite" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "Speichern" @@ -78,13 +53,10 @@ msgstr "Speichern" msgid "Editing" msgstr "Bearbeiten" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "Seite verändern" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "Seite auswählen" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "Webseiten" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -109,3 +81,38 @@ msgstr "Standard?" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "Standard" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "Webseite '{0}' erstellt." + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "Aufgrund von Fehlern konnte die Webseite nicht erstellt werden." + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "Webseite '{0}' geändert." + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "Aufgrund von Fehlern konnte die Webseite nicht gespeichert werden." + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "Webseite '{0}' gelöscht" + +#~ msgid "Change page" +#~ msgstr "Seite verändern" + +#~ msgid "Choose page" +#~ msgstr "Seite auswählen" diff --git a/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po index 234775dda..4bee2ce83 100644 --- a/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po index b70c11a3d..c85d3c417 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,34 +17,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -60,15 +43,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -76,12 +51,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -107,3 +79,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po index 0753aa47c..871c0d19d 100644 --- a/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-28 22:18+0000\n" "Last-Translator: Mauricio Baeza \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,34 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "Sitio '{0}' creado." +#: forms.py:12 +msgid "Choose a root page" +msgstr "Seleccionar una página inicial" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "El sitio no puede ser creado debido a errores" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "Sitio '{0}' actualizado." - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "El sitio no puede ser guardado debido a errores" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "Sitio '{0}' eliminado." - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "Sitios" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "Seleccionar una página inicial diferente" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "Sitio borrado" @@ -62,15 +45,7 @@ msgstr "Si, borrar" msgid "Add site" msgstr "Agregar sitio" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "Seleccionar una página inicial diferente" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "Seleccionar una página inicial" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "Guardar" @@ -78,13 +53,10 @@ msgstr "Guardar" msgid "Editing" msgstr "Editando" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "Cambiar página" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "Seleccionar página" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "Sitios" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -109,3 +81,38 @@ msgstr "Predeterminado?" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "Predeterminado" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "Sitio '{0}' creado." + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "El sitio no puede ser creado debido a errores" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "Sitio '{0}' actualizado." + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "El sitio no puede ser guardado debido a errores" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "Sitio '{0}' eliminado." + +#~ msgid "Change page" +#~ msgstr "Cambiar página" + +#~ msgid "Choose page" +#~ msgstr "Seleccionar página" diff --git a/wagtail/wagtailsites/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/eu/LC_MESSAGES/django.po index cb8514b14..2391281df 100644 --- a/wagtail/wagtailsites/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po index 107ab6721..d00f665b3 100644 --- a/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-28 10:31+0000\n" "Last-Translator: linibou \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "Site '{0}' créé." +#: forms.py:12 +msgid "Choose a root page" +msgstr "Choisir une page racine" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "Le site n'a pas pu être créé à cause d'erreurs." - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "Site '{0}' mis à jour." - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "Le site n'a pas pu être enregistré à cause d'erreurs." - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "Site '{0}' supprimé." - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "Sites" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "Choisissez une page racine différente" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "Supprimer le site" @@ -61,15 +44,7 @@ msgstr "Oui, supprimer" msgid "Add site" msgstr "Ajout de site" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "Choisissez une page racine différente" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "Choisir une page racine" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "Enregistrer" @@ -77,13 +52,10 @@ msgstr "Enregistrer" msgid "Editing" msgstr "Édition" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "Changer la page" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "Choisissez une page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "Sites" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -108,3 +80,38 @@ msgstr "Défaut ?" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "Défaut" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "Site '{0}' créé." + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Édition" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "Le site n'a pas pu être créé à cause d'erreurs." + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "Site '{0}' mis à jour." + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "Le site n'a pas pu être enregistré à cause d'erreurs." + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "Site '{0}' supprimé." + +#~ msgid "Change page" +#~ msgstr "Changer la page" + +#~ msgid "Choose page" +#~ msgstr "Choisissez une page" diff --git a/wagtail/wagtailsites/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/gl/LC_MESSAGES/django.po index 2f6a9a9c4..4050ddede 100644 --- a/wagtail/wagtailsites/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/gl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po index 537455357..b18c8da5c 100644 --- a/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po @@ -1,50 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -60,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -76,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -107,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po index cc9f117e3..aa8b81d6d 100644 --- a/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po @@ -1,51 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Daigo Shitara , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-11-27 23:53+0000\n" "Last-Translator: Daigo Shitara \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "'{0}'のサイトが作成されました。" +#: forms.py:12 +msgid "Choose a root page" +msgstr "ルートページを選択" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "エラーが発生したため、サイトを作成できませんでした。" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "'{0}'のサイトが更新されました。" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "エラーが発生したため、サイトを保存できませんでした。" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "'{0}'のサイトを削除しました。" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "サイト一覧" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "他のルートページを選択" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "サイトを削除" @@ -61,15 +45,7 @@ msgstr "はい、削除します" msgid "Add site" msgstr "サイトを追加" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "他のルートページを選択" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "ルートページを選択" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "保存" @@ -77,13 +53,10 @@ msgstr "保存" msgid "Editing" msgstr "編集中" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "ページを変更" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "ページを選択" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "サイト一覧" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -108,3 +81,38 @@ msgstr "デフォルト" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "デフォルト" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "'{0}'のサイトが作成されました。" + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編集中" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "エラーが発生したため、サイトを作成できませんでした。" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "'{0}'のサイトが更新されました。" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "エラーが発生したため、サイトを保存できませんでした。" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "'{0}'のサイトを削除しました。" + +#~ msgid "Change page" +#~ msgstr "ページを変更" + +#~ msgid "Choose page" +#~ msgstr "ページを選択" diff --git a/wagtail/wagtailsites/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/mn/LC_MESSAGES/django.po index d91e6f7d6..974bcb39f 100644 --- a/wagtail/wagtailsites/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/mn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po index e461fe577..8ca7e91b3 100644 --- a/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po index e120b9cc2..50677a244 100644 --- a/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po index b0e12fb97..aef2eb84a 100644 --- a/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,34 +19,17 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -62,15 +45,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -78,12 +53,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -109,3 +81,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po index cf2beaa0e..8a15a7ed6 100644 --- a/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po index 1060707fd..bcb2643de 100644 --- a/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po index 4bfe4f911..edf2b171b 100644 --- a/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po @@ -1,51 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dan Braghis, 2014-2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2015-02-06 22:12+0000\n" "Last-Translator: Dan Braghis\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" +"language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "Site-ul '{0}' a fost creat." +#: forms.py:12 +msgid "Choose a root page" +msgstr "Alege o pagină de bază" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "Site-ul nu a fost creat din cauza erorilor." - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "Site-ul '{0}' a fost actualizat." - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "Site-ul nu a fost salvat din cauza erorilor." - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "Site-ul '{0}' a fost șters." - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "Site-uri" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "Alege o altă pagină de bază" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "Șterge sit" @@ -61,15 +46,7 @@ msgstr "Da, șterge" msgid "Add site" msgstr "Adaugă sit" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "Alege o altă pagină de bază" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "Alege o pagină de bază" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "Salveză" @@ -77,13 +54,10 @@ msgstr "Salveză" msgid "Editing" msgstr "Editare" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "Schimbă pagina" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "Alege pagina" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "Site-uri" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -108,3 +82,38 @@ msgstr "Implicit?" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "Implicit" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "Site-ul '{0}' a fost creat." + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "Site-ul nu a fost creat din cauza erorilor." + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "Site-ul '{0}' a fost actualizat." + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "Site-ul nu a fost salvat din cauza erorilor." + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "Site-ul '{0}' a fost șters." + +#~ msgid "Change page" +#~ msgstr "Schimbă pagina" + +#~ msgid "Choose page" +#~ msgstr "Alege pagina" diff --git a/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.po index c5e47ff1c..e85688bdd 100644 --- a/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-05 02:43+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,34 +20,17 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "Сайт '{0}' создан." +#: forms.py:12 +msgid "Choose a root page" +msgstr "Выберите корневую страницу" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "Сайт не может быть создан из-за ошибок." - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "Сайт '{0}' обновлен." - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "Сайт не может быть сохранен из-за ошибок." - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "Сайт '{0}' удален." - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "Сайты" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "Выбрать другую корневую страницу" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "Удалить сайт" @@ -63,15 +46,7 @@ msgstr "Да, удалить" msgid "Add site" msgstr "Добавить сайт" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "Выбрать другую корневую страницу" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "Выберите корневую страницу" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "Сохранить" @@ -79,13 +54,10 @@ msgstr "Сохранить" msgid "Editing" msgstr "Редактирование" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "Изменить страницу" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "Выбрать страницу" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "Сайты" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -110,3 +82,38 @@ msgstr "По умолчанию?" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "По умолчанию" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "Сайт '{0}' создан." + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "Сайт не может быть создан из-за ошибок." + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "Сайт '{0}' обновлен." + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "Сайт не может быть сохранен из-за ошибок." + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "Сайт '{0}' удален." + +#~ msgid "Change page" +#~ msgstr "Изменить страницу" + +#~ msgid "Choose page" +#~ msgstr "Выбрать страницу" diff --git a/wagtail/wagtailsites/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/si_LK/LC_MESSAGES/django.po index d4b13d368..ee384e6d5 100644 --- a/wagtail/wagtailsites/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po index dff599ee2..1425836a6 100644 --- a/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po index 113ac3af9..fc17280e8 100644 --- a/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po index e1bf04a7a..f7430effc 100644 --- a/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po index efcecc072..cbcd94ab1 100644 --- a/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/uk/LC_MESSAGES/django.po index ba0a2b658..1465df486 100644 --- a/wagtail/wagtailsites/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,34 +19,17 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -62,15 +45,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -78,12 +53,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -109,3 +81,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/vi/LC_MESSAGES/django.po index 1000a5b6f..4e744416c 100644 --- a/wagtail/wagtailsites/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/zh/LC_MESSAGES/django.po index 751e1407e..2d96d31f6 100644 --- a/wagtail/wagtailsites/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po index abf9ed753..6620b0acc 100644 --- a/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-11-04 09:26+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,34 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:31 -msgid "Site '{0}' created." -msgstr "站点'{0}'已创建" +#: forms.py:12 +msgid "Choose a root page" +msgstr "选择根页面" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "无法创建站点。出现错误。" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "站点'{0}'已更新" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "无法保存站点,出现错误。" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "站点'{0}'已删除" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" -msgstr "站点" +#: forms.py:12 +msgid "Choose a different root page" +msgstr "选择另外一个根页面" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "删除站点" @@ -62,15 +45,7 @@ msgstr "是,删除" msgid "Add site" msgstr "增加站点" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "选择另外一个根页面" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "选择根页面" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "保存" @@ -78,13 +53,10 @@ msgstr "保存" msgid "Editing" msgstr "编辑" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "修改页面" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" -msgstr "选择页面" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" +msgstr "站点" #: templates/wagtailsites/index.html:7 msgid "Add a site" @@ -109,3 +81,38 @@ msgstr "默认?" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "默认" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "站点'{0}'已创建" + +#: views.py:32 views.py:54 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "无法创建站点。出现错误。" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "站点'{0}'已更新" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "无法保存站点,出现错误。" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "站点'{0}'已删除" + +#~ msgid "Change page" +#~ msgstr "修改页面" + +#~ msgid "Choose page" +#~ msgstr "选择页面" diff --git a/wagtail/wagtailsites/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/zh_TW/LC_MESSAGES/django.po index 4fc92b984..5abe7705f 100644 --- a/wagtail/wagtailsites/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/wagtail/" @@ -18,34 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: views.py:31 -msgid "Site '{0}' created." +#: forms.py:12 +msgid "Choose a root page" msgstr "" -#: views.py:34 -msgid "The site could not be created due to errors." -msgstr "" - -#: views.py:51 -msgid "Site '{0}' updated." -msgstr "" - -#: views.py:54 -msgid "The site could not be saved due to errors." -msgstr "" - -#: views.py:70 -msgid "Site '{0}' deleted." -msgstr "" - -#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3 -#: templates/wagtailsites/index.html:5 -msgid "Sites" +#: forms.py:12 +msgid "Choose a different root page" msgstr "" #: templates/wagtailsites/confirm_delete.html:3 #: templates/wagtailsites/confirm_delete.html:7 -#: templates/wagtailsites/edit.html:36 +#: templates/wagtailsites/edit.html:25 msgid "Delete site" msgstr "" @@ -61,15 +44,7 @@ msgstr "" msgid "Add site" msgstr "" -#: templates/wagtailsites/create.html:20 -msgid "Choose a different root page" -msgstr "" - -#: templates/wagtailsites/create.html:21 -msgid "Choose a root page" -msgstr "" - -#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34 +#: templates/wagtailsites/create.html:21 templates/wagtailsites/edit.html:23 msgid "Save" msgstr "" @@ -77,12 +52,9 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsites/edit.html:21 -msgid "Change page" -msgstr "" - -#: templates/wagtailsites/edit.html:22 -msgid "Choose page" +#: templates/wagtailsites/index.html:3 templates/wagtailsites/index.html:5 +#: wagtail_hooks.py:24 +msgid "Sites" msgstr "" #: templates/wagtailsites/index.html:7 @@ -108,3 +80,30 @@ msgstr "" #: templates/wagtailsites/index.html:42 msgid "Default" msgstr "" + +#: views.py:31 +#, python-brace-format +msgid "Site '{0}' created." +msgstr "" + +#: views.py:32 views.py:54 +msgid "Edit" +msgstr "" + +#: views.py:36 +msgid "The site could not be created due to errors." +msgstr "" + +#: views.py:53 +#, python-brace-format +msgid "Site '{0}' updated." +msgstr "" + +#: views.py:58 +msgid "The site could not be saved due to errors." +msgstr "" + +#: views.py:74 +#, python-brace-format +msgid "Site '{0}' deleted." +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.po index 1f43720a5..dde8ac9f5 100644 --- a/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -19,23 +19,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Откъси от код" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Избери" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Избери друг %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Няма създадени %(snippet_type_name_plural)s. Защо не добавите един сега?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Избери %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Заглавие" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +83,9 @@ msgstr "Редакция на %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Редактиране" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Заглавие" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Откъси от код" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -133,22 +136,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' е създаден" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактиране" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "Този код-откъс не беше създаден поради грешки." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' обновен." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "Откъса от док не можеше да бъде запазен поради грешки." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' изтрит." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Избери" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Избери друг %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Избери %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po index 8fff34c42..246ad65f9 100644 --- a/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,23 +19,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Fragments" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Escull" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Escull un altre %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"No s'ha creat cap %(snippet_type_name_plural)s. Per què no afeixes un?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Escull %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Títol" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +83,9 @@ msgstr "Editant %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Editant" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Títol" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Fragments" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -133,22 +136,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' creat." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editant" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "El fragment no s'ha pogut crear degut a errors." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' actualitzat." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "El fragment no s'ha pogut desar degut a errors." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' esborrat." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Escull" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Escull un altre %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Escull %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po index 75aea72e1..d180d6eeb 100644 --- a/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -77,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -100,8 +99,8 @@ msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:23 #, python-format msgid "" -"No %(snippet_type_name_plural)s have been created. Why not add one?" +"No %(snippet_type_name_plural)s have been created. Why not add one?" msgstr "" #: templates/wagtailsnippets/snippets/usage.html:3 @@ -129,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/cy/LC_MESSAGES/django.po index 0938dc272..7c55c60d1 100644 --- a/wagtail/wagtailsnippets/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,22 +19,21 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -79,9 +78,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -131,22 +129,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po index da94267dc..be050a813 100644 --- a/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,23 +20,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Snippets" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Auswählen" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Anderes %(snippet_type_name)s wählen" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Sie haben noch keine %(snippet_type_name_plural)s erstellt. Erstellen Sie doch jetzt eins!" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "%(snippet_type_name)s wählen" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Titel" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -80,10 +84,9 @@ msgstr "%(snippet_type_name)s - %(instance)s bearbeiten" msgid "Editing" msgstr "Bearbeiten" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Titel" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Snippets" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -134,22 +137,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' erstellt" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "Aufgrund von Fehlern konnte das Snippet nicht erstellt werden." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' geändert." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "Aufgrund von Fehlern konnte das Snippet nicht gespeichert werden." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' gelöscht." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Auswählen" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Anderes %(snippet_type_name)s wählen" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "%(snippet_type_name)s wählen" diff --git a/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po index f77c7a1d0..63b3c6196 100644 --- a/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,23 +20,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Snippets" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Επιλογή" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Επιλογή άλλου %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Δεν υπάρχουν %(snippet_type_name_plural)s. Θέλετε να προσθέσετε μερικά;" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Επιλογή %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Τίτλος" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -80,10 +84,9 @@ msgstr "Διόρθωση %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Διόρθωση" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Τίτλος" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Snippets" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -134,22 +137,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "Δημιουργήθηκε το '{instance}' τύπου {snippet_type}." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Διόρθωση" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "Δεν ήταν δυνατή η δημιουργία του snippet." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "Πραγματοποιήθηκε αλλαγή του '{instance}' τύπου {snippet_type}." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "Δεν ήταν δυνατή η αποθήκευση του snippet." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "Το '{instance}' τύπου {snippet_type} διαγράφηκε." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Επιλογή" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Επιλογή άλλου %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Επιλογή %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.po index 9fb9c3379..db24bd239 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,22 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -77,9 +76,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -129,22 +127,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po index eb50b87ee..16281c74f 100644 --- a/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,23 +20,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Fragmentos" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Seleccionar" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Seleccionar otro %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Ningún %(snippet_type_name_plural)s ha sido creado. ¿Por qué no añadir uno?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Seleccionar %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Título" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -80,10 +84,9 @@ msgstr "Editando %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Editando" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Título" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Fragmentos" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -134,22 +137,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' creado." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "El fragmento no pudo ser creada debido a errores." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' actualizado." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "El fragmento no puedo ser guardado debido a errores." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' eliminado." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Seleccionar" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Seleccionar otro %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Seleccionar %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/eu/LC_MESSAGES/django.po index dc996f9f2..4a6c76b7c 100644 --- a/wagtail/wagtailsnippets/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po index ce0dae55c..d5e04ae96 100644 --- a/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,23 +19,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" +"Aucun %(snippet_type_name_plural)s n'a été créé. Pourquoi ne pas en ajouter un?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Titre" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +83,9 @@ msgstr "" msgid "Editing" msgstr "Rédaction" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Titre" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -133,22 +136,46 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Rédaction" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' supprimé." + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po index 58f3c26df..659d0bacd 100644 --- a/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -19,23 +19,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Fragmentos" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Seleccionar" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Seleccionar outro %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Ningún %(snippet_type_name_plural)s foi creado. ¿Por qué non engadir un?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Seleccionar %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Título" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +83,9 @@ msgstr "Editando %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Editando" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Título" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Fragmentos" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -133,22 +136,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' creado." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "O fragmento non puido ser creado debido a errores." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' actualizado." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "O fragmento non puido ser gardado debido a erros." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' eliminado." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Seleccionar" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Seleccionar outro %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Seleccionar %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po index 4edc58093..b2103a3e9 100644 --- a/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -77,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -100,8 +99,8 @@ msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:23 #, python-format msgid "" -"No %(snippet_type_name_plural)s have been created. Why not add one?" +"No %(snippet_type_name_plural)s have been created. Why not add one?" msgstr "" #: templates/wagtailsnippets/snippets/usage.html:3 @@ -129,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po index 4d18f452d..44711cf41 100644 --- a/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -77,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -100,8 +99,8 @@ msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:23 #, python-format msgid "" -"No %(snippet_type_name_plural)s have been created. Why not add one?" +"No %(snippet_type_name_plural)s have been created. Why not add one?" msgstr "" #: templates/wagtailsnippets/snippets/usage.html:3 @@ -129,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/mn/LC_MESSAGES/django.po index 8ade006c5..9f9d400bc 100644 --- a/wagtail/wagtailsnippets/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/mn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po index 184b45b6f..b752a2a13 100644 --- a/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po index dd2358e49..31a8b4dab 100644 --- a/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po index f87336b5d..223d4e134 100644 --- a/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,23 +19,27 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Snippety" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Wybierz" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Wybierz inny %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Żaden%(snippet_type_name_plural)s nie został stworzony. Czemu nie dodać jednego?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Wybierz %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Tytuł" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +83,9 @@ msgstr "Edycja %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Edycja" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Tytuł" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Snippety" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -133,22 +136,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "Stworzono {snippet_type} '{instance}'." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Edycja" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "Snippet nie mógł zostać stworzony z powodu błędów." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "Uaktualniono {snippet_type} '{instance}'." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "Snippet nie mógł zostać zapisany z powodu błędów." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "Usunięto {snippet_type} '{instance}'." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Wybierz" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Wybierz inny %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Wybierz %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po index d42ea3751..2d9039c75 100644 --- a/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-17 01:55+0000\n" "Last-Translator: Gladson \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -19,23 +19,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Escolha" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Escolha outro %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Escolha %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Título" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +78,9 @@ msgstr "Editando %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Editando" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Título" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -131,22 +129,52 @@ msgstr "Status" msgid "Edit this page" msgstr "Editar essa página" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Escolha" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Escolha outro %(snippet_type_name)s" + +#: widgets.py:19 +#, fuzzy, python-format +#| msgid "Edit this page" +msgid "Edit this %s" +msgstr "Editar essa página" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Escolha %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po index 51ee587b5..588386996 100644 --- a/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-03 01:58+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -18,23 +18,27 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Snippets" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Escolher" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Escolher outro %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Nenhum %(snippet_type_name_plural)s foi criado. Porque não adicionar um?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Escolher %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Título" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -78,10 +82,9 @@ msgstr "Editando %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Editando" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Título" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Snippets" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -132,22 +135,52 @@ msgstr "Estado" msgid "Edit this page" msgstr "Editar esta página" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' atualizado." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "O snippet não pôde ser criado devido a erros." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' atualizado." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "O snippet não pôde ser guardado devido a erros." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' eliminado." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Escolher" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Escolher outro %(snippet_type_name)s" + +#: widgets.py:19 +#, fuzzy, python-format +#| msgid "Edit this page" +msgid "Edit this %s" +msgstr "Editar esta página" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Escolher %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po index 7bd38b164..3122ec932 100644 --- a/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" @@ -21,23 +21,27 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Fragmente" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Alege" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Alege alt %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"Nu au fost create %(snippet_type_name_plural)s. De să nu adăugați unul?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Alege %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Titlu" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -81,10 +85,9 @@ msgstr "Editare %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Editare" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Titlu" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Fragmente" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -135,22 +138,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' a fost creat." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "Fragmentul nu a fost creat din cauza erorilor." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' a fost actualizat." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "Fragmentul nu a fost salvat din cauza erorilor." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' a fost șters." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Alege" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Alege alt %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Alege %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.po index 7e1ced98a..442e4fa93 100644 --- a/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-10-05 03:17+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,23 +20,27 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "Фрагменты" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "Выбрать" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "Выбрать другой %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"%(snippet_type_name_plural)s еще не были созданы. Почему бы не добавить один?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "Выбрать %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "Заголовок" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -80,10 +84,9 @@ msgstr "Редактирование %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "Редактирование" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "Заголовок" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "Фрагменты" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -134,22 +137,52 @@ msgstr "Статус" msgid "Edit this page" msgstr "Редактировать эту страницу" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' создан." -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "Фрагмент не может быть создан из-за ошибок." -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "{snippet_type} '{instance}' обновлен." -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "Фрагмент не может быть сохранен из-за ошибок." -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "{snippet_type} '{instance}' удален." + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "Выбрать" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "Выбрать другой %(snippet_type_name)s" + +#: widgets.py:19 +#, fuzzy, python-format +#| msgid "Edit this page" +msgid "Edit this %s" +msgstr "Редактировать эту страницу" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "Выбрать %(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/si_LK/LC_MESSAGES/django.po index f4bcd5f0b..9bcde9725 100644 --- a/wagtail/wagtailsnippets/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po index 475568ca1..96afa09ac 100644 --- a/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po index c9bf393ad..77db5c194 100644 --- a/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/sv_SE/LC_MESSAGES/django.po index 9b017b153..e7a9d76b3 100644 --- a/wagtail/wagtailsnippets/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po index 03a6ef058..53a891751 100644 --- a/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/uk/LC_MESSAGES/django.po index 4e35997b2..eb8a7dfab 100644 --- a/wagtail/wagtailsnippets/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,22 +19,21 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -79,9 +78,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -131,22 +129,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/vi/LC_MESSAGES/django.po index 0a6d8c7f2..e9e812756 100644 --- a/wagtail/wagtailsnippets/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" @@ -18,22 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" msgstr "" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 @@ -78,9 +77,8 @@ msgstr "" msgid "Editing" msgstr "" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 @@ -130,22 +128,44 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +msgid "Edit" +msgstr "" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, python-format +msgid "Choose %s" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.po index ebf321bd2..10c9b857a 100644 --- a/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-01 15:43+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,23 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "片段" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "选择" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "选择另外一个%(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"没有任何%(snippet_type_name_plural)s片段。为什么不创建一个?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "选择%(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "标题" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -78,10 +82,9 @@ msgstr "编辑%(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "编辑" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "标题" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "片段" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -132,22 +135,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "已创建{snippet_type} '{instance}'" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "多个错误导致这个片段无法创建。" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "已经更新{snippet_type} '{instance}'。" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "多个错误导致这个片段无法保存" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "已删除{snippet_type} '{instance}'" + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "选择" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "选择另外一个%(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "选择%(snippet_type_name)s" diff --git a/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po index eb8d90a7c..5cd6b46a3 100644 --- a/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-11-04 13:48+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,23 +19,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "选择" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 +#: templates/wagtailsnippets/chooser/choose.html:10 #, python-format -msgid "Choose another %(snippet_type_name)s" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" msgstr "" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "标题" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -79,10 +78,9 @@ msgstr "" msgid "Editing" msgstr "编辑" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "标题" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -131,22 +129,47 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "" + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "选择" + +#: widgets.py:18 +#, python-format +msgid "Choose another %s" +msgstr "" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" diff --git a/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po index d3c5796a0..d95f4b60a 100644 --- a/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-28 16:07+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,23 +17,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: wagtail_hooks.py:29 templates/wagtailsnippets/snippets/index.html:3 -msgid "Snippets" -msgstr "片段" - #: templates/wagtailsnippets/chooser/choose.html:2 msgid "Choose" msgstr "選擇" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:10 -#, python-format -msgid "Choose another %(snippet_type_name)s" -msgstr "選擇另外一個 %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/choose.html:10 +#, fuzzy, python-format +#| msgid "" +#| "No %(snippet_type_name_plural)s have been created. Why not add one?" +msgid "" +"You haven't created any %(snippet_type_name)s snippets. Why not create one now" +msgstr "" +"沒有任何 %(snippet_type_name_plural)s 片段。為什麼不建立一個?" -#: templates/wagtailsnippets/edit_handlers/snippet_chooser_panel.html:11 -#, python-format -msgid "Choose %(snippet_type_name)s" -msgstr "選擇 %(snippet_type_name)s" +#: templates/wagtailsnippets/chooser/list.html:11 +#: templates/wagtailsnippets/snippets/list.html:8 +#: templates/wagtailsnippets/snippets/usage.html:16 +msgid "Title" +msgstr "標題" #: templates/wagtailsnippets/snippets/confirm_delete.html:3 #, python-format @@ -77,10 +81,9 @@ msgstr "編輯 %(snippet_type_name)s - %(instance)s" msgid "Editing" msgstr "編輯" -#: templates/wagtailsnippets/snippets/list.html:8 -#: templates/wagtailsnippets/snippets/usage.html:16 -msgid "Title" -msgstr "標題" +#: templates/wagtailsnippets/snippets/index.html:3 wagtail_hooks.py:29 +msgid "Snippets" +msgstr "片段" #: templates/wagtailsnippets/snippets/type_index.html:3 #, python-format @@ -131,22 +134,51 @@ msgstr "" msgid "Edit this page" msgstr "" -#: views/snippets.py:129 +#: views/snippets.py:136 +#, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "已建立 {snippet_type} '{instance}'" -#: views/snippets.py:136 +#: views/snippets.py:141 views/snippets.py:184 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編輯" + +#: views/snippets.py:146 msgid "The snippet could not be created due to errors." msgstr "片段因有錯誤而無法建立。" -#: views/snippets.py:170 +#: views/snippets.py:179 +#, python-brace-format msgid "{snippet_type} '{instance}' updated." msgstr "已經更新 {snippet_type} '{instance}'。" -#: views/snippets.py:177 +#: views/snippets.py:189 msgid "The snippet could not be saved due to errors." msgstr "片段因有錯誤而無法儲存。" -#: views/snippets.py:206 +#: views/snippets.py:217 +#, python-brace-format msgid "{snippet_type} '{instance}' deleted." msgstr "已刪除 {snippet_type} '{instance}'" + +#: widgets.py:17 +#, fuzzy, python-format +#| msgid "Choose" +msgid "Choose %s" +msgstr "選擇" + +#: widgets.py:18 +#, fuzzy, python-format +#| msgid "Choose another %(snippet_type_name)s" +msgid "Choose another %s" +msgstr "選擇另外一個 %(snippet_type_name)s" + +#: widgets.py:19 +#, python-format +msgid "Edit this %s" +msgstr "" + +#~ msgid "Choose %(snippet_type_name)s" +#~ msgstr "選擇 %(snippet_type_name)s" diff --git a/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po index 4ac54f9c8..985c22b82 100644 --- a/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/" @@ -19,96 +19,87 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Администратор" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Ако има отметка, този потребител е в състояние да управлява потребителски " "акаунти." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Имейл" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Първо Име" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Последно Име" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Потребител с това име вече съществува." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Паролите не съвпадат." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Потребителско име" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Задължително. 30 знака или по-малко. Букви, цифри и @ / / + / -. / Само _." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Това поле може да съдържа само букви, числа и символите @/./+/-/_" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Парола" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Остави празно, ако няма да се променя." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Подвърждение на парола" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Въведете същата парола, като по-горе, за проверка." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" "Администраторите имат способността да менижират потребителските профили." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Потребител с това име вече съществува." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Потребители" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -149,36 +140,17 @@ msgstr "Редактиране" msgid "Save" msgstr "Запази" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Добави потребител" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Име" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Няма конфигурирани потребители. Защо не добавите един сега?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Име" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -188,7 +160,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -196,19 +168,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Редактиране" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Добави потребител" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Няма конфигурирани потребители. Защо не добавите един сега?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -226,6 +208,11 @@ msgstr "Потребителски профил" msgid "Roles" msgstr "Роля" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Потребители" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Добави потребител" @@ -283,51 +270,67 @@ msgstr "" "Няма конфигурирани потребители. Защо не добавите един сега?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Потребител '{0}' създаден." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактиране" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "Потребителя не можеше да бъде създаден поради грешки." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Потребител '{0}' обновен." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "Потребителя не можеше да бъде запазен заради грешки." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Потребител '{0}' създаден." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Потребител '{0}' създаден." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Потребителя не можеше да бъде създаден поради грешки." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Потребител '{0}' обновен." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Потребителя не можеше да бъде запазен заради грешки." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Редактиране" diff --git a/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po index e6211405d..34e5e2e25 100644 --- a/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:56+0000\n" "Last-Translator: Lloople \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,93 +19,84 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrador" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "Si és marcat, aquest usuari podrà administrar comptes d'usuari" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Nom" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Cognoms" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Ja existeix un usuari amb aquest nom" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Les contrasenyes no coincideixen" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nom d'usuari" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Requerit. 30 caràcters o menys. Lletres, números i només @/./+/-/_." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Aquest valor només ha de contenir lletres, números i caràcters com @/./+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Contrasenya" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Deixa-ho en blanc si no ha canviat." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmació de contrasenya" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Introdueix la mateixa contrasenya, per verificació." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Els administrador poden manegar comptes d'usuari." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Ja existeix un usuari amb aquest nom" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Usuaris" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -146,36 +137,17 @@ msgstr "Editant" msgid "Save" msgstr "Desa" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Afegeix un usuari" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nom" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"No hi han usuaris configurats. Per què no afegeixes un?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nom" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -185,7 +157,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -193,19 +165,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Editant" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Afegeix un usuari" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"No hi han usuaris configurats. Per què no afegeixes un?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -223,6 +205,11 @@ msgstr "Compte" msgid "Roles" msgstr "Perfils" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Usuaris" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Afegeix un usuari" @@ -278,52 +265,68 @@ msgstr "" "No hi han usuaris configurats. Per què no afegeixes un?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Cercar usuaris" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Usuari '{0}' creat." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editant" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "No s'ha pogut crear l'usuari degut a errors." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Usuari '{0}' actualitzat." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "No s'ha pogut desar l'usuari degut a errors." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Usuari '{0}' creat." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Cercar usuaris" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Usuari '{0}' creat." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "No s'ha pogut crear l'usuari degut a errors." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Usuari '{0}' actualitzat." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "No s'ha pogut desar l'usuari degut a errors." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Editant" diff --git a/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po index e1e6b4386..3788e5083 100644 --- a/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po @@ -1,108 +1,104 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jiri Stepanek , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2015-01-10 10:36+0000\n" "Last-Translator: Jiri Stepanek \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/cs/)\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/" +"cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrátor" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "Povolí tomuto uživateli spravovat uživatelské účty." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "E-mail" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Jméno" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Příjmení" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Toto uživatelské jméno již existuje." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Zadaná hesla se neshodují." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Uživatelské jméno" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "Povinné pole, maximálně 30 znaků. Povolené znaky: písmena bez diakritiky, číslice, @, ., +, -, _." +msgstr "" +"Povinné pole, maximálně 30 znaků. Povolené znaky: písmena bez diakritiky, " +"číslice, @, ., +, -, _." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Toto pole může obsahovat pouze písmena bez diakritiky, číslice, @, ., +, -, _." +msgstr "" +"Toto pole může obsahovat pouze písmena bez diakritiky, číslice, @, ., +, -, " +"_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Heslo" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Nevyplňuje, chcete-li zachovat současné heslo." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Potvrzení hesla" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Pro zabránění překlepům zadejte heslo ještě jednou." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Administrátoři mohou spravovat uživatelské účty." -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "Skupina s tímto názvem již existuje." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "Upozornit, když je stránka odeslána ke schválení" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "Upozornit, když je vaše stránka schválena" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "Upozornit, když je vaše stránka zamítnuta" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Uživatelé" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "Skupiny" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -114,7 +110,9 @@ msgstr "Smazat skupinu" msgid "" "The group '%(group_name)s' has %(group_user_count)s users " "assigned." -msgstr "Skupina \"%(group_name)s\" obsahuje %(group_user_count)s uživatelů." +msgstr "" +"Skupina \"%(group_name)s\" obsahuje %(group_user_count)s " +"uživatelů." #: templates/wagtailusers/groups/confirm_delete.html:20 msgid "Are you sure you want to delete this group?" @@ -143,33 +141,17 @@ msgstr "Úprava" msgid "Save" msgstr "Uložit" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "skupin" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "Přidat skupinu" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Název" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "Nebyly nalezeny žádné skupiny. Můžete vytvořit novou kliknutím zde." - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "Oprávnění k objektům" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Název" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "Přidat" @@ -179,7 +161,7 @@ msgid "Change" msgstr "Upravit" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "Smazat" @@ -187,18 +169,28 @@ msgstr "Smazat" msgid "Other permissions" msgstr "Ostatní oprávnění" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "Upravit stránku" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "Zvolit stránku" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "Přidat oprávnění ke stránce" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "skupin" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "Přidat skupinu" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Nebyly nalezeny žádné skupiny. Můžete vytvořit novou kliknutím zde." + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +208,11 @@ msgstr "Účet" msgid "Roles" msgstr "Role" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Uživatelé" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Přidat uživatele" @@ -250,62 +247,92 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nNalezen 1 uživatel" -msgstr[1] "\nNalezeno %(counter)s uživatelů" -msgstr[2] "\nNalezeno %(counter)s uživatelů" +msgstr[0] "" +"\n" +"Nalezen 1 uživatel" +msgstr[1] "" +"\n" +"Nalezeno %(counter)s uživatelů" +msgstr[2] "" +"\n" +"Nalezeno %(counter)s uživatelů" #: templates/wagtailusers/users/results.html:18 #, python-format msgid "Sorry, no users match \"%(query_string)s\"" -msgstr "Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné položky" +msgstr "" +"Bohužel, výrazu \"%(query_string)s\" neodpovídají žádné položky" #: templates/wagtailusers/users/results.html:21 #, python-format msgid "" -"There are no users configured. Why not add some?" -msgstr "Nebyly nalezeny žádní uživatelé. Můžete vytvořit nového kliknutím zde." +"There are no users configured. Why not add some?" +msgstr "" +"Nebyly nalezeny žádní uživatelé. Můžete vytvořit nového kliknutím zde." -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "Hledat skupiny" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "Skupina '{0}' byla vytvořena." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Úprava" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "Skupinu nelze vytvořit, zkontrolujte správné vyplnění polí." -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "Skupina '{0}' byla upravena." -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "Skupinu nelze uložit, zkontrolujte správné vyplnění polí." -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "Skupina '{0}' byla smazána." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Hledat uživatele" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Uživatel '{0}' byl vytvořen." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Uživatele nelze vytvořit, zkontrolujte správné vyplnění polí." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Uživatel '{0}' byl upraven." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Uživatele nelze uložit, zkontrolujte správné vyplnění polí." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "Skupiny" + +#~ msgid "Edit page" +#~ msgstr "Upravit stránku" + +#~ msgid "Choose page" +#~ msgstr "Zvolit stránku" diff --git a/wagtail/wagtailusers/locale/cy/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/cy/LC_MESSAGES/django.po index 74e11a572..55fabd45e 100644 --- a/wagtail/wagtailusers/locale/cy/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/cy/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,91 +19,82 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " "11) ? 2 : 3;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -144,33 +135,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -180,7 +155,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -188,18 +163,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -217,6 +200,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -268,46 +256,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po index cf5ac449b..72db552ea 100644 --- a/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,97 +19,88 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrator" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Wenn ausgewählt hat der Benutzer die Möglichkeit Benutzerkonten zu verwalten." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Vorname" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Nachname" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Es existiert bereits ein Benutzer mit diesem Benutzernamen." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Die beiden Passwortfelder stimmen nicht überein." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Benutzername" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Pflicht. Bis zu 30 Zeichen. Buchstaben, Zahlen und die Sonderzeichen \"@\", " "\".\", \"+\", und \"_\"." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Dieser Wert darf nur Buchstaben, Zahlen und die Sonderzeichen \"@\", \".\", " "\"+\", und \"_\" enthalten." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Passwort" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Freilassen um nicht zu ändern." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Passwort wiederholen" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Geben Sie das gleiche Passwort wie oben zur Übrprüfung ein." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Administratoren haben die Möglichkeit Benutzerkonten zu verwalten." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Es existiert bereits ein Benutzer mit diesem Benutzernamen." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Benutzer" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -150,36 +141,17 @@ msgstr "Bearbeiten" msgid "Save" msgstr "Speichern" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Einen Benutzer hinzufügen" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Name" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Es gibt zur Zeit noch keine Benutzer. Legen Sie doch einen an!" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Name" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -189,7 +161,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -197,19 +169,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Bearbeiten" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Einen Benutzer hinzufügen" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Es gibt zur Zeit noch keine Benutzer. Legen Sie doch einen an!" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -227,6 +209,11 @@ msgstr "Benutzerkonto" msgid "Roles" msgstr "Rollen" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Benutzer" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Einen Benutzer hinzufügen" @@ -284,51 +271,67 @@ msgstr "" "Es gibt zur Zeit noch keine Benutzer. Legen Sie doch einen an!" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Benutzer '{0}' erstellt." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Bearbeiten" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "Aufgrund von Fehlern konnte der Benutzer nicht erstellt werden." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Benutzer '{0}' geändert." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "Aufgrund von Fehlern konnte der Benutzer nicht gespeichert werden." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Benutzer '{0}' erstellt." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Benutzer '{0}' erstellt." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Aufgrund von Fehlern konnte der Benutzer nicht erstellt werden." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Benutzer '{0}' geändert." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Aufgrund von Fehlern konnte der Benutzer nicht gespeichert werden." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Bearbeiten" diff --git a/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po index ccc7f0d47..c21b51046 100644 --- a/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:15+0000\n" "Last-Translator: serafeim \n" "Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,99 +20,90 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Διαχειριστής" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Αν επιλεγεί, ο συγκεκριμένος χρήστης έχει τη δυνατότητα διαχείρισης " "λογαριασμών χρηστών." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Όνομα" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Επίθετο" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Υπάρχει ήδη χρήστης με το συγκεκριμένο όνομα χρήστη." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Τα δύο πεδία κωδικών δεν είναι ίδια." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Όνομα χρήστη" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Απαραίτητο. Λιγότερο από 30 χαρακτήρες. Επιτρέπονται μόνο γράμματα, αριθμοί " "και οι χαρακτήρες @/./+/-/_." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Η τιμή επιτρέπεται να έχει μόνο γράμματα, αριθμούς και τους χαρακτήρες @/./" "+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Κωδικός" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Αφήστε κενό αν δεν το αλλάζετε." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Επιβεβαίωση κωδικού." -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Εισάγετε τον ίδιο κωδικό για επιβεβαίωση" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" "Οι Διαχειριστές έχουν τη δυνατότητα να διαχειρίζονται λογαριασμούς χρηστών." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Υπάρχει ήδη χρήστης με το συγκεκριμένο όνομα χρήστη." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Χρήστες" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -153,36 +144,17 @@ msgstr "Διόρθωση" msgid "Save" msgstr "Αποθήκευση" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Προσθήκη χρήστη" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Όνομα" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Δεν έχουν [προστεθεί χρήστες. Θέλετε να προσθέσετε μερικούς?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Όνομα" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -192,7 +164,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -200,19 +172,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Διόρθωση" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Προσθήκη χρήστη" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Δεν έχουν [προστεθεί χρήστες. Θέλετε να προσθέσετε μερικούς?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -230,6 +212,11 @@ msgstr "Λογαριασμός" msgid "Roles" msgstr "Ρόλοι" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Χρήστες" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Προσθήκη χρήστη" @@ -285,52 +272,68 @@ msgstr "" "Δεν έχουν [προστεθεί χρήστες. Θέλετε να προσθέσετε μερικούς?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Αναζήτηση χρηστών" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Ο χρήστης '{0}' δημιουργήθηκε." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Διόρθωση" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "Δεν ήταν δυνατή η δημιουργία του χρήστη." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Τα στοιχεία του χρήστη '{0}' ενημερώθηκαν." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "Δεν ήταν δυνατή η ενημέρωση των στοιχείων του χρήστη." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Ο χρήστης '{0}' δημιουργήθηκε." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Αναζήτηση χρηστών" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Ο χρήστης '{0}' δημιουργήθηκε." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Δεν ήταν δυνατή η δημιουργία του χρήστη." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Τα στοιχεία του χρήστη '{0}' ενημερώθηκαν." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Δεν ήταν δυνατή η ενημέρωση των στοιχείων του χρήστη." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Διόρθωση" diff --git a/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po index 517bea55c..7954f2232 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: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,91 +17,82 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -142,33 +133,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -178,7 +153,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -186,18 +161,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -215,6 +198,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -264,46 +252,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po index 614a2d083..980c65a3a 100644 --- a/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-23 10:19+0000\n" "Last-Translator: fooflare \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/" @@ -20,97 +20,88 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrador" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Si está marcado, este usuario tiene la capacidad de gestionar cuentas de " "usuario." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Correo electrónico" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Nombre" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Apellidos" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Un usuario con ese nombre ya existe." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Los dos campos de contraseña no coinciden." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nombre de usuario" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obligatorio. 30 caracteres o menos. Letras, dígitos y @/./+/-/_ solamente." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Este valor debe contener sólo letras, números y los caracteres @/./+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Contraseña" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Deja en blanco si no cambia." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmación de contraseña" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Introduce la misma contraseña que arriba, para verificación." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" "Los administradores tienen la capacidad de gestionar cuentas de usuario." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Un usuario con ese nombre ya existe." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Usuarios" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -151,36 +142,17 @@ msgstr "Editando" msgid "Save" msgstr "Guardar" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Añadir un usuario" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nombre" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"No hay usuarios configurados. ¿Por qué no añadir alguno?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nombre" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -190,7 +162,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -198,19 +170,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Editando" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Añadir un usuario" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"No hay usuarios configurados. ¿Por qué no añadir alguno?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -228,6 +210,11 @@ msgstr "Cuenta" msgid "Roles" msgstr "Roles" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Usuarios" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Añadir un usuario" @@ -285,52 +272,68 @@ msgstr "" "No hay usuarios configurados. ¿Por qué no añadir alguno?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Buscar usuarios" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Usuario '{0}' creado." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "El usuario no pudo ser creado debido a errores." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Usuario '{0}' actualizado." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "El usuario no pudo ser guardado debido a errores." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Usuario '{0}' creado." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Buscar usuarios" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Usuario '{0}' creado." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "El usuario no pudo ser creado debido a errores." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Usuario '{0}' actualizado." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "El usuario no pudo ser guardado debido a errores." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Editando" diff --git a/wagtail/wagtailusers/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/eu/LC_MESSAGES/django.po index 39bc67262..43d1fcb86 100644 --- a/wagtail/wagtailusers/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/eu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po index 5e466ae3c..1c7dce260 100644 --- a/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-18 23:16+0000\n" "Last-Translator: nahuel\n" "Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/" @@ -19,95 +19,86 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrateur" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Si coché, cet utilisateur aura la capacité de gérer les comptes utilisateurs." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "E-mail" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Prénom" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Nom" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Un utilisateur avec cet identifiant existe déjà." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Les deux champs mot de passe ne correspondent pas." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Identifiant" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Requis. 30 caractères ou moins. Seulement des lettres, chiffres et @/./+/-/" "_ ." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Cette valeur ne peut contenir que des lettres, chiffres et @/./+/-/_ ." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Mot de passe" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Laisser vide si il n'y a pas de changement." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmation de mot de passe" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Entrer le même qu'au dessus, pour vérification." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Les administrateurs ont la capacité de gérer les comptes utilisateur." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Un utilisateur avec cet identifiant existe déjà." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Utilisateurs" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -148,36 +139,17 @@ msgstr "" msgid "Save" msgstr "Enregistrer" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Ajouter un utilisateur" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nom" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Il n'y a pas d'utilisateur configuré. Pourquoi ne pas en ajouter?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nom" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -187,7 +159,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -195,18 +167,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Ajouter un utilisateur" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Il n'y a pas d'utilisateur configuré. Pourquoi ne pas en ajouter?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -224,6 +207,11 @@ msgstr "Compte" msgid "Roles" msgstr "Rôles" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Utilisateurs" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Ajouter un utilisateur" @@ -276,51 +264,61 @@ msgstr "" "Il n'y a pas d'utilisateur configuré. Pourquoi ne pas en ajouter?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Utilisateur '{0}' créé." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "L'utilisateur ne peut être créé du fait d'erreurs." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Utilisateur '{0}' mis à jour." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "L'utilisateur ne peut être enregistré du fait d'erreurs." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Utilisateur '{0}' créé." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Utilisateur '{0}' créé." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "L'utilisateur ne peut être créé du fait d'erreurs." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Utilisateur '{0}' mis à jour." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "L'utilisateur ne peut être enregistré du fait d'erreurs." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po index 8550d3705..09ab61132 100644 --- a/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-23 10:33+0000\n" "Last-Translator: fooflare \n" "Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/" @@ -20,95 +20,86 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrador" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Se está marcado, este usuario ten a capacidade de xestionar contas de " "usuario." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Correo electrónico" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Nome" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Apelidos" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Un usuario con ese nome xa existe." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Os dous campos de contrasinal non coinciden." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nome de usuario" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obrigatorio. 30 caracteres ou menos. Letras, díxitos e @/./+/-/_ soamente." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Este valor debe conter só letras, números e os caracteres @/./+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Contrasinal" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Deixa en branco se non cambia." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmación de contrasinal" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Introduce a mesma contrasinal que arriba, para verificación." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Os administradores teñen a capacidade de xestionar contas de usuario." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Un usuario con ese nome xa existe." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Usuarios" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -149,36 +140,17 @@ msgstr "Editando" msgid "Save" msgstr "Gardar" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Engadir un usuario" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nome" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Non hai usuarios configurados. ¿Por qué non engadir algún?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nome" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -188,7 +160,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -196,19 +168,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Editando" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Engadir un usuario" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Non hai usuarios configurados. ¿Por qué non engadir algún?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -226,6 +208,11 @@ msgstr "Conta" msgid "Roles" msgstr "Roles" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Usuarios" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Engadir un usuario" @@ -283,52 +270,68 @@ msgstr "" "Non hai usuarios configurados. ¿Por qué non engadir algún?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Buscar usuarios" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Usuario '{0}' creado." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "O usuario non puido ser creado debido a erros." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Usuario '{0}' actualizado." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "O usuario non puido ser gardado debido a erros." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Usuario '{0}' creado." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Buscar usuarios" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Usuario '{0}' creado." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "O usuario non puido ser creado debido a erros." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Usuario '{0}' actualizado." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "O usuario non puido ser gardado debido a erros." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Editando" diff --git a/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po index 5e0984869..288696f1c 100644 --- a/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po @@ -1,107 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -142,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -178,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -186,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -215,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -260,50 +249,63 @@ msgstr "" #: templates/wagtailusers/users/results.html:21 #, python-format msgid "" -"There are no users configured. Why not add some?" +"There are no users configured. Why not add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po index d5cfb6a6d..505ad9e1f 100644 --- a/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po @@ -1,107 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -142,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -178,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -186,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -215,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -259,50 +248,63 @@ msgstr "" #: templates/wagtailusers/users/results.html:21 #, python-format msgid "" -"There are no users configured. Why not add some?" +"There are no users configured. Why not add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/mn/LC_MESSAGES/django.po index aa758ba71..fdf42de3b 100644 --- a/wagtail/wagtailusers/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/mn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po index 9fac74a5f..357f8108d 100644 --- a/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po index eedde991a..224517288 100644 --- a/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po index ba9edbb65..02b1cab8a 100644 --- a/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 22:16+0000\n" "Last-Translator: utek \n" "Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/" @@ -21,95 +21,86 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrator" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Zaznaczone oznacza, że użytkownik ma możliwość zarządzania kontami " "użytkowników" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Pierwsze imię" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Nazwisko" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Użytkownik o tej nazwie już istnieje." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Hasła się nie zgadzają." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nazwa użytkownika" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Wymagane. 30 lub mniej znaków. Tylko litery, liczby oraz znaki @/./+/-/_." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Ta wartość może zawierać tylko litery, liczby oraz znaki @/./+/-/_. " -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Hasło" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Pozostaw puste w przypadku braku zmiany." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Potwierdzenie hasła" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "W celu potwierdzenie wpisz to samo hasło co powyżej." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Administratorzy mają możliwość zarządzania kontami użytkowników." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Użytkownik o tej nazwie już istnieje." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Użytkownicy" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -150,36 +141,17 @@ msgstr "Edytowanie" msgid "Save" msgstr "Zapisz" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Dodaj użytkownika" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nazwa" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Brak użytkowników. Czemu nie dodasz " -"kilku?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nazwa" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -189,7 +161,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -197,19 +169,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Edytowanie" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Dodaj użytkownika" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Brak użytkowników. Czemu nie dodasz " +"kilku?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -227,6 +209,11 @@ msgstr "Konto" msgid "Roles" msgstr "Role" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Użytkownicy" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Dodaj użytkownika" @@ -289,52 +276,68 @@ msgstr "" "Brak użytkowników. Czemu nie dodasz " "kilku?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Szukaj użytkowników" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Stworzono użytkownika '{0}'" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Edytowanie" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "Użytkownik nie mógł zostać stworzony z powodu błędów." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Uaktualniono użytkownika '{0}'." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "Użytkownik nie mógł zostać zapisany z powodu błędów." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Stworzono użytkownika '{0}'" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Szukaj użytkowników" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Stworzono użytkownika '{0}'" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Użytkownik nie mógł zostać stworzony z powodu błędów." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Uaktualniono użytkownika '{0}'." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Użytkownik nie mógł zostać zapisany z powodu błędów." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Edytowanie" diff --git a/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po index 140619557..fadf78512 100644 --- a/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-09-01 19:30+0000\n" "Last-Translator: Douglas Miranda \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -21,95 +21,86 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrador" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Se marcado, este usuário terá a habilidade de gerenciar contas de usuários." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Primeiro nome" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Último nome" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Um usuário com este nome já existe." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Os dois campos de senha não coincidem." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nome de usuário" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obrigatório. 30 caracteres ou menos. Somente letras, números e @/./+/-/_." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Este valor pode conter somente letras, números e os caracteres @/./+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Senha" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Deixe em branco se não estiver alterando." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmação de senha" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Digite a mesma senha como acima, para verificação." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Administradores tem a habilidade de gerenciar contas de usuários." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Um usuário com este nome já existe." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "Receber uma notificação quando uma página é enviada para a moderação" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "Receber uma notificação quando a edição da sua página for aprovada" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "Receber uma notificação quando a edição da sua página é rejeitada" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Usuários" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -150,36 +141,17 @@ msgstr "Editando" msgid "Save" msgstr "Salvar" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Adicionar um usuário" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nome" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Não há usuários configurados. Por que não adicionar alguns?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nome" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -189,7 +161,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -197,19 +169,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Editando" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Adicionar um usuário" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Não há usuários configurados. Por que não adicionar alguns?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -227,6 +209,11 @@ msgstr "Conta" msgid "Roles" msgstr "Papéis" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Usuários" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Adicionar um usuário" @@ -284,52 +271,68 @@ msgstr "" "Não há usuários configurados. Por que não adicionar alguns?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Buscar usuários" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Usuário '{0}' criado." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "O usuário não pôde ser criado devido à erros." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Usuário '{0}' atualizado." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "O usuário não pôde ser salvo devido à erros." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Usuário '{0}' criado." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Buscar usuários" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Usuário '{0}' criado." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "O usuário não pôde ser criado devido à erros." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Usuário '{0}' atualizado." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "O usuário não pôde ser salvo devido à erros." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Editando" diff --git a/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po index babcd98bc..33ee60dae 100644 --- a/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-08-03 01:59+0100\n" "Last-Translator: Jose Lourenco \n" "Language-Team: \n" @@ -20,96 +20,87 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrador" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Se selecionado, este utilizador terá permissão para gerir contas de " "utilizadores." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Primeiro Nome" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Último nome" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Um utilizador com esse nome já existe." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "As senhas nos dois campos não coincidem." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nome de utilizador" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Obrigatório. 30 caracteres ou menos. Somente letras, números e @/./+/-/_." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" "Este valor apenas pode conter letras, números e os caracteres @/./+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Senha" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Deixar em branco se não houver alteração" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmação de senha" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Introduza a mesma senha anterior para verificação." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Os administradores têm a permissão para gerir contas de utilizadores." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Um utilizador com esse nome já existe." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "Receber notificação quando uma página for enviada para moderação" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "Receber notificação quando a edição da sua página for aprovada" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "Receber notificação quando a edição da sua página for rejeitada" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Utilizadores" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -150,36 +141,17 @@ msgstr "Editando" msgid "Save" msgstr "Guardar" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Adicionar um utilizador" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nome" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Não existem utilizadores configurados. Por que não adicionar algum?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nome" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -189,7 +161,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -197,19 +169,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Editando" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Adicionar um utilizador" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Não existem utilizadores configurados. Por que não adicionar algum?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -227,6 +209,11 @@ msgstr "Conta" msgid "Roles" msgstr "Funções (roles)" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Utilizadores" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Adicionar um utilizador" @@ -285,52 +272,68 @@ msgstr "" "Não existem utilizadores configurados. Por que não adicionar algum?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Procurar utilizadores" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Utilizador '{0}' criado." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editando" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "O utilizador não pôde ser criado devido a erros." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Utilizador '{0}' atualizado." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "O utilizador não pôde ser guardado devido a erros." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Utilizador '{0}' criado." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Procurar utilizadores" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Utilizador '{0}' criado." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "O utilizador não pôde ser criado devido a erros." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Utilizador '{0}' atualizado." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "O utilizador não pôde ser guardado devido a erros." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Editando" diff --git a/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po index d28f75fa3..4e161840b 100644 --- a/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Dan Braghis, 2014-2015 # Dan Braghis, 2014 @@ -9,101 +9,94 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2015-02-06 22:10+0000\n" "Last-Translator: Dan Braghis\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/" +"language/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Administrator" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "Acest utilizator poate gestiona conturi de utilizator dacă este bifat." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "E-mail" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Prenume" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Nume" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Un utilizator cu acest nume există deja." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Câmpurile de parolă nu se potrivesc." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Nume utlizator" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Obligatoriu. Până la 30 caractere. Numai litere, numere și @/./+/-/_" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Această valoare poate conține numai litere, numere și @/./+/-/_" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Parolă" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Lăsați liber dacă nu schimbați." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Confirmare parolă" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Introduceți aceeași parolă ca mai sus pentru verificare" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Administratorii pot gestiona conturi de utilizator." -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "Un grup cu acest nume există deja." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "Primește o notificăre când o pagină este trimisă pentru moderare" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "Primește o notificare când modificarea paginii este aprobată" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "Primește o notificare când modificărea paginii este respinsă" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Utilizatori" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "Grupuri" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -115,7 +108,9 @@ msgstr "Șterge grup" msgid "" "The group '%(group_name)s' has %(group_user_count)s users " "assigned." -msgstr "Grupul '%(group_name)s' are %(group_user_count)s utilizatori alocați." +msgstr "" +"Grupul '%(group_name)s' are %(group_user_count)s " +"utilizatori alocați." #: templates/wagtailusers/groups/confirm_delete.html:20 msgid "Are you sure you want to delete this group?" @@ -144,33 +139,17 @@ msgstr "Editare" msgid "Save" msgstr "Salvează" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "grupuri" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "Adaugă un grup" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Nume" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "Nu există nici un grup configurat. De ce să nu adăugați câțiva?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "Permisiuni obiecte" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Nume" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "Adaugă" @@ -180,7 +159,7 @@ msgid "Change" msgstr "Modifică" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "Șterge" @@ -188,18 +167,28 @@ msgstr "Șterge" msgid "Other permissions" msgstr "Alte permisiuni" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "Editează pagină" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "Alege pagină" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "Adaugă permisiune de pagină" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "grupuri" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "Adaugă un grup" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Nu există nici un grup configurat. De ce să nu adăugați câțiva?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -217,6 +206,11 @@ msgstr "Cont" msgid "Roles" msgstr "Roluri" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Utilizatori" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Adaugă un utilizator" @@ -251,62 +245,93 @@ msgid_plural "" "\n" " There are %(counter)s matches\n" " " -msgstr[0] "\nExistă o potrivire" -msgstr[1] "\nSunt %(counter)s potriviri" -msgstr[2] "\nSunt %(counter)s potriviri" +msgstr[0] "" +"\n" +"Există o potrivire" +msgstr[1] "" +"\n" +"Sunt %(counter)s potriviri" +msgstr[2] "" +"\n" +"Sunt %(counter)s potriviri" #: templates/wagtailusers/users/results.html:18 #, python-format msgid "Sorry, no users match \"%(query_string)s\"" -msgstr "Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici un utilizator" +msgstr "" +"Ne pare rău, \"%(query_string)s\" nu se potrivește cu nici un " +"utilizator" #: templates/wagtailusers/users/results.html:21 #, python-format msgid "" -"There are no users configured. Why not add some?" -msgstr "Nu există nici un utilizator. De ce să nu adăugați câțiva?" +"There are no users configured. Why not add some?" +msgstr "" +"Nu există nici un utilizator. De ce să nu adăugați câțiva?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "Caută grupuri" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "Grupul '{0}' a fost creat." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Editare" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "Grupul nu a fost creat din cauza erorilor." -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "Grupul '{0}' a fost actualizat." -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "Grupul nu a fost salvat din cauza erorilor." -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "Grupul '{0}' a fost șters." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Caută utilizatori" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Utilizatorul '{0}' a fost creat." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Utilizatorul nu a fost creat din cauza erorilor." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Utilizatorul '{0}' a fost actualizat." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Utilizatorul nu a fost salvat din cauza erorilor." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "Grupuri" + +#~ msgid "Edit page" +#~ msgstr "Editează pagină" + +#~ msgid "Choose page" +#~ msgstr "Alege pagină" diff --git a/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po index ada3595b7..5a48aca1e 100644 --- a/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-09-29 07:20+0000\n" "Last-Translator: Sergey Komarov \n" "Language-Team: Russian (http://www.transifex.com/projects/p/wagtail/language/" @@ -22,96 +22,87 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "Администратор" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" "Если выбрано, этот пользователь имеет возможность управлять " "пользовательскими аккаунтами." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Адрес электронной почты" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Имя" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Фамилия" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Пользователь с таким именем уже существует. " -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Два поля с паролями не совпадают." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Имя пользователя" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" "Обязательное. 30 символов или меньше. Только буквы, цифры и @/./+/-/_ " "символы." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Это значение может содержать только буквы, цифры и @/./+/-/_ символы." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Пароль" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Оставьте пустым, если не изменяется." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Подтверждение пароля" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Введите такой же пароль, как выше, для подтверждения." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Администраторы не могут управлять аккаунтами пользователей." -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "Пользователь с таким именем уже существует. " -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "Принимать уведомление, когда страница отправлена на модерацию." -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "Принимать уведомление, когда ваша редакция страницы одобрена." -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "Принимать уведомление, когда ваша редакция страницы отклонена." -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Пользователи" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -152,36 +143,17 @@ msgstr "Редактирование" msgid "Save" msgstr "Сохранить" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "Добавить пользователя" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Имя" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"Нету настроенных пользователей. Почему бы не добавить?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Имя" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -191,7 +163,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -199,19 +171,29 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "Редактирование" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "Добавить пользователя" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"Нету настроенных пользователей. Почему бы не добавить?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -229,6 +211,11 @@ msgstr "Аккаунт" msgid "Roles" msgstr "Роли" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Пользователи" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Добавить пользователя" @@ -288,52 +275,68 @@ msgstr "" "Нету настроенных пользователей. Почему бы не добавить?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "Поиск пользователей" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "Пользователь '{0}' создан." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Редактирование" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "Пользователь не может быть создан из-за ошибок." -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "Пользователь '{0}' обновлен." -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "Пользователь но может быть сохранен из-за ошибок." -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "Пользователь '{0}' создан." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Поиск пользователей" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Пользователь '{0}' создан." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Пользователь не может быть создан из-за ошибок." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Пользователь '{0}' обновлен." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Пользователь но может быть сохранен из-за ошибок." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "Редактирование" diff --git a/wagtail/wagtailusers/locale/si_LK/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/si_LK/LC_MESSAGES/django.po index f5f1a43a4..a2e91309c 100644 --- a/wagtail/wagtailusers/locale/si_LK/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/si_LK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po index 2d2f2c03b..c48978bf6 100644 --- a/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -266,46 +254,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po index 2d4c4d478..ae8d87375 100644 --- a/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/sv_SE/LC_MESSAGES/django.po index 2391bfda5..a0bfb47dc 100644 --- a/wagtail/wagtailusers/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/sv_SE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/wagtail/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -265,46 +253,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po index c1e1dae13..3f0961791 100644 --- a/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/wagtail/" @@ -18,91 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +134,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -179,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -187,18 +162,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +199,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -264,46 +252,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/uk/LC_MESSAGES/django.po index 01123eecd..67110800e 100644 --- a/wagtail/wagtailusers/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-02-19 11:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/wagtail/" @@ -19,91 +19,82 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "" -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -144,33 +135,17 @@ msgstr "" msgid "Save" msgstr "" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -180,7 +155,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -188,18 +163,26 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -217,6 +200,11 @@ msgstr "" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "" @@ -267,46 +255,59 @@ msgid "" "\">add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +msgid "Edit" +msgstr "" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "" -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "" -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "" -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" diff --git a/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po index 13fcee493..53e64a1c3 100644 --- a/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po @@ -1,108 +1,100 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Luan Nguyen , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2015-02-17 05:44+0000\n" "Last-Translator: Luan Nguyen \n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/language/vi/)\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/wagtail/" +"language/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "Nếu chọn, người dùng này có thể quản lý các tài khoản." -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "Email" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "Tên" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "Họ" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "Người dùng với username này đã tồn tại." -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "Hai mật khẩu không giống nhau." -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "Username" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "Cần nhập. 30 ký tự hoặc ít hơn. Chỉ chấp nhận kí tự, số và @/./+/-/_." -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "Giá trị này chỉ chấp nhận ký tự, số và @/./+/-/_." -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "Mật khẩu" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "Để trống nếu không thay đổi." -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "Xác nhận lại mật khẩu" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "Nhập lại mật khẩu phía trên để xác nhận." -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "Người điều hành có khả năng quản lý các tài khoản." -#: forms.py:152 +#: forms.py:153 msgid "A group with that name already exists." msgstr "Nhóm với tên này đã tồn tại." -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "Người dùng" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "Nhóm" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,33 +135,17 @@ msgstr "Chỉnh sửa" msgid "Save" msgstr "Lưu" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "Nhóm" - -#: templates/wagtailusers/groups/index.html:18 -msgid "Add a group" -msgstr "Tạo nhóm" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "Tên" - -#: templates/wagtailusers/groups/results.html:9 -#, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "Tên" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "Thêm" @@ -179,7 +155,7 @@ msgid "Change" msgstr "Sửa" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "Xoá" @@ -187,18 +163,26 @@ msgstr "Xoá" msgid "Other permissions" msgstr "Quyền khác" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -msgid "Edit page" -msgstr "Sửa trang" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "Chọn trang" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "Nhóm" + +#: templates/wagtailusers/groups/index.html:18 +msgid "Add a group" +msgstr "Tạo nhóm" + +#: templates/wagtailusers/groups/results.html:9 +#, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -216,6 +200,11 @@ msgstr "Tài khoản" msgid "Roles" msgstr "" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "Người dùng" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "Thêm người dùng" @@ -260,50 +249,71 @@ msgstr "Xin lỗi, không tìm thấy user phù hợp với \"%(query_string #: templates/wagtailusers/users/results.html:21 #, python-format msgid "" -"There are no users configured. Why not add some?" +"There are no users configured. Why not add some?" msgstr "" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "Tìm nhóm" -#: views/groups.py:94 +#: views/groups.py:95 +#, python-brace-format msgid "Group '{0}' created." msgstr "Nhóm '{0}' đã được tạo." -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "Chỉnh sửa" + +#: views/groups.py:100 msgid "The group could not be created due to errors." msgstr "Nhóm không tạo được vì lỗi." -#: views/groups.py:123 +#: views/groups.py:126 +#, python-brace-format msgid "Group '{0}' updated." msgstr "Nhóm '{0}' đã được cập nhật." -#: views/groups.py:126 +#: views/groups.py:131 msgid "The group could not be saved due to errors." msgstr "Nhóm không thể lưu vì lỗi." -#: views/groups.py:144 +#: views/groups.py:149 +#, python-brace-format msgid "Group '{0}' deleted." msgstr "Nhóm '{0}' đã được xoá." -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "Tìm người dùng" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "Người dùng '{0}' đã được tạo." -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "Không thể tạo người dùng vì lỗi." -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "Người dùng '{0}' đã được cập nhật." -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "Không thể lưu người dùng vì lỗi." + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "Nhóm" + +#~ msgid "Edit page" +#~ msgstr "Sửa trang" + +#~ msgid "Choose page" +#~ msgstr "Chọn trang" diff --git a/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.po index 8c348b1c2..9e72fbffa 100644 --- a/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: serafeim \n" "Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/" @@ -18,92 +18,83 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "管理员" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "如果已选,这个用户将有权限管理用户账号" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "电子邮件" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "名" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "姓" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "一个用户已经占用那个用户名" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "两个密码不匹配" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "用户名" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "必填,30个字符以内。仅字母,数字,数字和 @/./+/-/_" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "这个值只能含有字母,数字,数字和 @/./+/-/_" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "密码" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "留空如果不修改" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "密码确认" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "输入和上面一样的密码用于验证" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "管理员们有管理用户账号的权限" -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "一个用户已经占用那个用户名" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "用户" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -144,35 +135,17 @@ msgstr "编辑" msgid "Save" msgstr "保存" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "添加用户" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "名字" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"没有用户. 为什么不 添加一个?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "名字" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -182,7 +155,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -190,19 +163,28 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "编辑" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "添加用户" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"没有用户. 为什么不 添加一个?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -220,6 +202,11 @@ msgstr "账号" msgid "Roles" msgstr "角色" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "用户" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "添加用户" @@ -269,51 +256,67 @@ msgid "" msgstr "" "没有用户. 为什么不 添加一个?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 msgid "Search groups" msgstr "" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "用户 '{0}' 已创建" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "无法创建用户,页面有错。" -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "用户 '{0}' 已更新" -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "用户无法保存,页面有错。" -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "用户 '{0}' 已创建" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "用户 '{0}' 已创建" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "无法创建用户,页面有错。" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "用户 '{0}' 已更新" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "用户无法保存,页面有错。" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "编辑" diff --git a/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po index bbbdef9eb..9d51f7ed0 100644 --- a/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-11-04 08:55+0000\n" "Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/wagtail/" @@ -19,92 +19,83 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "管理员" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "选中则此用户可以管理账户" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "电子邮件" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "名" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "姓" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "此用户名已被占用" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "密码字段不匹配" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "用户名" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "必填。30字符以内。只能使用字母,数字和@/./+/-/_" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "只能使用字母,数字和@/./+/-/_字符。" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "密码" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "如不修改则留空" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "确认密码" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "键入同样的密码,以备验证。" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "管理员可以管理用户账户。" -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "此用户名已被占用" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "当存在页面提交审查时接收提醒。" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "当您的页面编辑动作通过时接收提醒。" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "当您的页面编辑动作被拒绝时接收提醒。" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "用户" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -145,35 +136,17 @@ msgstr "编辑" msgid "Save" msgstr "保存" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "添加用户" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "名字" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"还没用户呢。为啥不创建试试?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "名字" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -183,7 +156,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -191,19 +164,28 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "编辑" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "添加用户" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"还没用户呢。为啥不创建试试?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -221,6 +203,11 @@ msgstr "帐号" msgid "Roles" msgstr "角色" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "用户" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "添加用户" @@ -273,52 +260,68 @@ msgid "" msgstr "" "还没用户呢。为啥不创建试试?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "搜索用户" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "用户 '{0}'已创建" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "编辑" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "无法创建用户。出现错误。" -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "用户 '{0}'已更新" -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "无法保存用户。出现错误。" -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "用户 '{0}'已创建" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "搜索用户" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "用户 '{0}'已创建" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "无法创建用户。出现错误。" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "用户 '{0}'已更新" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "无法保存用户。出现错误。" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "编辑" diff --git a/wagtail/wagtailusers/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/zh_TW/LC_MESSAGES/django.po index 84bccbddd..2c1e659f4 100644 --- a/wagtail/wagtailusers/locale/zh_TW/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/zh_TW/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-04 17:13+0000\n" +"POT-Creation-Date: 2015-03-06 12:07+0000\n" "PO-Revision-Date: 2014-03-14 21:12+0000\n" "Last-Translator: wdv4758h \n" "Language-Team: \n" @@ -17,92 +17,83 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: forms.py:20 forms.py:97 forms.py:156 +#: forms.py:21 forms.py:98 forms.py:157 msgid "Administrator" msgstr "管理者" -#: forms.py:22 +#: forms.py:23 msgid "If ticked, this user has the ability to manage user accounts." msgstr "如果已勾選,這個使用者將有權限管理使用者帳號" -#: forms.py:25 forms.py:82 +#: forms.py:26 forms.py:83 msgid "Email" msgstr "電子信箱" -#: forms.py:26 forms.py:83 +#: forms.py:27 forms.py:84 msgid "First Name" msgstr "名" -#: forms.py:27 forms.py:84 +#: forms.py:28 forms.py:85 msgid "Last Name" msgstr "姓" -#: forms.py:70 +#: forms.py:71 msgid "A user with that username already exists." msgstr "一個使用者已經佔用這個名字" -#: forms.py:71 +#: forms.py:72 msgid "The two password fields didn't match." msgstr "密碼不符合" -#: forms.py:74 templates/wagtailusers/users/list.html:15 +#: forms.py:75 templates/wagtailusers/users/list.html:15 msgid "Username" msgstr "使用者名稱" -#: forms.py:77 +#: forms.py:78 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "必填,30個字元以内。只允許字母、數字、@/./+/-/_" -#: forms.py:79 +#: forms.py:80 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "這個值只能含有字母、數字、@/./+/-/_" -#: forms.py:87 +#: forms.py:88 msgid "Password" msgstr "密碼" -#: forms.py:90 +#: forms.py:91 msgid "Leave blank if not changing." msgstr "如果不修改請留空" -#: forms.py:92 +#: forms.py:93 msgid "Password confirmation" msgstr "密碼確認" -#: forms.py:94 +#: forms.py:95 msgid "Enter the same password as above, for verification." msgstr "輸入和上面一樣的密碼用於驗證" -#: forms.py:99 forms.py:158 +#: forms.py:100 forms.py:159 msgid "Administrators have the ability to manage user accounts." msgstr "管理者們有管理使用者帳號的權限" -#: forms.py:152 +#: forms.py:153 #, fuzzy msgid "A group with that name already exists." msgstr "一個使用者已經佔用這個名字" -#: models.py:13 +#: models.py:15 msgid "Receive notification when a page is submitted for moderation" msgstr "" -#: models.py:18 +#: models.py:20 msgid "Receive notification when your page edit is approved" msgstr "" -#: models.py:23 +#: models.py:25 msgid "Receive notification when your page edit is rejected" msgstr "" -#: wagtail_hooks.py:27 templates/wagtailusers/users/index.html:4 -#: templates/wagtailusers/users/index.html:17 -msgid "Users" -msgstr "使用者" - -#: wagtail_hooks.py:31 -msgid "Groups" -msgstr "" - #: templates/wagtailusers/groups/confirm_delete.html:3 #: templates/wagtailusers/groups/confirm_delete.html:7 #: templates/wagtailusers/groups/edit.html:37 @@ -143,35 +134,17 @@ msgstr "編輯" msgid "Save" msgstr "儲存" -#: templates/wagtailusers/groups/index.html:4 -#: templates/wagtailusers/groups/index.html:17 -msgid "groups" -msgstr "" - -#: templates/wagtailusers/groups/index.html:18 -#, fuzzy -msgid "Add a group" -msgstr "新增使用者" - -#: templates/wagtailusers/groups/list.html:6 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 -#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 -#: templates/wagtailusers/users/list.html:7 -msgid "Name" -msgstr "名字" - -#: templates/wagtailusers/groups/results.html:9 -#, fuzzy, python-format -msgid "" -"There are no groups configured. Why not add some?" -msgstr "" -"沒有使用者. 為什麼不 新增一個?" - #: templates/wagtailusers/groups/includes/formatted_permissions.html:3 msgid "Object permissions" msgstr "" +#: templates/wagtailusers/groups/includes/formatted_permissions.html:11 +#: templates/wagtailusers/groups/includes/formatted_permissions.html:47 +#: templates/wagtailusers/groups/list.html:6 +#: templates/wagtailusers/users/list.html:7 +msgid "Name" +msgstr "名字" + #: templates/wagtailusers/groups/includes/formatted_permissions.html:12 msgid "Add" msgstr "" @@ -181,7 +154,7 @@ msgid "Change" msgstr "" #: templates/wagtailusers/groups/includes/formatted_permissions.html:14 -#: templates/wagtailusers/groups/includes/page_permissions_form.html:22 +#: templates/wagtailusers/groups/includes/page_permissions_form.html:15 msgid "Delete" msgstr "" @@ -189,19 +162,28 @@ msgstr "" msgid "Other permissions" msgstr "" -#: templates/wagtailusers/groups/includes/page_permissions_form.html:4 -#, fuzzy -msgid "Edit page" -msgstr "編輯" - -#: templates/wagtailusers/groups/includes/page_permissions_form.html:5 -msgid "Choose page" -msgstr "" - -#: templates/wagtailusers/groups/includes/page_permissions_formset.html:40 +#: templates/wagtailusers/groups/includes/page_permissions_formset.html:42 msgid "Add a page permission" msgstr "" +#: templates/wagtailusers/groups/index.html:4 +#: templates/wagtailusers/groups/index.html:17 +msgid "groups" +msgstr "" + +#: templates/wagtailusers/groups/index.html:18 +#, fuzzy +msgid "Add a group" +msgstr "新增使用者" + +#: templates/wagtailusers/groups/results.html:9 +#, fuzzy, python-format +msgid "" +"There are no groups configured. Why not add some?" +msgstr "" +"沒有使用者. 為什麼不 新增一個?" + #: templates/wagtailusers/users/create.html:4 #: templates/wagtailusers/users/create.html:8 #: templates/wagtailusers/users/create.html:35 @@ -219,6 +201,11 @@ msgstr "帳號" msgid "Roles" msgstr "角色" +#: templates/wagtailusers/users/index.html:4 +#: templates/wagtailusers/users/index.html:17 wagtail_hooks.py:27 +msgid "Users" +msgstr "使用者" + #: templates/wagtailusers/users/index.html:18 msgid "Add a user" msgstr "新增使用者" @@ -273,52 +260,68 @@ msgid "" msgstr "" "沒有使用者. 為什麼不 新增一個?" -#: views/groups.py:30 views/groups.py:37 +#: views/groups.py:31 views/groups.py:38 #, fuzzy msgid "Search groups" msgstr "搜尋使用者" -#: views/groups.py:94 -#, fuzzy +#: views/groups.py:95 +#, fuzzy, python-brace-format msgid "Group '{0}' created." msgstr "使用者 '{0}' 已建立" -#: views/groups.py:97 +#: views/groups.py:96 views/groups.py:127 views/users.py:87 views/users.py:108 +#, fuzzy +#| msgid "Editing" +msgid "Edit" +msgstr "編輯" + +#: views/groups.py:100 #, fuzzy msgid "The group could not be created due to errors." msgstr "使用者因有錯誤而無法建立。" -#: views/groups.py:123 -#, fuzzy +#: views/groups.py:126 +#, fuzzy, python-brace-format msgid "Group '{0}' updated." msgstr "使用者 '{0}' 已更新" -#: views/groups.py:126 +#: views/groups.py:131 #, fuzzy msgid "The group could not be saved due to errors." msgstr "使用者因有錯誤而無法儲存。" -#: views/groups.py:144 -#, fuzzy +#: views/groups.py:149 +#, fuzzy, python-brace-format msgid "Group '{0}' deleted." msgstr "使用者 '{0}' 已建立" -#: views/users.py:30 views/users.py:37 +#: views/users.py:31 views/users.py:38 msgid "Search users" msgstr "搜尋使用者" -#: views/users.py:85 +#: views/users.py:86 +#, python-brace-format msgid "User '{0}' created." msgstr "使用者 '{0}' 已建立" -#: views/users.py:88 +#: views/users.py:91 msgid "The user could not be created due to errors." msgstr "使用者因有錯誤而無法建立。" -#: views/users.py:104 +#: views/users.py:107 +#, python-brace-format msgid "User '{0}' updated." msgstr "使用者 '{0}' 已更新" -#: views/users.py:107 +#: views/users.py:112 msgid "The user could not be saved due to errors." msgstr "使用者因有錯誤而無法儲存。" + +#: wagtail_hooks.py:31 +msgid "Groups" +msgstr "" + +#, fuzzy +#~ msgid "Edit page" +#~ msgstr "編輯"