]> git.mxchange.org Git - friendica-addons.git/blob - superblock/lang/pt-br/strings.php
regenerated all the strings
[friendica-addons.git] / superblock / 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         $n = intval($n);
6         return intval($n > 1);
7 }}
8 $a->strings['"Blockem" Settings'] = 'Configurações do "Blockem"';
9 $a->strings['Comma separated profile URLS to block'] = 'URLs de perfis a serem bloqueados, separados por vírgulas';
10 $a->strings['Submit'] = 'Enviar';
11 $a->strings['BLOCKEM Settings saved.'] = 'As configurações do Blockem foram salvas.';
12 $a->strings['Blocked %s - Click to open/close'] = 'Bloqueou %s - Clique para abrir/fechar';
13 $a->strings['Unblock Author'] = 'Desbloquear autor';
14 $a->strings['Block Author'] = 'Bloquear autor';
15 $a->strings['blockem settings updated'] = 'As configurações do Blockem foram atualizadas.';