2015-04-13 09:37:55 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_pt_br")) {
|
|
|
|
function string_plural_select_pt_br($n){
|
2021-02-01 12:47:38 -05:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n > 1);
|
2015-04-13 09:37:55 -04:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Permission denied."] = "Permissão negada.";
|
|
|
|
$a->strings["Save Settings"] = "Salvar configurações";
|
2016-01-03 06:25:12 -05:00
|
|
|
$a->strings["Error when registering buffer connection:"] = "Erro ao registrar conexão de buffer:";
|
2015-04-13 09:37:55 -04:00
|
|
|
$a->strings["You are now authenticated to buffer. "] = "Você está autenticado no buffer.";
|
|
|
|
$a->strings["return to the connector page"] = "Volte a página de conectores.";
|
|
|
|
$a->strings["Post to Buffer"] = "Publicar no Buffer";
|
|
|
|
$a->strings["Buffer Export"] = "Exportar Buffer";
|
2016-01-03 06:25:12 -05:00
|
|
|
$a->strings["Authenticate your Buffer connection"] = "Autenticar sua conexão de Buffer";
|
2018-01-20 11:01:59 -05:00
|
|
|
$a->strings["Enable Buffer Post Addon"] = "Habilita addon para publicar no Buffer";
|
2015-04-13 09:37:55 -04:00
|
|
|
$a->strings["Post to Buffer by default"] = "Publica no Buffer por padrão";
|
|
|
|
$a->strings["Check to delete this preset"] = "Marque para excluir este perfil";
|