some more PT BR translations THX Beatriz Vital

This commit is contained in:
Tobias Diekershoff 2016-08-23 07:46:05 +02:00
parent 3844124d9c
commit aa8c44dcc8
42 changed files with 1665 additions and 214 deletions

View file

@ -1,17 +1,22 @@
<?php
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
$a->strings["generic profile image"] = "Imagem genérica de perfil";
$a->strings["random geometric pattern"] = "Padrão geométrico randômico";
$a->strings["monster face"] = "cara de monstro";
$a->strings["computer generated face"] = "face gerada por computador";
$a->strings["retro arcade style face"] = "estilo de face arcade retrô";
$a->strings["Warning"] = "Aviso";
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
$a->strings["This addon is not functional on your server."] = "";
$a->strings["Information"] = "";
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Enviar";
$a->strings["Default avatar image"] = "Imagem padrão do Avatar ";
$a->strings["Select default avatar image if none was found. See README"] = "";
$a->strings["Libravatar settings updated."] = "";
<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
return ($n > 1);;
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Não foi possível instalar o Libravatar.<br>Ele requer PHP >= 5.3";
$a->strings["generic profile image"] = "";
$a->strings["random geometric pattern"] = "";
$a->strings["monster face"] = "careta";
$a->strings["computer generated face"] = "";
$a->strings["retro arcade style face"] = "rosto de personagem de fliperama";
$a->strings["Warning"] = "";
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
$a->strings["This addon is not functional on your server."] = "";
$a->strings["Information"] = "";
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Enviar";
$a->strings["Default avatar image"] = "";
$a->strings["Select default avatar image if none was found. See README"] = "";
$a->strings["Libravatar settings updated."] = "";