From ffa2269ec7ca881adb6f54a147c6cc536b77171e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 18:59:49 +0200 Subject: [PATCH] ljpost addon IT translation update THX Sylke Vicious --- ljpost/lang/it/messages.po | 23 ++++++++++++----------- ljpost/lang/it/strings.php | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ljpost/lang/it/messages.po b/ljpost/lang/it/messages.po index b7e70700..c7a8c3cb 100644 --- a/ljpost/lang/it/messages.po +++ b/ljpost/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014-2015,2018 +# Sylke Vicious , 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:23+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-02-16 12:57+0000\n" +"Last-Translator: Sylke Vicious \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,26 +24,26 @@ msgstr "" msgid "Post to LiveJournal" msgstr "Invia a LiveJournal" -#: ljpost.php:70 +#: ljpost.php:73 msgid "LiveJournal Post Settings" msgstr "Impostazioni invio a LiveJournal" -#: ljpost.php:72 +#: ljpost.php:75 msgid "Enable LiveJournal Post Addon" msgstr "Abilita il componente aggiuntivo di invio a LiveJournal" -#: ljpost.php:77 +#: ljpost.php:80 msgid "LiveJournal username" msgstr "Nome utente LiveJournal" -#: ljpost.php:82 +#: ljpost.php:85 msgid "LiveJournal password" msgstr "Password LiveJournal" -#: ljpost.php:87 +#: ljpost.php:90 msgid "Post to LiveJournal by default" msgstr "Invia sempre a LiveJournal" -#: ljpost.php:93 -msgid "Submit" -msgstr "Invia" +#: ljpost.php:96 +msgid "Save Settings" +msgstr "Salva Impostazioni" diff --git a/ljpost/lang/it/strings.php b/ljpost/lang/it/strings.php index aadebe8a..f19d42db 100644 --- a/ljpost/lang/it/strings.php +++ b/ljpost/lang/it/strings.php @@ -12,4 +12,4 @@ $a->strings["Enable LiveJournal Post Addon"] = "Abilita il componente aggiuntivo $a->strings["LiveJournal username"] = "Nome utente LiveJournal"; $a->strings["LiveJournal password"] = "Password LiveJournal"; $a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal"; -$a->strings["Submit"] = "Invia"; +$a->strings["Save Settings"] = "Salva Impostazioni";