]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromgplus/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / fromgplus / lang / it / strings.php
index c1c10ce55329b4c44c5d476f88584693916afb7d..451480d2cefc4e1b770544bcd98aded1db586593 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Google+ Import Settings"] = "";\r
-$a->strings["Enable Google+ Import"] = "";\r
-$a->strings["Google Account ID"] = "ID Google Account";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$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["Save Settings"] = "Salva Impostazioni";
+$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";