From 7175105fe5f43a3e5ce238fa73a996043a7d5d65 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 22 Nov 2016 07:48:46 +0100 Subject: [PATCH] IT fromgplus translation --- fromgplus/lang/it/messages.po | 37 +++++++++++++++++++++++------------ fromgplus/lang/it/strings.php | 7 +++++-- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/fromgplus/lang/it/messages.po b/fromgplus/lang/it/messages.po index 63384400..c522dea4 100644 --- a/fromgplus/lang/it/messages.po +++ b/fromgplus/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014-2015 +# Tobias Diekershoff , 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 \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 \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." diff --git a/fromgplus/lang/it/strings.php b/fromgplus/lang/it/strings.php index f3abc3a0..f66250f9 100644 --- a/fromgplus/lang/it/strings.php +++ b/fromgplus/lang/it/strings.php @@ -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.";