Update IT strings

This commit is contained in:
fabrixxm 2018-03-19 21:28:00 +01:00
parent 7bfa963a56
commit bfd8e37fb8
87 changed files with 412 additions and 306 deletions

View file

@ -6,5 +6,7 @@ function string_plural_select_it($n){
}}
;
$a->strings["\"pageheader\" Settings"] = "Impostazioni \"Intestazione pagina\"";
$a->strings["Submit"] = "Invia";
$a->strings["Message"] = "Messaggio";
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Il messaggio da mostrare su ogni pagina di questo server (puoi anche aggiungere un file pageheader.html nella root)";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["pageheader Settings saved."] = "Impostazioni \"Intestazione pagina\" salvate.";