]> git.mxchange.org Git - friendica-addons.git/blob - fromgplus/lang/it/strings.php
Merge pull request #390 from annando/1612-twitter-api-changes
[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["Add keywords to post"] = "";
12 $a->strings["Save Settings"] = "Salva Impostazioni";
13 $a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
14 $a->strings["Key"] = "";
15 $a->strings["Settings updated."] = "Impostazioni aggiornate.";