mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 01:18:48 +00:00
some more PT BR translations THX Beatriz Vital
This commit is contained in:
parent
3844124d9c
commit
aa8c44dcc8
42 changed files with 1665 additions and 214 deletions
19
gpluspost/lang/pt-br/strings.php
Normal file
19
gpluspost/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Google+"] = "Publicar no Google+";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "Habilitar plug-in para publicar no Google+";
|
||||
$a->strings["Google+ username"] = "";
|
||||
$a->strings["Google+ password"] = "Senha do Google+";
|
||||
$a->strings["Google+ page number"] = "";
|
||||
$a->strings["Post to Google+ by default"] = "Publicar no Google+ por padrão";
|
||||
$a->strings["Do not prevent posting loops"] = "";
|
||||
$a->strings["Skip messages without links"] = "";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Mirror Google Account ID"] = "";
|
||||
$a->strings["Save Settings"] = "Salvar Configurações";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "Falha ao publicar no Google+. Na fila para tentar novamente.";
|
Loading…
Add table
Add a link
Reference in a new issue