regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,19 +5,18 @@ function string_plural_select_pt_br($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Forum Directory"] = "Diretório de Fóruns";
$a->strings["Public access denied."] = "Acesso do público negado.";
$a->strings["Global Directory"] = "Diretório Global";
$a->strings["Find on this site"] = "Procurar neste site";
$a->strings["Finding: "] = "Procurando:";
$a->strings["Site Directory"] = "Diretório do Site";
$a->strings["Find"] = "Procurar";
$a->strings["Age: "] = "Idade:";
$a->strings["Gender: "] = "Sexo:";
$a->strings["Location:"] = "Local:";
$a->strings["Gender:"] = "Sexo:";
$a->strings["Status:"] = "Estado:";
$a->strings["Homepage:"] = "Página principal:";
$a->strings["About:"] = "Sobre:";
$a->strings["No entries (some entries may be hidden)."] = "Sem resultados (alguns resultados podem estar ocultos).";
$a->strings['Forum Directory'] = 'Diretório de Fóruns';
$a->strings['Public access denied.'] = 'Acesso do público negado.';
$a->strings['Global Directory'] = 'Diretório Global';
$a->strings['Find on this site'] = 'Procurar neste site';
$a->strings['Finding: '] = 'Procurando:';
$a->strings['Site Directory'] = 'Diretório do Site';
$a->strings['Find'] = 'Procurar';
$a->strings['Age: '] = 'Idade:';
$a->strings['Gender: '] = 'Sexo:';
$a->strings['Location:'] = 'Local:';
$a->strings['Gender:'] = 'Sexo:';
$a->strings['Status:'] = 'Estado:';
$a->strings['Homepage:'] = 'Página principal:';
$a->strings['About:'] = 'Sobre:';
$a->strings['No entries (some entries may be hidden).'] = 'Sem resultados (alguns resultados podem estar ocultos).';