IT: imported translations

This commit is contained in:
Tobias Diekershoff 2014-09-14 22:01:44 +02:00
parent e60a9e61fd
commit 1038ae0174
128 changed files with 5405 additions and 669 deletions

View file

@ -1,7 +1,12 @@
<?php
$a->strings["Fromapp settings updated."] = "";
$a->strings["FromApp Settings"] = "";
$a->strings["The application name you would like to show your posts originating from."] = "";
$a->strings["Use this application name even if another application was used."] = "";
$a->strings["Submit"] = "Invia";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.";
$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
$a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata.";
$a->strings["Save Settings"] = "Salva Impostazioni";