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,8 +1,13 @@
<?php
$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["Show More Settings saved."] = "Impostazioni \"Mostra altro\" salvate.";
$a->strings["show more"] = "mostra di più";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "";
$a->strings["Enable Show More"] = "";
$a->strings["Cutting posts after how much characters"] = "";
$a->strings["Save Settings"] = "";
$a->strings["Show More Settings saved."] = "";
$a->strings["show more"] = "";