IT update to the addon translations

This commit is contained in:
Tobias Diekershoff 2015-08-31 18:52:41 +02:00
parent b6a7200654
commit 797ee03eb8
74 changed files with 679 additions and 462 deletions

View file

@ -4,15 +4,15 @@
#
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2014-09-10 14:25+0000\n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-08-31 10:22+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\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"
"Content-Transfer-Encoding: 8bit\n"
@ -21,15 +21,15 @@ msgstr ""
#: qcomment.php:51
msgid ":-)"
msgstr ""
msgstr ":-)"
#: qcomment.php:51
msgid ":-("
msgstr ""
msgstr ":-("
#: qcomment.php:51
msgid "lol"
msgstr ""
msgstr "lol"
#: qcomment.php:54
msgid "Quick Comment Settings"
@ -46,8 +46,8 @@ msgid "Enter quick comments, one per line"
msgstr "Inserire un commento rapido, uno per linea"
#: qcomment.php:61
msgid "Save Settings"
msgstr "Salva Impostazioni"
msgid "Submit"
msgstr "Invia"
#: qcomment.php:75
msgid "Quick Comment settings saved."

View file

@ -5,11 +5,11 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings[":-)"] = "";
$a->strings[":-("] = "";
$a->strings["lol"] = "";
$a->strings[":-)"] = ":-)";
$a->strings[":-("] = ":-(";
$a->strings["lol"] = "lol";
$a->strings["Quick Comment Settings"] = "Impostazioni commento rapido";
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Trovi i commenti rapidi vicino al box dei commenti, a volte nascosti. Cliccali per inviare semplici risposte.";
$a->strings["Enter quick comments, one per line"] = "Inserire un commento rapido, uno per linea";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Submit"] = "Invia";
$a->strings["Quick Comment settings saved."] = "Impostazioni commento rapido salvate.";