mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT translation update THX Fabio
This commit is contained in:
parent
0c00f853ba
commit
83404d1f63
10 changed files with 293 additions and 57 deletions
|
@ -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ù";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue