forked from friendica/friendica-addons
12 lines
495 B
PHP
12 lines
495 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Forums"] = "Fóruns";
|
||
|
$a->strings["show more"] = "exibir mais";
|
||
|
$a->strings["Forums:"] = "Fóruns:";
|
||
|
$a->strings["Page settings updated."] = "As configurações da página foram atualizadas.";
|
||
|
$a->strings["Page Settings"] = "Configurações da página";
|
||
|
$a->strings["How many forums to display on sidebar without paging"] = "";
|
||
|
$a->strings["Randomise Page/Forum list"] = "";
|
||
|
$a->strings["Show pages/forums on profile page"] = "";
|
||
|
$a->strings["Submit"] = "Enviar";
|