updating the addon translations, missed some files due missing git fu

This commit is contained in:
Tobias Diekershoff 2015-04-03 13:17:32 +02:00
parent be2e3e6bf7
commit 4533ed9a34
302 changed files with 3081 additions and 2904 deletions

View file

@ -5,15 +5,15 @@ function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Post to Google+"] = "";
$a->strings["Enable Google+ Post Plugin"] = "";
$a->strings["Google+ username"] = "";
$a->strings["Google+ password"] = "";
$a->strings["Google+ page number"] = "";
$a->strings["Post to Google+ by default"] = "";
$a->strings["Do not prevent posting loops"] = "";
$a->strings["Skip messages without links"] = "";
$a->strings["Mirror all public posts"] = "";
$a->strings["Mirror Google Account ID"] = "";
$a->strings["Save Settings"] = "";
$a->strings["Google+ post failed. Queued for retry."] = "";
$a->strings["Post to Google+"] = "Invia a Google+";
$a->strings["Enable Google+ Post Plugin"] = "Abilita il plugin di invio a Google+";
$a->strings["Google+ username"] = "Nome utente Google+";
$a->strings["Google+ password"] = "Password Google+";
$a->strings["Google+ page number"] = "Numero pagina Google+";
$a->strings["Post to Google+ by default"] = "Invia sempre a Google+";
$a->strings["Do not prevent posting loops"] = "Non prevenire i loop di invio";
$a->strings["Skip messages without links"] = "Salta i messaggi senza collegamenti";
$a->strings["Mirror all public posts"] = "Ricopia tutti i post pubblici";
$a->strings["Mirror Google Account ID"] = "Ricopia l'ID Google Account";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Google+ post failed. Queued for retry."] = "Invio a Google+ fallito. In attesa di riprovare.";