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