]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/pt-br/strings.php
fc59fcb38b79524c689961043a0282c8afdbf23e
[friendica-addons.git] / wppost / 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         return ($n > 1);;
6 }}
7 ;
8 $a->strings["Post to Wordpress"] = "Publicar no Wordpress";
9 $a->strings["WordPress Post Settings"] = "Configurações de publicação no WordPress";
10 $a->strings["Enable WordPress Post Addon"] = "Habilitar plug-in para publicar no WordPress";
11 $a->strings["WordPress username"] = "Nome de usuário no WordPress";
12 $a->strings["WordPress password"] = "Senha do WordPress";
13 $a->strings["WordPress API URL"] = "";
14 $a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão";
15 $a->strings["Provide a backlink to the Friendica post"] = "";
16 $a->strings["Submit"] = "Enviar";
17 $a->strings["Post from Friendica"] = "";
18 $a->strings["Read the original post and comment stream on Friendica"] = "";