]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/pt-br/strings.php
jappixmini addon IT translation update THX Sylke Vicious
[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         $n = intval($n);
6         return intval($n > 1);
7 }}
8 ;
9 $a->strings["Post to Wordpress"] = "Publicar no Wordpress";
10 $a->strings["WordPress Post Settings"] = "Configurações de publicação no WordPress";
11 $a->strings["Enable WordPress Post Addon"] = "Habilitar plug-in para publicar no WordPress";
12 $a->strings["WordPress username"] = "Nome de usuário no WordPress";
13 $a->strings["WordPress password"] = "Senha do WordPress";
14 $a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão";
15 $a->strings["Submit"] = "Enviar";