mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
PT BR translations THX Beatriz Vital
This commit is contained in:
parent
ca00d0d58d
commit
70beedf075
12 changed files with 527 additions and 45 deletions
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"Blockem\" Settings"] = "Configurações \"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "URLS de perfis separados por vírgulas a serem bloqueados";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Configurações BLOCKEM armazenadas.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "Bloqueado %s - Clique para abrir/fechar";
|
||||
$a->strings["Unblock Author"] = "Desbloqueie Autor";
|
||||
$a->strings["Block Author"] = "Bloqueie Autor";
|
||||
$a->strings["blockem settings updated"] = "configurações blockem atualizadas";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\" Settings"] = "Configurações do \"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "URLs de perfis a serem bloqueados, separados por vírgulas";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["BLOCKEM Settings saved."] = "As configurações do Blockem foram salvas.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "Bloqueou %s - Clique para abrir/fechar";
|
||||
$a->strings["Unblock Author"] = "Desbloquear autor";
|
||||
$a->strings["Block Author"] = "Bloquear autor";
|
||||
$a->strings["blockem settings updated"] = "As configurações do Blockem foram atualizadas.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue