]> git.mxchange.org Git - friendica-addons.git/blob - showmore/lang/pt-br/strings.php
some more PT BR translations THX Beatriz Vital
[friendica-addons.git] / showmore / 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["\"Show more\" Settings"] = "Configurações de \"Mostrar mais\"";
9 $a->strings["Enable Show More"] = "Habilitar Mostrar Mais";
10 $a->strings["Cutting posts after how much characters"] = "Cortar as publicações depois de quantos caracteres";
11 $a->strings["Submit"] = "Enviar";
12 $a->strings["Show More Settings saved."] = "As configurações de Mostrar Mais foram salvas.";
13 $a->strings["show more"] = "mostrar mais";