mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
some more PT BR translations THX Beatriz Vital
This commit is contained in:
parent
3844124d9c
commit
aa8c44dcc8
42 changed files with 1665 additions and 214 deletions
|
@ -1,13 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Wordpress"] = "Postar no WordPress";
|
||||
$a->strings["WordPress Post Settings"] = "Configurações de postagem do WordPress";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "Habilitar plugin de postagem do WordPress";
|
||||
$a->strings["WordPress username"] = "Usuário WordPress";
|
||||
$a->strings["WordPress password"] = "Senha WordPress";
|
||||
$a->strings["WordPress API URL"] = "URL da API do WordPress";
|
||||
$a->strings["Post to WordPress by default"] = "Postar para o WordPress como padrão";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Post from Friendica"] = "Postar do Friendica";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "";
|
||||
<?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";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "Habilitar plug-in para publicar no WordPress";
|
||||
$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"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue