ljpost addon IT translation update THX Sylke Vicious
This commit is contained in:
parent
a3e13179f0
commit
ffa2269ec7
2 changed files with 13 additions and 12 deletions
|
@ -5,13 +5,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
|
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
|
||||||
|
# Sylke Vicious <silkevicious@gmail.com>, 2021
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||||
"PO-Revision-Date: 2018-03-19 13:23+0000\n"
|
"PO-Revision-Date: 2021-02-16 12:57+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -23,26 +24,26 @@ msgstr ""
|
||||||
msgid "Post to LiveJournal"
|
msgid "Post to LiveJournal"
|
||||||
msgstr "Invia a LiveJournal"
|
msgstr "Invia a LiveJournal"
|
||||||
|
|
||||||
#: ljpost.php:70
|
#: ljpost.php:73
|
||||||
msgid "LiveJournal Post Settings"
|
msgid "LiveJournal Post Settings"
|
||||||
msgstr "Impostazioni invio a LiveJournal"
|
msgstr "Impostazioni invio a LiveJournal"
|
||||||
|
|
||||||
#: ljpost.php:72
|
#: ljpost.php:75
|
||||||
msgid "Enable LiveJournal Post Addon"
|
msgid "Enable LiveJournal Post Addon"
|
||||||
msgstr "Abilita il componente aggiuntivo di invio a LiveJournal"
|
msgstr "Abilita il componente aggiuntivo di invio a LiveJournal"
|
||||||
|
|
||||||
#: ljpost.php:77
|
#: ljpost.php:80
|
||||||
msgid "LiveJournal username"
|
msgid "LiveJournal username"
|
||||||
msgstr "Nome utente LiveJournal"
|
msgstr "Nome utente LiveJournal"
|
||||||
|
|
||||||
#: ljpost.php:82
|
#: ljpost.php:85
|
||||||
msgid "LiveJournal password"
|
msgid "LiveJournal password"
|
||||||
msgstr "Password LiveJournal"
|
msgstr "Password LiveJournal"
|
||||||
|
|
||||||
#: ljpost.php:87
|
#: ljpost.php:90
|
||||||
msgid "Post to LiveJournal by default"
|
msgid "Post to LiveJournal by default"
|
||||||
msgstr "Invia sempre a LiveJournal"
|
msgstr "Invia sempre a LiveJournal"
|
||||||
|
|
||||||
#: ljpost.php:93
|
#: ljpost.php:96
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Invia"
|
msgstr "Salva Impostazioni"
|
||||||
|
|
|
@ -12,4 +12,4 @@ $a->strings["Enable LiveJournal Post Addon"] = "Abilita il componente aggiuntivo
|
||||||
$a->strings["LiveJournal username"] = "Nome utente LiveJournal";
|
$a->strings["LiveJournal username"] = "Nome utente LiveJournal";
|
||||||
$a->strings["LiveJournal password"] = "Password LiveJournal";
|
$a->strings["LiveJournal password"] = "Password LiveJournal";
|
||||||
$a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal";
|
$a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal";
|
||||||
$a->strings["Submit"] = "Invia";
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||||
|
|
Loading…
Reference in a new issue