mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +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,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
@ -12,4 +13,5 @@ $a->strings["Comma separated list of keywords to hide"] = "Elenco separato da vi
|
|||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari";
|
||||
$a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate.";
|
||||
$a->strings["%s - Click to open/close"] = "%s - Clicca per aprire / chiudere";
|
||||
$a->strings["Filtered tag: %s"] = "Tag filtrato: %s";
|
||||
$a->strings["Filtered word: %s"] = "Parola filtrata: %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue