some more PT BR translations THX Beatriz Vital

This commit is contained in:
Tobias Diekershoff 2016-08-23 07:46:05 +02:00
parent 3844124d9c
commit aa8c44dcc8
42 changed files with 1665 additions and 214 deletions

View file

@ -1,9 +1,14 @@
<?php
$a->strings["Post to libertree"] = "";
$a->strings["libertree Post Settings"] = "";
$a->strings["Enable Libertree Post Plugin"] = "";
$a->strings["Libertree API token"] = "";
$a->strings["Libertree site URL"] = "";
$a->strings["Post to Libertree by default"] = "";
$a->strings["Submit"] = "Enviar";
<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
return ($n > 1);;
}}
;
$a->strings["Post to libertree"] = "Publicar no Libertree";
$a->strings["libertree Post Settings"] = "Configurações de publicação do Libertree";
$a->strings["Enable Libertree Post Plugin"] = "Habilitar plug-in para publicar no Libertree";
$a->strings["Libertree API token"] = "";
$a->strings["Libertree site URL"] = "";
$a->strings["Post to Libertree by default"] = "Publicar no Libertree por padrão";
$a->strings["Submit"] = "Enviar";