]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/pt-br/strings.php
Merge pull request #1144 from annando/foruriid
[friendica-addons.git] / buffer / lang / pt-br / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pt_br")) {
4 function string_plural_select_pt_br($n){
5         $n = intval($n);
6         return intval($n > 1);
7 }}
8 ;
9 $a->strings["Permission denied."] = "Permissão negada.";
10 $a->strings["Save Settings"] = "Salvar configurações";
11 $a->strings["Error when registering buffer connection:"] = "Erro ao registrar conexão de buffer:";
12 $a->strings["You are now authenticated to buffer. "] = "Você está autenticado no buffer.";
13 $a->strings["return to the connector page"] = "Volte a página de conectores.";
14 $a->strings["Post to Buffer"] = "Publicar no Buffer";
15 $a->strings["Buffer Export"] = "Exportar Buffer";
16 $a->strings["Authenticate your Buffer connection"] = "Autenticar sua conexão de Buffer";
17 $a->strings["Enable Buffer Post Addon"] = "Habilita addon para publicar no Buffer";
18 $a->strings["Post to Buffer by default"] = "Publica no Buffer por padrão";
19 $a->strings["Check to delete this preset"] = "Marque para excluir este perfil";