mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 12:42:53 +00:00
12 lines
440 B
PHP
12 lines
440 B
PHP
<?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";
|