From deb4adc4ab9700298c725c3216e580d13f51d2a3 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sat, 15 Feb 2020 00:57:52 +0530 Subject: [PATCH] l10n: Fix gettext not detecting no-python-format Looks like the annotation provided by Django has to be literally on the line above the line where the percent symbol is found. https://docs.djangoproject.com/en/3.0/topics/i18n/translation/#troubleshooting-gettext-incorrectly-detects-python-format-in-strings-with-percent-signs --- plinth/locale/bg/LC_MESSAGES/django.po | 12 +++++- plinth/locale/bn/LC_MESSAGES/django.po | 12 +++++- plinth/locale/cs/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/da/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/de/LC_MESSAGES/django.po | 16 +++++++- plinth/locale/django.pot | 12 +++++- plinth/locale/el/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/es/LC_MESSAGES/django.po | 18 +++++++-- plinth/locale/fa/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/fake/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/fr/LC_MESSAGES/django.po | 18 +++++++-- plinth/locale/gl/LC_MESSAGES/django.po | 12 +++++- plinth/locale/gu/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/hi/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/hu/LC_MESSAGES/django.po | 18 +++++++-- plinth/locale/id/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/it/LC_MESSAGES/django.po | 42 +++++++++++++-------- plinth/locale/ja/LC_MESSAGES/django.po | 12 +++++- plinth/locale/kn/LC_MESSAGES/django.po | 12 +++++- plinth/locale/lt/LC_MESSAGES/django.po | 12 +++++- plinth/locale/nb/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/nl/LC_MESSAGES/django.po | 18 +++++++-- plinth/locale/pl/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/pt/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/ru/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/sl/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/sv/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/ta/LC_MESSAGES/django.po | 12 +++++- plinth/locale/te/LC_MESSAGES/django.po | 13 ++++++- plinth/locale/tr/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/uk/LC_MESSAGES/django.po | 14 ++++++- plinth/locale/zh_Hans/LC_MESSAGES/django.po | 14 ++++++- plinth/modules/storage/__init__.py | 2 +- 33 files changed, 392 insertions(+), 87 deletions(-) diff --git a/plinth/locale/bg/LC_MESSAGES/django.po b/plinth/locale/bg/LC_MESSAGES/django.po index 239de5953..05b1fc4a3 100644 --- a/plinth/locale/bg/LC_MESSAGES/django.po +++ b/plinth/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-10-12 14:52+0000\n" "Last-Translator: Nevena Mircheva \n" "Language-Team: Bulgarian \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +msgid "Custom Section" +msgstr "" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4875,7 +4883,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/cs/LC_MESSAGES/django.po b/plinth/locale/cs/LC_MESSAGES/django.po index 21b975f5f..7a18a6905 100644 --- a/plinth/locale/cs/LC_MESSAGES/django.po +++ b/plinth/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-10-26 17:53+0000\n" "Last-Translator: Pavel Borecki \n" "Language-Team: Czech =2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.9.1-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Custom Services" +msgid "Custom Section" +msgstr "Uživatelem určené služby" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -5649,7 +5659,7 @@ msgid "The device is mounted by another user." msgstr "Zařízení je připojeno jiným uživatelem." #: plinth/modules/storage/__init__.py:326 -#, fuzzy, python-format, python-brace-format +#, fuzzy, no-python-format, python-brace-format #| msgid "" #| "Warning: Low space on system partition ({percent_used}% used, " #| "{free_space} free)." diff --git a/plinth/locale/da/LC_MESSAGES/django.po b/plinth/locale/da/LC_MESSAGES/django.po index 1f0d8783f..24157fcd6 100644 --- a/plinth/locale/da/LC_MESSAGES/django.po +++ b/plinth/locale/da/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2016-07-03 21:44+0000\n" "Last-Translator: Mikkel Kirkgaard Nielsen \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +msgid "Custom Section" +msgstr "" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4874,7 +4882,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/el/LC_MESSAGES/django.po b/plinth/locale/el/LC_MESSAGES/django.po index b5fa6078f..7b7ea82fb 100644 --- a/plinth/locale/el/LC_MESSAGES/django.po +++ b/plinth/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2020-01-25 17:21+0000\n" "Last-Translator: Nektarios Katakis \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Persian \n" "Language-Team: Plinth Developers \n" "Language-Team: French 1;\n" "X-Generator: Weblate 3.11-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Custom Services" +msgid "Custom Section" +msgstr "Services Personnalisés" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "Source de la page" @@ -5686,14 +5696,14 @@ msgid "The device is mounted by another user." msgstr "Le media est monté par un autre utilisateur." #: plinth/modules/storage/__init__.py:326 -#, fuzzy, python-format, python-brace-format +#, fuzzy, no-python-format, python-brace-format #| msgid "" #| "Warning: Low space on system partition ({percent_used}% used, " #| "{free_space} free)." msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" -"Attention : espace faible sur la partition système, " -"({percent_used}% utilisé, {free_space} libre)." +"Attention : espace faible sur la partition système, ({percent_used}% " +"utilisé, {free_space} libre)." #: plinth/modules/storage/__init__.py:328 msgid "Low disk space" diff --git a/plinth/locale/gl/LC_MESSAGES/django.po b/plinth/locale/gl/LC_MESSAGES/django.po index 527d9a7be..1ba72be2c 100644 --- a/plinth/locale/gl/LC_MESSAGES/django.po +++ b/plinth/locale/gl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-07-11 08:01+0000\n" "Last-Translator: Miguel A. Bouzada \n" "Language-Team: Galician \n" "Language-Team: Gujarati 1;\n" "X-Generator: Weblate 2.19-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Conversations" +msgid "Custom Section" +msgstr "વાતચીત" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -5086,7 +5096,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/hi/LC_MESSAGES/django.po b/plinth/locale/hi/LC_MESSAGES/django.po index cd6960393..7398cc1ce 100644 --- a/plinth/locale/hi/LC_MESSAGES/django.po +++ b/plinth/locale/hi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2018-08-09 20:39+0000\n" "Last-Translator: Gayathri Das \n" "Language-Team: Hindi 1;\n" "X-Generator: Weblate 3.2-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Custom Services" +msgid "Custom Section" +msgstr "कस्टम सर्विसस" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -5565,7 +5575,7 @@ msgid "The device is mounted by another user." msgstr "किसी और यूसर ने डिवाइस माउंट किया गया है." #: plinth/modules/storage/__init__.py:326 -#, fuzzy, python-format, python-brace-format +#, fuzzy, no-python-format, python-brace-format #| msgid "" #| "Warning: Low space on system partition ({percent_used}% used, " #| "{free_space} free)." diff --git a/plinth/locale/hu/LC_MESSAGES/django.po b/plinth/locale/hu/LC_MESSAGES/django.po index ea14ff6cf..9efc813d2 100644 --- a/plinth/locale/hu/LC_MESSAGES/django.po +++ b/plinth/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2020-01-03 07:55+0000\n" "Last-Translator: Doma Gergő \n" "Language-Team: Hungarian \n" "Language-Team: Indonesian \n" "Language-Team: Italian Per ristabilire un backup su un nuovo %(box_name)s sono necessarie " -"le credenziali ssh e, se scelta, la passphrase di crittografia." +"Le credenziali di questo repository sono memorizzate sul vostro " +"%(box_name)s.
Per ristabilire un backup su un nuovo %(box_name)s sono " +"necessarie le credenziali ssh e, se scelta, la passphrase di crittografia." #: plinth/modules/backups/templates/backups_add_remote_repository.html:43 #, fuzzy @@ -1139,8 +1149,8 @@ msgstr "" "utente apparirà username@diaspora.%(domain_name)s
. Nel caso in " "cui il nome di dominio del FreedomBox venga cambiato, tutti i dati degli " "utenti registrati col podname precedente non saranno accessibili.
Puoi " -"accedere al pod diaspora* da diaspora.%(domain_name)s" +"accedere al pod diaspora* da diaspora.%(domain_name)s" #: plinth/modules/diaspora/templates/diaspora-pre-setup.html:58 #: plinth/modules/dynamicdns/templates/dynamicdns_configure.html:40 @@ -1968,8 +1978,8 @@ msgid "" "For more information about the %(box_name)s project, see the %(box_name)s Wiki." msgstr "" -"Per maggiori informazioni sul progetto %(box_name)s, vedi l'wiki." +"Per maggiori informazioni sul progetto %(box_name)s, vedi l'wiki." #: plinth/modules/help/templates/help_about.html:75 #, fuzzy @@ -2112,10 +2122,10 @@ msgid "" "oftc.net/?randomnick=1&channels=freedombox&prompt=1\"> #freedombox " "channel using the IRC web interface." msgstr "" -"Molti contributori e utenti %(box_name)s sono disponibili nella rete IRC " -"irc.oftc.net. Unisciti e chiedi aiuto a nel canale #freedombox usando l'interfaccia web IRC." +"Molti contributori e utenti %(box_name)s sono disponibili nella rete IRC irc." +"oftc.net. Unisciti e chiedi aiuto a nel canale #freedombox usando " +"l'interfaccia web IRC." #: plinth/modules/help/templates/help_manual.html:40 #, fuzzy @@ -3041,9 +3051,9 @@ msgstr "" "tramite SSH potranno verificare di essere connessi all'host corretto. " "Affinché gli utenti si fidino della chiave, almeno una persona (di solito il " "proprietario della macchina) deve firmare la chiave utilizzando il normale " -"processo di firma della chiave OpenPGP. Vedere la Monkeysphere SSH " -"documentation per maggiori dettagli." +"processo di firma della chiave OpenPGP. Vedere la Monkeysphere SSH documentation " +"per maggiori dettagli." #: plinth/modules/monkeysphere/__init__.py:43 msgid "" @@ -5554,7 +5564,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/ja/LC_MESSAGES/django.po b/plinth/locale/ja/LC_MESSAGES/django.po index 8c54b5518..09c493fa7 100644 --- a/plinth/locale/ja/LC_MESSAGES/django.po +++ b/plinth/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +msgid "Custom Section" +msgstr "" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4875,7 +4883,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/kn/LC_MESSAGES/django.po b/plinth/locale/kn/LC_MESSAGES/django.po index 8c54b5518..09c493fa7 100644 --- a/plinth/locale/kn/LC_MESSAGES/django.po +++ b/plinth/locale/kn/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +msgid "Custom Section" +msgstr "" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4875,7 +4883,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/lt/LC_MESSAGES/django.po b/plinth/locale/lt/LC_MESSAGES/django.po index fe7c6f264..e01c43546 100644 --- a/plinth/locale/lt/LC_MESSAGES/django.po +++ b/plinth/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,6 +19,14 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +msgid "Custom Section" +msgstr "" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4876,7 +4884,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/nb/LC_MESSAGES/django.po b/plinth/locale/nb/LC_MESSAGES/django.po index 348da6114..7086d8f0b 100644 --- a/plinth/locale/nb/LC_MESSAGES/django.po +++ b/plinth/locale/nb/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2020-02-14 03:18+0000\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Polish =20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Connection refused" +msgid "Custom Section" +msgstr "Odmowa dostępu" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "Źródło strony" @@ -5241,7 +5251,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/pt/LC_MESSAGES/django.po b/plinth/locale/pt/LC_MESSAGES/django.po index 8979c9d60..b214d938f 100644 --- a/plinth/locale/pt/LC_MESSAGES/django.po +++ b/plinth/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-12-16 22:57+0000\n" "Last-Translator: adaragao \n" "Language-Team: Portuguese \n" "Language-Team: Russian =20) ? 1 : 2;\n" "X-Generator: Weblate 3.8-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Custom Services" +msgid "Custom Section" +msgstr "Пользовательские службы" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -5702,7 +5712,7 @@ msgid "The device is mounted by another user." msgstr "Устройство подключено другим пользователем." #: plinth/modules/storage/__init__.py:326 -#, fuzzy, python-format, python-brace-format +#, fuzzy, no-python-format, python-brace-format #| msgid "" #| "Warning: Low space on system partition ({percent_used}% used, " #| "{free_space} free)." diff --git a/plinth/locale/sl/LC_MESSAGES/django.po b/plinth/locale/sl/LC_MESSAGES/django.po index 40ed5614c..869d066a5 100644 --- a/plinth/locale/sl/LC_MESSAGES/django.po +++ b/plinth/locale/sl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-05-07 20:48+0000\n" "Last-Translator: Erik Ušaj \n" "Language-Team: Slovenian \n" "Language-Team: Swedish \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +msgid "Custom Section" +msgstr "" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4875,7 +4883,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/te/LC_MESSAGES/django.po b/plinth/locale/te/LC_MESSAGES/django.po index e06dba23d..4155b4da1 100644 --- a/plinth/locale/te/LC_MESSAGES/django.po +++ b/plinth/locale/te/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2020-02-10 05:50+0000\n" "Last-Translator: Joseph Nuthalapati \n" "Language-Team: Telugu \n" "Language-Team: Turkish 1;\n" "X-Generator: Weblate 3.8-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Custom Services" +msgid "Custom Section" +msgstr "Özel Servisler" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -5717,7 +5727,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, fuzzy, python-format, python-brace-format +#, fuzzy, no-python-format, python-brace-format #| msgid "" #| "Warning: Low space on system partition ({percent_used}% used, " #| "{free_space} free)." diff --git a/plinth/locale/uk/LC_MESSAGES/django.po b/plinth/locale/uk/LC_MESSAGES/django.po index c812e15e2..80ccac813 100644 --- a/plinth/locale/uk/LC_MESSAGES/django.po +++ b/plinth/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-01-04 17:06+0000\n" "Last-Translator: prolinux ukraine \n" "Language-Team: Ukrainian =20) ? 1 : 2;\n" "X-Generator: Weblate 3.4-dev\n" +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:23 +#, fuzzy +#| msgid "Connection refused" +msgid "Custom Section" +msgstr "З’єднання відхилено" + +#: doc/dev/_build/html/_sources/tutorial/customizing.rst.txt:26 +msgid "Custom paragraph content." +msgstr "" + #: doc/dev/_templates/layout.html:11 msgid "Page source" msgstr "" @@ -4973,7 +4983,7 @@ msgid "The device is mounted by another user." msgstr "" #: plinth/modules/storage/__init__.py:326 -#, python-format, python-brace-format +#, no-python-format, python-brace-format msgid "Low space on system partition: {percent_used}% used, {free_space} free." msgstr "" diff --git a/plinth/locale/zh_Hans/LC_MESSAGES/django.po b/plinth/locale/zh_Hans/LC_MESSAGES/django.po index 8f22f1e0d..93b5f397d 100644 --- a/plinth/locale/zh_Hans/LC_MESSAGES/django.po +++ b/plinth/locale/zh_Hans/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Plinth\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-10 18:35-0500\n" +"POT-Creation-Date: 2020-02-14 21:26+0200\n" "PO-Revision-Date: 2019-09-13 05:23+0000\n" "Last-Translator: Anxin YI <2732146152@qq.com>\n" "Language-Team: Chinese (Simplified)