mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-17 12:11:57 +00:00
PT-BR translation of appnetpost addon
This commit is contained in:
parent
e548c572d9
commit
dfe600bab4
2 changed files with 52 additions and 0 deletions
12
appnetpost/lang/pt-br/strings.php
Normal file
12
appnetpost/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to app.net"] = "";
|
||||
$a->strings["App.net Export"] = "Exportar de App.net";
|
||||
$a->strings["Enable App.net Post Plugin"] = "Habilitar Plugin de publicação App.net";
|
||||
$a->strings["Post to App.net by default"] = "Postar em App.net por padrão";
|
||||
$a->strings["Save Settings"] = "Salvar Configurações";
|
Loading…
Add table
Add a link
Reference in a new issue