]> git.mxchange.org Git - friendica-addons.git/blob - gpluspost/lang/pt-br/strings.php
ac49ee400733bcb8dd359384d3a905292f73d2f1
[friendica-addons.git] / gpluspost / 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["Post to Google+"] = "Publicar no Google+";
9 $a->strings["Enable Google+ Post Plugin"] = "Habilitar plug-in para publicar no Google+";
10 $a->strings["Google+ username"] = "";
11 $a->strings["Google+ password"] = "Senha do Google+";
12 $a->strings["Google+ page number"] = "";
13 $a->strings["Post to Google+ by default"] = "Publicar no Google+ por padrão";
14 $a->strings["Do not prevent posting loops"] = "";
15 $a->strings["Skip messages without links"] = "";
16 $a->strings["Mirror all public posts"] = "";
17 $a->strings["Mirror Google Account ID"] = "";
18 $a->strings["Save Settings"] = "Salvar Configurações";
19 $a->strings["Google+ post failed. Queued for retry."] = "Falha ao publicar no Google+. Na fila para tentar novamente.";