irc IT translation THX Sylke Vicious
parent
9b39902135
commit
a423d92649
|
@ -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>, 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: 2015-07-08 13:17+0200\n"
|
"POT-Creation-Date: 2015-07-08 13:17+0200\n"
|
||||||
"PO-Revision-Date: 2017-09-20 06:08+0000\n"
|
"PO-Revision-Date: 2020-09-17 11:40+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"
|
||||||
|
@ -52,7 +53,7 @@ msgstr "Canali popolari (separati da virgola)"
|
||||||
msgid ""
|
msgid ""
|
||||||
"List of popular channels, will be displayed at the side and hotlinked for "
|
"List of popular channels, will be displayed at the side and hotlinked for "
|
||||||
"easy joining."
|
"easy joining."
|
||||||
msgstr "Lista di canali popolari: sarà visualizzata a lato e provvista di link per facilitare l'adesione."
|
msgstr "Lista di canali popolari: sarà visualizzata a lato e provvista di collegamento per facilitare l'adesione."
|
||||||
|
|
||||||
#: irc.php:57 irc.php:128
|
#: irc.php:57 irc.php:128
|
||||||
msgid "IRC settings saved."
|
msgid "IRC settings saved."
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
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);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
|
@ -11,7 +12,7 @@ $a->strings["Save Settings"] = "Salva Impostazioni";
|
||||||
$a->strings["Channel(s) to auto connect (comma separated)"] = "Canale(i) a cui autocollegarsi (separati da virgola)";
|
$a->strings["Channel(s) to auto connect (comma separated)"] = "Canale(i) a cui autocollegarsi (separati da virgola)";
|
||||||
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista di canali che a cui connettersi automaticamente quando l'app è avviata.";
|
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista di canali che a cui connettersi automaticamente quando l'app è avviata.";
|
||||||
$a->strings["Popular Channels (comma separated)"] = "Canali popolari (separati da virgola)";
|
$a->strings["Popular Channels (comma separated)"] = "Canali popolari (separati da virgola)";
|
||||||
$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista di canali popolari: sarà visualizzata a lato e provvista di link per facilitare l'adesione.";
|
$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista di canali popolari: sarà visualizzata a lato e provvista di collegamento per facilitare l'adesione.";
|
||||||
$a->strings["IRC settings saved."] = "Impostazioni IRC salvate.";
|
$a->strings["IRC settings saved."] = "Impostazioni IRC salvate.";
|
||||||
$a->strings["IRC Chatroom"] = "Stanza IRC";
|
$a->strings["IRC Chatroom"] = "Stanza IRC";
|
||||||
$a->strings["Popular Channels"] = "Canali Popolari";
|
$a->strings["Popular Channels"] = "Canali Popolari";
|
||||||
|
|
Loading…
Reference in New Issue