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,17 +1,22 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Forum Directory"] = "";
|
||||
$a->strings["Public access denied."] = "Accesso negato.";
|
||||
$a->strings["Global Directory"] = "Elenco globale";
|
||||
$a->strings["Find on this site"] = "Cerca nel sito";
|
||||
$a->strings["Finding: "] = "Ricerca: ";
|
||||
$a->strings["Site Directory"] = "Elenco del sito";
|
||||
$a->strings["Find"] = "Trova";
|
||||
$a->strings["Age: "] = "Età : ";
|
||||
$a->strings["Gender: "] = "Genere:";
|
||||
$a->strings["Location:"] = "Posizione:";
|
||||
$a->strings["Gender:"] = "Genere:";
|
||||
$a->strings["Status:"] = "Stato:";
|
||||
$a->strings["Homepage:"] = "Homepage:";
|
||||
$a->strings["About:"] = "Informazioni:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta).";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forum Directory"] = "Elenco Forum";
|
||||
$a->strings["Public access denied."] = "Accesso negato.";
|
||||
$a->strings["Global Directory"] = "Elenco globale";
|
||||
$a->strings["Find on this site"] = "Cerca nel sito";
|
||||
$a->strings["Finding: "] = "Ricerca: ";
|
||||
$a->strings["Site Directory"] = "Elenco del sito";
|
||||
$a->strings["Find"] = "Trova";
|
||||
$a->strings["Age: "] = "Età : ";
|
||||
$a->strings["Gender: "] = "Genere:";
|
||||
$a->strings["Location:"] = "Posizione:";
|
||||
$a->strings["Gender:"] = "Genere:";
|
||||
$a->strings["Status:"] = "Stato:";
|
||||
$a->strings["Homepage:"] = "Homepage:";
|
||||
$a->strings["About:"] = "Informazioni:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta).";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue