forked from friendica/friendica-addons
13 lines
526 B
PHP
13 lines
526 B
PHP
<?php
|
|
|
|
$a->strings["Forums"] = "Foros";
|
|
$a->strings["show/hide"] = "mostrar/ocultar";
|
|
$a->strings["No forum subscriptions"] = "Foro sin suscrpciones";
|
|
$a->strings["Forums:"] = "Foros:";
|
|
$a->strings["Forumlist settings updated."] = "Ajustes de lista de foros actualizados.";
|
|
$a->strings["Forumlist Settings"] = "Ajustes de lista de foros";
|
|
$a->strings["Randomise forum list"] = "";
|
|
$a->strings["Show forums on profile page"] = "";
|
|
$a->strings["Show forums on network page"] = "";
|
|
$a->strings["Submit"] = "Envíar";
|