translations updates for 2023.03

This commit is contained in:
Tobias Diekershoff 2023-04-09 07:58:49 +02:00
parent 91bb323a16
commit 1c677722b3
148 changed files with 1875 additions and 2233 deletions

View file

@ -4,62 +4,71 @@
#
#
# Translators:
# Lorem Ipsum <aditoo@seznam.cz>, 2018
# Aditoo, 2018
# Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-06-10 09:07+0000\n"
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2014-06-23 12:58+0000\n"
"Last-Translator: Aditoo, 2018\n"
"Language-Team: Czech (http://app.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: tumblr.php:34
#: tumblr.php:39
msgid "Permission denied."
msgstr "Přístup odmítnut."
#: tumblr.php:144
msgid "You are now authenticated to tumblr."
msgstr "Nyní jste přihlášen k tumblr."
#: tumblr.php:69
msgid "Save Settings"
msgstr ""
#: tumblr.php:145
#: tumblr.php:71
msgid "Consumer Key"
msgstr ""
#: tumblr.php:72
msgid "Consumer Secret"
msgstr ""
#: tumblr.php:177
msgid "You are now authenticated to tumblr."
msgstr "Nyní jste přihlášen/a k Tumblr."
#: tumblr.php:178
msgid "return to the connector page"
msgstr "návrat ke stránce konektor"
#: tumblr.php:158
#: tumblr.php:194
msgid "Post to Tumblr"
msgstr "Příspěvek na Tumbir"
msgstr "Posílat na Tumblr"
#: tumblr.php:185
msgid "Tumblr Post Settings"
msgstr "Nastavení Tumblr Post"
#: tumblr.php:225
msgid "Post to page:"
msgstr "Posílat na stránku:"
#: tumblr.php:188
#: tumblr.php:231
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Znovu) přihlásit k Vaší tumblr stránce"
msgstr "(Znovu) přihlásit k Vaší stránce Tumblr"
#: tumblr.php:192
#: tumblr.php:232
msgid "You are not authenticated to tumblr"
msgstr "Nyní nejste přihlášen/a k Tumblr."
#: tumblr.php:237
msgid "Enable Tumblr Post Addon"
msgstr "Povolit doplněk Tumblr Post"
#: tumblr.php:197
#: tumblr.php:238
msgid "Post to Tumblr by default"
msgstr "Standardně posílat příspěvky na Tumbir"
msgstr "Ve výchozím stavu posílat příspěvky na Tumblr"
#: tumblr.php:217
msgid "Post to page:"
msgstr "Příspěvek ke stránce:"
#: tumblr.php:228
msgid "You are not authenticated to tumblr"
msgstr "Nyní nejste přihlášen k tumblr."
#: tumblr.php:233
msgid "Submit"
msgstr "Odeslat"
#: tumblr.php:244
msgid "Tumblr Export"
msgstr ""

View file

@ -6,13 +6,11 @@ function string_plural_select_cs($n){
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
}}
$a->strings['Permission denied.'] = 'Přístup odmítnut.';
$a->strings['You are now authenticated to tumblr.'] = 'Nyní jste přihlášen k tumblr.';
$a->strings['You are now authenticated to tumblr.'] = 'Nyní jste přihlášen/a k Tumblr.';
$a->strings['return to the connector page'] = 'návrat ke stránce konektor';
$a->strings['Post to Tumblr'] = 'Příspěvek na Tumbir';
$a->strings['Tumblr Post Settings'] = 'Nastavení Tumblr Post';
$a->strings['(Re-)Authenticate your tumblr page'] = '(Znovu) přihlásit k Vaší tumblr stránce';
$a->strings['Post to Tumblr'] = 'Posílat na Tumblr';
$a->strings['Post to page:'] = 'Posílat na stránku:';
$a->strings['(Re-)Authenticate your tumblr page'] = '(Znovu) přihlásit k Vaší stránce Tumblr';
$a->strings['You are not authenticated to tumblr'] = 'Nyní nejste přihlášen/a k Tumblr.';
$a->strings['Enable Tumblr Post Addon'] = 'Povolit doplněk Tumblr Post';
$a->strings['Post to Tumblr by default'] = 'Standardně posílat příspěvky na Tumbir';
$a->strings['Post to page:'] = 'Příspěvek ke stránce:';
$a->strings['You are not authenticated to tumblr'] = 'Nyní nejste přihlášen k tumblr.';
$a->strings['Submit'] = 'Odeslat';
$a->strings['Post to Tumblr by default'] = 'Ve výchozím stavu posílat příspěvky na Tumblr';

View file

@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
"PO-Revision-Date: 2021-02-06 16:53+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2014-06-23 12:58+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021\n"
"Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -25,7 +25,7 @@ msgstr ""
msgid "Permission denied."
msgstr "Zugriff verweigert."
#: tumblr.php:69 tumblr.php:283
#: tumblr.php:69
msgid "Save Settings"
msgstr "Einstellungen speichern"
@ -49,26 +49,26 @@ msgstr "zurück zur Connector-Seite"
msgid "Post to Tumblr"
msgstr "Auf Tumblr veröffentlichen"
#: tumblr.php:224 tumblr.php:228
msgid "Tumblr Export"
msgstr "Tumblr Export"
#: tumblr.php:232
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Re-)Authentifizierung deiner tumblr-Seite"
#: tumblr.php:236
msgid "Enable Tumblr Post Addon"
msgstr "Tumblr-Post-Addon aktivieren"
#: tumblr.php:242
msgid "Post to Tumblr by default"
msgstr "Standardmäßig bei Tumblr veröffentlichen"
#: tumblr.php:263
#: tumblr.php:225
msgid "Post to page:"
msgstr "Auf tumblr veröffentlichen"
#: tumblr.php:277
#: tumblr.php:231
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Re-)Authentifizierung deiner tumblr-Seite"
#: tumblr.php:232
msgid "You are not authenticated to tumblr"
msgstr "Du bist gegenüber tumblr nicht authentifiziert"
#: tumblr.php:237
msgid "Enable Tumblr Post Addon"
msgstr "Tumblr-Post-Addon aktivieren"
#: tumblr.php:238
msgid "Post to Tumblr by default"
msgstr "Standardmäßig bei Tumblr veröffentlichen"
#: tumblr.php:244
msgid "Tumblr Export"
msgstr "Tumblr Export"

View file

@ -12,9 +12,9 @@ $a->strings['Consumer Secret'] = 'Consumer Secret';
$a->strings['You are now authenticated to tumblr.'] = 'Du bist nun auf tumblr authentifiziert.';
$a->strings['return to the connector page'] = 'zurück zur Connector-Seite';
$a->strings['Post to Tumblr'] = 'Auf Tumblr veröffentlichen';
$a->strings['Tumblr Export'] = 'Tumblr Export';
$a->strings['Post to page:'] = 'Auf tumblr veröffentlichen';
$a->strings['(Re-)Authenticate your tumblr page'] = '(Re-)Authentifizierung deiner tumblr-Seite';
$a->strings['You are not authenticated to tumblr'] = 'Du bist gegenüber tumblr nicht authentifiziert';
$a->strings['Enable Tumblr Post Addon'] = 'Tumblr-Post-Addon aktivieren';
$a->strings['Post to Tumblr by default'] = 'Standardmäßig bei Tumblr veröffentlichen';
$a->strings['Post to page:'] = 'Auf tumblr veröffentlichen';
$a->strings['You are not authenticated to tumblr'] = 'Du bist gegenüber tumblr nicht authentifiziert';
$a->strings['Tumblr Export'] = 'Tumblr Export';

View file

@ -5,60 +5,69 @@
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
# Sylke Vicious <silkevicious@gmail.com>, 2021
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-19 13:25+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2014-06-23 12:58+0000\n"
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>, 2021\n"
"Language-Team: Italian (http://app.transifex.com/Friendica/friendica/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"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: tumblr.php:34
#: tumblr.php:39
msgid "Permission denied."
msgstr "Permesso negato."
#: tumblr.php:144
#: tumblr.php:69
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: tumblr.php:71
msgid "Consumer Key"
msgstr "Consumer Key"
#: tumblr.php:72
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: tumblr.php:177
msgid "You are now authenticated to tumblr."
msgstr "Sei autenticato su Tumblr."
#: tumblr.php:145
#: tumblr.php:178
msgid "return to the connector page"
msgstr "ritorna alla pagina del connettore"
#: tumblr.php:158
#: tumblr.php:194
msgid "Post to Tumblr"
msgstr "Invia a Tumblr"
#: tumblr.php:185
msgid "Tumblr Post Settings"
msgstr "Impostazioni di invio a Tumblr"
#: tumblr.php:188
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Ri)Autenticati con la tua pagina Tumblr"
#: tumblr.php:192
msgid "Enable Tumblr Post Addon"
msgstr "Abilita componente aggiuntivo di invio a Tumblr"
#: tumblr.php:197
msgid "Post to Tumblr by default"
msgstr "Invia sempre a Tumblr"
#: tumblr.php:217
#: tumblr.php:225
msgid "Post to page:"
msgstr "Invia alla pagina:"
#: tumblr.php:228
#: tumblr.php:231
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Ri)Autenticati con la tua pagina Tumblr"
#: tumblr.php:232
msgid "You are not authenticated to tumblr"
msgstr "Non sei autenticato su Tumblr"
#: tumblr.php:233
msgid "Submit"
msgstr "Invia"
#: tumblr.php:237
msgid "Enable Tumblr Post Addon"
msgstr "Abilita componente aggiuntivo di invio a Tumblr"
#: tumblr.php:238
msgid "Post to Tumblr by default"
msgstr "Invia sempre a Tumblr"
#: tumblr.php:244
msgid "Tumblr Export"
msgstr "Esporta Tumblr"

View file

@ -3,16 +3,18 @@
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Permission denied.'] = 'Permesso negato.';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Consumer Key'] = 'Consumer Key';
$a->strings['Consumer Secret'] = 'Consumer Secret';
$a->strings['You are now authenticated to tumblr.'] = 'Sei autenticato su Tumblr.';
$a->strings['return to the connector page'] = 'ritorna alla pagina del connettore';
$a->strings['Post to Tumblr'] = 'Invia a Tumblr';
$a->strings['Tumblr Post Settings'] = 'Impostazioni di invio a Tumblr';
$a->strings['Post to page:'] = 'Invia alla pagina:';
$a->strings['(Re-)Authenticate your tumblr page'] = '(Ri)Autenticati con la tua pagina Tumblr';
$a->strings['You are not authenticated to tumblr'] = 'Non sei autenticato su Tumblr';
$a->strings['Enable Tumblr Post Addon'] = 'Abilita componente aggiuntivo di invio a Tumblr';
$a->strings['Post to Tumblr by default'] = 'Invia sempre a Tumblr';
$a->strings['Post to page:'] = 'Invia alla pagina:';
$a->strings['You are not authenticated to tumblr'] = 'Non sei autenticato su Tumblr';
$a->strings['Submit'] = 'Invia';
$a->strings['Tumblr Export'] = 'Esporta Tumblr';