forked from friendica/friendica-addons
group text addon IT translation update THX Sylke Vicious
This commit is contained in:
parent
b99d9b551c
commit
f2478ed94e
|
@ -5,13 +5,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
||||||
|
# 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: 2017-09-20 06:08+0000\n"
|
"PO-Revision-Date: 2021-02-16 12:48+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"
|
||||||
|
@ -19,18 +20,14 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: group_text.php:46
|
#: group_text.php:62
|
||||||
msgid "Group Text settings updated."
|
|
||||||
msgstr "Impostazioni di \"Editor Gruppi Testuale\" aggiornate."
|
|
||||||
|
|
||||||
#: group_text.php:76
|
|
||||||
msgid "Group Text"
|
msgid "Group Text"
|
||||||
msgstr "Editor Gruppi Testuale"
|
msgstr "Editor Gruppi Testuale"
|
||||||
|
|
||||||
#: group_text.php:78
|
#: group_text.php:64
|
||||||
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
|
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
|
||||||
msgstr "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\""
|
msgstr "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\""
|
||||||
|
|
||||||
#: group_text.php:84
|
#: group_text.php:70
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Invia"
|
msgstr "Salva Impostazioni"
|
||||||
|
|
|
@ -6,7 +6,6 @@ function string_plural_select_it($n){
|
||||||
return intval($n != 1);
|
return intval($n != 1);
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Group Text settings updated."] = "Impostazioni di \"Editor Gruppi Testuale\" aggiornate.";
|
|
||||||
$a->strings["Group Text"] = "Editor Gruppi Testuale";
|
$a->strings["Group Text"] = "Editor Gruppi Testuale";
|
||||||
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\"";
|
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\"";
|
||||||
$a->strings["Submit"] = "Invia";
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||||
|
|
Loading…
Reference in a new issue