2016-08-23 05:46:05 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_pt_br")) {
|
|
|
|
function string_plural_select_pt_br($n){
|
|
|
|
return ($n > 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Post to Wordpress"] = "Publicar no Wordpress";
|
|
|
|
$a->strings["WordPress Post Settings"] = "Configurações de publicação no WordPress";
|
2018-01-20 16:01:59 +00:00
|
|
|
$a->strings["Enable WordPress Post Addon"] = "Habilitar plug-in para publicar no WordPress";
|
2016-08-23 05:46:05 +00:00
|
|
|
$a->strings["WordPress username"] = "Nome de usuário no WordPress";
|
|
|
|
$a->strings["WordPress password"] = "Senha do WordPress";
|
|
|
|
$a->strings["WordPress API URL"] = "";
|
|
|
|
$a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão";
|
|
|
|
$a->strings["Provide a backlink to the Friendica post"] = "";
|
|
|
|
$a->strings["Submit"] = "Enviar";
|
|
|
|
$a->strings["Post from Friendica"] = "";
|
|
|
|
$a->strings["Read the original post and comment stream on Friendica"] = "";
|