2014-09-14 20:01:44 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Forums"] = "Forum";
|
|
|
|
$a->strings["show/hide"] = "mostra/nascondi";
|
|
|
|
$a->strings["No forum subscriptions"] = "Nessun forum collegato";
|
|
|
|
$a->strings["Forums:"] = "Forum:";
|
|
|
|
$a->strings["Forumlist settings updated."] = "Impostazioni Elenco Forum aggiornate.";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Forumlist Settings"] = "Impostazioni Elenco Forum";
|
2014-09-14 20:01:44 +00:00
|
|
|
$a->strings["Randomise forum list"] = "Ordina casualmente l'elenco";
|
|
|
|
$a->strings["Show forums on profile page"] = "Mostra i forum sulla pagina profilo";
|
|
|
|
$a->strings["Show forums on network page"] = "Mostra i forum sulla pagina Rete";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Submit"] = "Invia";
|