]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/pt-br/strings.php
Update strings
[friendica-addons.git] / libertree / 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 libertree"] = "Publicar no Libertree";
9 $a->strings["libertree Post Settings"] = "Configurações de publicação do Libertree";
10 $a->strings["Enable Libertree Post Addon"] = "Habilitar plug-in para publicar no Libertree";
11 $a->strings["Libertree API token"] = "";
12 $a->strings["Libertree site URL"] = "";
13 $a->strings["Post to Libertree by default"] = "Publicar no Libertree por padrão";
14 $a->strings["Submit"] = "Enviar";