]> git.mxchange.org Git - friendica-addons.git/blob - dwpost/lang/pt-br/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / 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["Post to Dreamwidth"] = "Publicar no Dreamwidth";
10 $a->strings["Dreamwidth Post Settings"] = "Configurações de publicação no Dreamwidth";
11 $a->strings["Enable dreamwidth Post Addon"] = "Habilitar plug-in para publicar no Dreamwidth";
12 $a->strings["dreamwidth username"] = "Nome de usuário no Dreamwidth";
13 $a->strings["dreamwidth password"] = "Senha do Dreamwidth";
14 $a->strings["Post to dreamwidth by default"] = "Publicar no Dreamwidth por padrão";
15 $a->strings["Submit"] = "Enviar";