forked from friendica/friendica-addons
Merge pull request #1017 from tobiasd/20200917-lng
IT translation of the dwpost addon updated THX Sylke Vicious
This commit is contained in:
commit
a398dc0372
|
@ -5,13 +5,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# fabrixxm <fabrix.xm@gmail.com>, 2014,2018
|
# fabrixxm <fabrix.xm@gmail.com>, 2014,2018
|
||||||
|
# Sylke Vicious <silkevicious@gmail.com>, 2020
|
||||||
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: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2018-03-19 13:21+0000\n"
|
"PO-Revision-Date: 2020-09-15 11:15+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"
|
||||||
|
@ -25,7 +26,7 @@ msgstr "Invia a Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:70
|
#: dwpost.php:70
|
||||||
msgid "Dreamwidth Post Settings"
|
msgid "Dreamwidth Post Settings"
|
||||||
msgstr "Impostazioni Invio a Dreeamwidth"
|
msgstr "Impostazioni Invio a Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:72
|
#: dwpost.php:72
|
||||||
msgid "Enable dreamwidth Post Addon"
|
msgid "Enable dreamwidth Post Addon"
|
||||||
|
|
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
if(! function_exists("string_plural_select_it")) {
|
if(! function_exists("string_plural_select_it")) {
|
||||||
function string_plural_select_it($n){
|
function string_plural_select_it($n){
|
||||||
|
$n = intval($n);
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
|
$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
|
||||||
$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreeamwidth";
|
$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreamwidth";
|
||||||
$a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
|
$a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
|
||||||
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
|
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
|
||||||
$a->strings["dreamwidth password"] = "password Dreamwidth";
|
$a->strings["dreamwidth password"] = "password Dreamwidth";
|
||||||
|
|
Loading…
Reference in a new issue