]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/lang/pt-br/strings.php
regenerated all the strings
[friendica-addons.git] / statusnet / 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['Post to GNU Social'] = 'Publicar no GNU Social';
9 $a->strings['GNU Social settings updated.'] = 'As configurações do GNU Social foram atualizadas.';
10 $a->strings['Save Settings'] = 'Salvar Configurações';
11 $a->strings['Log in with GNU Social'] = 'Entrar com o GNU Social';
12 $a->strings['Allow posting to GNU Social'] = 'Permitir a publicação no GNU Social';
13 $a->strings['Send public postings to GNU Social by default'] = 'Publicar posts públicos no GNU Social por padrão';
14 $a->strings['Import the remote timeline'] = 'Importar a linha do tempo remota';