]> git.mxchange.org Git - friendica-addons.git/blob - gpluspost/lang/it/strings.php
Additional work for PR 3778
[friendica-addons.git] / gpluspost / 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["Post to Google+"] = "Invia a Google+";
9 $a->strings["Enable Google+ Post Plugin"] = "Abilita il plugin di invio a Google+";
10 $a->strings["Google+ username"] = "Nome utente Google+";
11 $a->strings["Google+ password"] = "Password Google+";
12 $a->strings["Google+ page number"] = "Numero pagina Google+";
13 $a->strings["Post to Google+ by default"] = "Invia sempre a Google+";
14 $a->strings["Do not prevent posting loops"] = "Non prevenire i loop di invio";
15 $a->strings["Skip messages without links"] = "Salta i messaggi senza collegamenti";
16 $a->strings["Mirror all public posts"] = "Ricopia tutti i post pubblici";
17 $a->strings["Mirror Google Account ID"] = "Ricopia l'ID Google Account";
18 $a->strings["Save Settings"] = "Salva Impostazioni";
19 $a->strings["Google+ post failed. Queued for retry."] = "Invio a Google+ fallito. In attesa di riprovare.";