]> git.mxchange.org Git - friendica-addons.git/blob - fromgplus/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / fromgplus / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Google+ Mirror"] = "Mirror Goggle+";
9 $a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
10 $a->strings["Google Account ID"] = "ID Google Account";
11 $a->strings["Save Settings"] = "Salva Impostazioni";
12 $a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";