friendica-addons/showmore/lang/pt-br/strings.php

14 lines
567 B
PHP

<?php
if(! function_exists("string_plural_select_pt_br")) {
function string_plural_select_pt_br($n){
$n = intval($n);
return intval($n > 1);
}}
$a->strings['"Show more" Settings'] = 'Configurações de "Mostrar mais"';
$a->strings['Enable Show More'] = 'Habilitar Mostrar Mais';
$a->strings['Cutting posts after how much characters'] = 'Cortar as publicações depois de quantos caracteres';
$a->strings['Submit'] = 'Enviar';
$a->strings['Show More Settings saved.'] = 'As configurações de Mostrar Mais foram salvas.';
$a->strings['show more'] = 'mostrar mais';