forked from friendica/friendica-addons
16 lines
1.1 KiB
PHP
16 lines
1.1 KiB
PHP
|
<?php
|
||
|
|
||
|
$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["Information"] = "";
|
||
|
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this 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 at Gravatar. See README"] = "Selecione a imagem padrão do Avatar se nenhuma for encontrada no Gravatar. Veja o Leiame";
|
||
|
$a->strings["Rating of images"] = "Avaliação de imagens";
|
||
|
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
|
||
|
$a->strings["Gravatar settings updated."] = "Configurações do Avatar atualizadas";
|