IT fromgplus translation

This commit is contained in:
Tobias Diekershoff 2016-11-22 07:48:46 +01:00
parent bbafef4280
commit 7175105fe5
2 changed files with 30 additions and 14 deletions

View File

@ -5,13 +5,14 @@
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016
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: 2015-08-31 10:12+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"POT-Creation-Date: 2016-11-12 16:52+0000\n"
"PO-Revision-Date: 2016-11-22 06:48+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\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"
@ -19,22 +20,34 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: fromgplus.php:33
msgid "Google+ Import Settings"
msgstr "Impostazioni Importa Google+"
#: fromgplus.php:46 fromgplus.php:50
msgid "Google+ Mirror"
msgstr "Mirror Goggle+"
#: fromgplus.php:36
#: fromgplus.php:55
msgid "Enable Google+ Import"
msgstr "Abilita Importa da Google+"
#: fromgplus.php:39
#: fromgplus.php:58
msgid "Google Account ID"
msgstr "ID Google Account"
#: fromgplus.php:44
msgid "Submit"
msgstr "Invia"
#: fromgplus.php:61
msgid "Add keywords to post"
msgstr ""
#: fromgplus.php:59
#: fromgplus.php:66 fromgplus.php:95
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: fromgplus.php:87
msgid "Google+ Import Settings saved."
msgstr "Impostazioni Importa Google+ salvate"
#: fromgplus.php:96
msgid "Key"
msgstr ""
#: fromgplus.php:103
msgid "Settings updated."
msgstr "Impostazioni aggiornate."

View File

@ -5,8 +5,11 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Google+ Import Settings"] = "Impostazioni Importa Google+";
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
$a->strings["Google Account ID"] = "ID Google Account";
$a->strings["Submit"] = "Invia";
$a->strings["Add keywords to post"] = "";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
$a->strings["Key"] = "";
$a->strings["Settings updated."] = "Impostazioni aggiornate.";