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: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-10-15 08:33+0000\n"
"PO-Revision-Date: 2015-08-31 10:12+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,7 +21,7 @@ msgstr ""
#: fromgplus.php:33
msgid "Google+ Import Settings"
msgstr ""
msgstr "Impostazioni Importa Google+"
#: fromgplus.php:36
msgid "Enable Google+ Import"
@ -33,7 +33,7 @@ msgstr "ID Google Account"
#: fromgplus.php:44
msgid "Submit"
msgstr ""
msgstr "Invia"
#: fromgplus.php:59
msgid "Google+ Import Settings saved."

View file

@ -5,8 +5,8 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Google+ Import Settings"] = "";
$a->strings["Google+ Import Settings"] = "Impostazioni Importa Google+";
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
$a->strings["Google Account ID"] = "ID Google Account";
$a->strings["Submit"] = "";
$a->strings["Submit"] = "Invia";
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";