mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
|
@ -1,12 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Forums"] = "Forum";
|
||||
$a->strings["show/hide"] = "";
|
||||
$a->strings["No forum subscriptions"] = "";
|
||||
$a->strings["Forums:"] = "Forum:";
|
||||
$a->strings["Forumlist settings updated."] = "";
|
||||
$a->strings["Forumlist Settings"] = "";
|
||||
$a->strings["Randomise forum list"] = "";
|
||||
$a->strings["Show forums on profile page"] = "";
|
||||
$a->strings["Show forums on network page"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?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.";
|
||||
$a->strings["Forumlist"] = "Elenco Forum";
|
||||
$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";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue