IT translation update THX Fabio

This commit is contained in:
Tobias Diekershoff 2018-05-28 13:54:42 +02:00
parent 0c00f853ba
commit 83404d1f63
10 changed files with 293 additions and 57 deletions

View file

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Impostazioni \"Mostra altro\"";
$a->strings["Enable Show More"] = "Abilita \"Mostra altro\"";
$a->strings["Cutting posts after how much characters"] = "Dopo quanti caratteri tagliare il messaggio";
$a->strings["Submit"] = "Invia";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Show More Settings saved."] = "Impostazioni \"Mostra altro\" salvate.";
$a->strings["show more"] = "mostra di più";