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