diff --git a/scripts/get-translator-credits.py b/scripts/get-translator-credits.py index b9ed0302d..c1edfc872 100644 --- a/scripts/get-translator-credits.py +++ b/scripts/get-translator-credits.py @@ -40,7 +40,7 @@ language_names = [ language_names.sort() for (language_name, locale) in language_names: - print("%s - %s" % (language_name, locale)) + print(("%s - %s" % (language_name, locale)).encode('utf-8')) print("-----") for author in sorted(authors_by_locale[locale]): print(author) diff --git a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo index f65cb290f..94c593f59 100644 Binary files a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po index b41639ee0..f2d61933f 100644 --- a/wagtail/contrib/settings/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:08+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo index 9715f365a..1bfedf119 100644 Binary files a/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo index 1f20bda6d..5e604769a 100644 Binary files a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po index db0540e53..e7856ca0b 100644 --- a/wagtail/contrib/settings/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:02+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..050082894 Binary files /dev/null and b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po new file mode 100644 index 000000000..f0de3c7f7 --- /dev/null +++ b/wagtail/contrib/settings/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Edd Baldry , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 20:40+0000\n" +"Last-Translator: Edd Baldry \n" +"Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/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" + +#, python-format +msgid "Editing %(setting_type_name)s - %(instance)s" +msgstr "Modifica %(setting_type_name)s - %(instance)s" + +msgid "Editing" +msgstr "Modifica" + +msgid "Save" +msgstr "Salva" + +msgid "Settings" +msgstr "Impostazioni" + +#, python-brace-format +msgid "{setting_type} updated." +msgstr "{setting_type} modificato." + +msgid "The setting could not be saved due to errors." +msgstr "L'impostazione non può essere salvato a causa di errori." diff --git a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo index 32870ae96..823c5faba 100644 Binary files a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po index 6ff3d2699..d7f91140f 100644 --- a/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:15+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo index cecd5a3d1..c109893a9 100644 Binary files a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po index 8f48db043..413b7086c 100644 --- a/wagtail/contrib/settings/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:43+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5e66ee3e0 Binary files /dev/null and b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po new file mode 100644 index 000000000..9ca78c52f --- /dev/null +++ b/wagtail/contrib/settings/locale/pt_PT/LC_MESSAGES/django.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Tiago Henriques , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Wagtail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 20:57+0000\n" +"Last-Translator: Tiago Henriques \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" +"wagtail/language/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Editing %(setting_type_name)s - %(instance)s" +msgstr "A alterar %(setting_type_name)s - %(instance)s" + +msgid "Editing" +msgstr "A alterar" + +msgid "Save" +msgstr "Guardar" + +msgid "Settings" +msgstr "Definições" + +#, python-brace-format +msgid "{setting_type} updated." +msgstr "{setting_type} atualizado" + +msgid "The setting could not be saved due to errors." +msgstr "A definição não pôde ser guardada devido a erros." diff --git a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo index 2073b4866..e7ed5fc09 100644 Binary files a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po index f455422b3..e28a138cc 100644 --- a/wagtail/contrib/settings/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 21:36+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo index 2ab869bc8..a9d8c2f6a 100644 Binary files a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po index 57806089c..180af8976 100644 --- a/wagtail/contrib/settings/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/settings/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-09 10:10+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.mo index aea85e97b..a1e3dd906 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.po index 315b477cc..1d557f199 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:55+0000\n" "Last-Translator: Ahmad Kiswani \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.mo index dc4f16326..37313e333 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.po index 234da785a..55a8d252f 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.mo index 3db56f21b..0f0f5c9b5 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.po index e64c7f52c..289182aa4 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:48+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.mo index ead32e8ed..7e5f4d864 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.po index f826bf7c8..81cbba038 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.mo index b972bf2f1..faf9977c5 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.po index 179251d50..cf2d96618 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/de/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.mo index cc2651d53..d84cd5dfa 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.po index 28187c377..69619ecb3 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/el/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.mo index 9715f365a..1bfedf119 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.mo index 40847f137..a939a613c 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.po index 0566d3714..421842537 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:01+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.mo index 2e95ba5cd..8eb57f41f 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.po index f8d8a9936..8087f68b2 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-29 12:51+0000\n" "Last-Translator: Eetu Häivälä \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.mo index 50548af72..c2e0049ef 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.po index a35fd7c77..fdd156528 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 13:46+0000\n" "Last-Translator: Sebastien Andrivet \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.mo index 1fcf03989..625e5815a 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.po index 71436b8a2..e150595a6 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.mo index 4a561f378..ea14d5eab 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.po index f04c0123f..b088577ef 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.mo index f11e00d55..131a8d2eb 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.po index 30dab3ec4..de7055da9 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 14:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.mo index 9623db7fc..d822391a9 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.po index 0fc632359..8f7904596 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.mo index 33c1dc0f6..7acd50b57 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.po index ec5b9b8a1..05858dd06 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/it/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2015-12-29 09:13+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 21:24+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.mo index b14740f99..eb813ab3a 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.po index 4ccdfa7ab..6d3bd0866 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:32+0000\n" "Last-Translator: Daigo Shitara \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.mo index da73a1d99..b45566fef 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.po index 371df7628..3d47350b0 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.mo index bf07872dd..201787ebf 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.po index ade4bb081..3b2933b81 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/ko/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.mo index e5def526e..6002c2823 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.po index 61e3e645c..d1b5886ab 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.mo index 8478f0692..44ede0a30 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.po index 95b199ee5..59c15a73a 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 18:49+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.mo index ca9b6d8f0..853c31ae0 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.po index 3ecde08fd..7c93e952e 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/nl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:29+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.mo index 3675f2198..925a73011 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.po index c31ffc190..07c36804c 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.mo index 0ff9db49a..d9bdadc1a 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.po index ea62eff70..ca611d370 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:43+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.mo index 82e28637f..65d1837e8 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.po index 99c7b369a..8dc0bc6e7 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.mo index 3b8742137..c8a62aeb2 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.po index 338651e5a..9664d3605 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/pt_PT/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Gladson , 2014 # Manuela Silva , 2015 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2015-12-17 14:02+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 21:16+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -23,8 +23,23 @@ msgstr "" 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." +"Por favor especifique pelo menos uma recomendação para este termo de " +"pesquisa." + +msgid "page" +msgstr "página" + +msgid "description" +msgstr "descrição" + +msgid "search promotion" +msgstr "promoção de pesquisa" + +msgid "Add search promotion" +msgstr "Adicionar promoção de pesquisa" + +msgid "Add search pick" +msgstr "Adicionar escolha de pesquisa" msgid "" "\n" @@ -50,10 +65,10 @@ msgid "" " " msgstr "" "\n" -"

O campo \"Procurar termo(s)/frase\" abaixo deverá conter a procura " +"

O campo \"Pesquisar termo(s)/frase\" abaixo deverá conter a pesquisa " "completa e exata para a qual deseja receber resultados recomendados, " -"incluindo quaisquer erros de ortografia/utilizador. Para ajudar, " -"pode escolher dos termos de procura que têm sido populares pelos " +"incluindo quaisquer erros de ortografia ou do utilizador. Para " +"ajudar, pode escolher entre os termos de procura mais populares com os " "utilizadores do seu site.

\n" " " @@ -62,10 +77,10 @@ msgstr "Guardar" #, python-format msgid "Delete %(query)s" -msgstr "Eliminar %(query)s" +msgstr "Apagar %(query)s" msgid "Delete" -msgstr "Eliminar" +msgstr "Apagar" msgid "" "Are you sure you want to delete all promoted results for this search term?" @@ -74,20 +89,20 @@ msgstr "" "de pesquisa?" msgid "Yes, delete" -msgstr "Sim, eliminar" +msgstr "Sim, apagar" #, python-format msgid "Editing %(query)s" -msgstr "A editar %(query)s" +msgstr "A alterar %(query)s" msgid "Editing" -msgstr "A editar" +msgstr "A alterar" msgid "Move up" -msgstr "Mover para cima" +msgstr "Subir" msgid "Move down" -msgstr "Mover para baixo" +msgstr "Baixar" msgid "Promoted search result" msgstr "Resultado de pesquisa promovido" @@ -113,6 +128,9 @@ msgstr "Resultados promovidos" msgid "Views (past week)" msgstr "Visualizações (última semana)" +msgid "Edit this promotion" +msgstr "Alterar esta promoção" + msgid "None" msgstr "Nenhuma" @@ -137,14 +155,26 @@ msgstr[1] "" #, python-format msgid "Sorry, no promoted results match \"%(query_string)s\"" msgstr "" -"Desculpe, nenhuma resultado promovido contém \"%(query_string)s\"" +"Desculpe, nenhum resultado promovido corresponde a \"%(query_string)s\"" + +#, python-format +msgid "" +"No promoted results have been created. Why not add one?" +msgstr "" +"Não existem resultados promovidos. Porque não criar um?" + +msgid "Search promoted results" +msgstr "Pesquisar resultados promovidos" #, python-brace-format msgid "Editor's picks for '{0}' created." msgstr "Escolhas do editor para '{0}' criadas." msgid "Edit" -msgstr "Editar" +msgstr "Alterar" msgid "Recommendations have not been created due to errors" msgstr "As recomendações não foram criadas devido a erros." diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.mo index 088e0bf63..eeed6c564 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.po index 60219c448..f1e23784b 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:23+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.mo index 0c870f15d..60794ef68 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.po index 22b64a8c7..a3186e042 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-03 20:58+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.mo index c812afafb..86091ff73 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.po index 5b519f57b..2e8483018 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 13:45+0000\n" "Last-Translator: dellax \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.mo index 95a6bc2e5..d22050074 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.po index e5e0711b8..1fd421970 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 03:29+0000\n" "Last-Translator: Thomas Kunambi \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.mo index f649237ed..31a9e1610 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.po index e888125b2..7d022b43c 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/tr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-06 16:24+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.mo index af273fae1..5e23c5183 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.po index e79632788..273efe87a 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.mo index d82192df9..19f9a5de8 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.po index eb612b313..5341869bd 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-15 09:31+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.mo index 86cf9c31b..3735afbb8 100644 Binary files a/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.po index bf6843ef6..bc6869403 100644 --- a/wagtail/contrib/wagtailsearchpromotions/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailsearchpromotions/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:02+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.mo index 78543f133..f137ae74b 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.po index 049c95171..727efa77e 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-01 17:49+0000\n" "Last-Translator: ROGER MICHAEL ASHLEY ALLEN \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.mo index e0cb3ae15..aae0d0dd0 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.po index 6f088c577..36f81c3b7 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 14:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.mo index f6302b0bb..c33102fd6 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.po index 878d4aec9..2bb652f30 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: Marek Turnovec \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.mo index 5693ad853..a91a0ed7f 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.po index af76ffd84..ef1e02834 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/de/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Max Pfeiffer \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.mo index 9715f365a..1bfedf119 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.mo index 36d883078..413c364ac 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.po index b116f5bfa..b9c432713 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/es/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:01+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.mo index 69d1779d7..db43441ea 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.po index 8889f747b..930cc604c 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/fi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-14 16:02+0000\n" "Last-Translator: Aarni Koskela\n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.mo index c1ba38b29..345422c07 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.po index 61b6860eb..6bb97d9b1 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-10-09 12:45+0000\n" "Last-Translator: Tom Dyson \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.mo index 9ffd20ccb..3e881748e 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.po index f06d7fdaa..39aa02b9a 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-10 09:32+0000\n" "Last-Translator: Laszlo Molnar \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.mo index 76be1cd49..d56ac7bb0 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.po index ecd2b086a..c1c8b9be2 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 14:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.mo index 4df632173..cf0974795 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.po index fecbc32ff..02dd03dd2 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-31 20:31+0000\n" "Last-Translator: Arnar Tumi Þorsteinsson \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.mo index 72f52277a..fd870b1d8 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.po index a7d683e2c..5e8829581 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/it/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2015-09-15 09:32+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 21:24+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.mo index b4bbda8be..8a78f122d 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.po index f7bb69a7b..e7ba11dfa 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-08 14:37+0000\n" "Last-Translator: 石田秀 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.mo index b0aec3714..9126f22e7 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.po index 58591859c..62888efee 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-09-23 16:14+0000\n" "Last-Translator: André Bouatchidzé \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.mo index ee286f8b2..64985014c 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.po index 616c79fea..e7023728f 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-10-20 02:32+0000\n" "Last-Translator: Kyungil Choi \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.mo index c1616ba49..1154364f7 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.po index 1a50cb8d3..992dd6fbc 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-08 14:15+0000\n" "Last-Translator: Maris Serzans \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.mo index 02018afd3..9c4fd8bb8 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.po index b879b3fa1..cd28fd8ce 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 18:49+0000\n" "Last-Translator: Eirik Krogstad \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.mo index ff4c26d94..facecf6b2 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.po index 473f56feb..f6e348092 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:18+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.mo index 28e6fa77e..673052af4 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.po index 4f1f41851..3b9834772 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.mo index 38cc39cd3..d4b87c2cf 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.po index 5abe04685..a911d24f2 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:43+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.mo index babeb8537..9bbe5ee28 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.po index e25a8b3b4..dd968f179 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/pt_PT/LC_MESSAGES/django.po @@ -4,13 +4,14 @@ # # Translators: # Manuela Silva , 2015 +# Tiago Henriques , 2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2015-11-02 16:22+0000\n" -"Last-Translator: Manuela Silva \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 19:38+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -26,22 +27,22 @@ msgid "Save" msgstr "Guardar" msgid "Delete image" -msgstr "Eliminar imagem" +msgstr "Apagar imagem" msgid "Search something" -msgstr "Procurar qualquer coisa" +msgstr "Pesquisar algo" msgid "Success message" -msgstr "Mensagem bem sucedida" +msgstr "Mensagem de sucesso" msgid "View live" -msgstr "Ver live" +msgstr "Ver ao vivo" msgid "Edit" -msgstr "Editar" +msgstr "Alterar" msgid "Warning message" -msgstr "Mensagem de aviso" +msgstr "Mensagem de alerta" msgid "Error message" msgstr "Mensagem de erro" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.mo index adb640909..fe1c17185 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.po index 49e961ab6..aaf084d25 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:23+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.mo index 40f7cabe5..3df9e0fbb 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.po index a60c1b4e9..e0d070115 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-03 20:58+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.mo index bf8e21c74..5241d9622 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.po index 26aba51de..3e0089ba7 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-12 22:30+0000\n" "Last-Translator: dellax \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.mo index 069ff0a1a..961f0687d 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.po index aaba56c37..a37dab916 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 03:23+0000\n" "Last-Translator: Thomas Kunambi \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.mo index ce6dc2000..c853b5c71 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.po index 3a8e92677..1d5620925 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-03 15:13+0000\n" "Last-Translator: Cihad GÜNDOĞDU \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.mo index 1cef05e2a..42bd90f12 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.po index 2df7b40bc..7585ccab7 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-11-16 07:53+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.mo index 57633b94d..1cd056ce6 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.po index b798d4cf4..7b63e1010 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/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: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 14:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.mo index aa707793e..4bd5483ea 100644 Binary files a/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.po index 59ece3b5d..cd0ae0933 100644 --- a/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/contrib/wagtailstyleguide/locale/zh_CN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 14:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.mo index 9fb42c758..56552f0d8 100644 Binary files a/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.po index 3babaf86b..bb71ba931 100644 --- a/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ar/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" "ar/)\n" @@ -240,9 +240,6 @@ msgstr "يتم تسجيل الدخول..." msgid "You can view the page here:" msgstr "انظر الصفحة هنا" -msgid "Hello" -msgstr "مرحبا" - msgid "Edit your notification preferences here:" msgstr "نقح أفضلياتك للإبلاغ هنا" @@ -371,9 +368,6 @@ msgstr "يناير" msgid "Log out" msgstr "تسجيل الخروج" -msgid "Add" -msgstr "أضف" - msgid "View live" msgstr "انظر في الواقع" diff --git a/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.mo index 75991ca68..a91edb94f 100644 Binary files a/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po index 44fbdfeef..2d2a95780 100644 --- a/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/bg/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" "bg/)\n" @@ -203,10 +203,6 @@ msgstr "Влезте в Wagtail" msgid "Forgotten it?" msgstr "Забравихте ли?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Страницата \"%(title)s\" беше одобрена" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Страницата \"%(title)s\" беше одобрена." @@ -215,8 +211,8 @@ msgid "You can view the page here:" msgstr "Можете да прегледате страницата тук:" #, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Елемента \"%(title)s\" на страницата бе отхвърлен" +msgid "The page \"%(title)s\" has been approved" +msgstr "Страницата \"%(title)s\" беше одобрена" #, python-format msgid "The page \"%(title)s\" has been rejected." @@ -226,12 +222,16 @@ msgid "You can edit the page here:" msgstr "Можете да редактирате страницата тук:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Страницата \"%(page)s\" бе предоставена за модериране" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Елемента \"%(title)s\" на страницата бе отхвърлен" msgid "You can preview the page here:" msgstr "Можете да прегледате страницата тук:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Страницата \"%(page)s\" бе предоставена за модериране" + #, python-format msgid "Create a page in %(title)s" msgstr "Създайте страница в %(title)s" @@ -411,18 +411,6 @@ msgstr "Паролата ви бе променена успешно!" msgid "Page '{0}' created." msgstr "Страница '{0}' е създадена." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Страница '{0}' е публикувана." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Страница '{0}' е предоставена за модерация." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Страница '{0}' обновена." - msgid "The page could not be saved due to validation errors" msgstr "Тази страница не можеше да бъде запазена поради валидационни грешки" @@ -445,6 +433,10 @@ msgstr "Страница '{0}' преместена." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Страница '{0}' не очаква да бъде модерирана." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Страница '{0}' е публикувана." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Страница '{0}' отхвърлена от публикуване." diff --git a/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.mo index d6788f6c2..68177de99 100644 Binary files a/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po index b9672d496..df78c80de 100644 --- a/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ca/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" "ca/)\n" @@ -284,10 +284,6 @@ msgstr "Connecta't a Wagtail" msgid "Forgotten it?" msgstr "Oblidar?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "La pàgina \"%(title)s\" ha sigut aprovada" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "La pàgina \"%(title)s\" ha sigut aprovada" @@ -296,8 +292,8 @@ msgid "You can view the page here:" msgstr "Pots veure la pàgina aquí:" #, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "La pàgina \"%(title)s\" ha sigut rebutjada" +msgid "The page \"%(title)s\" has been approved" +msgstr "La pàgina \"%(title)s\" ha sigut aprovada" #, python-format msgid "The page \"%(title)s\" has been rejected." @@ -307,12 +303,16 @@ msgid "You can edit the page here:" msgstr "Pots editar la pàgina aquí:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "La pàgina \"%(page)s\" ha sigut enviada per moderació" +msgid "The page \"%(title)s\" has been rejected" +msgstr "La pàgina \"%(title)s\" ha sigut rebutjada" msgid "You can preview the page here:" msgstr "Pots veure la vista prèvia de la pàgina aquí:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "La pàgina \"%(page)s\" ha sigut enviada per moderació" + #, python-format msgid "Create a page in %(title)s" msgstr "Crear una pàgina a %(title)s" @@ -493,18 +493,6 @@ msgstr "S'ha canviat la teva contrasenya!" msgid "Page '{0}' created." msgstr "Pàgina '{0}' creada." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Pàgina '{0}' publicada." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Pàgina '{0}' enviada per revisió" - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Pàgina '{0}' actualitzada." - 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ó" @@ -527,6 +515,10 @@ msgstr "Pàgina '{0}' moguda." msgid "The page '{0}' is not currently awaiting moderation." msgstr "La pàgina '{0}' ja no es troba esperant moderació." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Pàgina '{0}' publicada." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "La pàgina '{0}' ha estat rebutjada per publicació" diff --git a/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.mo index 3a3b117c2..4b902f53b 100644 Binary files a/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po index 76079254b..d4dfc5c20 100644 --- a/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/cs/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" "cs/)\n" @@ -328,10 +328,6 @@ msgstr "Zapoměli jste heslo?" msgid "Signing in..." msgstr "Přihlašování..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Stránka \"%(title)s\" byla schválena" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Stránka \"%(title)s\" byla schválena." @@ -339,13 +335,13 @@ msgstr "Stránka \"%(title)s\" byla schválena." msgid "You can view the page here:" msgstr "Stránku můžete zobrazit zde:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Stránka \"%(title)s\" byla schválena" + msgid "Edit your notification preferences here:" msgstr "Své nastavení notifikací najdete zde:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Stránka \"%(title)s\" byla zamítnuta" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Stránka \"%(title)s\" byla zamítnuta." @@ -354,12 +350,16 @@ msgid "You can edit the page here:" msgstr "Stránku můžete upravit zde:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Stránka \"%(page)s\" byla odeslána ke schválení" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Stránka \"%(title)s\" byla zamítnuta" msgid "You can preview the page here:" msgstr "Náhled stránky můžete zobrazit zde:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Stránka \"%(page)s\" byla odeslána ke schválení" + msgid "Page privacy" msgstr "Viditelnost" @@ -705,18 +705,12 @@ msgstr "Strana %(page_num)s z %(total_pages)s." msgid "Other searches" msgstr "Další hledání" -msgid "User bar" -msgstr "Uživatelská lišta" - msgid "Go to Wagtail admin interface" msgstr "Přejít do redakčního systému" msgid "Add a child page" msgstr "Přidat podstránku" -msgid "Add" -msgstr "Přidat" - msgid "Your password has been changed successfully!" msgstr "Vaše heslo bylo úspěšně změněno." @@ -736,18 +730,6 @@ msgstr "Stránka '{0}' byla vytvořena." msgid "The page could not be created due to validation errors" msgstr "Stránka nebyla vytvořena, zkontrolujte správné vyplnění polí" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Stránka '{0}' byla publikována." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Stránka '{0}' byla odeslána ke schválení." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Stránka '{0}' byla upravena." - msgid "The page could not be saved as it is locked" msgstr "Stránku nelze uložit, protože je uzamčena" @@ -781,6 +763,10 @@ msgstr "Stránka '{0}' byla zkopírována." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Stránka '{0}' nyní nečeká na schválení." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Stránka '{0}' byla publikována." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Publikace stránky '{0}' byla zamítnuta." diff --git a/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.mo index fd1fbe076..85b4e2d89 100644 Binary files a/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po index 71fc80fc8..e6ac85f25 100644 --- a/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/de/LC_MESSAGES/django.po @@ -7,6 +7,7 @@ # Ettore Atalan , 2015 # Henrik Kröger , 2015-2016 # hpoul , 2015 +# Jannis Vajen, 2016 # Johannes Spielmann , 2014-2015 # karlsander , 2014 # karlsander , 2014 @@ -21,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-02 13:07+0000\n" -"Last-Translator: Henrik Kröger \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 18:07+0000\n" +"Last-Translator: Jannis Vajen\n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" "de/)\n" "MIME-Version: 1.0\n" @@ -435,10 +436,6 @@ msgstr "Vergessen?" msgid "Signing in..." msgstr "Anmelden..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Die Seite „%(title)s“ wurde freigeschaltet" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Die Seite „%(title)s“ wurde freigeschaltet." @@ -446,16 +443,17 @@ msgstr "Die Seite „%(title)s“ wurde freigeschaltet." msgid "You can view the page here:" msgstr "Sie können die Seite hier anzeigen:" -msgid "Hello" -msgstr "Hallo" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Die Seite „%(title)s“ wurde freigeschaltet" + +#, python-format +msgid "Hello %(username)s," +msgstr "Hallo %(username)s," msgid "Edit your notification preferences here:" msgstr "Sie können Ihre Benachrichtigungseinstellungen hier bearbeiten:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Die Seite „%(title)s“ wurde abgelehnt" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Die Seite „%(title)s“ wurde abgelehnt." @@ -464,8 +462,8 @@ msgid "You can edit the page here:" msgstr "Sie können die Seite hier bearbeiten:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Die Seite „%(page)s“ wurde zur Freischaltung eingereicht" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Die Seite „%(title)s“ wurde abgelehnt" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -475,6 +473,10 @@ msgstr "" msgid "You can preview the page here:" msgstr "Sie können hier die Vorschau der Seite anzeigen:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Die Seite „%(page)s“ wurde zur Freischaltung eingereicht" + msgid "Page privacy" msgstr "Seitenschutz" @@ -639,6 +641,12 @@ msgstr "Wird bearbeitet %(page_type)s %(title)s" msgid "Page locked" msgstr "Seite gesperrt" +msgid "Replace current draft" +msgstr "Aktuellen Entwurf ersetzen" + +msgid "Publish this revision" +msgstr "Diese Revision veröffentlichen" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Zuletzt geändert: %(last_mod)s" @@ -790,6 +798,22 @@ msgstr "Wählen Sie eine neue übergeordnete Seite für %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Wählen Sie eine neue übergeordnete Seite für %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Revisionen von %(title)s" + +msgid "Revisions of" +msgstr "Revisionen von" + +msgid "Current draft" +msgstr "Aktueller Entwurf" + +msgid "Review this revision" +msgstr "Diese Revision begutachten" + +msgid "No revision of this page exist" +msgstr "Es existiert keine Revision dieser Seite" + #, python-format msgid "" "\n" @@ -918,17 +942,17 @@ msgstr "" "Javascript wird benötigt, um Wagtail zu verwenden, aber es ist derzeit " "deaktiviert" -msgid "User bar" -msgstr "Benutzer" - msgid "Go to Wagtail admin interface" msgstr "Zum Wagtail Admin-Interface" +msgid "Go to Wagtail admin" +msgstr "Zum Wagtail Admin-Interface" + msgid "Add a child page" msgstr "Unterseite hinzufügen" -msgid "Add" -msgstr "Hinzufügen" +msgid "Show in Explorer" +msgstr "Im Explorer anzeigen" msgid "Test" msgstr "Test" @@ -970,20 +994,35 @@ msgid "The page could not be created due to validation errors" msgstr "Die Seite konnte wegen Prüfungsfehlern nicht erstellt werden." #, python-brace-format -msgid "Page '{0}' scheduled for publishing." -msgstr "Die Seite „{0}“ ist zur Veröffentlichung (zu einem Termin) eingeplant." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "" +"Revision von {0} von Seite '{1}' wurde zur Veröffentlichung (zu einem " +"Termin) eingeplant." #, python-brace-format -msgid "Page '{0}' published." -msgstr "Seite ‚{0}‘ veröffentlicht." +msgid "Page '{0}' has been scheduled for publishing." +msgstr "" +"Die Seite „{0}“ wurde zur Veröffentlichung (zu einem Termin) eingeplant." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Seite ‚{0}‘ zur Freischaltung eingereicht." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "Revision von {0} von Seite '{1}' wurde veröffentlicht." #, python-brace-format -msgid "Page '{0}' updated." -msgstr "Seite ‚{0}‘ geändert." +msgid "Page '{0}' has been published." +msgstr "Seite ‚{0}‘ wurde veröffentlicht." + +#, python-brace-format +msgid "Page '{0}' has been submitted for moderation." +msgstr "Seite '{0}' wurde zur Moderation eingereicht." + +#, python-brace-format +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Seite '{0}' wurde auf Version von {1} zurückgesetzt." + +#, python-brace-format +msgid "Page '{0}' has been updated." +msgstr "Seite '{0}' wurde aktualisiert." msgid "The page could not be saved as it is locked" msgstr "Diese Seite konnte nicht gespeichert werden, da sie gesperrt ist." @@ -1020,6 +1059,10 @@ msgstr "Seite ‚{0}‘ kopiert." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Die Seite ‚{0}‘ wartet derzeit nicht auf Freischaltung." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Seite ‚{0}‘ veröffentlicht." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Die Veröffentlichung der Seite ‚{0}‘ wurde abgelehnt." @@ -1032,6 +1075,10 @@ msgstr "Die Seite ‚{0}‘ ist jetzt gesperrt." msgid "Page '{0}' is now unlocked." msgstr "Die Seite ‚{0}‘ ist jetzt entsperrt." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "Du betrachtest eine frühere Version dieser Seite vom %s von %s" + msgid "Pages" msgstr "Seiten" diff --git a/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.mo index 303522803..6a6f87160 100644 Binary files a/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po index 793d2b78c..0079ed07d 100644 --- a/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/el/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" "el/)\n" @@ -362,10 +362,6 @@ msgstr "Είσοδος στο Wagtail" msgid "Forgotten it?" msgstr "Ξέχασα τον κωδικό μου" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Η σελίδα \"%(title)s\" εγκρίθηκε" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Η σελίδα \"%(title)s\" εγκρίθηκε." @@ -373,13 +369,13 @@ msgstr "Η σελίδα \"%(title)s\" εγκρίθηκε." msgid "You can view the page here:" msgstr "Μπορείτε να δείτε τη σελίδα εδώ:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Η σελίδα \"%(title)s\" εγκρίθηκε" + msgid "Edit your notification preferences here:" msgstr "Επεξεργαστείτε τις προτιμήσεις ειδοποίησης εδώ:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Η σελίδα \"%(title)s\" απορρίφθηκε" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Η σελίδα \"%(title)s\" απορρίφθηκε." @@ -388,12 +384,16 @@ msgid "You can edit the page here:" msgstr "Μπορείτε να διορθώστε τη σελίδα εδώ:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Η σελίδα \"%(page)s\" στάλθηκε για έλεγχο" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Η σελίδα \"%(title)s\" απορρίφθηκε" msgid "You can preview the page here:" msgstr "Μπορείτε να τη δείτε εδώ:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Η σελίδα \"%(page)s\" στάλθηκε για έλεγχο" + msgid "Page privacy" msgstr "Ιδιωτικότητα της σελίδας" @@ -732,18 +732,12 @@ msgstr "" "Javascript χρειάζεται για να χρησιμοποιήσετε το Wagtail, αλλά είναι προς το " "παρόν απενεργοποιημένο" -msgid "User bar" -msgstr "Μπάρα χρήστη" - msgid "Go to Wagtail admin interface" msgstr "Πηγαίνετε στο Wagtail περιβάλλον του διαχειριστή" msgid "Add a child page" msgstr "Προσθήκη υφιστάμενης σελίδας" -msgid "Add" -msgstr "Πρόσθηκη" - msgid "Your password has been changed successfully!" msgstr "Ο κωδικός σας αλλάχτηκε με επιτυχία!" @@ -771,18 +765,6 @@ msgstr "Η σελίδα '{0}' δημιουργήθηκε." msgid "The page could not be created due to validation errors" msgstr "Η σελίδα δεν δημιοιυργήθηκε λόγω σφαλμάτων" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Η σελίδα '{0}' δημοσιεύθηκε." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Η σελίδα '{0}' στάλθηκε προς έλεγχο." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Έγινε η αποθήκευση της σελίδας '{0}'." - msgid "The page could not be saved as it is locked" msgstr "Η σελίδα δεν μπορεί να αποθηκευτεί καθώς είναι κλειδωμένη" @@ -816,6 +798,10 @@ msgstr "Η σελίδα '{0}' αντιγράφηκε." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Η σελίδα '{0}' δεν είναι για έλεγχο." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Η σελίδα '{0}' δημοσιεύθηκε." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Η δημοσίευση της σελίδας '{0}' απορρίφθηκε." diff --git a/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.mo index 9715f365a..1bfedf119 100644 Binary files a/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.mo index 627df29a7..7c4916726 100644 Binary files a/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po index 5ad9c0fed..759cd6102 100644 --- a/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/es/LC_MESSAGES/django.po @@ -7,15 +7,16 @@ # fooflare , 2014 # Joaquín Tita , 2014 # José Alaguna , 2015-2016 +# mattwestcott , 2016 # Mauricio Baeza , 2015 # Unai Zalakain , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 22:01+0000\n" -"Last-Translator: José Alaguna \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 15:52+0000\n" +"Last-Translator: mattwestcott \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -314,7 +315,7 @@ msgid "" "No collections have been created. Why not add one?" msgstr "" -"Ninguna colección ha sido creada. Por qué noañades una?" #, python-format @@ -422,10 +423,6 @@ msgstr "¿La has olvidado?" msgid "Signing in..." msgstr "Iniciado sesión..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "La página \"%(title)s\" ha sido aprobada" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "La página \"%(title)s\" ha sido aprobada." @@ -433,16 +430,17 @@ msgstr "La página \"%(title)s\" ha sido aprobada." msgid "You can view the page here:" msgstr "Puede visualizar la página aquí:" -msgid "Hello" -msgstr "Hola" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "La página \"%(title)s\" ha sido aprobada" + +#, python-format +msgid "Hello %(username)s," +msgstr "Hola %(username)s," msgid "Edit your notification preferences here:" msgstr "Modifique sus preferencias de notificación aquí:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "La página \"%(title)s\" ha sido rechazada" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "La página \"%(title)s\" ha sido rechazada." @@ -451,8 +449,8 @@ msgid "You can edit the page here:" msgstr "Puedes editar la página aquí:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "La página \"%(page)s\" ha sido enviada para ser moderada" +msgid "The page \"%(title)s\" has been rejected" +msgstr "La página \"%(title)s\" ha sido rechazada" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -462,6 +460,10 @@ msgstr "" msgid "You can preview the page here:" msgstr "Puedes previsualizar la página aquí:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "La página \"%(page)s\" ha sido enviada para ser moderada" + msgid "Page privacy" msgstr "Privacidad de la página" @@ -627,6 +629,12 @@ msgstr "Editando %(page_type)s %(title)s" msgid "Page locked" msgstr "Página bloqueada" +msgid "Replace current draft" +msgstr "Reemplazar el borrador actual" + +msgid "Publish this revision" +msgstr "Publicar esta revision" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Última modificación: %(last_mod)s" @@ -776,6 +784,22 @@ msgstr "Selecciona una nueva página padre para %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Selecciona una nueva página padre para %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Revisiones de %(title)s" + +msgid "Revisions of" +msgstr "Revisiones de" + +msgid "Current draft" +msgstr "Borrador actual" + +msgid "Review this revision" +msgstr "Resumen de esta revision" + +msgid "No revision of this page exist" +msgstr "No existen revisiones de esta página" + #, python-format msgid "" "\n" @@ -900,17 +924,17 @@ msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "" "Javascript es requerido para usar Wagtail, pero actualmente está desactivado." -msgid "User bar" -msgstr "Barra de usuario" - msgid "Go to Wagtail admin interface" msgstr "Ir a la interface de admin Wagtail" +msgid "Go to Wagtail admin" +msgstr "Ir al Administrador Wagtail" + msgid "Add a child page" msgstr "Añadir página hija" -msgid "Add" -msgstr "Agregar" +msgid "Show in Explorer" +msgstr "Mostrar en el explorador" msgid "Test" msgstr "Prueba" @@ -950,20 +974,33 @@ msgid "The page could not be created due to validation errors" msgstr "Esta página no pudo ser creada debido a errores de validación" #, python-brace-format -msgid "Page '{0}' scheduled for publishing." -msgstr "Página '{0}' programada para publicación." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "" +"La revisión {0} de la página '{1}' ha sido programada para publicación." #, python-brace-format -msgid "Page '{0}' published." -msgstr "Página '{0}' publicada." +msgid "Page '{0}' has been scheduled for publishing." +msgstr "Página '{0}' ha sido programada para publicación." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Página '{0}' enviada para ser moderada." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "La revisión {0} de la página '{1}' ha sido publicada." #, python-brace-format -msgid "Page '{0}' updated." -msgstr "Página '{0}' actualizada." +msgid "Page '{0}' has been published." +msgstr "Página '{0}' ha sido publicada." + +#, python-brace-format +msgid "Page '{0}' has been submitted for moderation." +msgstr "La página '{0}' ha sido enviada para moderación." + +#, python-brace-format +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Página '{0}' ha sido reemplazada por la revisión {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." +msgstr "Página '{0}' ha sido actualizada." msgid "The page could not be saved as it is locked" msgstr "La página no pudo ser guardada debido a que se encuentra bloqueada" @@ -998,6 +1035,10 @@ msgstr "Página '{0}' copiada." msgid "The page '{0}' is not currently awaiting moderation." msgstr "La página '{0}' no está esperando a ser moderada." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Página '{0}' publicada." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Rechazada la publicación de la página '{0}'." @@ -1010,6 +1051,10 @@ msgstr "Página '{0}' se encuentra bloqueada." msgid "Page '{0}' is now unlocked." msgstr "Página '{0}' se encuentra desbloqueada." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "Estás viendo una revisión previa desta página desde %s por %s" + msgid "Pages" msgstr "Páginas" diff --git a/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.mo index 6849902a8..a576899df 100644 Binary files a/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po index 807348124..11bcee322 100644 --- a/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/eu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Basque (http://www.transifex.com/torchbox/wagtail/language/" "eu/)\n" diff --git a/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.mo index 8dca1fa1a..27e016898 100644 Binary files a/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.po index 27c812887..08f56613f 100644 --- a/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/fa/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Persian (http://www.transifex.com/torchbox/wagtail/language/" "fa/)\n" @@ -165,6 +165,3 @@ msgstr "شنبه" msgid "Log out" msgstr "خروج" - -msgid "Add" -msgstr "افزودن" diff --git a/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.mo index fd49c8550..68abed211 100644 Binary files a/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.po index 39b506dc0..3af3e5939 100644 --- a/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/fi/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" "fi/)\n" @@ -388,10 +388,6 @@ msgstr "Unohtui?" msgid "Signing in..." msgstr "Kirjaudutaan..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Sivu \"%(title)s\" on hyväksytty" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Sivu \"%(title)s\" on hyväksytty." @@ -399,16 +395,13 @@ msgstr "Sivu \"%(title)s\" on hyväksytty." msgid "You can view the page here:" msgstr "Voit katsella sivua täältä:" -msgid "Hello" -msgstr "Hei" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Sivu \"%(title)s\" on hyväksytty" msgid "Edit your notification preferences here:" msgstr "Muokkaa ilmoitusasetuksiasi täällä: " -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Sivu \"%(title)s\" on hylätty" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Sivu \"%(title)s\" on hylätty." @@ -417,8 +410,8 @@ msgid "You can edit the page here:" msgstr "Voit muokata sivua täältä:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Sivu \"%(page)s\" on lähetetty hyväksyttäväksi" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Sivu \"%(title)s\" on hylätty" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -427,6 +420,10 @@ msgstr "%(editor)s lähetti sivun \"%(page)s\" hyväksyttäväksi." msgid "You can preview the page here:" msgstr "Voit esikatsella sivua täältä:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Sivu \"%(page)s\" on lähetetty hyväksyttäväksi" + msgid "Page privacy" msgstr "Sivun yksityisyys" @@ -854,18 +851,12 @@ msgstr "" "Javascriptin täytyy olla käytössä jotta Wagtailia voi käyttää, mutta se on " "tällä hetkellä kytketty pois käytöstä." -msgid "User bar" -msgstr "Käyttäjäpalkki" - msgid "Go to Wagtail admin interface" msgstr "Siirry Wagtailin hallintaan" msgid "Add a child page" msgstr "Lisää alasivu" -msgid "Add" -msgstr "Lisää" - msgid "Test" msgstr "Testi" @@ -899,18 +890,6 @@ msgstr "Sivu '{0}' luotu." msgid "The page could not be created due to validation errors" msgstr "Sivua ei voitu luoda validointivirheiden vuoksi." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Sivu '{0}' julkaistu" - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Sivu '{0}' lähetetty tarkastettavaksi." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Sivu '{0}' päivitetty." - msgid "The page could not be saved as it is locked" msgstr "Sivua ei voitu tallentaa, sillä se on lukittu" @@ -944,6 +923,10 @@ msgstr "Sivu '{0}' kopioitu." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Sivu '{0}' ei odota parhaillaan tarkastusta." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Sivu '{0}' julkaistu" + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Sivu '{0}' julkaisu hylättiin." diff --git a/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.mo index b43c3fa17..d15de3c37 100644 Binary files a/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po index 247e704e4..002579e75 100644 --- a/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/fr/LC_MESSAGES/django.po @@ -5,19 +5,20 @@ # Translators: # Adrien , 2014 # André Bouatchidzé , 2015 +# Antonin ENFRUN , 2016 # Bertrand Bordage , 2015 # nahuel, 2014 # nahuel, 2014 # pierre marfoure , 2016 # Sebastien Andrivet , 2016 -# Tom Dyson , 2015 +# Tom Dyson , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 09:58+0000\n" +"Last-Translator: Tom Dyson \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" "MIME-Version: 1.0\n" @@ -293,6 +294,9 @@ msgstr "Insérer un lien" msgid "Add an external link" msgstr "Ajouter un lien externe" +msgid "Name" +msgstr "Nom" + #, python-format msgid "Add %(heading)s" msgstr "Ajouter %(heading)s" @@ -398,10 +402,6 @@ msgstr "Oublié?" msgid "Signing in..." msgstr "S'identifier" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "La page \"%(title)s\" a été approuvée" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "La page \"%(title)s\" a été approuvée." @@ -409,16 +409,17 @@ msgstr "La page \"%(title)s\" a été approuvée." msgid "You can view the page here:" msgstr "Vous pouvez voir la page ici:" -msgid "Hello" -msgstr "Bonjour" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "La page \"%(title)s\" a été approuvée" + +#, python-format +msgid "Hello %(username)s," +msgstr "Salut %(username)s," msgid "Edit your notification preferences here:" msgstr "Modifié vos préférences de notifications ici :" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "La page \"%(title)s\" a été rejetée" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "La page \"%(title)s\" a été rejetée." @@ -427,8 +428,8 @@ msgid "You can edit the page here:" msgstr "Vous pouvez éditer la page ici:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "La page \"%(page)s\" a été soumise pour modération" +msgid "The page \"%(title)s\" has been rejected" +msgstr "La page \"%(title)s\" a été rejetée" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -437,6 +438,10 @@ msgstr "La page \"%(page)s\" a été soumise pour modération par %(editor)s." msgid "You can preview the page here:" msgstr "Vous pouvez prévisualiser la page ici:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "La page \"%(page)s\" a été soumise pour modération" + msgid "Page privacy" msgstr "Page privée" @@ -604,6 +609,12 @@ msgstr "Modification de %(page_type)s %(title)s" msgid "Page locked" msgstr "Page vérouillée" +msgid "Replace current draft" +msgstr "Remplacer le brouillon actuel" + +msgid "Publish this revision" +msgstr "Publier cette révision" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Dernière modification: %(last_mod)s" @@ -754,6 +765,16 @@ msgstr "Sélectionner une nouvelle page parent à %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Sélectionnez une nouvelle page parent pour %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Versions de %(title)s" + +msgid "Revisions of" +msgstr "Versions de" + +msgid "Current draft" +msgstr "Brouillon actuel" + #, python-format msgid "" "\n" @@ -873,18 +894,12 @@ msgstr "" "Javascript est nécessaire pour utiliser Wagtail, mais il est actuellement " "désactivé," -msgid "User bar" -msgstr "Barre utilisateur" - msgid "Go to Wagtail admin interface" msgstr "Aller sur l'interface d'administration de Wagtail" msgid "Add a child page" msgstr "Ajouter une page sous-page" -msgid "Add" -msgstr "Ajouter" - msgid "Test" msgstr "Test" @@ -923,19 +938,19 @@ msgid "The page could not be created due to validation errors" msgstr "La page n'a pas pu être créée en raison d'erreurs de validation" #, python-brace-format -msgid "Page '{0}' scheduled for publishing." -msgstr "Page '{0}' planifiée pour la publication." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "Version de {0} de page \"{1}\" a été planifiée pour la publication." #, python-brace-format -msgid "Page '{0}' published." +msgid "Page '{0}' has been published." msgstr "Page '{0}' publiée." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Page '{0}' soumise pour modération." +msgid "Page '{0}' has been submitted for moderation." +msgstr "La page \"{0}\" a été soumise pour modération." #, python-brace-format -msgid "Page '{0}' updated." +msgid "Page '{0}' has been updated." msgstr "Page '{0}' mise à jour." msgid "The page could not be saved as it is locked" @@ -971,6 +986,10 @@ msgstr "Page '{0}' copiée." msgid "The page '{0}' is not currently awaiting moderation." msgstr "La page '{0}' est actuellement en attente de modération." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Page '{0}' publiée." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Page '{0}' refusée à la publication." diff --git a/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.mo index b1b857477..8aa8ceb18 100644 Binary files a/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po index a6959d2fc..a5bbf8e0c 100644 --- a/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/gl/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" "gl/)\n" @@ -216,10 +216,6 @@ msgstr "Iniciar sesión en Wagtail" msgid "Forgotten it?" msgstr "¿Esquecíchela?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "A páxina \"%(title)s\" ha sido aprobada" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "A páxina \"%(title)s\" ha sido aprobada." @@ -228,8 +224,8 @@ msgid "You can view the page here:" msgstr "Pode visualizar a páxina aquí:" #, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "A páxina \"%(title)s\" foi rexeitada" +msgid "The page \"%(title)s\" has been approved" +msgstr "A páxina \"%(title)s\" ha sido aprobada" #, python-format msgid "The page \"%(title)s\" has been rejected." @@ -239,12 +235,16 @@ msgid "You can edit the page here:" msgstr "Podes editar ala páxina aquí:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "A páxina \"%(page)s\" foi enviada para ser moderada" +msgid "The page \"%(title)s\" has been rejected" +msgstr "A páxina \"%(title)s\" foi rexeitada" msgid "You can preview the page here:" msgstr "Podes previsualizar a páxina aquí:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "A páxina \"%(page)s\" foi enviada para ser moderada" + #, python-format msgid "Create a page in %(title)s" msgstr "Crear unha páxina en %(title)s" @@ -428,18 +428,6 @@ msgstr "¡O teu contrasinal foi cambiado correctamente!" msgid "Page '{0}' created." msgstr "Páxina '{0}' creada." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Páxina '{0}' publicada." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Páxina '{0}' enviada para ser moderada." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Páxina '{0}' actualizada." - 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" @@ -462,6 +450,10 @@ msgstr "Páxina '{0}' movida." msgid "The page '{0}' is not currently awaiting moderation." msgstr "A páxina '{0}' non está esperando a ser moderada." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Páxina '{0}' publicada." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Rexeitada a publicación da página '{0}'." diff --git a/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.mo index 47dbad57a..3106aad54 100644 Binary files a/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.po index bd456b0de..cf02a9abc 100644 --- a/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/he_IL/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" "language/he_IL/)\n" @@ -344,10 +344,6 @@ msgstr "התחברות לWagtail" msgid "Forgotten it?" msgstr "שכחתם את זה?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "העמוד \"%(title)s\" אושר" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "העמוד \"%(title)s\" אושר." @@ -355,13 +351,13 @@ msgstr "העמוד \"%(title)s\" אושר." msgid "You can view the page here:" msgstr "ניתן לראות את העמוד כאן" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "העמוד \"%(title)s\" אושר" + msgid "Edit your notification preferences here:" msgstr "ערכו הגדרות התראות כאן" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "העמוד \"%(title)s\" נדחה" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "העמוד \"%(title)s\" נדחה." @@ -370,12 +366,16 @@ msgid "You can edit the page here:" msgstr "ניתן לערוך את העמוד כאן" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "העמוד \"%(page)s\" הועבר לאישור" +msgid "The page \"%(title)s\" has been rejected" +msgstr "העמוד \"%(title)s\" נדחה" msgid "You can preview the page here:" msgstr "ניתן לראות תצוגה מקדימה של העמוד כאן" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "העמוד \"%(page)s\" הועבר לאישור" + msgid "Page privacy" msgstr "הגדרות פרטיות של העמוד" @@ -700,18 +700,12 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "יש צורך בJavascript על מנת להתשמש בWagtail, אך הוא מכובה כרגע" -msgid "User bar" -msgstr "סרגל משתמש" - msgid "Go to Wagtail admin interface" msgstr "כניסה למערך המנהל של Wagtail " msgid "Add a child page" msgstr "הוספת תת-עמוד" -msgid "Add" -msgstr "הוספה" - msgid "Your password has been changed successfully!" msgstr "סיסמתכם שונתה בהצלחה!" @@ -739,18 +733,6 @@ msgstr "עמוד {0} נוצר" msgid "The page could not be created due to validation errors" msgstr "העמוד לא יכל להיווצר עקב שגיאות אישור " -#, python-brace-format -msgid "Page '{0}' published." -msgstr "עמוד {0} פורסם" - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "עמוד {0} הוזן לעריכה" - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "עמוד {0} עודכן" - msgid "The page could not be saved as it is locked" msgstr "העמוד לא ניתן לשמירה מכיוון שהוא נעול " @@ -784,6 +766,10 @@ msgstr "עמוד {0} הועתק " msgid "The page '{0}' is not currently awaiting moderation." msgstr "העמוד {0} אינו ממתין לעריכה כרגע " +#, python-brace-format +msgid "Page '{0}' published." +msgstr "עמוד {0} פורסם" + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "עמוד {0} נדחה עבור פרסום" diff --git a/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.mo index 3fb52fcf2..a8f0bdaa8 100644 Binary files a/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.po index e535507e2..1940bbd57 100644 --- a/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/hr_HR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/torchbox/wagtail/" "language/hr_HR/)\n" diff --git a/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.mo index ecc599577..a2d8efd25 100644 Binary files a/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.po index cd132ff12..820b3b33d 100644 --- a/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/hu/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" "hu/)\n" @@ -372,10 +372,6 @@ msgstr "Elfelejtette?" msgid "Signing in..." msgstr "Bejelentkezés..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "A \"%(title)s\" című oldal jóváhagyásra került" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "A \"%(title)s\" című oldal jóváhagyásra került." @@ -383,16 +379,13 @@ msgstr "A \"%(title)s\" című oldal jóváhagyásra került." msgid "You can view the page here:" msgstr "Az oldalt itt tekintheti meg:" -msgid "Hello" -msgstr "Szia" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "A \"%(title)s\" című oldal jóváhagyásra került" msgid "Edit your notification preferences here:" msgstr "Az értesítési beállításait itt módosíthatja:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "A \"%(title)s\" című oldal elutasításra került" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "A \"%(title)s\" című oldal elutasításra került." @@ -401,8 +394,8 @@ msgid "You can edit the page here:" msgstr "Az oldalt itt szerkesztheti:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "A \"%(page)s\" oldalt benyújtotta moderálásra" +msgid "The page \"%(title)s\" has been rejected" +msgstr "A \"%(title)s\" című oldal elutasításra került" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -411,6 +404,10 @@ msgstr "A \"%(page)s\" oldalt %(editor)s benyújtotta moderálásra." msgid "You can preview the page here:" msgstr "Az oldal előnézetét itt tekintheti meg:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "A \"%(page)s\" oldalt benyújtotta moderálásra" + msgid "Page privacy" msgstr "Az oldal hozzáferése" diff --git a/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.mo index 7588ba580..248986599 100644 Binary files a/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.po index 98170c050..ad1a45862 100644 --- a/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/id_ID/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" "wagtail/language/id_ID/)\n" @@ -175,10 +175,6 @@ msgstr "Masuk ke Wagtail" msgid "Forgotten it?" msgstr "Lupa?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Halaman %(title)s telah disetujui" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Halaman %(title)s telah disetujui." @@ -186,6 +182,10 @@ msgstr "Halaman %(title)s telah disetujui." msgid "You can view the page here:" msgstr "Anda dapat melihat halamannya disini:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Halaman %(title)s telah disetujui" + #, python-format msgid "Create a page in %(title)s" msgstr "Buat halaman di %(title)s" diff --git a/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.mo index 4bb187bc4..c9ad93a07 100644 Binary files a/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.po index 41d061d25..9deb3fd08 100644 --- a/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/is_IS/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" "wagtail/language/is_IS/)\n" @@ -395,18 +395,6 @@ msgstr "Síða '{0}' vistuð." msgid "The page could not be created due to validation errors" msgstr "Ekki var hægt að búa síðuna til þar sem hún stóðst ekki villuprófanir" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Síða '{0}' hefur verið birt." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Síða '{0}' send til samþykkis." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Síða '{0}' uppfærð." - msgid "The page could not be saved as it is locked" msgstr "Ekki var hægt að vista síðuna, hún er læst" @@ -440,6 +428,10 @@ msgstr "Síða '{0}' afrituð." msgid "The page '{0}' is not currently awaiting moderation." msgstr "'{0}' bíður nú samþykkis til birtingar." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Síða '{0}' hefur verið birt." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Birtingu '{0}' var hafnað." diff --git a/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.mo index 90d09ace3..d415b601f 100644 Binary files a/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po index cc4def349..89dac275b 100644 --- a/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/it/LC_MESSAGES/django.po @@ -5,15 +5,16 @@ # Translators: # Alessio Di Stasio , 2015 # andrea tagliazucchi , 2015 +# Edd Baldry , 2016 # Edd , 2016 # Giacomo Ghizzani , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 09:58+0000\n" +"Last-Translator: Edd Baldry \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -22,6 +23,9 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "You do not have permission to access the admin" +msgstr "Spiacente, non hai i permessi per accedere al area di amministrazione" + msgid "Scheduled publishing" msgstr "Data pubblicazione" @@ -134,6 +138,10 @@ msgstr "Go live data/ora deve precedere data/ora di scadenza" msgid "Expiry date/time must be in the future" msgstr "Data/ora di scadenza deve esser nel futuro" +msgid "You cannot have multiple permission records for the same collection." +msgstr "" +"Spiacente, ma no puoi avere diverse registrazioni per la stessa collezione." + msgid "Account" msgstr "Account" @@ -291,6 +299,23 @@ msgstr "Inserisci collegamento" msgid "Add an external link" msgstr "Aggiungi collegamento esterno" +msgid "" +"This collection cannot be deleted, because it is not empty. It contains:" +msgstr "" +"Questa collezione non si può essere cancellato, perché non é vuoto. Esso " +"contiene :" + +msgid "Name" +msgstr "Nome" + +#, python-format +msgid "" +"No collections have been created. Why not add one?" +msgstr "" +"Non hai creato nessuna collezione. Perché non ne aggiungi uno?" + #, python-format msgid "Add %(heading)s" msgstr "Aggiungi %(heading)s" @@ -396,10 +421,6 @@ msgstr "Dimenticato?" msgid "Signing in..." msgstr "Autenticazione in corso..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "La pagina \"%(title)s\" è stata approvata" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "La pagina \"%(title)s\" è stata approvata." @@ -407,16 +428,17 @@ msgstr "La pagina \"%(title)s\" è stata approvata." msgid "You can view the page here:" msgstr "Puoi vedere la pagina qui:" -msgid "Hello" -msgstr "Ciao" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "La pagina \"%(title)s\" è stata approvata" + +#, python-format +msgid "Hello %(username)s," +msgstr "Ciao %(username)s," msgid "Edit your notification preferences here:" msgstr "Modifica le preferenze di notifica qui:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "La pagina \"%(title)s\" è stata rigettata" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "La pagina \"%(title)s\" è stata rigettata." @@ -425,8 +447,8 @@ msgid "You can edit the page here:" msgstr "Puoi modificare la pagina qui:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "La pagina \"%(page)s\" è stata inviata per moderazione" +msgid "The page \"%(title)s\" has been rejected" +msgstr "La pagina \"%(title)s\" è stata rigettata" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -436,6 +458,10 @@ msgstr "" msgid "You can preview the page here:" msgstr "Puoi vedere l'anteprima della pagina qui:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "La pagina \"%(page)s\" è stata inviata per moderazione" + msgid "Page privacy" msgstr "Privacy della pagina" @@ -603,6 +629,12 @@ msgstr "Modifica %(page_type)s %(title)s" msgid "Page locked" msgstr "Pagina bloccata" +msgid "Replace current draft" +msgstr "Sostituisci la bozza corrente" + +msgid "Publish this revision" +msgstr "Pubblica questa revisione" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Ultima modifica: %(last_mod)s" @@ -759,6 +791,22 @@ msgstr "Seleziona una nuova pagina padre per %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Seleziona una nuova pagina padre per %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Le revisioni di %(title)s" + +msgid "Revisions of" +msgstr "Le revisioni di" + +msgid "Current draft" +msgstr "La bozza corrente" + +msgid "Review this revision" +msgstr "Controlla questa revisione" + +msgid "No revision of this page exist" +msgstr "Nessuna revisione di questa pagina esiste" + #, python-format msgid "" "\n" @@ -788,9 +836,15 @@ msgstr "Inserisce un termine di ricerca sopra" msgid "No pages use" msgstr "Nessuna pagina usata" +msgid "Collection" +msgstr "Collezione" + msgid "Home" msgstr "Home" +msgid "All collections" +msgstr "Tutte le collezioni" + msgid "January" msgstr "Gennaio" @@ -880,17 +934,17 @@ msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "" "Javascript è richiesto per l'uso di Wagtail, ma al momento è disabilitato" -msgid "User bar" -msgstr "Barra utente" - msgid "Go to Wagtail admin interface" msgstr "Vai all'interfaccia admin di Wagtail" +msgid "Go to Wagtail admin" +msgstr "Vai all'interfaccia admin di Wagtail" + msgid "Add a child page" msgstr "Aggiungi pagina figlio" -msgid "Add" -msgstr "Aggiungi" +msgid "Show in Explorer" +msgstr "Mostra nell' Explorer" msgid "Test" msgstr "Test" @@ -930,20 +984,32 @@ msgid "The page could not be created due to validation errors" msgstr "La pagina non può esser creata a causa di errori di validazione" #, python-brace-format -msgid "Page '{0}' scheduled for publishing." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "Revisione da {0} di pagina '{1}' prevista per la pubblicazione." + +#, python-brace-format +msgid "Page '{0}' has been scheduled for publishing." msgstr "Pagina '{0}' prevista per la pubblicazione." #, python-brace-format -msgid "Page '{0}' published." -msgstr "Pagina '{0}' pubblicata." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "Revisione da {0} di pagina '{1}' è stata pubblicata" #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Pagina '{0}' submittata per moderazione." +msgid "Page '{0}' has been published." +msgstr "Pagina '{0}' è stata pubblicata" #, python-brace-format -msgid "Page '{0}' updated." -msgstr "Pagina '{0}' aggiornata." +msgid "Page '{0}' has been submitted for moderation." +msgstr "La pagina '{0}' è stata inviata per moderazione" + +#, python-brace-format +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Pagina '{0}' è stato sostituito con la revisione da {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." +msgstr "Pagina '{0}' è stata aggiornata." msgid "The page could not be saved as it is locked" msgstr "La pagina non può esser salvata perché è bloccata" @@ -978,6 +1044,10 @@ msgstr "Pagina '{0}' copiata." msgid "The page '{0}' is not currently awaiting moderation." msgstr "La pagina '{0}' non è al momento in attesa di moderazione." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Pagina '{0}' pubblicata." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Pagina '{0}' respinta per la pubblicazione." @@ -990,9 +1060,17 @@ msgstr "Pagina '{0}' bloccata." msgid "Page '{0}' is now unlocked." msgstr "Pagina '{0}' sbloccata." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "" +"Stai vedendo una revisione precedente di questa pagina da %s da %s" + msgid "Pages" msgstr "Pagine" +msgid "Collections" +msgstr "Collezioni" + msgid "Choose an item" msgstr "Scegli un elemento" diff --git a/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.mo index 568c94571..451d2b1fb 100644 Binary files a/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po index 930deec69..b4235c119 100644 --- a/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ja/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" @@ -374,10 +374,6 @@ msgstr "パスワードを忘れましたか?" msgid "Signing in..." msgstr "サインイン中..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "ページ:%(title)s が承認されました" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "ページ:%(title)s が承認されました" @@ -385,16 +381,13 @@ msgstr "ページ:%(title)s が承認されました" msgid "You can view the page here:" msgstr "このページを閲覧:" -msgid "Hello" -msgstr "こんにちは" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "ページ:%(title)s が承認されました" msgid "Edit your notification preferences here:" msgstr "通知方法を編集:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "ページ:%(title)s は承認されませんでした" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "ページ:%(title)s は承認されませんでした" @@ -403,8 +396,8 @@ msgid "You can edit the page here:" msgstr "このページを編集:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "ページ:%(page)s は現在承認待ちです。" +msgid "The page \"%(title)s\" has been rejected" +msgstr "ページ:%(title)s は承認されませんでした" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -413,6 +406,10 @@ msgstr "ページ:%(page)s は現在%(editor)sによる承認待ちです。" msgid "You can preview the page here:" msgstr "ページをプレビュー:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "ページ:%(page)s は現在承認待ちです。" + msgid "Page privacy" msgstr "ページの公開設定" @@ -829,18 +826,12 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "Wagtailの使用にはJavascriptが必要ですが、ただいま無効です。" -msgid "User bar" -msgstr "ユーザーバー" - msgid "Go to Wagtail admin interface" msgstr "Wagtailの管理者インターフェースに移動" msgid "Add a child page" msgstr "子ページを追加" -msgid "Add" -msgstr "追加" - msgid "Test" msgstr "テスト" @@ -874,18 +865,6 @@ msgstr "ページ:'{0}' が作成されました。" msgid "The page could not be created due to validation errors" msgstr "このページはエラーにより作成できませんでした。" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "ページ:'{0}' が公開されました。" - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "ページ:'{0}' が承認待ちになりました。" - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "ページ:'{0}' が更新されました。" - msgid "The page could not be saved as it is locked" msgstr "このページはロックされているため、保存できませんでした。" @@ -919,6 +898,10 @@ msgstr "ページ:'{0}' がコピーされました。" msgid "The page '{0}' is not currently awaiting moderation." msgstr "ページ:'{0}' は現在承認待ちではありません。" +#, python-brace-format +msgid "Page '{0}' published." +msgstr "ページ:'{0}' が公開されました。" + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "ページ:'{0}' の公開が拒否されました。" diff --git a/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.mo index d4afd8796..e916b7fc7 100644 Binary files a/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.po index 5ec8aa509..c6af19fbc 100644 --- a/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ka/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" "ka/)\n" @@ -143,8 +143,5 @@ msgstr "დეკემბერი" msgid "Log out" msgstr "გამოსვლა" -msgid "Add" -msgstr "დამატება" - msgid "Choose another page" msgstr "სხვა გვერდის არჩევა" diff --git a/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.mo index 045a0cfed..28f8a089b 100644 Binary files a/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.po index b9ef9d0ae..194c4ed88 100644 --- a/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ko/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" "ko/)\n" @@ -346,10 +346,6 @@ msgstr "와그테일에 로그인" msgid "Forgotten it?" msgstr "잊어버리셨나요?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "\"%(title)s\" 페이지가 승인 되었습니다" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "\"%(title)s\" 페이지가 승인 되었습니다" @@ -357,13 +353,13 @@ msgstr "\"%(title)s\" 페이지가 승인 되었습니다" msgid "You can view the page here:" msgstr "여기서 페이지를 볼 수 있습니다" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "\"%(title)s\" 페이지가 승인 되었습니다" + msgid "Edit your notification preferences here:" msgstr "당신의 알림 선호 순위를 여기서 바꿔주세요" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "\"%(title)s\" 페이지가 거절되었습니다" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "\"%(title)s\" 가 거절되었습니다" @@ -372,12 +368,16 @@ msgid "You can edit the page here:" msgstr "여기서 페이지를 수정할 수 있습니다" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "검토를 위해 \"%(page)s\" 페이지가 제출 되었습니다" +msgid "The page \"%(title)s\" has been rejected" +msgstr "\"%(title)s\" 페이지가 거절되었습니다" msgid "You can preview the page here:" msgstr "여기서 페이지를 미리 볼 수 있습니다:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "검토를 위해 \"%(page)s\" 페이지가 제출 되었습니다" + msgid "Page privacy" msgstr "비공개 페이지" @@ -732,18 +732,12 @@ msgstr "" "와그테일을 사용하기 위해서는 자바스크립트가 필요하지만, 현재 이 기능이 비활성" "화 되어 있습니다" -msgid "User bar" -msgstr "사용자 바" - msgid "Go to Wagtail admin interface" msgstr "와그테일 관리자 페이지로 이동" msgid "Add a child page" msgstr "하위페이지 추가" -msgid "Add" -msgstr "추가" - msgid "Sorry, you do not have permission to access this area." msgstr "죄송합니다, 해당 영역에 접근할 권한이 없습니다." @@ -774,18 +768,6 @@ msgstr "'{0}' 페이지가 생성되었습니다" msgid "The page could not be created due to validation errors" msgstr "이 페이지는 오류에 의해 생성될 수 없습니다" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "'{0}' 페이지가 퍼블리싱 되었습니다" - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "'{0}' 가 검토에 의해 제출되었습니다" - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "'{0}' 페이지가 업데이트 되었습니다" - msgid "The page could not be saved as it is locked" msgstr "이 페이지는 잠겨 있으므로 저장할 수 없습니다" @@ -819,6 +801,10 @@ msgstr "'{0}' 페이지가 복사 되었습니다" msgid "The page '{0}' is not currently awaiting moderation." msgstr "'{0}' 페이지는 현재 검토를 기다리고 있지 않습니다" +#, python-brace-format +msgid "Page '{0}' published." +msgstr "'{0}' 페이지가 퍼블리싱 되었습니다" + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "'{0}' 페이지는 퍼블리싱이 거절 되었습니다" diff --git a/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.mo index 367bf08eb..446d6fb8d 100644 Binary files a/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.po index 1db5800d1..0915a2918 100644 --- a/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" "lv/)\n" @@ -215,10 +215,6 @@ msgstr "Ieet Wagtail" msgid "Forgotten it?" msgstr "Aizmirsāt paroli?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Lapa \"%(title)s\" tika apstiprināta" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Lapa \"%(title)s\" tika apstiprināta" @@ -226,13 +222,13 @@ msgstr "Lapa \"%(title)s\" tika apstiprināta" msgid "You can view the page here:" msgstr "Apskatiet lapu šeit:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Lapa \"%(title)s\" tika apstiprināta" + msgid "Edit your notification preferences here:" msgstr "Labot paziņojumu iestatījumus:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Lapa \"%(title)s\" tika noraidīta" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Lapa \"%(title)s\" tika noraidīta" @@ -241,12 +237,16 @@ msgid "You can edit the page here:" msgstr "Labot lapu:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Lapa \"%(page)s\" tika iesniegta administrēšanai" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Lapa \"%(title)s\" tika noraidīta" msgid "You can preview the page here:" msgstr "Priekšskatīt lapu:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Lapa \"%(page)s\" tika iesniegta administrēšanai" + msgid "Page privacy" msgstr "Lapas privātuma iestatījumi" @@ -482,9 +482,6 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "Lai lietotu 'Wagtail', nepieciešams 'Javascript'." -msgid "Add" -msgstr "Pievienot" - msgid "Your password has been changed successfully!" msgstr "Parole mainīta veiksmīgi." @@ -506,18 +503,6 @@ msgstr "Skatīt melnrakstu" msgid "Page '{0}' created." msgstr "Lapa '{0}' izveidota." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Lapa '{0} publicēta'." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Lapa '{0}' iesniegta administrēšanai." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Lapa '{0}' atjaunota." - #, python-brace-format msgid "Page '{0}' deleted." msgstr "Lapa '{0}' dzēsta." @@ -538,6 +523,10 @@ msgstr "Lapa '{0}' un apakšlapas {1} kopētas." msgid "Page '{0}' copied." msgstr "Lapa '{0}' kopēta." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Lapa '{0} publicēta'." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Lapas '{0}' publicēšana noraidīta." diff --git a/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.mo index 2458b1d2f..73d8345e7 100644 Binary files a/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po index 9b485b4fc..4589f6395 100644 --- a/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/mn/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" "mn/)\n" diff --git a/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.mo index 45bd3c9e1..d61f05962 100644 Binary files a/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.po index f9b7b6be0..b5afdd5ff 100644 --- a/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/nb/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" "language/nb/)\n" @@ -385,10 +385,6 @@ msgstr "Logg inn på Wagtail" msgid "Forgotten it?" msgstr "Glemt?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Siden \"%(title)s\" har blitt godkjent" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Siden \"%(title)s\" har blitt godkjent." @@ -396,13 +392,13 @@ msgstr "Siden \"%(title)s\" har blitt godkjent." msgid "You can view the page here:" msgstr "Du kan besøke siden her:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Siden \"%(title)s\" har blitt godkjent" + msgid "Edit your notification preferences here:" msgstr "Endre dine varslingsinnstillinger her:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Siden \"%(title)s\" har blitt avvist" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Siden \"%(title)s\" har blitt avvist." @@ -411,12 +407,16 @@ msgid "You can edit the page here:" msgstr "Du kan redigere siden her:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Siden \"%(page)s\" har blitt sendt til godkjenning" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Siden \"%(title)s\" har blitt avvist" msgid "You can preview the page here:" msgstr "Du kan forhåndsvise siden her:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Siden \"%(page)s\" har blitt sendt til godkjenning" + msgid "Page privacy" msgstr "Sidevern" @@ -783,18 +783,12 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "JavaScript er påkrevet for å bruke Wagtail, men er deaktivert" -msgid "User bar" -msgstr "Brukerlinje" - msgid "Go to Wagtail admin interface" msgstr "Gå til Wagtail administrasjonsgrensesnitt" msgid "Add a child page" msgstr "Legg til en underside" -msgid "Add" -msgstr "Legg til" - msgid "Sorry, you do not have permission to access this area." msgstr "Beklager, du har ikke tilgang på dette området." @@ -825,18 +819,6 @@ msgstr "Siden \"{0}\" er opprettet." msgid "The page could not be created due to validation errors" msgstr "Siden kunne ikke opprettes grunnet valideringsfeil." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Siden \"{0}\" er publisert." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Siden \"{0}\" er sendt til godkjenning." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Siden \"{0}\" er oppdatert." - msgid "The page could not be saved as it is locked" msgstr "Siden kunne ikke lagres fordi den er låst" @@ -870,6 +852,10 @@ msgstr "Siden \"{0}\" kopiert." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Siden \"{0}\" påventer ikke godkjenning." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Siden \"{0}\" er publisert." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Siden \"{0}\" ble avvist for publikasjon." diff --git a/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.mo index 7f8bf8340..91ca20635 100644 Binary files a/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po index 6c09421e5..92ee1d184 100644 --- a/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/nl/LC_MESSAGES/django.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" "nl/)\n" @@ -397,10 +397,6 @@ msgstr "Log in op Wagtail" msgid "Forgotten it?" msgstr "Wachtwoord vergeten?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "De pagina \"%(title)s\" is goedgekeurd" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "De pagina \"%(title)s\" is goedgekeurd." @@ -408,13 +404,13 @@ msgstr "De pagina \"%(title)s\" is goedgekeurd." msgid "You can view the page here:" msgstr "U kunt de pagina hier bekijken:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "De pagina \"%(title)s\" is goedgekeurd" + msgid "Edit your notification preferences here:" msgstr "Pas uw hier notificatievoorkeuren hier aan:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "De pagina \"%(title)s\" is afgewezen" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "De pagina \"%(title)s\" is afgewezen." @@ -423,12 +419,16 @@ msgid "You can edit the page here:" msgstr "U kunt de pagina hier wijzigen:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "De pagina \"%(page)s\" is ter goedkeuring aangeboden" +msgid "The page \"%(title)s\" has been rejected" +msgstr "De pagina \"%(title)s\" is afgewezen" msgid "You can preview the page here:" msgstr "U kunt hier een voorbeeld van de pagina bekijken:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "De pagina \"%(page)s\" is ter goedkeuring aangeboden" + msgid "Page privacy" msgstr "Afscherming van de pagina" @@ -797,18 +797,12 @@ msgstr "" "Javascript is vereist om Wagtail te gebruiken, maar is momenteel " "uitgeschakeld" -msgid "User bar" -msgstr "Gebruikersbalk" - msgid "Go to Wagtail admin interface" msgstr "Ga naar de Wagtail beheer interface" msgid "Add a child page" msgstr "Voeg een onderliggende pagina toe" -msgid "Add" -msgstr "Toevoegen" - msgid "Sorry, you do not have permission to access this area." msgstr "Sorry, u heeft geen toestemming tot dit gedeelte." @@ -839,18 +833,6 @@ msgstr "Pagina '{0}' aangemaakt." msgid "The page could not be created due to validation errors" msgstr "Deze pagina kon niet aangemaakt worden vanwege validatiefouten" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Pagina '{0}' gepubliceerd." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Pagina '{0}' ter goedkeuring ingediend." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Pagina '{0}' gewijzigd." - msgid "The page could not be saved as it is locked" msgstr "De pagina kan niet worden opgeslagen omdat deze is vergrendeld" @@ -884,6 +866,10 @@ msgstr "Pagina '{0}' gekopieerd." msgid "The page '{0}' is not currently awaiting moderation." msgstr "The page '{0}' is momenteel niet op goedkeuring aan het wachten." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Pagina '{0}' gepubliceerd." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Pagina '{0}' is afgewezen voor publicatie." diff --git a/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.mo index c41114d44..c6c479a3e 100644 Binary files a/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po index 56dda7207..5e071dac5 100644 --- a/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/nl_NL/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-08 19:14+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 14:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" "wagtail/language/nl_NL/)\n" @@ -420,10 +420,6 @@ msgstr "Vergeten?" msgid "Signing in..." msgstr "Bezig met inloggen..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "De pagina \"%(title)s\" is goedgekeurd" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "De pagina \"%(title)s\" is goedgekeurd." @@ -431,16 +427,17 @@ msgstr "De pagina \"%(title)s\" is goedgekeurd." msgid "You can view the page here:" msgstr "U kunt de pagina hier bekijken:" -msgid "Hello" -msgstr "Hallo" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "De pagina \"%(title)s\" is goedgekeurd" + +#, python-format +msgid "Hello %(username)s," +msgstr "Hallo %(username)s," msgid "Edit your notification preferences here:" msgstr "Pas uw notificatievoorkeuren hier aan:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "De pagina \"%(title)s\" is afgekeurd" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "De pagina \"%(title)s\" is afgekeurd." @@ -449,8 +446,8 @@ msgid "You can edit the page here:" msgstr "U kunt de pagina hier wijzigen:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "De pagina \"%(page)s\" is voor moderatie ingediend" +msgid "The page \"%(title)s\" has been rejected" +msgstr "De pagina \"%(title)s\" is afgekeurd" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -459,6 +456,10 @@ msgstr "De pagina \"%(page)s\" is door %(editor)s voor moderatie ingediend." msgid "You can preview the page here:" msgstr "U kunt hier een voorbeeld van de pagina bekijken:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "De pagina \"%(page)s\" is voor moderatie ingediend" + msgid "Page privacy" msgstr "Zichtbaarheid van de pagina" @@ -624,6 +625,12 @@ msgstr "Bewerk %(page_type)s %(title)s" msgid "Page locked" msgstr "Pagina is geblokkeerd" +msgid "Replace current draft" +msgstr "Vervang huidig concept" + +msgid "Publish this revision" +msgstr "Publiceer deze versie" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Laatst gewijzigd: %(last_mod)s" @@ -779,6 +786,22 @@ msgstr "Kies een nieuwe bovenliggende pagina voor %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Kies een nieuwe bovenliggende pagina voor %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Versies van %(title)s" + +msgid "Revisions of" +msgstr "Versies van" + +msgid "Current draft" +msgstr "Huidig concept" + +msgid "Review this revision" +msgstr "Herzie deze versie" + +msgid "No revision of this page exist" +msgstr "Er bestaat geen versie van deze pagina" + #, python-format msgid "" "\n" @@ -905,17 +928,17 @@ msgstr "" "Javascript is vereist om Wagtail te kunnen gebruiken, maar is momenteel " "uitgeschakeld." -msgid "User bar" -msgstr "Gebruikersbalk" - msgid "Go to Wagtail admin interface" msgstr "Ga naar de Wagtail admin interface" +msgid "Go to Wagtail admin" +msgstr "Ga naar de Wagtail admin" + msgid "Add a child page" msgstr "Voeg een onderliggende pagina toe" -msgid "Add" -msgstr "Toevoegen" +msgid "Show in Explorer" +msgstr "Toon in verkenner" msgid "Test" msgstr "Test" @@ -955,20 +978,32 @@ msgid "The page could not be created due to validation errors" msgstr "De pagina kon niet aangemaakt worden vanwege validatiefouten." #, python-brace-format -msgid "Page '{0}' scheduled for publishing." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "De versie van {0} van de pagina '{1}' is ingepland voor publicatie." + +#, python-brace-format +msgid "Page '{0}' has been scheduled for publishing." msgstr "De pagina '{0}' is ingepland voor publicatie." #, python-brace-format -msgid "Page '{0}' published." -msgstr "Pagina '{0}' gepubliceerd." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "De versie van {0} van de pagina '{1}' is gepubliceerd." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Pagina '{0}' voor moderatie ingediend." +msgid "Page '{0}' has been published." +msgstr "Pagina '{0}' is gepubliceerd." #, python-brace-format -msgid "Page '{0}' updated." -msgstr "Pagina '{0}' gewijzigd." +msgid "Page '{0}' has been submitted for moderation." +msgstr "Pagina '{0}' is voor moderatie ingediend." + +#, python-brace-format +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Pagina '{0}' is vervangen met de versie van {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." +msgstr "Pagina '{0}' is gewijzigd." msgid "The page could not be saved as it is locked" msgstr "De pagina kan niet worden opgeslagen omdat deze is vergrendeld." @@ -1003,6 +1038,10 @@ msgstr "Pagina '{0}' gekopieerd." msgid "The page '{0}' is not currently awaiting moderation." msgstr "De pagina '{0}' is nu niet in afwachting van moderatie." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Pagina '{0}' gepubliceerd." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Pagina '{0}' afgewezen voor publicatie." @@ -1015,6 +1054,10 @@ msgstr "Pagina '{0}' is nu op slot." msgid "Page '{0}' is now unlocked." msgstr "Pagina '{0}' is nu geopend." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "Je bekijkt nu een vorige versie van deze pagina van %s door %s" + msgid "Pages" msgstr "Pagina's" diff --git a/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.mo index aec768b15..70c482bf2 100644 Binary files a/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po index 7fb0925fe..9953b7094 100644 --- a/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/pl/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 22:50+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 22:02+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" "pl/)\n" @@ -428,10 +428,6 @@ msgstr "Nie pamiętasz?" msgid "Signing in..." msgstr "Logowanie..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Strona \"%(title)s\" została przyjęta" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Strona \"%(title)s\" została przyjęta." @@ -439,16 +435,17 @@ msgstr "Strona \"%(title)s\" została przyjęta." msgid "You can view the page here:" msgstr "Możesz zobaczyć stronę tutaj:" -msgid "Hello" -msgstr "Witaj" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Strona \"%(title)s\" została przyjęta" + +#, python-format +msgid "Hello %(username)s," +msgstr "Witaj %(username)s," msgid "Edit your notification preferences here:" msgstr "Tutaj zmień ustawienia powiadomień:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Strona \"%(title)s\" została odrzucona" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Strona \"%(title)s\" została odrzucona." @@ -457,8 +454,8 @@ msgid "You can edit the page here:" msgstr "Możesz edytować stronę tutaj:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Strona \"%(page)s\" została przekazana do przeglądu" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Strona \"%(title)s\" została odrzucona" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -467,6 +464,10 @@ msgstr "Strona \"%(page)s\" została wysłana do moderacji przez %(editor)s." msgid "You can preview the page here:" msgstr "Możesz podejrzeć stronę tutaj:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Strona \"%(page)s\" została przekazana do przeglądu" + msgid "Page privacy" msgstr "Prywatność strony" @@ -640,6 +641,12 @@ msgstr "Edycja %(page_type)s %(title)s" msgid "Page locked" msgstr "Strona zablokowana" +msgid "Replace current draft" +msgstr "Zastąp aktualny szkic" + +msgid "Publish this revision" +msgstr "Opublikuj tą rewizję" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Ostatnia zmiana: %(last_mod)s" @@ -791,6 +798,22 @@ msgstr "Wybierz nową stronę nadrzędną dla %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Wybierz nową stronę nadrzędną dla %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Wersje %(title)s" + +msgid "Revisions of" +msgstr "Wersje" + +msgid "Current draft" +msgstr "Aktualny szkic" + +msgid "Review this revision" +msgstr "Sprawdź tą rewizję" + +msgid "No revision of this page exist" +msgstr "Dla tej strony nie istnieją żadne rewizje" + #, python-format msgid "" "\n" @@ -919,17 +942,17 @@ msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "" "Obsługa Javascript jest wymagana przez Wagtail, ale obecnie jest wyłączona" -msgid "User bar" -msgstr "Pasek użytkownika" - msgid "Go to Wagtail admin interface" msgstr "Idź do panelu administratora Wagtaila" +msgid "Go to Wagtail admin" +msgstr "Idź do panelu administratora Wagtaila" + msgid "Add a child page" msgstr "Dodaj podstronę" -msgid "Add" -msgstr "Dodaj" +msgid "Show in Explorer" +msgstr "Pokaż w Przeglądarce" msgid "Test" msgstr "Test" @@ -969,20 +992,32 @@ msgid "The page could not be created due to validation errors" msgstr "Ta strona nie mogła zostać utworzona ze względu na błędy walidacji." #, python-brace-format -msgid "Page '{0}' scheduled for publishing." -msgstr "Strona '{0}' zaplanowana do publikacji." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "Rewizje od {0} strony '{1}' zostały zaplanowane do publikacji." #, python-brace-format -msgid "Page '{0}' published." +msgid "Page '{0}' has been scheduled for publishing." +msgstr "Strona '{0}' została zaplanowana do publikacji." + +#, python-brace-format +msgid "Revision from {0} of page '{1}' has been published." +msgstr "Rewizje od {0} strony '{1}' zostały opublikowane." + +#, python-brace-format +msgid "Page '{0}' has been published." msgstr "Strona '{0}' została opublikowana." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Przesłano stronę '{0}' do przeglądu." +msgid "Page '{0}' has been submitted for moderation." +msgstr "Strona '{0}' została przekazana do przeglądu." #, python-brace-format -msgid "Page '{0}' updated." -msgstr "Uaktualniono stronę '{0}'." +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Strona '{0}' została zastąpiona rewizją od {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." +msgstr "Strona '{0}' została zaktualizowana." msgid "The page could not be saved as it is locked" msgstr "Nie można zapisać zmian zablokownej strony" @@ -1017,6 +1052,10 @@ msgstr "Strona '{0}' została skopiowana." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Strona '{0}' nie oczekuje na przejrzenie." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Strona '{0}' została opublikowana." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Strona '{0}' została odrzucona." @@ -1029,6 +1068,10 @@ msgstr "Strona '{0}' jest teraz zablokowana." msgid "Page '{0}' is now unlocked." msgstr "Strona '{0}' jest teraz odblokowana." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "Przeglądasz wcześniejszą rewizję tej strony od %s przez %s" + msgid "Pages" msgstr "Strony" diff --git a/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.mo index f9df1aff3..21654a3fb 100644 Binary files a/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po index 5715b27b7..c63524a0b 100644 --- a/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/pt_BR/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" "wagtail/language/pt_BR/)\n" @@ -353,10 +353,6 @@ msgstr "Entrar no Wagtail" msgid "Forgotten it?" msgstr "Esqueceu a senha?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "A página \"%(title)s\" foi aprovada" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "A página \"%(title)s\" foi aprovada." @@ -364,13 +360,13 @@ msgstr "A página \"%(title)s\" foi aprovada." msgid "You can view the page here:" msgstr "Você pode visualizar a página aqui:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "A página \"%(title)s\" foi aprovada" + msgid "Edit your notification preferences here:" msgstr "Edite suas preferências de notificação aqui:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "A página \"%(title)s\" não foi aprovada" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "A página \"%(title)s\" não foi aprovada." @@ -379,12 +375,16 @@ msgid "You can edit the page here:" msgstr "Você pode editar a página aqui:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "A página \"%(page)s\" foi enviado para moderação" +msgid "The page \"%(title)s\" has been rejected" +msgstr "A página \"%(title)s\" não foi aprovada" msgid "You can preview the page here:" msgstr "Você pode pré-visualizar a página aqui:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "A página \"%(page)s\" foi enviado para moderação" + msgid "Page privacy" msgstr "Página privada" @@ -721,18 +721,12 @@ msgstr "" "É necessário ter Javascript habilitado para usar Wagtail, mas atualmente " "está desabilitado." -msgid "User bar" -msgstr "Usuários" - msgid "Go to Wagtail admin interface" msgstr "Ir para administração Wagtail" msgid "Add a child page" msgstr "Adicionar subpágina" -msgid "Add" -msgstr "Adicionar" - msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" @@ -760,18 +754,6 @@ msgstr "Página '{0}' criada." msgid "The page could not be created due to validation errors" msgstr "A página não pôde ser criada devido a erros de validação" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Página '{0}' publicada." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Página '{0}' enviada para moderação." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Página '{0}' atualizada." - msgid "The page could not be saved as it is locked" msgstr "Esta página não pode ser salva já que está bloqueada" @@ -805,6 +787,10 @@ msgstr "Página '{0}' copiada." msgid "The page '{0}' is not currently awaiting moderation." msgstr "A página '{0}' não está mais esperando moderação." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Página '{0}' publicada." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Página '{0}' rejeitada para publicação." diff --git a/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.mo index 10647a3e8..e82f85970 100644 Binary files a/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po index bdb54df86..a97adbb55 100644 --- a/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/pt_PT/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 22:01+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,9 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "You do not have permission to access the admin" +msgstr "Você não tem permissão para aceder à administração." + msgid "Scheduled publishing" msgstr "Publicação agendada" @@ -37,13 +40,13 @@ msgid "Promote" msgstr "Promover" msgid "Settings" -msgstr "Configurações" +msgstr "Definições" msgid "Search" -msgstr "Procurar" +msgstr "Pesquisar" msgid "Search term" -msgstr "Termo de procura" +msgstr "Termo de pesquisa" msgid "URL" msgstr "URL" @@ -78,19 +81,19 @@ msgid "New slug" msgstr "Novo “slug”" msgid "New parent page" -msgstr "Nova página fonte" +msgstr "Nova página-mãe" msgid "This copy will be a child of this given parent page." -msgstr "Esta página passará a filha desta página mãe" +msgstr "Esta cópia passará a página-filha desta página-mãe" msgid "Copy subpages" -msgstr "Copiar sub-páginas" +msgstr "Copiar páginas-filha" #, 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] "Irão ser copiadas %(count)s sub-páginas." +msgstr[0] "Será copiada %(count)s página-filha." +msgstr[1] "Serão copiadas %(count)s páginas-filha" msgid "Publish copied page" msgstr "Publicar página copiada" @@ -112,13 +115,13 @@ msgstr[0] "" "%(count)s das páginas a copiar está publicada. Gostaria de publicar também " "a sua cópia?" msgstr[1] "" -"%(count)s das páginas a copiar estão publicadas. Gostaria de publicar " -"também as suas cópias?" +"%(count)s das páginas a copiar estão publicadas. Gostaria de publicar as " +"suas cópias?" #, python-format msgid "" "This slug is already in use within the context of its parent page \"%s\"" -msgstr "Este \"slug\" já está a ser usado no contexto da sua página mãe \"%s\"" +msgstr "Este \"slug\" já está a ser usado no contexto da sua página-mãe \"%s\"" msgid "Public" msgstr "Público" @@ -130,13 +133,17 @@ msgid "This field is required." msgstr "Este campo é obrigatório." msgid "This slug is already in use" -msgstr "Esse “slug” já existe" +msgstr "Este “slug” já existe" 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" +msgstr "A data/hora de publicação tem de ser anterior à data/hora final" msgid "Expiry date/time must be in the future" -msgstr "A data/hora terminal deve ficar no futuro" +msgstr "A data/hora final deve ficar no futuro" + +msgid "You cannot have multiple permission records for the same collection." +msgstr "" +"Não é permitido ter múltiplos registos de permissões para a mesma coleção. " msgid "Account" msgstr "Conta" @@ -149,9 +156,9 @@ msgid "" "address. With a Gravatar account you can set an avatar for any number of " "other email addresses you use." msgstr "" -"A sua imagem avatar é fornecida pelo Gravatar e está associada ao seu e-" +"A sua imagem de avatar é fornecida pelo Gravatar e está associada ao seu e-" "mail. Com uma conta do Gravatar você pode definir um avatar para qualquer " -"número de e-mails que utilize." +"dos seus endereços de e-mail." msgid "Change password" msgstr "Alterar senha" @@ -171,7 +178,8 @@ msgstr "Alterar Senha" msgid "" "Your password can't be changed here. Please contact a site administrator." msgstr "" -"A sua senha não pode ser alterada aqui. Contacte um administrador do site." +"A sua senha não pode ser alterada aqui. Por favor contacte um administrador " +"do site." msgid "Notification Preferences" msgstr "Preferências de notificação" @@ -189,10 +197,10 @@ msgid "Login" msgstr "Entrar" msgid "Set your new password" -msgstr "Insira a sua nova senha" +msgstr "Defina a sua nova senha" msgid "The passwords do not match. Please try again." -msgstr "As senhas são diferentes. Tente novamente." +msgstr "As senhas não coincidem. Tente novamente." msgid "Check your email" msgstr "Verifique o seu e-mail" @@ -219,10 +227,10 @@ msgid "Add another" msgstr "Adicionar outro" msgid "Move up" -msgstr "Mover para cima" +msgstr "Subir" msgid "Move down" -msgstr "Mover para baixo" +msgstr "Baixar" msgid "Delete" msgstr "Apagar" @@ -253,7 +261,8 @@ msgstr[0] "" "Encontrado um resultado" msgstr[1] "" "\n" -"Encontrados %(counter)s resultados" +"Encontrados %(counter)s resultados\n" +" " msgid "Choose" msgstr "Escolher" @@ -279,7 +288,8 @@ msgstr[0] "" msgstr[1] "" "\n" "Só páginas do tipo \"%(type)s\" podem ser escolhidas para este campo. Os " -"resultados de pesquisa irão excluir páginas de outros tipos." +"resultados de pesquisa irão excluir páginas de outros tipos.\n" +" " msgid "Add an email link" msgstr "Adicionar link de e-mail" @@ -290,25 +300,40 @@ msgstr "Inserir link" msgid "Add an external link" msgstr "Adicionar link externo" +msgid "" +"This collection cannot be deleted, because it is not empty. It contains:" +msgstr "A coleção não pode ser apagada, dado não estar vazia. Contém:" + +msgid "Name" +msgstr "Nome" + +#, python-format +msgid "" +"No collections have been created. Why not add one?" +msgstr "" +"Não existem coleções. Porque não criar " +"uma?" + #, python-format msgid "Add %(heading)s" msgstr "Adicionar %(heading)s" msgid "Yes, delete" -msgstr "Sim, eliminar" +msgstr "Sim, apagar" msgid "Save" msgstr "Guardar" #, python-format msgid "Welcome to the %(site_name)s Wagtail CMS" -msgstr "Bem vindo ao %(site_name)s Wagtail CMS" +msgstr "Bem vindo ao Wagtail CMS %(site_name)s" msgid "" "This is your dashboard on which helpful information about content you've " "created will be displayed." msgstr "" -"Este é o seu painel de controlo onde pode ver informações úteis sobre os " +"Este é o seu painel de controlo, onde pode ver informações úteis sobre os " "conteúdos que criou." msgid "Pages awaiting moderation" @@ -324,10 +349,10 @@ msgid "Type" msgstr "Tipo" msgid "Edited" -msgstr "Editado" +msgstr "Alterado" msgid "Edit this page" -msgstr "Editar esta página" +msgstr "Alterar esta página" msgid "Approve" msgstr "Aprovar" @@ -336,13 +361,13 @@ msgid "Reject" msgstr "Rejeitar" msgid "Edit" -msgstr "Editar" +msgstr "Alterar" msgid "Preview" -msgstr "Pré-visualizar" +msgstr "Visualizar" msgid "Your most recent edits" -msgstr "As suas últimas edições" +msgstr "As suas últimas alterações" msgid "Date" msgstr "Data" @@ -354,7 +379,7 @@ msgid "Draft" msgstr "Rascunho" msgid "Live" -msgstr "Publicado" +msgstr "Publicada" msgid "Site summary" msgstr "Resumo do site" @@ -373,28 +398,27 @@ msgstr[0] "" "%(total)s Página" msgstr[1] "" "\n" -"%(total)s Páginas" +"%(total)s Páginas\n" +" " msgid "Sign in" msgstr "Entrar" #, python-format msgid "Your %(username_field)s and password didn't match. Please try again." -msgstr "O seu %(username_field)s e senha não estão corretos. Tente novamente." +msgstr "" +"O seu %(username_field)s e senha não estão corretos. Por favor tente " +"novamente." msgid "Sign in to Wagtail" msgstr "Entrar no Wagtail" msgid "Forgotten it?" -msgstr "Esqueceu-se da senha?" +msgstr "Esqueceu-se?" msgid "Signing in..." msgstr "A entrar..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "A página \"%(title)s\" foi aprovada" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "A página \"%(title)s\" foi aprovada." @@ -402,56 +426,61 @@ msgstr "A página \"%(title)s\" foi aprovada." msgid "You can view the page here:" msgstr "Pode visualizar a página aqui:" -msgid "Hello" -msgstr "Olá" - -msgid "Edit your notification preferences here:" -msgstr "Edite as suas preferências de notificação aqui:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "A página \"%(title)s\" foi aprovada" #, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "A página \"%(title)s\" foi rejeitada" +msgid "Hello %(username)s," +msgstr "Olá %(username)s," + +msgid "Edit your notification preferences here:" +msgstr "Altere as suas preferências de notificação aqui:" #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "A página \"%(title)s\" foi rejeitada" msgid "You can edit the page here:" -msgstr "Pode editar a página aqui:" +msgstr "Pode alterar a página aqui:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "A página \"%(page)s\" foi enviada para moderação" +msgid "The page \"%(title)s\" has been rejected" +msgstr "A página \"%(title)s\" foi rejeitada" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." msgstr "A página \"%(page)s\" foi enviada para moderação por %(editor)s." msgid "You can preview the page here:" -msgstr "Pode pré-visualizar a página aqui:" +msgstr "Pode visualizar a página aqui:" + +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "A página \"%(page)s\" foi enviada para moderação" msgid "Page privacy" msgstr "Privacidade da página" msgid "This page has been made private by a parent page." -msgstr "Esta página foi tornada privada por uma página mãe" +msgstr "Esta página foi tornada privada por uma página-mãe" msgid "You can edit the privacy settings on:" -msgstr "Pode editar as configurações de privacidade em:" +msgstr "Pode alterar as definições de privacidade em:" msgid "Privacy changes apply to all children of this page too." msgstr "" -"As alterações de privacidade também serão aplicadas a todas as páginas " -"filhas desta página." +"As alterações de privacidade aplicam-se a todas as páginas-filha desta " +"página." msgid "Edit lock" -msgstr "Edição bloqueada" +msgstr "Alteração trancada" msgid "Locked" -msgstr "Bloqueado" +msgstr "Trancada" msgid "Unlocked" -msgstr "Desbloqueado" +msgstr "Destrancada" msgid "Privacy" msgstr "Privacidade" @@ -478,7 +507,7 @@ msgid "Delete %(title)s" msgstr "Apagar %(title)s" msgid "Are you sure you want to delete this page?" -msgstr "Tem a certeza que deseja apagar esta página?" +msgstr "Tem a certeza que quer apagar esta página?" #, python-format msgid "" @@ -496,23 +525,22 @@ msgstr[0] "" " " msgstr[1] "" "\n" -" Isto também eliminará mais %(descendant_count)s sub-" -"páginas.\n" +"Isto também irá apagar mais %(descendant_count)s páginas-filha.\n" +" \n" " " msgid "" "Alternatively you can unpublish the page. This removes the page from public " "view and you can edit or publish it again later." msgstr "" -"Em alternativa, pode despublicar a página. Assim, a página deixará de estar " -"visível publicamente, podendo você voltar a editá-la ou publicá-la mais " -"tarde." +"Em alternativa, pode despublicar a página. A página deixará de estar visível " +"publicamente, podendo voltar a alterá-la ou publicá-la mais tarde." msgid "Delete it" -msgstr "Apagá-la" +msgstr "Apagar" msgid "Unpublish it" -msgstr "Despublicá-la" +msgstr "Despublicar" #, python-format msgid "Move %(title)s" @@ -523,15 +551,15 @@ msgstr "Mover" #, python-format msgid "Are you sure you want to move this page into '%(title)s'?" -msgstr "Tem certeza que deseja mover esta página para dentro de '%(title)s'?" +msgstr "Tem certeza que quer mover esta página para dentro de '%(title)s'?" #, python-format msgid "" "Are you sure you want to move this page and all of its children into " "'%(title)s'?" msgstr "" -"Tem a certeza que deseja mover esta página e todas as suas filhas para " -"dentro de '%(title)s'?" +"Tem a certeza que quer mover esta página e todas as suas filhas para dentro " +"de '%(title)s'?" msgid "Yes, move this page" msgstr "Sim, mover esta página" @@ -544,10 +572,10 @@ msgid "Unpublish" msgstr "Despublicar" msgid "Are you sure you want to unpublish this page?" -msgstr "Tem certeza que deseja despublicar esta página?" +msgstr "Tem certeza que quer despublicar esta página?" msgid "Yes, unpublish it" -msgstr "Sim, quero despublicar" +msgstr "Sim, despublicar" msgid "Pages using" msgstr "Páginas que usam" @@ -564,7 +592,7 @@ msgstr "Copiar esta página" #, python-format msgid "New %(page_type)s" -msgstr "Adicionar %(page_type)s" +msgstr "Nova %(page_type)s" msgid "New" msgstr "Nova" @@ -584,16 +612,25 @@ msgstr "Publicar" msgid "Submit for moderation" msgstr "Enviar para moderação" +msgid "This page has unsaved changes." +msgstr "Esta página tem alterações por guardar." + #, python-format msgid "Editing %(page_type)s: %(title)s" -msgstr "A editar %(page_type)s: %(title)s" +msgstr "A alterar %(page_type)s: %(title)s" #, python-format msgid "Editing %(page_type)s %(title)s" -msgstr "A editar %(page_type)s %(title)s" +msgstr "A alterar %(page_type)s %(title)s" msgid "Page locked" -msgstr "Página bloqueada" +msgstr "Página trancada" + +msgid "Replace current draft" +msgstr "Substituir rascunho atual." + +msgid "Publish this revision" +msgstr "Publicar esta versão." #, python-format msgid "Last modified: %(last_mod)s" @@ -621,13 +658,25 @@ msgid "" " " msgstr "" "\n" -"O nível base é onde pode adicionar novos sites ao Wagtail. As Paginas " +"A raiz é o nível onde pode adicionar novos sites ao Wagtail. As páginas " "criadas não serão acessíveis através de nenhum URL até serem associadas a um " -"site." +"site.\n" +" " msgid "Configure a site now." msgstr "Configure um site agora." +msgid "" +"\n" +" If you just want to add pages to an existing " +"site, create them as children of the homepage instead.\n" +" " +msgstr "" +"\n" +"Se apenas quer adicionar páginas a um site existente, adicione-as como " +"filhas da página de entrada.\n" +" " + msgid "" "\n" " Pages created here will not be accessible at any " @@ -636,8 +685,9 @@ msgid "" " " msgstr "" "\n" -"A página criada não será acessível por nenhum URL. Para adicionar paginas a " -"um site existente, crie como pagina filho da homepage." +"Página criadas aqui não serão acessíveis por nenhum URL. Para adicionar " +"páginas a um site existente, adicione-as como filhas da página de entrada.\n" +" " msgid "" "\n" @@ -647,8 +697,9 @@ msgid "" " " msgstr "" "\n" -"Não existe nenhum registo de site para a localização. As páginas criadas não " -"serão acessíveis por nenhum URL." +"Não existe nenhum site configurado para este local. As páginas criadas aqui " +"não serão acessíveis por nenhum URL.\n" +" " msgid "" "\n" @@ -657,36 +708,37 @@ msgid "" " " msgstr "" "\n" -"Não existe nenhum registo de site para a localização. A página criada não " -"será acessível por nenhum URL." +"Não existe nenhum site registado para este local. As páginas criadas aqui " +"não serão acessíveis por nenhum URL.\n" +" " msgid "No pages have been created at this location." -msgstr "Nenhuma página foi criada para esta localização" +msgstr "Não existem páginas neste local." #, python-format msgid "Why not create one?" -msgstr "Porque não criar nova" +msgstr "Porque não criar uma" msgid "This page is locked to further editing" -msgstr "Esta página está bloqueada para edição" +msgstr "Esta página está trancada para alterações" #, python-format msgid "Explore subpages of '%(title)s'" -msgstr "Explorar sub-páginas de '%(title)s'" +msgstr "Explorar páginas-filha de '%(title)s'" msgid "Explore" msgstr "Explorar" #, python-format msgid "Explore child pages of '%(title)s'" -msgstr "Explorar as sub-páginas de '%(title)s'" +msgstr "Explorar as páginas-filha de '%(title)s'" #, python-format msgid "Add a child page to '%(title)s'" -msgstr "Adicionar página filha a %(title)s" +msgstr "Adicionar página-filha a %(title)s" msgid "Add subpage" -msgstr "Adicionar sub-página" +msgstr "Adicionar página-filha" msgid "" "This page is published but does not exist within a configured Site, so " @@ -696,7 +748,7 @@ msgstr "" "pelo que não pode ser visualizada." msgid "Add child page" -msgstr "Adicionar página filha" +msgstr "Adicionar página-filha" #, python-format msgid "" @@ -705,33 +757,50 @@ msgid "" " " msgstr "" "\n" -"Página %(page_number)s de %(num_pages)s." +"Página %(page_number)s de %(num_pages)s.\n" +" " msgid "Previous" msgstr "Anterior" msgid "Next" -msgstr "Próxima" +msgstr "Seguinte" msgid "This page is protected from public view" -msgstr "Esta página está protegida contra visualização pública" +msgstr "Esta página está protegida da visualização pública" msgid "Disable ordering of child pages" -msgstr "Desativar ordenação de páginas filhas" +msgstr "Desativar ordenação de páginas-filha" msgid "Order" msgstr "Ordem" msgid "Enable ordering of child pages" -msgstr "Ativar ordenação de páginas filhas" +msgstr "Ativar ordenação de páginas-filha" #, python-format msgid "Select a new parent page for %(title)s" -msgstr "Selecione uma nova página mãe para %(title)s" +msgstr "Selecione uma nova página-mãe para %(title)s" #, python-format msgid "Select a new parent page for %(title)s" -msgstr "Selecione uma nova página mãe para %(title)s" +msgstr "Selecione uma nova página-mãe para %(title)s" + +#, python-format +msgid "Revisions of %(title)s" +msgstr "Versões de %(title)s" + +msgid "Revisions of" +msgstr "Versões de" + +msgid "Current draft" +msgstr "Rascunho atual" + +msgid "Review this revision" +msgstr "Analisar esta versão" + +msgid "No revision of this page exist" +msgstr "Não existe nenhuma versão desta página" #, python-format msgid "" @@ -747,11 +816,12 @@ msgstr[0] "" "Existem só uma resultados correspondente" msgstr[1] "" "\n" -"Existem %(counter)s paginas correspondentes" +"Existem %(counter)s páginas correspondentes\n" +" " #, python-format msgid "Sorry, no pages match \"%(query_string)s\"" -msgstr "Desculpe, nenhuma página satisfaz \"%(query_string)s\"" +msgstr "Desculpe, nenhuma página corresponde a \"%(query_string)s\"" msgid "Enter a search term above" msgstr "Introduza um termo de pesquisa acima" @@ -759,9 +829,15 @@ msgstr "Introduza um termo de pesquisa acima" msgid "No pages use" msgstr "Nenhuma página usa" +msgid "Collection" +msgstr "Coleção" + msgid "Home" msgstr "Início" +msgid "All collections" +msgstr "Todas as coleções" + msgid "January" msgstr "Janeiro" @@ -823,10 +899,10 @@ msgstr "Sáb" msgid "Used %(useage_count)s time" msgid_plural "Used %(useage_count)s times" msgstr[0] "Usado %(useage_count)s vez" -msgstr[1] "Usado %(useage_count)s vezes" +msgstr[1] "%(useage_count)s utilizações" msgid "Edit your account" -msgstr "Editar a sua conta" +msgstr "Alterar a sua conta" msgid "Log out" msgstr "Sair" @@ -850,17 +926,17 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "O Javascript é necessário para usar o Wagtail, mas está desativado" -msgid "User bar" -msgstr "Barra de utilizador" - msgid "Go to Wagtail admin interface" msgstr "Ir para a interface de administração do Wagtail" -msgid "Add a child page" -msgstr "Adicionar página filha" +msgid "Go to Wagtail admin" +msgstr "Ir para a administração do Wagtail" -msgid "Add" -msgstr "Adicionar" +msgid "Add a child page" +msgstr "Adicionar página-filha" + +msgid "Show in Explorer" +msgstr "Mostrar no Explorador" msgid "Test" msgstr "Teste" @@ -874,6 +950,10 @@ msgstr "A sua senha foi alterada com sucesso!" msgid "Your preferences have been updated successfully!" msgstr "As suas preferências foram atualizadas com sucesso!" +#, python-brace-format +msgid "Page '{0}' created and scheduled for publishing." +msgstr "Página '{0}' criada e agendada para publicação." + #, python-brace-format msgid "Page '{0}' created and published." msgstr "Página '{0}' criada e publicada." @@ -893,22 +973,38 @@ msgid "Page '{0}' created." msgstr "Página '{0}' criada." 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" +msgstr "Esta página não pôde ser criada devido a erros de validação" #, python-brace-format -msgid "Page '{0}' published." -msgstr "Página '{0}' publicada." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "A versão de {0} da página '{1}' foi agendada para publicação." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Página '{0}' enviada para moderação." +msgid "Page '{0}' has been scheduled for publishing." +msgstr "A página '{0}' foi agendada para publicação." #, python-brace-format -msgid "Page '{0}' updated." -msgstr "Página '{0}' atualizada." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "Versão de {0} da página '{1}' foi publicada." + +#, python-brace-format +msgid "Page '{0}' has been published." +msgstr "A página '{0}' foi publicada." + +#, python-brace-format +msgid "Page '{0}' has been submitted for moderation." +msgstr "A página '{0}' foi enviada para moderação." + +#, python-brace-format +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "A página '{0}' foi substituída pela versão de {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." +msgstr "A página '{0}' foi atualizada." msgid "The page could not be saved as it is locked" -msgstr "A página não pôde ser guardada por estar bloqueada" +msgstr "A página não pôde ser guardada por estar trancada" msgid "The page could not be saved due to validation errors" msgstr "A página não pôde ser guardada devido a erros de validação" @@ -930,7 +1026,7 @@ msgstr "Página '{0}' movida." #, python-brace-format msgid "Page '{0}' and {1} subpages copied." -msgstr "Página '{0}' e {1} sub-páginas copiadas." +msgstr "Página '{0}' e {1} páginas-filha copiadas." #, python-brace-format msgid "Page '{0}' copied." @@ -940,17 +1036,31 @@ msgstr "Página '{0}' copiada." msgid "The page '{0}' is not currently awaiting moderation." msgstr "A página '{0}' não está a aguardar moderação." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Página '{0}' publicada." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Página '{0}' rejeitada para publicação." #, python-brace-format msgid "Page '{0}' is now locked." -msgstr "Página '{0}' foi bloqueada." +msgstr "A página '{0}' foi trancada." #, python-brace-format msgid "Page '{0}' is now unlocked." -msgstr "Página '{0}' foi desbloqueada." +msgstr "A página '{0}' foi destrancada." + +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "Está a visualizar uma versão anterior desta página de %s por %s" + +msgid "Pages" +msgstr "Páginas" + +msgid "Collections" +msgstr "Coleções" msgid "Choose an item" msgstr "Escolher um item" @@ -959,10 +1069,10 @@ msgid "Choose another item" msgstr "Escolher outro item" msgid "Clear choice" -msgstr "Limpar escolha" +msgstr "Limpar opção" msgid "Edit this item" -msgstr "Editar este item" +msgstr "Alterar este item" msgid "Choose another page" msgstr "Escolher outra página" diff --git a/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.mo index 0aca012c2..538016588 100644 Binary files a/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po index 1ddd4c8dd..7eaafa8f0 100644 --- a/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ro/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 22:47+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 14:17+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" "ro/)\n" @@ -425,10 +425,6 @@ msgstr "Ați uitat?" msgid "Signing in..." msgstr "În curs de conectare..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Pagina \"%(title)s\" a fost aprobată" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Pagina \"%(title)s\" a fost aprobată." @@ -436,16 +432,17 @@ msgstr "Pagina \"%(title)s\" a fost aprobată." msgid "You can view the page here:" msgstr "Puteți vedea pagina aici:" -msgid "Hello" -msgstr "Salut" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Pagina \"%(title)s\" a fost aprobată" + +#, python-format +msgid "Hello %(username)s," +msgstr "Salut %(username)s," msgid "Edit your notification preferences here:" msgstr "Editează preferințele de notificare aici:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Pagina \"%(title)s\" a fost respinsă" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Pagina \"%(title)s\" a fost respinsă." @@ -454,8 +451,8 @@ msgid "You can edit the page here:" msgstr "Puteți edita pagina aici:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Pagina \"%(page)s\" a fost trimisă pentru moderare" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Pagina \"%(title)s\" a fost respinsă" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -465,6 +462,10 @@ msgstr "" msgid "You can preview the page here:" msgstr "Puteți examina pagina aici:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Pagina \"%(page)s\" a fost trimisă pentru moderare" + msgid "Page privacy" msgstr "Confidențialitate" @@ -631,6 +632,12 @@ msgstr "Editare %(page_type)s %(title)s" msgid "Page locked" msgstr "Pagină blocată" +msgid "Replace current draft" +msgstr "Înlocuiește ciorna curentă" + +msgid "Publish this revision" +msgstr "Publică această revizie" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Ultima modificare: %(last_mod)s" @@ -781,6 +788,22 @@ msgstr "Alege o pagină de bază nouă pentru %(title)s" msgid "Select a new parent page for %(title)s" msgstr "Alege o pagină de bază nouă pentru %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Revizii pentru %(title)s" + +msgid "Revisions of" +msgstr "Revizii ale" + +msgid "Current draft" +msgstr "Ciornă curentă" + +msgid "Review this revision" +msgstr "Revezi această revizie" + +msgid "No revision of this page exist" +msgstr "Această pagină nu are nici o revizie." + #, python-format msgid "" "\n" @@ -909,17 +932,17 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "Wagtail are nevoie de JavaScript, care la moment este dezactivat." -msgid "User bar" -msgstr "Bară utilizator" - msgid "Go to Wagtail admin interface" msgstr "Spre interfața de administrare Wagtail" +msgid "Go to Wagtail admin" +msgstr "Spre interfața de administrare Wagtail" + msgid "Add a child page" msgstr "Adaugă o pagină dependentă" -msgid "Add" -msgstr "Adaugă" +msgid "Show in Explorer" +msgstr "Arată în Explorator" msgid "Test" msgstr "Test" @@ -959,19 +982,31 @@ msgid "The page could not be created due to validation errors" msgstr "Pagina nu a fost creată din cauza erorilor de validare." #, python-brace-format -msgid "Page '{0}' scheduled for publishing." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "Revizia din {0} a paginii '{1}' a fost programată pentru publicare." + +#, python-brace-format +msgid "Page '{0}' has been scheduled for publishing." msgstr "Pagina '{0}' a fost programată pentru publicare." #, python-brace-format -msgid "Page '{0}' published." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "Revizia din {0} a paginii '{1}' a fost publicată." + +#, python-brace-format +msgid "Page '{0}' has been published." msgstr "Pagina '{0}' a fost publicată." #, python-brace-format -msgid "Page '{0}' submitted for moderation." +msgid "Page '{0}' has been submitted for moderation." msgstr "Pagina '{0}' a fost trimisă pentru moderare." #, python-brace-format -msgid "Page '{0}' updated." +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Pagina '{0}' a fost schimbată cu revizia {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." msgstr "Pagina '{0}' a fost actualizată." msgid "The page could not be saved as it is locked" @@ -1007,6 +1042,10 @@ msgstr "Pagina '{0}' a fost copiată." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Pagina '{0}' nu este în moderare la moment." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Pagina '{0}' a fost publicată." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Publicare paginii '{0}' a fost refuzată." @@ -1019,6 +1058,12 @@ msgstr "Pagina '{0}' a fost blocată." msgid "Page '{0}' is now unlocked." msgstr "Pagina '{0}' is fost deblocată." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "" +"Sunteți în process de vizualizare a revizie precedente a paginii din %s de către %s" + msgid "Pages" msgstr "Pagini" diff --git a/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.mo index c85d90e97..5a51d123b 100644 Binary files a/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po index f290cacf0..f9ae4dc08 100644 --- a/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/ru/LC_MESSAGES/django.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-03 20:59+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 15:32+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" @@ -157,6 +157,11 @@ msgstr "" msgid "Expiry date/time must be in the future" msgstr "Дата/время снятия с публикации должно быть в будущем." +msgid "You cannot have multiple permission records for the same collection." +msgstr "" +"Вы не можете иметь несколько записей с правами доступа к одной и той же " +"коллекции." + msgid "Account" msgstr "Аккаунт" @@ -324,6 +329,22 @@ msgstr "Вставить ссылку" msgid "Add an external link" msgstr "Добавить внешнюю ссылку" +msgid "" +"This collection cannot be deleted, because it is not empty. It contains:" +msgstr "" +"Эта коллекция не может быть удалена, потому что она не пустая. Она содержит:" + +msgid "Name" +msgstr "Имя" + +#, python-format +msgid "" +"No collections have been created. Why not add one?" +msgstr "" +"Коллнекции еще не были созданы. Почему бы не добавить одну?" + #, python-format msgid "Add %(heading)s" msgstr "Добавить %(heading)s" @@ -435,10 +456,6 @@ msgstr "Забыли его?" msgid "Signing in..." msgstr "Выполняется вход..." -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Страница \"%(title)s\" была утверждена" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Страница \"%(title)s\" была утверждена." @@ -446,16 +463,17 @@ msgstr "Страница \"%(title)s\" была утверждена." msgid "You can view the page here:" msgstr "Вы можете посмотреть страницу здесь:" -msgid "Hello" -msgstr "Привет" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Страница \"%(title)s\" была утверждена" + +#, python-format +msgid "Hello %(username)s," +msgstr "Привет %(username)s," msgid "Edit your notification preferences here:" msgstr "Редактировать ваши настройки уведомления здесь:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Страница \"%(title)s\" была отклонена модераторами" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Страница \"%(title)s\" была отклонена модераторами." @@ -464,8 +482,8 @@ msgid "You can edit the page here:" msgstr "Вы можете редактировать страницу здесь:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Страница \"%(page)s\" была отправлена на модерацию" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Страница \"%(title)s\" была отклонена модераторами" #, python-format msgid "The page \"%(page)s\" has been submitted for moderation by %(editor)s." @@ -475,6 +493,10 @@ msgstr "" msgid "You can preview the page here:" msgstr "Вы можете предварительно просмотреть страницу здесь:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Страница \"%(page)s\" была отправлена на модерацию" + msgid "Page privacy" msgstr "Приватность страницы" @@ -644,6 +666,12 @@ msgstr "Редактирование %(page_type)s %(title)s" msgid "Page locked" msgstr "Страница заблокирована" +msgid "Replace current draft" +msgstr "Изменить черновик" + +msgid "Publish this revision" +msgstr "Опубликовать эту версию" + #, python-format msgid "Last modified: %(last_mod)s" msgstr "Последние изменения: %(last_mod)s" @@ -799,6 +827,22 @@ msgstr "Выбрать новую родительскую страницу дл msgid "Select a new parent page for %(title)s" msgstr "Выбрать новую родительскую страницу для %(title)s" +#, python-format +msgid "Revisions of %(title)s" +msgstr "Версии %(title)s" + +msgid "Revisions of" +msgstr "Версия" + +msgid "Current draft" +msgstr "Черновик" + +msgid "Review this revision" +msgstr "Ревью этой версии" + +msgid "No revision of this page exist" +msgstr "Нет других версий этой страницы" + #, python-format msgid "" "\n" @@ -833,9 +877,15 @@ msgstr "Введите критерий для поиска выше" msgid "No pages use" msgstr "Нет страниц использующих" +msgid "Collection" +msgstr "Коллекция" + msgid "Home" msgstr "Главная" +msgid "All collections" +msgstr "Все коллекции" + msgid "January" msgstr "Январь" @@ -926,17 +976,17 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "Для использования Wagtail требуется Javascript, но он сейчас отключен" -msgid "User bar" -msgstr "Панель пользователя" - msgid "Go to Wagtail admin interface" msgstr "Идти в интерфейс администрирования Wagtail" +msgid "Go to Wagtail admin" +msgstr "Идти в админ-панель Wagtail" + msgid "Add a child page" msgstr "Добавить дочернюю страницу" -msgid "Add" -msgstr "Добавить" +msgid "Show in Explorer" +msgstr "Показать Проводник" msgid "Test" msgstr "Тест" @@ -976,19 +1026,31 @@ msgid "The page could not be created due to validation errors" msgstr "Эта страница не может быть создана из-за ошибок при проверке" #, python-brace-format -msgid "Page '{0}' scheduled for publishing." +msgid "Revision from {0} of page '{1}' has been scheduled for publishing." +msgstr "Версия {0} страницы '{1}' запланирована к публикации." + +#, python-brace-format +msgid "Page '{0}' has been scheduled for publishing." msgstr "Страница '{0}' запланирована к публикации." #, python-brace-format -msgid "Page '{0}' published." +msgid "Revision from {0} of page '{1}' has been published." +msgstr "Версия {0} страницы '{1}' опубликована." + +#, python-brace-format +msgid "Page '{0}' has been published." msgstr "Страница '{0}' опубликована." #, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Страница '{0}' отправлена на модерацию." +msgid "Page '{0}' has been submitted for moderation." +msgstr "Страница '{0}' была отправлена на модерацию." #, python-brace-format -msgid "Page '{0}' updated." +msgid "Page '{0}' has been replaced with revision from {1}." +msgstr "Страница '{0}' заменена версией из {1}." + +#, python-brace-format +msgid "Page '{0}' has been updated." msgstr "Страница '{0}' обновлена." msgid "The page could not be saved as it is locked" @@ -1024,6 +1086,10 @@ msgstr "Страница '{0}' скопирована." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Страница '{0}' в настоящее время не ожидает модерации." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Страница '{0}' опубликована." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Страница '{0}' отклонена к публикации." @@ -1036,9 +1102,16 @@ msgstr "Страница '{0}' заблокирована." msgid "Page '{0}' is now unlocked." msgstr "Страница '{0}' разблокирована." +#, python-format +msgid "You are viewing a previous revision of this page from %s by %s" +msgstr "Вы смотрите предыдущую версию этой страницы %s от %s" + msgid "Pages" msgstr "Страницы" +msgid "Collections" +msgstr "Коллекции" + msgid "Choose an item" msgstr "Выбрать элемент" diff --git a/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.mo index 05a61774c..79e29f001 100644 Binary files a/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po index c3478aaaa..ae23b2e02 100644 --- a/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/sk_SK/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" "language/sk_SK/)\n" @@ -319,22 +319,19 @@ msgstr "Zabudli ste heslo?" msgid "You can view the page here:" msgstr "Tu môžete vidieť stránku" -msgid "Hello" -msgstr "Ahoj" - msgid "Edit your notification preferences here:" msgstr "Tu upravte vaše notifikáčné nastavenia:" msgid "You can edit the page here:" msgstr "Tu môžete upraviť stránku:" +msgid "You can preview the page here:" +msgstr "Tu môžete vidieť stránku:" + #, python-format msgid "The page \"%(page)s\" has been submitted for moderation" msgstr "Stránka \"%(page)s\" bola odoslaná na moderáciu" -msgid "You can preview the page here:" -msgstr "Tu môžete vidieť stránku:" - msgid "Page privacy" msgstr "Nastavenie súkromia stránky" @@ -580,9 +577,6 @@ msgstr "" msgid "Go to Wagtail admin interface" msgstr "Pokračovať do administrátorskej časti" -msgid "Add" -msgstr "Pridať" - msgid "Sorry, you do not have permission to access this area." msgstr "Prepáčte, ale na prístup k tejto časti nemáte oprávnenia" @@ -613,18 +607,6 @@ msgstr "Stránka '{0}' bola vytvorená." msgid "The page could not be created due to validation errors" msgstr "Táto stránka nemôže byť vytvorená, kvôli validačným chybám." -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Stránka '{0}' bola publikovaná." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Stránka '{0}' bola odoslaná na moderáciu." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Stránka '{0}' bola aktualizovaná." - msgid "The page could not be saved as it is locked" msgstr "Stránka nemohla byť uložená, pretože je momentálne uzamknutá." @@ -654,6 +636,10 @@ msgstr "Stránka '{0}' bola skopírovaná." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Stránka '{0}' momentálne čaká na moderáciu" +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Stránka '{0}' bola publikovaná." + #, python-brace-format msgid "Page '{0}' is now locked." msgstr "Stránka '{0}' bola uzamknutá." diff --git a/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.mo index 9084d6b81..8943d4f4f 100644 Binary files a/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po index b68a29b19..7c62299ef 100644 --- a/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/sv/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" "sv/)\n" @@ -377,10 +377,6 @@ msgstr "Logga in till Wagtail" msgid "Forgotten it?" msgstr "Glömt det?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "Sidan \"%(title)s\" har blivit godkänd" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "Sidan \"%(title)s\" har blivit godkänd." @@ -388,13 +384,13 @@ msgstr "Sidan \"%(title)s\" har blivit godkänd." msgid "You can view the page here:" msgstr "Du kan se sidan här:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "Sidan \"%(title)s\" har blivit godkänd" + msgid "Edit your notification preferences here:" msgstr "Editera dina notisinställningar här:" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "Sidan \"%(title)s\" har blivit avvisad" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "Sidan \"%(title)s\" har blivit avvisad." @@ -403,12 +399,16 @@ msgid "You can edit the page here:" msgstr "Du kan editera sidan här:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "Sidan \"%(page)s\" har lämnats in för moderering" +msgid "The page \"%(title)s\" has been rejected" +msgstr "Sidan \"%(title)s\" har blivit avvisad" msgid "You can preview the page here:" msgstr "Du kan förhandsgranska sidan här:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "Sidan \"%(page)s\" har lämnats in för moderering" + msgid "Page privacy" msgstr "Sidsekretess" @@ -779,18 +779,12 @@ msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "" "Javascript krävs för att använda Wagtail, men är för tillfället inaktiverat" -msgid "User bar" -msgstr "Användarpanel" - msgid "Go to Wagtail admin interface" msgstr "Gå till Wagtail admingränssnitt" msgid "Add a child page" msgstr "Lägg till en undersida" -msgid "Add" -msgstr "Lägg till" - msgid "Sorry, you do not have permission to access this area." msgstr "Ledsen, du har inte rättigheter att tillträda detta område." @@ -821,18 +815,6 @@ msgstr "Sida '{0}' skapad." msgid "The page could not be created due to validation errors" msgstr "Sidan kunde ej bli skapad p.g.a. valideringsfel" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "Sida '{0}' publicerad." - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "Sida '{0}' inlämnad för moderering." - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "Sida '{0}' uppdaterad." - msgid "The page could not be saved as it is locked" msgstr "Sidan kunde inte sparas eftersom den är låst" @@ -866,6 +848,10 @@ msgstr "Sida '{0}' kopierad." msgid "The page '{0}' is not currently awaiting moderation." msgstr "Sidan '{0}' väntar för närvarande inte på moderering." +#, python-brace-format +msgid "Page '{0}' published." +msgstr "Sida '{0}' publicerad." + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "Sida '{0}' avvisad för publicering." diff --git a/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.mo index a204d39f1..f6f6f2f35 100644 Binary files a/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.po index d153abf19..3abae9de0 100644 --- a/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/tr/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" "tr/)\n" @@ -362,9 +362,6 @@ msgstr "Wagtail yönetici arayüzü" msgid "Add a child page" msgstr "Alt sayfa ekle" -msgid "Add" -msgstr "Ekle" - msgid "Test" msgstr "Test" diff --git a/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.mo index 3f0ad95d2..6427fa76a 100644 Binary files a/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po index 060830a26..0ff896271 100644 --- a/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/tr_TR/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" "language/tr_TR/)\n" @@ -253,15 +253,9 @@ msgstr "Hesabınız düzeltiliyor" msgid "Other searches" msgstr "Başka aramalar" -msgid "User bar" -msgstr "Kullanıcı çubuğu" - msgid "Add a child page" msgstr "Alt sayfa ekle" -msgid "Add" -msgstr "Ekle" - #, python-brace-format msgid "Page '{0}' deleted." msgstr "Sayfa '{0}' silindi." diff --git a/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.mo index 997c37164..fbccb1341 100644 Binary files a/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po index 3a95e5690..30c8525cd 100644 --- a/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/uk/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" "uk/)\n" diff --git a/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.mo index 8868c33bc..c06433b5b 100644 Binary files a/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po index b7488af46..57bf0f0bb 100644 --- a/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/zh/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" "zh/)\n" @@ -205,10 +205,6 @@ msgstr "登录Wagtail" msgid "Forgotten it?" msgstr "忘记了?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "这个页面 \"%(title)s\" 已经被通过" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "这个页面 \"%(title)s\" 已经被通过" @@ -217,8 +213,8 @@ msgid "You can view the page here:" msgstr "你可以在此查看这个页面" #, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "这个页面 \"%(title)s\" 已经被拒绝" +msgid "The page \"%(title)s\" has been approved" +msgstr "这个页面 \"%(title)s\" 已经被通过" #, python-format msgid "The page \"%(title)s\" has been rejected." @@ -228,12 +224,16 @@ msgid "You can edit the page here:" msgstr "你可以在此编辑这个页面:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "这个页面 \"%(page)s\" 已经提交审核" +msgid "The page \"%(title)s\" has been rejected" +msgstr "这个页面 \"%(title)s\" 已经被拒绝" msgid "You can preview the page here:" msgstr "你可以在此预览这页:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "这个页面 \"%(page)s\" 已经提交审核" + #, python-format msgid "Create a page in %(title)s" msgstr "以 %(title)s 为题创建一个页面" @@ -449,18 +449,6 @@ msgstr "您的密码已经更改成功。" msgid "Page '{0}' created." msgstr "第 '{0}' 页已创建。" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "第 '{0}' 页已发布。" - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "第 '{0}' 页已提交审核。" - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "第 '{0}' 页已更新" - msgid "The page could not be saved due to validation errors" msgstr "这页无法保存,因为页面发生验证错误" @@ -483,6 +471,10 @@ msgstr "第 '{0}' 页已移动。" msgid "The page '{0}' is not currently awaiting moderation." msgstr "第 '{0}' 页当前不需要等待审核。" +#, python-brace-format +msgid "Page '{0}' published." +msgstr "第 '{0}' 页已发布。" + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "第 '{0}' 页已被拒绝发布。" diff --git a/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.mo index eb6d2ce7d..205dc7b96 100644 Binary files a/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po index 7c9f03aa9..c3a5fe7fb 100644 --- a/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailadmin/locale/zh_CN/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:51+0000\n" -"PO-Revision-Date: 2016-03-01 18:55+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 13:58+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" "language/zh_CN/)\n" @@ -359,10 +359,6 @@ msgstr "登录Wagtail" msgid "Forgotten it?" msgstr "不记得了?" -#, python-format -msgid "The page \"%(title)s\" has been approved" -msgstr "页面\"%(title)s\"已批准" - #, python-format msgid "The page \"%(title)s\" has been approved." msgstr "页面\"%(title)s\"已批准。" @@ -370,13 +366,13 @@ msgstr "页面\"%(title)s\"已批准。" msgid "You can view the page here:" msgstr "在这里查看页面:" +#, python-format +msgid "The page \"%(title)s\" has been approved" +msgstr "页面\"%(title)s\"已批准" + msgid "Edit your notification preferences here:" msgstr "在此编辑通知选择" -#, python-format -msgid "The page \"%(title)s\" has been rejected" -msgstr "页面\"%(title)s\"被驳回" - #, python-format msgid "The page \"%(title)s\" has been rejected." msgstr "页面\"%(title)s\"被驳回。" @@ -385,12 +381,16 @@ msgid "You can edit the page here:" msgstr "你可以在此编辑页面:" #, python-format -msgid "The page \"%(page)s\" has been submitted for moderation" -msgstr "页面\"%(page)s\"已提交审核" +msgid "The page \"%(title)s\" has been rejected" +msgstr "页面\"%(title)s\"被驳回" msgid "You can preview the page here:" msgstr "可以在此预览页面:" +#, python-format +msgid "The page \"%(page)s\" has been submitted for moderation" +msgstr "页面\"%(page)s\"已提交审核" + msgid "Page privacy" msgstr "页面保护" @@ -740,18 +740,12 @@ msgstr "" msgid "Javascript is required to use Wagtail, but it is currently disabled" msgstr "Wagtail需要启用Javascript,但Javascript当前被禁用" -msgid "User bar" -msgstr "用户栏" - msgid "Go to Wagtail admin interface" msgstr "转到管理界面" msgid "Add a child page" msgstr "添加子页面" -msgid "Add" -msgstr "新增" - msgid "Sorry, you do not have permission to access this area." msgstr "对不起, 你没有权限访问。" @@ -782,18 +776,6 @@ msgstr "页面'{0}'已创建" msgid "The page could not be created due to validation errors" msgstr "验证错误,页面无法创建。" -#, python-brace-format -msgid "Page '{0}' published." -msgstr "页面'{0}'已发布" - -#, python-brace-format -msgid "Page '{0}' submitted for moderation." -msgstr "页面'{0}'已提交审核" - -#, python-brace-format -msgid "Page '{0}' updated." -msgstr "页面 '{0}'已更新" - msgid "The page could not be saved as it is locked" msgstr "页面无法保存,已被锁定。" @@ -827,6 +809,10 @@ msgstr "页面'{0}'已复制。" msgid "The page '{0}' is not currently awaiting moderation." msgstr "页面 '{0}'目前不在等待审核。" +#, python-brace-format +msgid "Page '{0}' published." +msgstr "页面'{0}'已发布" + #, python-brace-format msgid "Page '{0}' rejected for publication." msgstr "页面 '{0}'审核失败" diff --git a/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.mo index 006257d11..8a713d3d6 100644 Binary files a/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.po index ffa01517c..5cd521c20 100644 --- a/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.mo index 13f028837..6ffc094ef 100644 Binary files a/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/bg/LC_MESSAGES/django.po index 8fec72e5c..e55e3a331 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.mo index ae04801e0..f30805f59 100644 Binary files a/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ca/LC_MESSAGES/django.po index 576c83d59..14efcbe80 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.mo index 61c9efa72..807702a9c 100644 Binary files a/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po index 93861abdc..1da682b5b 100644 --- a/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.mo index ffe5b9fe7..694f89112 100644 Binary files a/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po index de14f2c2c..7b9e0cb74 100644 --- a/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/de/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:14+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.mo index 7129b9b15..0dd525810 100644 Binary files a/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po index 5b0d4cb76..cc240366e 100644 --- a/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/el/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.mo index 98e1ba528..1843ef3ea 100644 Binary files a/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po index 7238ec56a..4bfca102a 100644 --- a/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/es/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ # Translators: # fooflare , 2014 # fooflare , 2014 -# chimeno , 2015 +# chimeno , 2015-2016 # fooflare , 2014 # Joaquín Tita , 2014 # José Alaguna , 2015-2016 @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 21:46+0000\n" -"Last-Translator: José Alaguna \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 02:02+0000\n" +"Last-Translator: chimeno \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -46,7 +46,7 @@ msgid "site name" msgstr "nombre del sitio" msgid "Human-readable name for the site." -msgstr "Nombre del sitio legíble para usuarios" +msgstr "Nombre del sitio legible para usuarios" msgid "root page" msgstr "página raíz" @@ -117,7 +117,7 @@ msgstr "" "superior de la ventana del navegador." msgid "show in menus" -msgstr "monstrar en menús" +msgstr "mostrar en menús" msgid "" "Whether a link to this page will appear in automatically generated menus" @@ -133,10 +133,10 @@ msgid "Please add a date-time in the form YYYY-MM-DD hh:mm." msgstr "Por favor añada una fecha-hora con el formato YYYY-MM-DD hh:mm:ss." msgid "expiry date/time" -msgstr "fecha/hora de experiación" +msgstr "fecha/hora de expiración" msgid "expired" -msgstr "Expiró" +msgstr "expiró" msgid "locked" msgstr "bloqueado" diff --git a/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.mo index e4d82c23a..aa1cd6b5b 100644 Binary files a/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.po index 32c25235d..065b4d718 100644 --- a/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.mo index db37e53a8..f2e7bfec2 100644 Binary files a/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po index ef9313b58..43065b8c0 100644 --- a/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.mo index b680f84ea..a95805afe 100644 Binary files a/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/gl/LC_MESSAGES/django.po index 40a430bd2..cad0507c7 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.mo index e54cd0e53..37d157ae1 100644 Binary files a/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.po index 9d868358e..69da43dc9 100644 --- a/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.mo index 0bd078391..537bca253 100644 Binary files a/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.po index b5c6b8299..232202504 100644 --- a/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.mo index b9fbe939b..405db356d 100644 Binary files a/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.po index 4cc9dec76..13e2f2aed 100644 --- a/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.mo index a1f96807c..77f71fbec 100644 Binary files a/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po index dfe976bb1..c9b594f38 100644 --- a/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/it/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ # # Translators: # Alessio Di Stasio , 2015 +# Edd Baldry , 2016 # Giacomo Ghizzani , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 18:57+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 21:29+0000\n" +"Last-Translator: Edd Baldry \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -111,6 +112,10 @@ msgstr "" msgid "show in menus" msgstr "mostra nel menu" +msgid "" +"Whether a link to this page will appear in automatically generated menus" +msgstr "Se un link a questa pagina apparirà nei menu generati automaticamente" + msgid "search description" msgstr "descrizione della ricerca" @@ -135,6 +140,9 @@ msgstr "primo pubblicato a" msgid "latest revision created at" msgstr "ultima revisione creata alle" +msgid "This slug is already in use" +msgstr "Questo slug è gia in uso" + msgid "scheduled" msgstr "schedulato" @@ -174,15 +182,27 @@ msgstr "revisione pagina" msgid "page revisions" msgstr "revisioni pagina" +msgid "Add" +msgstr "Aggiungi" + msgid "Add/edit pages you own" msgstr "Aggiungi/modifica pagine di tua proprietà" +msgid "Edit" +msgstr "Modifica" + msgid "Edit any page" msgstr "Modificare qualche pagina" +msgid "Publish" +msgstr "Pubblica" + msgid "Publish any page" msgstr "Pubblica ogni pagina" +msgid "Lock" +msgstr "Blocca" + msgid "Lock/unlock any page" msgstr "Blocca/sblocca ogni pagina" @@ -206,3 +226,18 @@ msgstr "restrizione per la visualizzazione della pagina" msgid "page view restrictions" msgstr "restrizioni per la visualizzazione della pagina" + +msgid "name" +msgstr "nome" + +msgid "collection" +msgstr "collezione" + +msgid "collections" +msgstr "collezioni" + +msgid "permission" +msgstr "permesso" + +msgid "group collection permission" +msgstr "permesso della collezione del gruppo" diff --git a/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.mo index 19b100af6..107c8f85a 100644 Binary files a/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po index 336ed09f8..86b3a031d 100644 --- a/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ja/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.mo index 8956c9ffc..9acd039b1 100644 Binary files a/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.po index ca5c08e21..356a02741 100644 --- a/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.mo index 86551b473..336309f03 100644 Binary files a/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.po index 5e203c033..d29331355 100644 --- a/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/ko/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.mo index c9bc7c9f7..fd3887cb6 100644 Binary files a/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.po index 0fcfe7488..6a135535b 100644 --- a/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.mo index 868201129..9eaa8cee0 100644 Binary files a/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.po index 50498ebd5..8c3b09379 100644 --- a/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.mo index 90d70b923..c22723b7d 100644 Binary files a/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po index 0b553f198..04a30cf6e 100644 --- a/wagtail/wagtailcore/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.mo index 0989d083d..cc81dad72 100644 Binary files a/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po index c963c87fc..a5943b947 100644 --- a/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:08+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.mo index b7b70dab1..f11702156 100644 Binary files a/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po index c4c8ddd7f..fe5ecc5a8 100644 --- a/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 23:00+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.mo index c5fbcaf7a..e957a93c2 100644 Binary files a/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po index 218d42048..89dc3224c 100644 --- a/wagtail/wagtailcore/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.mo index 1e111be52..4e9a2e224 100644 Binary files a/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po index fb06b0fd2..a63f3cbe6 100644 --- a/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/pt_PT/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Jose Lourenco , 2014-2015 # Manuela Silva , 2015 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 18:57+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 21:27+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -21,16 +21,34 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "hostname" +msgstr "nome do servidor" + +msgid "port" +msgstr "porta" + 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 "" -"Defina isto para um valor diferente de 80 se precisar que apareça um número " -"de porta específico nos URLs (exemplo, desenvolvimento na porta 8000). Não " -"afeta o tratamento do pedido (assim o reencaminhamento da porta continua a " +"Defina um valor diferente de 80 se precisar que apareça um número de porta " +"específico nos URLs (por exemplo, desenvolvimento na porta 8000). Não afeta " +"o tratamento do pedido (assim o reencaminhamento da porta continua a " "funcionar)." +msgid "site name" +msgstr "nome do site" + +msgid "Human-readable name for the site." +msgstr "Nome legível para o site." + +msgid "root page" +msgstr "página raiz" + +msgid "is default site" +msgstr "é o site pré-definido" + msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" @@ -49,31 +67,52 @@ msgid "" "%(hostname)s is already configured as the default site. You must unset that " "before you can save this site as default." msgstr "" -"O %(hostname)s já está configurado como site pré-definido. Tem de alterar " +"O %(hostname)s já está configurado como site pré-definido. Tem de remover " "essa configuração antes de poder guardar este site como pré-definido." +msgid "title" +msgstr "título" + 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" +msgid "slug" +msgstr "\"slug\"" + msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog/" "[my-slug]/" msgstr "" -"O nome da página tal como irá aparecer nos URLs, exemplo, http://domain.com/" -"blog/[my-slug]/" +"O nome da página tal como irá aparecer nos URLs, por exemplo http://domain." +"com/blog/[my-slug]/" + +msgid "content type" +msgstr "tipo de conteúdo" msgid "live" -msgstr "publicado" +msgstr "publicada" + +msgid "has unpublished changes" +msgstr "tem alterações por publicar" msgid "URL path" msgstr "Caminho do URL" +msgid "owner" +msgstr "dono" + +msgid "page title" +msgstr "título da página" + msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the " "browser window." msgstr "" -"Opcional. Título otimizado para motores de busca. Irá aparecer no topo da " -"janela do navegador." +"Opcional. Título \"Otimizado para Motores de Busca\". Irá aparecer no topo " +"da janela do navegador." + +msgid "show in menus" +msgstr "mostrar nos menus" msgid "" "Whether a link to this page will appear in automatically generated menus" @@ -81,12 +120,33 @@ msgstr "" "Determina se um link para esta página irá aparecer nos menus gerados " "automaticamente" +msgid "search description" +msgstr "descrição de pesquisa" + +msgid "go live date/time" +msgstr "publicar em data/hora" + msgid "Please add a date-time in the form YYYY-MM-DD hh:mm." msgstr "Por favor adicione uma data-hora no formato YYYY-MM-DD hh:mm." +msgid "expiry date/time" +msgstr "data/hora final" + msgid "expired" msgstr "expirado" +msgid "locked" +msgstr "trancado" + +msgid "first published at" +msgstr "primeira publicação em" + +msgid "latest revision created at" +msgstr "última versão criada em" + +msgid "This slug is already in use" +msgstr "Este “slug” já está a ser utilizado" + msgid "scheduled" msgstr "agendado" @@ -94,16 +154,94 @@ msgid "draft" msgstr "rascunho" msgid "live + draft" -msgstr "publicado + rascunho" +msgstr "publicada + rascunho" msgid "Default" msgstr "Pré-definido" +msgid "page" +msgstr "página" + +msgid "pages" +msgstr "páginas" + +msgid "submitted for moderation" +msgstr "enviada para moderação" + +msgid "created at" +msgstr "criado em" + +msgid "user" +msgstr "utilizador" + +msgid "content JSON" +msgstr "conteúdo JSON" + +msgid "approved go live at" +msgstr "aprovado para publicação em" + +msgid "page revision" +msgstr "versão da página" + +msgid "page revisions" +msgstr "versões de página" + +msgid "Add" +msgstr "Adicionar" + msgid "Add/edit pages you own" msgstr "Crie/altere as suas páginas" +msgid "Edit" +msgstr "Alterar" + +msgid "Edit any page" +msgstr "Alterar qualquer página" + +msgid "Publish" +msgstr "Publicar" + msgid "Publish any page" msgstr "Publicar qualquer página" +msgid "Lock" +msgstr "Trancar" + msgid "Lock/unlock any page" -msgstr "Bloquear/desbloquear qualquer página" +msgstr "Trancar/destrancar qualquer página" + +msgid "group" +msgstr "grupo" + +msgid "permission type" +msgstr "tipo de permissão" + +msgid "group page permission" +msgstr "permissão de página de grupo" + +msgid "group page permissions" +msgstr "permissões de página de grupo" + +msgid "password" +msgstr "senha" + +msgid "page view restriction" +msgstr "restrição de visualização de página" + +msgid "page view restrictions" +msgstr "restrições de visualização de página" + +msgid "name" +msgstr "nome" + +msgid "collection" +msgstr "coleção" + +msgid "collections" +msgstr "coleções" + +msgid "permission" +msgstr "permissão" + +msgid "group collection permission" +msgstr "permissão de coleção de grupo" diff --git a/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.mo index e267c96dc..834ccd9b3 100644 Binary files a/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ro/LC_MESSAGES/django.po index f6f0307df..27cd9a2db 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:24+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.mo index 680ee0e12..93877cbb4 100644 Binary files a/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po index 81a3d73ce..878781f6b 100644 --- a/wagtail/wagtailcore/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-03 20:57+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.mo index 056eb5911..061bedcad 100644 Binary files a/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po index 8a589694b..9be125924 100644 --- a/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.mo index 36afa8302..e68fbd5e3 100644 Binary files a/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po index bad6ea327..b5a4adbba 100644 --- a/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.mo index 6b4b3df8a..e112eb9af 100644 Binary files a/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/sv_SE/LC_MESSAGES/django.po index 008479680..8e1f14627 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.mo index 009f19435..89b961879 100644 Binary files a/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.po index e6630b267..ce402cc78 100644 --- a/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.mo index dcb6043f7..4fe471fb3 100644 Binary files a/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po index 0bc3c63bd..3394f8ab9 100644 --- a/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.mo index 247813d5c..2ece783c7 100644 Binary files a/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po index 5a01c727d..cf27450e8 100644 --- a/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.mo index b6765c4a1..55b9fa487 100644 Binary files a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po index 6c9058ae4..1e50be2cd 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.mo index 51f491a30..bd5fdf5fb 100644 Binary files a/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po index 0ab6acd28..7e8e65b72 100644 --- a/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:57+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.mo index 201393836..67e820adb 100644 Binary files a/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.po index 61a1ac7f1..6374bf000 100644 --- a/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.mo index 8e5a6911b..f14944e45 100644 Binary files a/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/bg/LC_MESSAGES/django.po index acf78be59..5b35b5b25 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.mo index e565ddc47..c1759919e 100644 Binary files a/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ca/LC_MESSAGES/django.po index 15596ab9a..f7f869e0a 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.mo index a6177fd43..fe3905a77 100644 Binary files a/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po index dcb8d839f..4acdb39da 100644 --- a/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.mo index 637b538fc..95e320693 100644 Binary files a/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po index d10974587..3459b98a3 100644 --- a/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/de/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.mo index 8ed9bad83..4db026652 100644 Binary files a/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po index 32c935300..2a8380d23 100644 --- a/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/el/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.mo index 5574b3a8b..2f27fbe2a 100644 Binary files a/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po index c5659c2fe..22974e43f 100644 --- a/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/es/LC_MESSAGES/django.po @@ -5,6 +5,7 @@ # Translators: # fooflare , 2014 # fooflare , 2014 +# chimeno , 2016 # fooflare , 2014 # Joaquín Tita , 2014 # José Alaguna , 2015-2016 @@ -13,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 22:01+0000\n" -"Last-Translator: José Alaguna \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 01:52+0000\n" +"Last-Translator: chimeno \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -40,7 +41,7 @@ msgid "title" msgstr "Título" msgid "file" -msgstr "Archivo" +msgstr "archivo" msgid "created at" msgstr "creado el" diff --git a/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.mo index 668bc5c47..75a221108 100644 Binary files a/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.po index e001e6b75..d8439bdb0 100644 --- a/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/fi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.mo index d7ca76b04..7c8606522 100644 Binary files a/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po index 8a63d11e9..cc1477679 100644 --- a/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.mo index 192355be4..ed31ce38d 100644 Binary files a/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po index ffae8b16c..88aeed2f1 100644 --- a/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.mo index dd9580547..0f06479c9 100644 Binary files a/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.po index 63b31dfe9..2a3abceb2 100644 --- a/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.mo index ccd0a16b9..24d9165b3 100644 Binary files a/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.po index 4731a619e..0967b2a3f 100644 --- a/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.mo index 2ecec06b6..24174450e 100644 Binary files a/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.po index 7baa9979c..0c03e6584 100644 --- a/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.mo index bbc8e64d7..80eef007c 100644 Binary files a/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.po index 03cea9a88..cdd9107db 100644 --- a/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.mo index e29b1073b..4a5c527fd 100644 Binary files a/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po index df26dd5d3..e511f18ef 100644 --- a/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/it/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 18:59+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 09:59+0000\n" +"Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -19,9 +19,18 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Add" +msgstr "Aggiungi" + +msgid "Add/edit documents you own" +msgstr "Aggiungi/modifica documenti di tua proprietà " + msgid "Edit" msgstr "Modifica" +msgid "Edit any document" +msgstr "Modifica un documento" + msgid "title" msgstr "titolo" @@ -179,6 +188,35 @@ msgstr[1] "" " %(total)s Documenti\n" " " +msgid "Add documents" +msgstr "Aggiungi documenti" + +msgid "Drag and drop documents into this area to upload immediately." +msgstr "" +"Drag and drop di documenti dentro quest'area per fare l'upload " +"immediatamente." + +msgid "Or choose from your computer" +msgstr "Oppure sceglilo dal tuo computer" + +msgid "Add to collection:" +msgstr "Aggiungi alla collezione:" + +msgid "" +"Upload successful. Please update this documents with a more appropriate " +"title, if necessary. You may also delete the document completely if the " +"upload wasn't required." +msgstr "" +"Caricamento eseguito con successo. Aggiorna questo documento con un titolo " +"più appropriato, se necessario. Puoi anche eliminare completamente il " +"documento se il caricamento non è stato richiesto." + +msgid "Sorry, upload failed." +msgstr "Spiacente, caricamento fallito." + +msgid "Update" +msgstr "Aggiorna" + msgid "Delete" msgstr "Elimina" @@ -204,6 +242,12 @@ msgstr "File non trovato. Prova a cambiare l'origine o elimina il documento." msgid "Document '{0}' deleted." msgstr "Documento '{0}' eliminato." +#, python-format +msgid "%(count)s document" +msgid_plural "%(count)s documents" +msgstr[0] "%(count)s documento" +msgstr[1] "%(count)s documenti" + msgid "Choose another document" msgstr "Scegli un'altro documento" diff --git a/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.mo index 0209a507a..f6ab525ec 100644 Binary files a/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po index a4fed84d0..994ba558f 100644 --- a/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.mo index 3a5c1e2fd..13526b7cd 100644 Binary files a/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.po index a4d5f7989..17ac8f50f 100644 --- a/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.mo index 425844eb8..02712b811 100644 Binary files a/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.po index 57d38a690..e800cb352 100644 --- a/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.mo index e99178b65..89df10332 100644 Binary files a/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.po index f1c7f10ca..90a56d2a7 100644 --- a/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.mo index 345da9150..2e3186810 100644 Binary files a/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.po index 286146964..4bf9d0d60 100644 --- a/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.mo index bcd017f64..81d3aefaa 100644 Binary files a/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po index dcdf58ac5..c186a23c9 100644 --- a/wagtail/wagtaildocs/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.mo index 791e37f5d..b1a7ed15d 100644 Binary files a/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po index 0c2b4edab..89c589998 100644 --- a/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.mo index 4a39ca6b2..e24746171 100644 Binary files a/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po index 1d4b02df6..d59ad0a02 100644 --- a/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:59+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.mo index 7c7066577..47f92357b 100644 Binary files a/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po index e47813669..c12e051c8 100644 --- a/wagtail/wagtaildocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.mo index 15ea309fe..cd9d6b4de 100644 Binary files a/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po index 280ca05df..0c58d771e 100644 --- a/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/pt_PT/LC_MESSAGES/django.po @@ -6,14 +6,14 @@ # Jose Lourenco , 2015 # Manuela Silva , 2015 # Thiago Cangussu , 2014 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 18:59+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 22:00+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -22,8 +22,35 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Add" +msgstr "Adicionar" + +msgid "Add/edit documents you own" +msgstr "Crie/altere os seus documentos" + msgid "Edit" -msgstr "Editar" +msgstr "Alterar" + +msgid "Edit any document" +msgstr "Alterar qualquer documento" + +msgid "title" +msgstr "título" + +msgid "file" +msgstr "ficheiro" + +msgid "created at" +msgstr "criado em" + +msgid "uploaded by user" +msgstr "carregado pelo utilizador" + +msgid "tags" +msgstr "palavras-chave" + +msgid "document" +msgstr "documento" msgid "Choose a document" msgstr "Escolher um documento" @@ -34,6 +61,15 @@ msgstr "Pesquisar" msgid "Upload" msgstr "Carregar" +msgid "Uploading..." +msgstr "A carregar..." + +msgid "Server Error" +msgstr "Erro no Servidor" + +msgid "Report this error to your webmaster with the following information:" +msgstr "Comunique este erro ao seu webmaster com a seguinte informação:" + #, python-format msgid "" "\n" @@ -83,10 +119,10 @@ msgstr "Sim, apagar" #, python-format msgid "Editing %(title)s" -msgstr "A editar %(title)s" +msgstr "A alterar %(title)s" msgid "Editing" -msgstr "A editar" +msgstr "A alterar" msgid "Save" msgstr "Guardar" @@ -109,6 +145,14 @@ msgstr "Ficheiro" msgid "Uploaded" msgstr "Carregado" +#, python-format +msgid "" +"You haven't uploaded any documents in this collection. Why not upload one now?" +msgstr "" +"Ainda não carregou nenhum documento nesta coleção. Porque não carregar um agora?" + #, python-format msgid "" "You haven't uploaded any documents. Why not %(total)s Documento" msgstr[1] "" "\n" -"%(total)s Documentos" +"%(total)s Documentos\n" +" " + +msgid "Add multiple documents" +msgstr "Adicionar múltiplos documentos" + +msgid "Add documents" +msgstr "Adicionar documentos" + +msgid "Drag and drop documents into this area to upload immediately." +msgstr "Arraste e largue documentos nesta área para carregar imediatamente." + +msgid "Or choose from your computer" +msgstr "Ou escolha no seu computador" + +msgid "Add to collection:" +msgstr "Adicionar a coleção:" + +msgid "" +"Upload successful. Please update this documents with a more appropriate " +"title, if necessary. You may also delete the document completely if the " +"upload wasn't required." +msgstr "" +"Carregado com sucesso. Por favor atualize este documento com um título mais " +"apropriado, se necessário. Também pode eliminar completamente o documento se " +"não o pretendia carregar." + +msgid "Sorry, upload failed." +msgstr "Desculpe, o carregamento falhou." + +msgid "Update" +msgstr "Atualizar" msgid "Delete" msgstr "Apagar" +msgid "Document permissions" +msgstr "Permissões de documento" + +msgid "Add a document permission" +msgstr "Adicionar uma permissão de documento" + msgid "Search documents" msgstr "Pesquisar documentos" @@ -172,14 +253,20 @@ msgstr "Documento '{0}' atualizado" msgid "" "The file could not be found. Please change the source or delete the document" msgstr "" -"O ficheiro não foi encontrado. Por favor altere a fonte ou apague o documento" +"O ficheiro não foi encontrado. Por favor mude a fonte ou apague o documento" #, python-brace-format msgid "Document '{0}' deleted." msgstr "Documento '{0}' apagado." +#, python-format +msgid "%(count)s document" +msgid_plural "%(count)s documents" +msgstr[0] "%(count)s documento" +msgstr[1] "%(count)s documentos" + msgid "Choose another document" msgstr "Escolher outro documento" msgid "Edit this document" -msgstr "Editar este documento" +msgstr "Alterar este documento" diff --git a/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.mo index 69256951d..4eee4734b 100644 Binary files a/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ro/LC_MESSAGES/django.po index ca4e790fc..e6710ea7d 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:32+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.mo index 40d8c1433..885e910d7 100644 Binary files a/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po index ebd043a0a..d45537a9c 100644 --- a/wagtail/wagtaildocs/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-03 20:58+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.mo index 970331d7b..3b8db1925 100644 Binary files a/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po index 745a7b72f..aac12c68b 100644 --- a/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.mo index 3ae1d4c2e..5a7d45c72 100644 Binary files a/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/sv/LC_MESSAGES/django.po index d35dd92f9..76e7168fd 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.mo index 9d22721c6..75ca931f2 100644 Binary files a/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.po index 5886cd2ee..728b351ee 100644 --- a/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.mo index 2c10ee245..150238fef 100644 Binary files a/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po index 30e5cfe11..7f6299065 100644 --- a/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtaildocs/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.mo index 3dbd51181..2c2f1ef6e 100644 Binary files a/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/zh/LC_MESSAGES/django.po index c26f2b54d..153528059 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.mo index 42d77fc0b..cf3a52d8c 100644 Binary files a/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtaildocs/locale/zh_CN/LC_MESSAGES/django.po index f18dcf3c4..859dc45a0 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 18:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.mo index 61001b91a..8c7b7fe3c 100644 Binary files a/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.po index 6f1984efe..d24c0bee3 100644 --- a/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:44+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.mo index d23938176..e52e13e47 100644 Binary files a/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po index 657dc628b..adaf1ca4c 100644 --- a/wagtail/wagtailembeds/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.mo index e6e041a88..db5f413a2 100644 Binary files a/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po index 83c19347b..43667be68 100644 --- a/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:50+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.mo index 9b2274e36..63050ba3c 100644 Binary files a/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po index 6fcadbab1..2fba336c3 100644 --- a/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.mo index 83ec9fab4..dfa567ba8 100644 Binary files a/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po index 72dc5287b..e1cf0b7ce 100644 --- a/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/de/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 17:52+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.mo index 57055c8f9..cf2fdd526 100644 Binary files a/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po index 4d50a709f..caeb21889 100644 --- a/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/el/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.mo index f941eb435..3cffe0b55 100644 Binary files a/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po index 1f78c0d8e..e5304b1ac 100644 --- a/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-19 04:40+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.mo index a33e6e43a..8e083c73b 100644 Binary files a/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.po index 51e4941f1..cb97fa41e 100644 --- a/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/fi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-14 15:59+0000\n" "Last-Translator: Aarni Koskela\n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.mo index bf59bcaf9..a5061b033 100644 Binary files a/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po index 569ffebd6..ed626b62f 100644 --- a/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 13:49+0000\n" "Last-Translator: Sebastien Andrivet \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.mo index 071cbdcd6..6e8b791e8 100644 Binary files a/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po index e9f4904ba..59d27a2e2 100644 --- a/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.mo index 5a3f9a0e6..146daccbe 100644 Binary files a/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.po index 1bb880921..3bf08e8da 100644 --- a/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.mo index 5b535535e..063ae18e5 100644 Binary files a/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.po index 59c4bbcf3..911b4925f 100644 --- a/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-02-20 21:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.mo index 51bc1bd36..80bea2ef0 100644 Binary files a/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.po index cfecfca8e..87eb4ecca 100644 --- a/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.mo index 12c5181bb..2bc074533 100644 Binary files a/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po index 1330a38f6..ebf0d3389 100644 --- a/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-29 08:30+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.mo index 1fb861eaa..9d9dbf42d 100644 Binary files a/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po index 464870c72..f756bb9df 100644 --- a/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:33+0000\n" "Last-Translator: Daigo Shitara \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.mo index 1a11b37f2..d466cdbb6 100644 Binary files a/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.po index 2a0331847..6a697fbbc 100644 --- a/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.mo index 42fa8ad70..e3882edfd 100644 Binary files a/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.po index 526ce24de..e1fcfc73a 100644 --- a/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.mo index 8074f4ab1..767f05e5b 100644 Binary files a/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po index cca8f14fc..9a28db6d4 100644 --- a/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/mn/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.mo index 5826f5954..8878680fc 100644 Binary files a/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.po index 296849176..70a71ac30 100644 --- a/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.mo index a6016855d..ba3e8611a 100644 Binary files a/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po index a532350bb..18a2855f0 100644 --- a/wagtail/wagtailembeds/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:13+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.mo index c3438b069..5b85a5e53 100644 Binary files a/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po index 3108988a5..bba15a61a 100644 --- a/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 11:51+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.mo index 8d017c893..f130b29a3 100644 Binary files a/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po index 28389d6e3..cf1f43655 100644 --- a/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-14 21:38+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.mo index d338e0978..f5dfb3081 100644 Binary files a/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po index 712faa852..4ad0d0840 100644 --- a/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.mo index 0bac97bb7..ddc9b5739 100644 Binary files a/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po index 5004cf382..6832a25e2 100644 --- a/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/pt_PT/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Manuela Silva , 2015 # Thiago Cangussu , 2014 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-01-04 18:23+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 20:56+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,11 @@ msgstr "Por favor introduza um URL válido" msgid "URL" msgstr "URL" +msgid "embed" +msgstr "embed" + msgid "Insert embed" -msgstr "Inserir 'incorporar'" +msgstr "Incorporar \"embed\"" msgid "Insert" msgstr "Inserir" @@ -37,15 +40,15 @@ msgid "" "There seems to be a problem with your embedly API key. Please check your " "settings." msgstr "" -"Parece que existe um problema com a sua chave de API de “embedly”. Por " -"favor, verifique as suas configurações." +"Parece que existe um problema com a sua chave de API do “embedly”. Por favor " +"verifique as suas definições." msgid "Cannot find an embed for this URL." -msgstr "Não consigo encontrar um “incorporar” para este URL." +msgstr "Não consigo encontrar um “embed” para este URL." msgid "" "There seems to be an error with Embedly while trying to embed this URL. " "Please try again later." msgstr "" -"Parece que existe um erro com o “Embedly” enquanto tentava incorporar este " -"URL. Por favor, tente novamente." +"Parece que existe um erro com o “Embedly” ao tentar incorporar este URL. Por " +"favor tente novamente." diff --git a/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.mo index 36b4f8372..dfac655e2 100644 Binary files a/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po index 806e3769b..9ac093eef 100644 --- a/wagtail/wagtailembeds/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 16:05+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.mo index 3a993a4fb..37c1a03d2 100644 Binary files a/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po index 536a649b1..33662cf94 100644 --- a/wagtail/wagtailembeds/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 18:44+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.mo index e899ff416..2854ff061 100644 Binary files a/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po index a8dddc33e..cbd5ae7ec 100644 --- a/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.mo index 8da14e4d7..16d1cfa8c 100644 Binary files a/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po index fbe26f39d..c38b51402 100644 --- a/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.mo index a1ed17660..ec6a44030 100644 Binary files a/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.po index 48408fbe8..740ffec09 100644 --- a/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-03 15:38+0000\n" "Last-Translator: Cihad GÜNDOĞDU \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.mo index 01a05125b..4c0793a54 100644 Binary files a/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po index 0c1b58377..53178adc5 100644 --- a/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.mo index b9ef8f660..6530eaa21 100644 Binary files a/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/zh/LC_MESSAGES/django.po index 873b4678d..bc534166b 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.mo index 4fbb4f17e..0e50b74da 100644 Binary files a/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po index 43df038fc..b4dd0a909 100644 --- a/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailembeds/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.mo b/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.mo index aa4c120f3..4fc5a06e4 100644 Binary files a/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.mo and b/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailembeds/locale/zh_TW/LC_MESSAGES/django.po index c1404850a..a05e029c2 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.mo index 7eea62d70..eab57d59f 100644 Binary files a/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.po index df874882d..936d2a399 100644 --- a/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:56+0000\n" "Last-Translator: Ahmad Kiswani \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.mo index f8b1541a7..9da580f69 100644 Binary files a/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ca/LC_MESSAGES/django.po index 1fc77311c..88b6906e4 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:50+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.mo index cc51c5bcb..8682adb52 100644 Binary files a/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po index adf5e00be..029165d04 100644 --- a/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.mo index c0008cfcc..510e36321 100644 Binary files a/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po index d3a63bfe1..9a862d22d 100644 --- a/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/de/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 17:38+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.mo index 7c3535880..38e5c65dd 100644 Binary files a/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po index 437c22138..a0cc3551a 100644 --- a/wagtail/wagtailforms/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.mo index 43e3de1f8..a2dce7cdf 100644 Binary files a/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po index 89b0252f5..48f1e4d26 100644 --- a/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/es/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-19 04:44+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.mo index 5e8b5a771..2ab2aecc0 100644 Binary files a/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.po index 5c95d955d..00321f6ad 100644 --- a/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-28 07:06+0000\n" "Last-Translator: Eetu Häivälä \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.mo index f44bdd1e6..6417a8bf7 100644 Binary files a/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po index a4b406c2b..8c92fef35 100644 --- a/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 22:28+0000\n" "Last-Translator: pierre marfoure \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.mo index b6fb294d9..f642a565d 100644 Binary files a/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.po index 0d3a9ad6e..263c5cf71 100644 --- a/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.mo index 986b73171..8d6adec73 100644 Binary files a/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.po index f1b88294a..016cf986b 100644 --- a/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-09-11 15:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.mo index f6a7670e5..ddb2aa491 100644 Binary files a/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.po index b0b24a3e6..228e8e84a 100644 --- a/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.mo index 0122fda93..dcaad8137 100644 Binary files a/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.po index 5558173bf..8eb75236e 100644 --- a/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.mo index c72e15c71..a62c44842 100644 Binary files a/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po index 20d1ed681..4313b75f7 100644 --- a/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-29 08:32+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.mo index 131fb8113..a01fbffc0 100644 Binary files a/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po index fc337606e..ab1c4dae8 100644 --- a/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ja/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:24+0000\n" "Last-Translator: Daigo Shitara \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.mo index f0e67597d..2331a7026 100644 Binary files a/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.po index 36a7f6e59..84d97a8d1 100644 --- a/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.mo index c61e6af69..9b225ff55 100644 Binary files a/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.po index d10032c02..896be39a0 100644 --- a/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.mo index cbe0e22be..1d3aeb77b 100644 Binary files a/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.po index 8c65bd8ee..46fadfe1e 100644 --- a/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.mo index 064d768c5..feb43f59e 100644 Binary files a/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.po index 9f84091b7..e23b4cc44 100644 --- a/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.mo index 9d050c4ae..e3cf57e6b 100644 Binary files a/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po index da144e557..3787a1a79 100644 --- a/wagtail/wagtailforms/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:26+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.mo index ae8f23b60..13ab14940 100644 Binary files a/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po index cabc9b95d..45fc22478 100644 --- a/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/nl_NL/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.mo index 5896c0527..6ab617f71 100644 Binary files a/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po index 8fa5df88f..67baed03a 100644 --- a/wagtail/wagtailforms/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:58+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.mo index 4f894e6f3..6a78afabb 100644 Binary files a/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po index c1fbe305c..0b8bd76b0 100644 --- a/wagtail/wagtailforms/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.mo index a844e7ef5..24b3159f7 100644 Binary files a/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po index 830c067ee..608ed20f4 100644 --- a/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/pt_PT/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Jose Lourenco , 2014 # Manuela Silva , 2015 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-01-04 18:23+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 22:00+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -46,7 +46,7 @@ msgid "Drop down" msgstr "Lista pendente" msgid "Radio buttons" -msgstr "Botões de opção" +msgstr "Botões de seleção" msgid "Date" msgstr "Data" @@ -54,28 +54,71 @@ msgstr "Data" msgid "Date/time" msgstr "Data/hora" +msgid "submit time" +msgstr "hora de envio" + +msgid "form submission" +msgstr "envio de formulário" + +msgid "label" +msgstr "etiqueta" + msgid "The label of the form field" msgstr "A etiqueta do campo de formulário" +msgid "field type" +msgstr "tipo de campo" + +msgid "required" +msgstr "obrigatório" + +msgid "choices" +msgstr "opções" + msgid "" "Comma separated list of choices. Only applicable in checkboxes, radio and " "dropdown." msgstr "" -"Lista de escolhas separadas por vírgula. Só utilizável nas caixas de " -"seleção, botões e listas pendentes." +"Lista de opções separadas por vírgula. Só utilizável nas caixas de seleção, " +"botões de seleção e listas pendentes." + +msgid "default value" +msgstr "valor pré-definido" msgid "Default value. Comma separated values supported for checkboxes." msgstr "" -"Valor pré-definido. Valores separados por vírgula admitidos nas caixas de " -"seleção." +"Valor pré-definido. Valores separados por vírgula são permitidos para caixas " +"de seleção." + +msgid "help text" +msgstr "texto de ajuda" + +msgid "to address" +msgstr "endereço do destinatário" msgid "Optional - form submissions will be emailed to this address" msgstr "" "Opcional - os formulários recebidos serão enviados por e-mail para este " "endereço" +msgid "from address" +msgstr "endereço do remetente" + +msgid "subject" +msgstr "assunto" + +#, python-format +msgid "Delete %(title)s" +msgstr "Apagar %(title)s" + msgid "Delete" -msgstr "Eliminar" +msgstr "Apagar" + +msgid "Are you sure you want to delete this form submission?" +msgstr "Tem certeza que quer apagar este envio de formulário?" + +msgid "Delete it" +msgstr "Apagar" msgid "Forms" msgstr "Formulários" @@ -110,5 +153,11 @@ msgstr "Origem" msgid "Submission Date" msgstr "Data de Envio" +msgid "Actions" +msgstr "Ações" + msgid "No form pages have been created." -msgstr "Nenhuma página de formulário foi criada." +msgstr "Não existem páginas de formulário." + +msgid "Submission deleted." +msgstr "Envio apagado." diff --git a/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.mo index eaea00b1e..1e5200d79 100644 Binary files a/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po index b8a400639..39c6343c8 100644 --- a/wagtail/wagtailforms/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:22+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.mo index b96db2b50..a6f1093ef 100644 Binary files a/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po index bc04a3af9..658bf5865 100644 --- a/wagtail/wagtailforms/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 18:44+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.mo index 53e988d9c..5636ec777 100644 Binary files a/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po index 0e3834c55..358a2cb92 100644 --- a/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 13:35+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.mo index 0d9653d3e..ef71e0c2a 100644 Binary files a/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po index b5db5d344..6933c8c8f 100644 --- a/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/sv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 03:18+0000\n" "Last-Translator: Thomas Kunambi \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.mo index 659580593..fc3076c12 100644 Binary files a/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.po index 55d45a348..b03de3a73 100644 --- a/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-03 15:23+0000\n" "Last-Translator: Cihad GÜNDOĞDU \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.mo index 53bdffefc..94da1fa26 100644 Binary files a/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po index ed811f753..6872119f9 100644 --- a/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.mo index 6b50a4199..99018bc7c 100644 Binary files a/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po index 34fe98586..deac106a9 100644 --- a/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Ukrainian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.mo index af8562954..775f135b2 100644 Binary files a/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po index 7a738553d..598c24667 100644 --- a/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailforms/locale/zh_CN/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.mo index 6348a1a8f..12298413f 100644 Binary files a/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.po index 1c6359e43..4c2398339 100644 --- a/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.mo index b7f3bd213..a3d5b7d25 100644 Binary files a/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/bg/LC_MESSAGES/django.po index 82418b6be..c67c402a5 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.mo index 73e849bd0..2f630061b 100644 Binary files a/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ca/LC_MESSAGES/django.po index bde74b828..db2e59205 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.mo index ebe2c961a..a049313f7 100644 Binary files a/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po index c0ffe8ce2..ea68e0038 100644 --- a/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.mo index 0ecc69df7..b431886b0 100644 Binary files a/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po index 7bb71573e..f1195e167 100644 --- a/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/de/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.mo index ff6e833d5..fab1ff01b 100644 Binary files a/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po index 1507ffb38..cd346c1f6 100644 --- a/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/el/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.mo index bee266f10..ff8f8e8a8 100644 Binary files a/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po index 4a8406248..76ef6a912 100644 --- a/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/es/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 22:01+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 01:52+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" diff --git a/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.mo index 3113e9951..3bd4aa4d5 100644 Binary files a/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.po index 0855e1a61..55d6f0249 100644 --- a/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.mo index 83564028e..285e377ae 100644 Binary files a/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po index 68b732f8a..51eaaf29b 100644 --- a/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/fr/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.mo index 958e04606..b36360b48 100644 Binary files a/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po index bc61652e5..ad79624f9 100644 --- a/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.mo index 0b280bfad..4acfff4b0 100644 Binary files a/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.po index 08b74a237..41d13e846 100644 --- a/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.mo index e9d0858a7..72068cb7b 100644 Binary files a/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.po index e416d1a14..3fe32c80f 100644 --- a/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/hr_HR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.mo index 11d365883..42dfda4ee 100644 Binary files a/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.po index 516cf92b0..b7ec7553f 100644 --- a/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.mo index 9f4dc0391..2ee9abc93 100644 Binary files a/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.po index 8467cea74..4d3b4e711 100644 --- a/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.mo index 018fd014f..835687fee 100644 Binary files a/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.po index 66677e00b..c444e7762 100644 --- a/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.mo index 8e1f95ea1..39dfa6cd1 100644 Binary files a/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po index 13121b304..689872287 100644 --- a/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/it/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Giacomo Ghizzani , 2015 +# Giacomo Ghizzani , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 19:01+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 10:02+0000\n" +"Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -80,9 +80,18 @@ msgstr "Altezza" msgid "Closeness" msgstr "Vicinanza" +msgid "Add" +msgstr "Aggiungi" + +msgid "Add/edit images you own" +msgstr "Aggiungi/modifica immagini di tua proprietà" + msgid "Edit" msgstr "Modifica" +msgid "Edit any image" +msgstr "Modifica qualche immagine" + msgid "title" msgstr "titolo" @@ -291,6 +300,9 @@ msgstr "" msgid "Or choose from your computer" msgstr "Oppure sceglila dal tuo computer" +msgid "Add to collection:" +msgstr "Aggiungi alla collezione:" + 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 " @@ -311,6 +323,12 @@ msgstr "Aggiorna" msgid "Delete" msgstr "Elimina" +msgid "Image permissions" +msgstr "Permessi per l'immagine" + +msgid "Add an image permission" +msgstr "Aggiungi un permesso per l'immagine" + msgid "Search images" msgstr "Cerca immagini" @@ -342,6 +360,12 @@ msgstr "Immagine '{0}' aggiunta." msgid "The image could not be created due to errors." msgstr "L'immagine non può essere creata a causa di errori." +#, python-format +msgid "%(count)s image" +msgid_plural "%(count)s images" +msgstr[0] "%(count)s immagine" +msgstr[1] "%(count)s immagini" + msgid "Choose another image" msgstr "Scegli un'altra immagine" diff --git a/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.mo index afbdb3b68..f5f784f85 100644 Binary files a/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po index 184577491..925a70c6d 100644 --- a/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.mo index 9b87b3eb7..79c0f5864 100644 Binary files a/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.po index 18d4de68d..e61106dcf 100644 --- a/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.mo index 2cdec9d6e..2a67dddf3 100644 Binary files a/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.po index c64516952..6b4435e29 100644 --- a/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/ko/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.mo index b899d7b5c..c494d31c8 100644 Binary files a/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.po index a90d2a4d8..4390d6c2a 100644 --- a/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.mo index 7ec3784d6..7cf1056d4 100644 Binary files a/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/mn/LC_MESSAGES/django.po index 683a1577c..a676f259b 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.mo index 9b027b67d..0f0593438 100644 Binary files a/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.po index 9c0cb3f04..a0c5a5a5a 100644 --- a/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.mo index ef3cfb78f..5b8126d68 100644 Binary files a/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po index 2915ba4e2..68a5b8b8d 100644 --- a/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/nl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.mo index 7ed6a5243..f176cfe73 100644 Binary files a/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po index 80a65f049..7b56636d1 100644 --- a/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/nl_NL/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.mo index 100c80c8c..065db16c0 100644 Binary files a/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po index c8658045c..960cc0c16 100644 --- a/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:59+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.mo index 2959cc20c..54b7467fa 100644 Binary files a/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po index b447aecd5..8009423d8 100644 --- a/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.mo index 3adf2f917..5d93e406a 100644 Binary files a/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po index fe54567a6..ae009aa51 100644 --- a/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/pt_PT/LC_MESSAGES/django.po @@ -6,14 +6,14 @@ # Jose Lourenco , 2014-2015 # Manuela Silva , 2015 # Thiago Cangussu , 2014 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 19:01+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 22:00+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -47,11 +47,11 @@ msgstr "Imagem %s inválida." #, python-format msgid "This file is too big (%%s). Maximum filesize %s." -msgstr "Este ficheiro é muito grande (%%s). Tamanho máximo %s." +msgstr "Este ficheiro é demasiado grande (%%s). Tamanho máximo %s." #, python-format msgid "This file is too big. Maximum filesize %s." -msgstr "Este ficheiro é muito grande. Tamanho do ficheiro máximo %s." +msgstr "Este ficheiro é demasiado grande. Tamanho do ficheiro máximo %s." msgid "Filter" msgstr "Filtro" @@ -63,10 +63,10 @@ msgid "Resize to width" msgstr "Redimensionar pela largura" msgid "Resize to height" -msgstr "Redimensionar pela altura" +msgstr "Redimensionar para altura" msgid "Resize to min" -msgstr "Redimensionar pelo mínimo" +msgstr "Redimensionar para o mínimo" msgid "Resize to max" msgstr "Redimensionar para o máximo" @@ -83,8 +83,38 @@ msgstr "Altura" msgid "Closeness" msgstr "Proximidade" +msgid "Add" +msgstr "Adicionar" + +msgid "Add/edit images you own" +msgstr "Crie/altere as suas imagens" + msgid "Edit" -msgstr "Editar" +msgstr "Alterar" + +msgid "Edit any image" +msgstr "Alterar qualquer imagem" + +msgid "title" +msgstr "título" + +msgid "file" +msgstr "ficheiro" + +msgid "width" +msgstr "largura" + +msgid "height" +msgstr "altura" + +msgid "created at" +msgstr "criado em" + +msgid "uploaded by user" +msgstr "carregado pelo utilizador" + +msgid "tags" +msgstr "palavras-chave" msgid "Choose an image" msgstr "Escolher uma imagem" @@ -98,6 +128,15 @@ msgstr "Carregar" msgid "Popular tags" msgstr "Palavras-chave populares" +msgid "Uploading..." +msgstr "A carregar..." + +msgid "Server Error" +msgstr "Erro no Servidor" + +msgid "Report this error to your webmaster with the following information:" +msgstr "Comunique este erro ao seu webmaster com a seguinte informação:" + #, python-format msgid "" "\n" @@ -138,7 +177,8 @@ msgstr[0] "" "%(total)s Imagem" msgstr[1] "" "\n" -"%(total)s Imagens" +"%(total)s Imagens\n" +" " msgid "Change image file:" msgstr "Alterar ficheiro de imagem:" @@ -163,10 +203,10 @@ msgstr "Sim, apagar" #, python-format msgid "Editing image %(title)s" -msgstr "A editar imagem %(title)s" +msgstr "A alterar imagem %(title)s" msgid "Editing" -msgstr "A editar" +msgstr "A alterar" msgid "Focal point (optional)" msgstr "Ponto de enfoque (opcional)" @@ -179,7 +219,7 @@ msgstr "" "cima da imagem abaixo." msgid "Current focal point shown" -msgstr "A apresentar ponto de enfoque atual" +msgstr "A visualizar ponto de enfoque atual" msgid "URL Generator" msgstr "Gerador de URL" @@ -200,6 +240,14 @@ msgstr "Imagens" msgid "Sorry, no images match \"%(query_string)s\"" msgstr "Desculpe, nenhuma imagem corresponde a \"%(query_string)s\"" +#, python-format +msgid "" +"You've not uploaded any images in this collection. Why not add one now?" +msgstr "" +"Ainda não carregou qualquer imagem nesta coleção. Porque não carregar uma agora?" + #, python-format msgid "" "You've not uploaded any images. Why not \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.mo index 6920ea0bb..1de037693 100644 Binary files a/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po index 21dc3d579..b3754f86d 100644 --- a/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.mo index e1fd2c47a..e1e80c146 100644 Binary files a/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po index 903774a80..46a0ead14 100644 --- a/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.mo index 4d419a0b2..83294579d 100644 Binary files a/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.po index f8ce03095..e6a29944d 100644 --- a/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.mo index 879a135e7..fd04a6440 100644 Binary files a/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po index 95fc26ad5..98811aad1 100644 --- a/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.mo index 665ebad06..dc3e14e73 100644 Binary files a/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/zh/LC_MESSAGES/django.po index 498c70191..e552da72d 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.mo index b4b2e295e..172b06c88 100644 Binary files a/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po index bb2994b6b..35888a134 100644 --- a/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailimages/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.mo index 2b004cac8..3e17b06db 100644 Binary files a/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.po index 0e448a542..edd2e3d84 100644 --- a/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ar/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:55+0000\n" "Last-Translator: Ahmad Kiswani \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.mo index 6c7ce5300..a5e31ebc1 100644 Binary files a/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po index 35817ccc9..2a9e04fa2 100644 --- a/wagtail/wagtailredirects/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.mo index dd8c5f1ad..c6493eedb 100644 Binary files a/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po index 715dcf24d..17a690e7d 100644 --- a/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:50+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.mo index a8a2f73c3..53833272a 100644 Binary files a/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po index b7f42cff0..40067b222 100644 --- a/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: Marek Turnovec \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.mo index 0e67477b7..4c2dc970e 100644 Binary files a/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po index 4b51e1362..40343b141 100644 --- a/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/de/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.mo index 6b99eb54e..d014d99a4 100644 Binary files a/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po index 68ed2b632..5d974c9a4 100644 --- a/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/el/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.mo index 73203db57..8848bf186 100644 Binary files a/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po index 083609bef..0138c3ca3 100644 --- a/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/es/LC_MESSAGES/django.po @@ -5,6 +5,7 @@ # Translators: # fooflare , 2014 # fooflare , 2014 +# chimeno , 2016 # fooflare , 2014 # José Alaguna , 2015 # Mauricio Baeza , 2015 @@ -13,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 22:01+0000\n" -"Last-Translator: José Alaguna \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 01:49+0000\n" +"Last-Translator: chimeno \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -31,7 +32,7 @@ msgid "All sites" msgstr "Todos los sitios" msgid "A redirect with this path already exists." -msgstr "Ya existe una redicrección a este camino." +msgstr "Ya existe una redirección a este camino." msgid "redirect from" msgstr "redirigir desde" diff --git a/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.mo index 5d253c2aa..494164e0a 100644 Binary files a/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.po index 4b7063af5..d039fd9c9 100644 --- a/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-29 10:25+0000\n" "Last-Translator: Eetu Häivälä \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.mo index 46b73f448..0fec2316e 100644 Binary files a/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po index e9918ec96..ed2a4e0e4 100644 --- a/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 13:48+0000\n" "Last-Translator: Sebastien Andrivet \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.mo index cf22fd8b4..6f05210a2 100644 Binary files a/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po index 45382c682..3a40a499d 100644 --- a/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.mo index 03b739a7b..50fc0a768 100644 Binary files a/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.po index e7eb87187..f8d5cc869 100644 --- a/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.mo index ff663c579..09a9a3b3a 100644 Binary files a/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.po index 08b17a0da..02846713c 100644 --- a/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-02-20 21:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.mo index f82b3a387..c47969027 100644 Binary files a/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.po index 7c144fe5f..2d3d4d76c 100644 --- a/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.mo index 36a9f0893..3fc99e581 100644 Binary files a/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.po index edff41e82..9d606f49d 100644 --- a/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.mo index 84236df71..5536dd6e4 100644 Binary files a/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po index bc4106df3..a112f6150 100644 --- a/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/it/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2015-12-29 08:35+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 21:24+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" diff --git a/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.mo index 970cbca1e..2ee5d006a 100644 Binary files a/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po index 56ec6a8c9..2cb0edb32 100644 --- a/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:36+0000\n" "Last-Translator: Daigo Shitara \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.mo index f395bcfe3..73762bbb3 100644 Binary files a/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.po index 620ddf03d..db955fc5a 100644 --- a/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.mo index f095b50b5..0d9ab00a5 100644 Binary files a/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.po index 797357e75..65d3a68fd 100644 --- a/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.mo index 18169020b..49d4dc8e8 100644 Binary files a/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.po index 79eb953ec..5ec668bc3 100644 --- a/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.mo index 3b75fb735..8c6ca9f87 100644 Binary files a/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.po index 141949c84..29d18ae4e 100644 --- a/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 18:49+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.mo index 945cd000e..d5197c219 100644 Binary files a/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po index bb3b12e64..545af836e 100644 --- a/wagtail/wagtailredirects/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:26+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.mo index 6eb47d1dd..37b5829ca 100644 Binary files a/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po index 1576aaabb..121d55a77 100644 --- a/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.mo index b93da0197..bdd9038a9 100644 Binary files a/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po index e7480bb3e..1d4bec687 100644 --- a/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 23:00+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.mo index 5a68d30d6..bace1bc50 100644 Binary files a/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po index f3f06dcbd..a94c07433 100644 --- a/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/pt_BR/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.mo index 51d9c7b71..defa030cb 100644 Binary files a/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po index 910c90e11..983bcd460 100644 --- a/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/pt_PT/LC_MESSAGES/django.po @@ -6,14 +6,14 @@ # Jose Lourenco , 2015 # Manuela Silva , 2015 # Thiago Cangussu , 2014 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2015-12-17 13:59+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 21:36+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -22,12 +22,39 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "From site" +msgstr "Do site" + +msgid "All sites" +msgstr "Todos os sites" + +msgid "A redirect with this path already exists." +msgstr "Já existe um redirecionamento com esse caminho." + +msgid "redirect from" +msgstr "redirecionar de" + +msgid "site" +msgstr "site" + +msgid "permanent" +msgstr "permanente" + msgid "" "Recommended. Permanent redirects ensure search engines forget the old page " "(the 'Redirect from') and index the new page instead." msgstr "" -"Recomendado. Os redirecionamentos asseguram que os mecanismos de procura " -"esqueçam a página antiga (o 'Redirecionar de') e indexam a nova página." +"Recomendado. Os redirecionamentos permanentes obrigam os motores de busca a " +"esquecer-se da página antiga (o 'Redirecionar de') e a indexar a nova página." + +msgid "redirect to a page" +msgstr "redirecionar para uma página" + +msgid "redirect to any URL" +msgstr "redirecionar para qualquer URL" + +msgid "redirect" +msgstr "redirecionar" msgid "Add redirect" msgstr "Adicionar redirecionamento" @@ -37,23 +64,23 @@ msgstr "Guardar" #, python-format msgid "Delete redirect %(title)s" -msgstr "Eliminar redirecionamento %(title)s" +msgstr "Apagar redirecionamento %(title)s" msgid "Delete" msgstr "Apagar" msgid "Are you sure you want to delete this redirect?" -msgstr "Tem a certeza que pretende apagar este redirecionamento?" +msgstr "Tem a certeza que quer apagar este redirecionamento?" msgid "Yes, delete" msgstr "Sim, apagar" #, python-format msgid "Editing %(title)s" -msgstr "A editar %(title)s" +msgstr "A alterar %(title)s" msgid "Editing" -msgstr "A editar" +msgstr "A alterar" msgid "Delete redirect" msgstr "Apagar redirecionamento" @@ -74,7 +101,7 @@ msgid "Type" msgstr "Tipo" msgid "Edit this redirect" -msgstr "Editar este redirecionamento" +msgstr "Alterar este redirecionamento" msgid "primary" msgstr "principal" @@ -106,7 +133,7 @@ msgid "" "No redirects have been created. Why not add one?" msgstr "" -"Não há redirecionamentos. Porque não criar um?" msgid "Search redirects" @@ -117,7 +144,7 @@ msgid "Redirect '{0}' updated." msgstr "Redirecionamento '{0}' atualizado." msgid "Edit" -msgstr "Editar" +msgstr "Alterar" msgid "The redirect could not be saved due to errors." msgstr "O redirecionamento não pôde ser guardado devido a erros." diff --git a/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.mo index 9c813b9ce..a8299e731 100644 Binary files a/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po index e7442c720..d3c299c9f 100644 --- a/wagtail/wagtailredirects/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:23+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.mo index b73a3a184..6676183de 100644 Binary files a/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/ru/LC_MESSAGES/django.po index 31305bcdb..ae2003c44 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-03 20:58+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.mo index ecea571af..683419ff3 100644 Binary files a/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po index 9574c9d34..09d9c4731 100644 --- a/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 13:44+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.mo index 25ce2c926..c52048b18 100644 Binary files a/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po index 184c78d56..2f53464fa 100644 --- a/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 03:38+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.mo index 62ae73c06..02ebc6e65 100644 Binary files a/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/sv_SE/LC_MESSAGES/django.po index e0775110c..ec93f9754 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 03:07+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.mo index 5becf3d32..44cf0e867 100644 Binary files a/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.po index d31659039..fa30cf023 100644 --- a/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/tr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-03 15:39+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.mo index af90dcb73..36c04878c 100644 Binary files a/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po index 686c40b61..eb7f1d0e6 100644 --- a/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.mo index 2672fd640..7e1b6789b 100644 Binary files a/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/zh/LC_MESSAGES/django.po index cf05d0387..cdcbb16b1 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-15 09:31+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.mo index 326694a8f..6d2a2e6e8 100644 Binary files a/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po index 4a0008df2..5152a8982 100644 --- a/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailredirects/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 13:59+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.mo index 9ae954326..be12eff85 100644 Binary files a/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.po index 38dde12aa..bc8ca6d26 100644 --- a/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:55+0000\n" "Last-Translator: ROGER MICHAEL ASHLEY ALLEN \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.mo index e13ffeb05..e389181ab 100644 Binary files a/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/bg/LC_MESSAGES/django.po index 79ed53e64..6f71860bc 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.mo index cd6ee9452..236b7ea0a 100644 Binary files a/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ca/LC_MESSAGES/django.po index a104c8f1a..3752a7200 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:45+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.mo index d04177ce2..9c661c4e2 100644 Binary files a/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po index d7968c981..0edee863c 100644 --- a/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.mo index 5e9f8f375..ba14cd9dc 100644 Binary files a/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po index bb296dba0..1cf129324 100644 --- a/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/de/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 17:54+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.mo index fb19f93fe..352977493 100644 Binary files a/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po index 6afb9338b..ca2c5e05f 100644 --- a/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.mo index 3ff1d9235..d8ee00c3e 100644 Binary files a/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po index e83fed71c..5e09a0610 100644 --- a/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/es/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:35+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.mo index 0204bde1c..7ada1e4f5 100644 Binary files a/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.po index e07100009..1c8184fa1 100644 --- a/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/fi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-25 18:09+0000\n" "Last-Translator: Aarni Koskela\n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.mo index f5314166a..503c55712 100644 Binary files a/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po index 1046d9e24..0709e4948 100644 --- a/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/fr/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 13:22+0000\n" "Last-Translator: Tom Dyson \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.mo index 23b27dbc1..10164be31 100644 Binary files a/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po index 32d56a35c..ddaa818f5 100644 --- a/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.mo index 0427b4bd3..d1c8fd4a4 100644 Binary files a/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.po index ce3024e68..e4db10482 100644 --- a/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/he_IL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.mo index 2dc7c3c52..7f9cd6511 100644 Binary files a/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.po index df72884cc..382feb074 100644 --- a/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.mo index a7995523b..241db8c84 100644 Binary files a/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.po index 69b0736b1..12d896b77 100644 --- a/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.mo index 6d2524755..c462eccbe 100644 Binary files a/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.po index 03c5e7b0e..7432a8ba8 100644 --- a/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-09-01 08:28+0000\n" "Last-Translator: Arnar Tumi Þorsteinsson \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.mo index 908e4f5ca..173843474 100644 Binary files a/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po index b081ae786..32278ccf4 100644 --- a/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/it/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-29 08:37+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.mo index 874cddcaf..fdb30bb96 100644 Binary files a/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po index 00303144c..5a2cebc83 100644 --- a/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:30+0000\n" "Last-Translator: 石田秀 \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.mo index 86f4d145e..c2ec89565 100644 Binary files a/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.po index 41f788aa3..b70be7652 100644 --- a/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-09-23 16:11+0000\n" "Last-Translator: André Bouatchidzé \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.mo index 301b929cf..876decb6e 100644 Binary files a/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.po index 76b763707..9782d0537 100644 --- a/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-27 01:46+0000\n" "Last-Translator: Ji Han Chung \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.mo index bd04bca72..d8ba9a410 100644 Binary files a/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.po index 1c9f6d1f6..b4bd379a1 100644 --- a/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-08 14:24+0000\n" "Last-Translator: Maris Serzans \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.mo index 439412699..420032734 100644 Binary files a/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po index 6da1aaf6a..5a909b549 100644 --- a/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/mn/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Mongolian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.mo index 50a139c18..889607ad3 100644 Binary files a/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.po index 756f3c59f..baef64af8 100644 --- a/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-09-02 09:36+0000\n" "Last-Translator: Eirik Krogstad \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.mo index d2b8e5701..81ce90680 100644 Binary files a/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po index ec896ccad..a6893ec67 100644 --- a/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/nl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 11:52+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.mo index 98ec15ece..8bf4acb94 100644 Binary files a/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po index 688134128..d56e3ef5f 100644 --- a/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 12:02+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.mo index 018a45af5..cd1cbb8f9 100644 Binary files a/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po index 0443d48c2..e96729d63 100644 --- a/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-14 21:49+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.mo index d1a96c90f..487321aa9 100644 Binary files a/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po index a36931099..8e7a250d5 100644 --- a/wagtail/wagtailsearch/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.mo index 173ceb507..049a6add8 100644 Binary files a/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po index 48cf84e9c..401b9d29b 100644 --- a/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/pt_PT/LC_MESSAGES/django.po @@ -7,14 +7,14 @@ # Jose Lourenco , 2014-2015 # Manuela Silva , 2015 # Manuela Silva , 2015 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2015-11-16 01:10+0000\n" -"Last-Translator: Manuela Silva \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 19:39+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -24,18 +24,18 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "Search term(s)/phrase" -msgstr "Procurar termo(s)/frase" +msgstr "Pesquisar termo(s)/frase" msgid "" "Enter the full search string to match. An exact match is required for your " "Promoted Results to be displayed, wildcards are NOT allowed." msgstr "" -"Insira o texto de procura completo para corresponder. É necessária uma " -"correspondência exata para que os seus Resultados de Promovidos seja " -"exibido, não são permitidos carateres de substituição." +"Insira o texto completo a pesquisar. É necessária uma correspondência exata " +"para que os seus Resultados Promovidos sejam exibidos, não são permitidos " +"carateres de substituição." msgid "Query Daily Hits" -msgstr "Acessos Diários de Consulta" +msgstr "Consultar Acessos Diários" msgid "Popular search terms" msgstr "Termos de pesquisa populares" @@ -56,4 +56,4 @@ msgid "Date" msgstr "Data" msgid "Choose from popular search terms" -msgstr "Escolha entre os termos de pesquisa populares" +msgstr "Escolha entre os termos de pesquisa mais populares" diff --git a/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.mo index 3fada6d2f..028ca6c4c 100644 Binary files a/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po index 8c296f6e5..5ce567fca 100644 --- a/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/ro/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 18:09+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.mo index db9933070..de7957c19 100644 Binary files a/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po index 246cafdd7..89bcb5c1b 100644 --- a/wagtail/wagtailsearch/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:16+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.mo index a9b85307c..f8b9e102e 100644 Binary files a/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po index befb45178..c9f62f80a 100644 --- a/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-12 21:50+0000\n" "Last-Translator: dellax \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.mo index d1b70ed1a..9aa34ef04 100644 Binary files a/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po index d03abede7..aba057d72 100644 --- a/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-05 13:05+0000\n" "Last-Translator: Thomas Kunambi \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.mo index 3937461f3..75f82f0f9 100644 Binary files a/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.po index a8d66d32d..ce042e060 100644 --- a/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/tr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-02-19 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.mo index f2890abda..70bcde14f 100644 Binary files a/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po index 64bb8cf52..37780f5f8 100644 --- a/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-11-16 08:00+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.mo index 3d87068ed..e71703a77 100644 Binary files a/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/zh/LC_MESSAGES/django.po index e6c872963..626824c2a 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.mo index 642340486..1647ee5e1 100644 Binary files a/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po index 69872ff23..af7c8e297 100644 --- a/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailsearch/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-08-26 13:37+0000\n" "Last-Translator: Karl Hobley \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.mo index fadae96db..45f362a15 100644 Binary files a/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.po index ad9f469e2..09fa8ee31 100644 --- a/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:43+0000\n" "Last-Translator: Ahmad Kiswani \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.mo index ba61fb1ec..e2f39f01a 100644 Binary files a/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po index 92fda3626..f8e619544 100644 --- a/wagtail/wagtailsites/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:50+0000\n" "Last-Translator: Antoni Aloy \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.mo index 43d5836cb..8dfb220ba 100644 Binary files a/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po index eea1f0f51..e4172e283 100644 --- a/wagtail/wagtailsites/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 13:52+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.mo index fe29f847e..e02721987 100644 Binary files a/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po index 7ae5aef42..a542ea55e 100644 --- a/wagtail/wagtailsites/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.mo index d9b91864e..232558c12 100644 Binary files a/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po index a5b0bc21f..ef450d4da 100644 --- a/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/es/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-19 04:37+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.mo index b4e684fa5..412c7c1d9 100644 Binary files a/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.po index 6d00f1a80..1e5d2cce1 100644 --- a/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/fi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-14 16:02+0000\n" "Last-Translator: Aarni Koskela\n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.mo index 0a90d8bac..11fa411d3 100644 Binary files a/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po index 95d184abc..8835f74cd 100644 --- a/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/fr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 22:13+0000\n" "Last-Translator: pierre marfoure \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.mo index f13182d4c..c2749cbea 100644 Binary files a/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.po index 8bfb2389b..df0d1728d 100644 --- a/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.mo index 1525224d5..a552ffed3 100644 Binary files a/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.po index 9124df715..aa96370c1 100644 --- a/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-10-03 15:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.mo index c24938e5a..efac7dbf3 100644 Binary files a/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.po index 44db0808a..3427ca282 100644 --- a/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.mo index df4f2e17f..a94d84aa0 100644 Binary files a/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po index 9a2f35d3c..76588588a 100644 --- a/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-29 08:37+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.mo index f54a6669b..eaedf5e86 100644 Binary files a/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po index 2d88e68aa..7ff519e49 100644 --- a/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:20+0000\n" "Last-Translator: Daigo Shitara \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.mo index 5e53a72d3..a3c1b7f8a 100644 Binary files a/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.po index 9700e7533..7eb5e9fef 100644 --- a/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.mo index d8adf5ba4..69bafcf25 100644 Binary files a/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.po index 205703701..0af1cfa86 100644 --- a/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.mo index 294fec4bf..528d1d0f2 100644 Binary files a/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.po index c6486c2c8..948fe847d 100644 --- a/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.mo index d9ebf7ab0..2990d7a7f 100644 Binary files a/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.po index a0366f024..0f61906ce 100644 --- a/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.mo index fe2edc5bd..b12b36562 100644 Binary files a/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po index 299552cb9..7c3484ca0 100644 --- a/wagtail/wagtailsites/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 12:02+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.mo index 0f734643c..27c1fce6d 100644 Binary files a/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po index 73d477428..067c81321 100644 --- a/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-22 17:34+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.mo index 47dbbf135..9f0c28bc0 100644 Binary files a/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po index 79e7fb1a4..36caafeb7 100644 --- a/wagtail/wagtailsites/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-14 21:15+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.mo index a58c53292..719d8bc12 100644 Binary files a/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po index bf3a71bdd..b4ee14108 100644 --- a/wagtail/wagtailsites/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.mo index 447d366ac..607beb7b6 100644 Binary files a/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po index dc48b82c5..e35b9904c 100644 --- a/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/pt_PT/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Jose Lourenco , 2014-2015 # Manuela Silva , 2015 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2015-12-17 14:01+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 19:38+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -33,14 +33,17 @@ msgstr "Site" msgid "Port" msgstr "Porta" +msgid "Site name" +msgstr "Nome do site" + msgid "Root page" msgstr "Página raiz" msgid "Default?" -msgstr "Predefinição?" +msgstr "Pré-definido?" msgid "Default" -msgstr "Predefinição" +msgstr "Pré-definido" msgid "Sites" msgstr "Sites" diff --git a/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.mo index 3471155ab..9ed5d9340 100644 Binary files a/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po index 1236b2881..bc2da3530 100644 --- a/wagtail/wagtailsites/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 18:13+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.mo index 3860c212b..1d91ed7d6 100644 Binary files a/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/ru/LC_MESSAGES/django.po index e2b4d4b78..9a0ecd8ca 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:15+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.mo index 16163ff72..df72211a4 100644 Binary files a/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po index 7089433d8..ba197e24a 100644 --- a/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.mo index 25c0091c7..dc8bcd301 100644 Binary files a/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po index 7d2441842..adf071ee8 100644 --- a/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-27 14:19+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.mo index 20bff61b3..5d9187ccb 100644 Binary files a/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po index 870f33c28..b44192d24 100644 --- a/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/sv_SE/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-19 03:08+0000\n" "Last-Translator: Thomas Kunambi \n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.mo index cacaa84d3..b45ed755b 100644 Binary files a/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.po index 27aec2da5..53229f33f 100644 --- a/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-03 15:14+0000\n" "Last-Translator: Cihad GÜNDOĞDU \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.mo index c6f461997..f974e3a69 100644 Binary files a/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po index 15a636a05..523fd0acd 100644 --- a/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-19 04:51+0000\n" "Last-Translator: José Alaguna \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.mo index 77d00d536..2afc8a0da 100644 Binary files a/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po index 27d37bc33..79b7c76df 100644 --- a/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailsites/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:01+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.mo index bf0b926eb..143c3d616 100644 Binary files a/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.po index bb1a390d4..76f746ebd 100644 --- a/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-07 23:55+0000\n" "Last-Translator: Ahmad Kiswani \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.mo index 07c1b9c86..b73f92105 100644 Binary files a/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/bg/LC_MESSAGES/django.po index 6c731dec1..c1ce927e7 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.mo index 5b2b383d2..401ed3d88 100644 Binary files a/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po index 55c5e9f4a..f08175cd0 100644 --- a/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-04 19:50+0000\n" "Last-Translator: Antoni Aloy \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.mo index b32eda1c1..8c75f4589 100644 Binary files a/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po index ec9026ddd..20728d3c9 100644 --- a/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-11 16:08+0000\n" "Last-Translator: Marek Turnovec \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.mo index c7c8fcaf7..1141b00d0 100644 Binary files a/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po index 5b0936c66..033915160 100644 --- a/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/de/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.mo index b7028b85e..888049547 100644 Binary files a/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po index b981c36d2..670d7f534 100644 --- a/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/el/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.mo index 19b177a5e..0ceccae7f 100644 Binary files a/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po index c423cf807..525ce5cbf 100644 --- a/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/es/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ # Translators: # fooflare , 2014 # fooflare , 2014 -# chimeno , 2015 +# chimeno , 2015-2016 # fooflare , 2014 # Joaquín Tita , 2014 # José Alaguna , 2015 @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 22:01+0000\n" -"Last-Translator: José Alaguna \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 02:03+0000\n" +"Last-Translator: chimeno \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -148,7 +148,7 @@ msgid "Edit" msgstr "Editar" msgid "The snippet could not be created due to errors." -msgstr "El fragmento no pudo ser creada debido a errores." +msgstr "El fragmento no pudo ser creado debido a errores." #, python-brace-format msgid "{snippet_type} '{instance}' updated." diff --git a/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.mo index 962558eac..3bea69e3d 100644 Binary files a/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.po index 308fe33e8..671ccf5f2 100644 --- a/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-29 10:29+0000\n" "Last-Translator: Eetu Häivälä \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.mo index af416d5e7..ae435efef 100644 Binary files a/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po index dc0e57e26..a6929ce1f 100644 --- a/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/fr/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-05 13:31+0000\n" "Last-Translator: Sebastien Andrivet \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.mo index 15392d7cd..0d165eee2 100644 Binary files a/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po index 79e4ed0ed..9cd152ea0 100644 --- a/wagtail/wagtailsnippets/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.mo index b12568597..d58fc70da 100644 Binary files a/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.po index 81170b0c8..123ff9582 100644 --- a/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.mo index 7f0f45237..685025a97 100644 Binary files a/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.po index 40505c1d3..f29b198f7 100644 --- a/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2014-02-19 19:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.mo index fa81d76dd..e643b868d 100644 Binary files a/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.po index 9b4a4e269..5f5c139f6 100644 --- a/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.mo index c9afd3526..441397d07 100644 Binary files a/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.po index f0976de4e..e0219c9d5 100644 --- a/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/is_IS/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.mo index 6aca752b4..07cf48183 100644 Binary files a/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po index f46a89edb..4ed913847 100644 --- a/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/it/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2015-12-29 08:38+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 21:24+0000\n" "Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" diff --git a/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.mo index 8fae1b347..f6cf60829 100644 Binary files a/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po index 2d81b9c30..af5abe1db 100644 --- a/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ja/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-08 02:31+0000\n" "Last-Translator: Daigo Shitara \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.mo index e4151063c..a6732e833 100644 Binary files a/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.po index 34d162e20..382c2c393 100644 --- a/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.mo index b8b93b537..6e9dbb814 100644 Binary files a/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.po index 624f774ee..61c821376 100644 --- a/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.mo index 7de08e814..24dcd6ef4 100644 Binary files a/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.po index 72eb15899..4a50ad9f1 100644 --- a/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.mo index 37940dd8b..49a35c363 100644 Binary files a/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.po index 9cc2b6db7..5ebecb742 100644 --- a/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 18:49+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.mo index bff575d29..636f2b5ce 100644 Binary files a/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po index 0bb9f7322..09ec583c2 100644 --- a/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/nl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-02-25 21:27+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.mo index 1ce1e2ef8..8a5e3e758 100644 Binary files a/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po index b7e022a74..879fdabf5 100644 --- a/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.mo index d8aed687e..eab971778 100644 Binary files a/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po index c23d2ee27..4cd3921b6 100644 --- a/wagtail/wagtailsnippets/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:43+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.mo index bb11465e2..078cd44de 100644 Binary files a/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po index a906ed86e..11a33c99e 100644 --- a/wagtail/wagtailsnippets/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.mo index 5aa3f82a5..59eb2e4ae 100644 Binary files a/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po index 38cd32bbb..d44c0ee90 100644 --- a/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/pt_PT/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Jose Lourenco , 2015 # Manuela Silva , 2015 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2015-12-17 14:00+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 21:59+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,31 @@ msgstr "" msgid "Choose" msgstr "Escolher" +msgid "Search" +msgstr "Pesquisar" + +#, python-format +msgid "" +"\n" +" There is one match\n" +" " +msgid_plural "" +"\n" +" There are %(counter)s matches\n" +" " +msgstr[0] "" +"\n" +"Existe um resultado\n" +" " +msgstr[1] "" +"\n" +"Existem %(counter)s resultados\n" +" " + +#, python-format +msgid "Sorry, no snippets match \"%(query_string)s\"" +msgstr "Desculpe, nenhum fragmento corresponde a \"%(query_string)s\"" + #, python-format msgid "" "You haven't created any %(snippet_type_name)s snippets. Why not add one?" msgstr "" -"Nenhum %(snippet_type_name_plural)s foi criado. Porque não criar um?" #, python-format @@ -106,14 +131,18 @@ msgid "Status" msgstr "Estado" msgid "Edit this page" -msgstr "Editar esta página" +msgstr "Alterar esta página" + +#, python-format +msgid "Search %(snippet_type_name)s" +msgstr "Pesquisar %(snippet_type_name)s" #, python-brace-format msgid "{snippet_type} '{instance}' created." msgstr "{snippet_type} '{instance}' criado." msgid "Edit" -msgstr "Editar" +msgstr "Alterar" msgid "The snippet could not be created due to errors." msgstr "O fragmento não pôde ser criado devido a erros." @@ -139,4 +168,4 @@ msgstr "Escolher outro/a %s" #, python-format msgid "Edit this %s" -msgstr "Editar %s" +msgstr "Alterar %s" diff --git a/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.mo index 0b7eb70b9..4c3573f66 100644 Binary files a/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po index 462546630..e56d71098 100644 --- a/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/ro/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:23+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.mo index c1dd8e883..db10b74aa 100644 Binary files a/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/ru/LC_MESSAGES/django.po index 9db508e27..ab47c67a1 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-03 20:58+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.mo index 1bc4de20b..4f2b622eb 100644 Binary files a/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po index 71d3f0796..dc02c2389 100644 --- a/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-26 13:44+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.mo index 22c204fa5..411959285 100644 Binary files a/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po index ba2bb5b4a..453d469f2 100644 --- a/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.mo index 68826d96e..10503d2ec 100644 Binary files a/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.po index 5fd327cb0..c158e870e 100644 --- a/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-03 15:33+0000\n" "Last-Translator: Cihad GÜNDOĞDU \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.mo index 8354ee2fd..b3304cdef 100644 Binary files a/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po index a370e7414..0ad2765a9 100644 --- a/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.mo index 3f954c001..ebe90e322 100644 Binary files a/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/zh/LC_MESSAGES/django.po index 5ff047b41..f7c628cdb 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-01-15 09:31+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.mo index ec426bb88..903dfc5b1 100644 Binary files a/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po index 12e595524..2e35765fa 100644 --- a/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailsnippets/locale/zh_CN/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.mo b/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.mo index a557619d3..0c5eb562e 100644 Binary files a/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.mo and b/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po b/wagtail/wagtailsnippets/locale/zh_TW/LC_MESSAGES/django.po index 3f829d071..89a82149b 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2015-12-17 14:00+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.mo index 62b555c70..da9345b87 100644 Binary files a/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.po index 60afa1ade..120688784 100644 --- a/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Arabic (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.mo index 0834e9cb0..f2e32c959 100644 Binary files a/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po index 0971cd6a7..f2e11ddb4 100644 --- a/wagtail/wagtailusers/locale/bg/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Bulgarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.mo index 77a491152..7fc241351 100644 Binary files a/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po index 4de60236b..1e6ab9ddc 100644 --- a/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Catalan (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.mo index b87e92d61..831ad7dd4 100644 Binary files a/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po index 5eadbaa68..66379aeec 100644 --- a/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/cs/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Czech (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.mo index ab6a66aa0..fb155bd1f 100644 Binary files a/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po index e9207ef31..d180a4c20 100644 --- a/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/de/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-02 13:07+0000\n" "Last-Translator: Henrik Kröger \n" "Language-Team: German (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.mo index 0731f7c89..f6d91148f 100644 Binary files a/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po index 72cd3e73b..d6279ed14 100644 --- a/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/el/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Greek (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.mo index d93e045c1..1bfedf119 100644 Binary files a/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/en/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.mo index 99b74d189..ae6629ada 100644 Binary files a/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po index a77f742f9..09c756f92 100644 --- a/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/es/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ # Translators: # fooflare , 2014 # fooflare , 2014 -# chimeno , 2015 +# chimeno , 2015-2016 # fooflare , 2014 # José Alaguna , 2015-2016 # Mauricio Baeza , 2015 @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 22:01+0000\n" -"Last-Translator: José Alaguna \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 01:59+0000\n" +"Last-Translator: chimeno \n" "Language-Team: Spanish (http://www.transifex.com/torchbox/wagtail/language/" "es/)\n" "MIME-Version: 1.0\n" @@ -87,7 +87,7 @@ msgid "Receive notification when your page edit is approved" msgstr "Recibir una notificación cuando su página editada es aprobada" msgid "rejected notifications" -msgstr "Perfil de usuario" +msgstr "Notificaciones rechazadas" msgid "Receive notification when your page edit is rejected" msgstr "Recibir una notificación cuando su página editada es rechazada" diff --git a/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.mo index 77862b7ee..7964aff3e 100644 Binary files a/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.po index f3529d84c..36e43f520 100644 --- a/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/fi/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Finnish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.mo index 749876310..040040637 100644 Binary files a/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po index ea1d2ccf0..35e020070 100644 --- a/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/fr/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 19:08+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-10 15:12+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: French (http://www.transifex.com/torchbox/wagtail/language/" "fr/)\n" diff --git a/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.mo index 685902622..9cf2067f5 100644 Binary files a/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po index 33caaef34..44a8efc8e 100644 --- a/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/gl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Galician (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.mo index 3b53344f7..b7e939f11 100644 Binary files a/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.po index 95d7c3cae..d214958aa 100644 --- a/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/he_IL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.mo index ae31f82f0..d4ca9c52f 100644 Binary files a/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.po index 99acdd70b..d62924b80 100644 --- a/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/hr_HR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.mo index f16dfe963..3b06d53d0 100644 Binary files a/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.po index 27e8f97a7..0341ff236 100644 --- a/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Hungarian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.mo index 169eedc3e..f467077c7 100644 Binary files a/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.po index 41d956fa0..d9e4b131a 100644 --- a/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/id_ID/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.mo index e9798e96c..5a97a0c7a 100644 Binary files a/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.po index 407663889..c2f3424c2 100644 --- a/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/is_IS/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.mo index bcfea6b5f..5ed5d0c23 100644 Binary files a/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po index 48962efaf..51ec0ff77 100644 --- a/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/it/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 19:08+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-15 10:00+0000\n" +"Last-Translator: Giacomo Ghizzani \n" "Language-Team: Italian (http://www.transifex.com/torchbox/wagtail/language/" "it/)\n" "MIME-Version: 1.0\n" @@ -65,6 +65,9 @@ msgstr "Cognome" msgid "A group with that name already exists." msgstr "Gruppo già esistente." +msgid "You cannot have multiple permission records for the same page." +msgstr "Non puoi avere permessi multipli per la stessa pagina." + msgid "submitted notifications" msgstr "notifiche inviate" diff --git a/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.mo index 3d099f77f..f60b4dae0 100644 Binary files a/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po index 505661205..915548610 100644 --- a/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ja/LC_MESSAGES/django.po @@ -4,15 +4,16 @@ # # Translators: # Daigo Shitara , 2016 +# Sangmin Ahn , 2016 # takuan_osho , 2015 # 石田秀 , 2015 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 19:08+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-14 11:20+0000\n" +"Last-Translator: Sangmin Ahn \n" "Language-Team: Japanese (http://www.transifex.com/torchbox/wagtail/language/" "ja/)\n" "MIME-Version: 1.0\n" @@ -61,6 +62,9 @@ msgstr "姓" msgid "A group with that name already exists." msgstr "このグループ名は既に使用されています。" +msgid "You cannot have multiple permission records for the same page." +msgstr "同一ページ内で複数の権限を持つことはできません" + msgid "submitted notifications" msgstr "承認リクエスト通知" diff --git a/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.mo index 8775894c3..d56dab51e 100644 Binary files a/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.po index 3f500753d..26910970d 100644 --- a/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ka/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Georgian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.mo index 5618b1e88..966e9b1a3 100644 Binary files a/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.po index 01e12a382..02db3656b 100644 --- a/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ko/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Korean (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.mo index 80268a41e..eadd8a565 100644 Binary files a/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.po index 62a205c4d..99aa3afd8 100644 --- a/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Latvian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.mo index 5047a0e3e..314df63f6 100644 Binary files a/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.po index 4072e8184..bb6a3e864 100644 --- a/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.mo index 6d8206910..808dc8fe3 100644 Binary files a/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po index 4d7c66a84..3936aa11f 100644 --- a/wagtail/wagtailusers/locale/nl/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Dutch (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.mo index 38df700c5..d50ac43ae 100644 Binary files a/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po index 1a7a8427c..4321dae90 100644 --- a/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/nl_NL/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-08 19:14+0000\n" "Last-Translator: Thijs Kramer \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.mo index ab8299371..40be23169 100644 Binary files a/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po index e6728e004..8c7e62ba7 100644 --- a/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:49+0000\n" "Last-Translator: mmiskiew \n" "Language-Team: Polish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.mo index 0f229c882..5ff779c2f 100644 Binary files a/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po index 3cb727d31..67a675d17 100644 --- a/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/pt_BR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/torchbox/" diff --git a/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.mo index a54f5c35d..de3feea31 100644 Binary files a/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po index 9add15e50..e1504f966 100644 --- a/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/pt_PT/LC_MESSAGES/django.po @@ -6,14 +6,14 @@ # Jose Lourenco , 2014-2015 # Manuela Silva , 2015 # Thiago Cangussu , 2014 -# Tiago Henriques , 2015 +# Tiago Henriques , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-01 19:08+0000\n" -"Last-Translator: mattwestcott \n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 22:00+0000\n" +"Last-Translator: Tiago Henriques \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/torchbox/" "wagtail/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -39,6 +39,10 @@ msgstr "As senhas nos dois campos não coincidem." msgid "Administrator" msgstr "Administrador" +msgid "Administrators have full access to manage any object or setting." +msgstr "" +"Os administradores têm pleno acesso à gestão de qualquer objeto ou definição." + msgid "Password" msgstr "Senha" @@ -49,7 +53,7 @@ msgid "Password confirmation" msgstr "Confirmação de senha" msgid "Enter the same password as above, for verification." -msgstr "Insira a mesma senha como acima, para verificação." +msgstr "Insira a novamente a mesma senha, para verificação." msgid "Email" msgstr "E-mail" @@ -58,19 +62,35 @@ msgid "First Name" msgstr "Nome" msgid "Last Name" -msgstr "Sobrenome" +msgstr "Apelidos" msgid "A group with that name already exists." msgstr "Já existe um grupo com esse nome." +msgid "You cannot have multiple permission records for the same page." +msgstr "" +"Não é permitido ter múltiplos registos de permissão para a mesma página. " + +msgid "submitted notifications" +msgstr "notificações enviadas" + msgid "Receive notification when a page is submitted for moderation" msgstr "Receber notificação quando uma página for enviada para moderação" +msgid "approved notifications" +msgstr "notificações aprovadas" + msgid "Receive notification when your page edit is approved" -msgstr "Receber notificação quando a sua edição de página for aprovada" +msgstr "Receber notificação quando a sua alteração de página for aprovada" + +msgid "rejected notifications" +msgstr "notificações rejeitadas" msgid "Receive notification when your page edit is rejected" -msgstr "Receber notificação quando a sua edição de página for rejeitada" +msgstr "Receber notificação quando a sua alteração de página for rejeitada" + +msgid "user profile" +msgstr "perfil do utilizador" msgid "Delete group" msgstr "Apagar grupo" @@ -100,7 +120,7 @@ msgid "Add group" msgstr "Adicionar grupo" msgid "Editing" -msgstr "A editar" +msgstr "A alterar" msgid "Save" msgstr "Guardar" @@ -143,7 +163,7 @@ msgid "" "There are no groups configured. Why not add some?" msgstr "" -"Não há grupos configurados. Porque não criar um?" msgid "Add user" @@ -171,7 +191,7 @@ msgid "Status" msgstr "Estado" msgid "Admin" -msgstr "Admin" +msgstr "Administração" msgid "Active" msgstr "Ativo" @@ -217,7 +237,7 @@ msgid "Group '{0}' created." msgstr "Grupo '{0}' criado." msgid "Edit" -msgstr "Editar" +msgstr "Alterar" msgid "The group could not be created due to errors." msgstr "O grupo não pôde ser criado devido a erros." @@ -249,3 +269,6 @@ msgstr "Utilizador '{0}' atualizado." msgid "The user could not be saved due to errors." msgstr "O utilizador não pôde ser guardado devido a erros." + +msgid "Groups" +msgstr "Grupos" diff --git a/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.mo index 9bb16da53..567a957c1 100644 Binary files a/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po index 86d0fd4f7..db3ba45d6 100644 --- a/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ro/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 22:45+0000\n" "Last-Translator: Dan Braghis\n" "Language-Team: Romanian (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.mo index 258f13c73..6b74a9f4e 100644 Binary files a/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po index 5d454138e..fdfb1f755 100644 --- a/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/ru/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" -"PO-Revision-Date: 2016-03-03 20:58+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" +"PO-Revision-Date: 2016-03-09 15:29+0000\n" "Last-Translator: Eugene MechanisM \n" "Language-Team: Russian (http://www.transifex.com/torchbox/wagtail/language/" "ru/)\n" diff --git a/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.mo index a9d5c7619..df71d267e 100644 Binary files a/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po index e9c966c16..7b5a9446c 100644 --- a/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/sk_SK/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.mo index 415ec636f..f60c40dba 100644 Binary files a/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po index 9e48dc9cf..3bc5dd264 100644 --- a/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/sv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Swedish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.mo index 6dcf8ecaf..e48c74c8b 100644 Binary files a/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.po index 076fffa28..4d3048a7d 100644 --- a/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/tr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.mo index db0cb8cdd..1d4cfa3d7 100644 Binary files a/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po index 25ea849a0..feada4619 100644 --- a/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/tr_TR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.mo index eb5754299..e57f77e3e 100644 Binary files a/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po index c05affdfa..762f82e9b 100644 --- a/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/vi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Vietnamese (http://www.transifex.com/torchbox/wagtail/" diff --git a/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.mo index 613748cc4..4a736fffb 100644 Binary files a/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/zh/LC_MESSAGES/django.po index 983a3da7b..b19e88f5d 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: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (http://www.transifex.com/torchbox/wagtail/language/" diff --git a/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.mo b/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.mo index 4e4c369b9..cfd3b79e5 100644 Binary files a/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.mo and b/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po b/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po index 751ce5fa9..5834d80b1 100644 --- a/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po +++ b/wagtail/wagtailusers/locale/zh_CN/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Wagtail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-01 18:52+0000\n" +"POT-Creation-Date: 2016-03-09 13:55+0000\n" "PO-Revision-Date: 2016-03-01 19:08+0000\n" "Last-Translator: mattwestcott \n" "Language-Team: Chinese (China) (http://www.transifex.com/torchbox/wagtail/"