mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-01 02:24:41 +00:00
13 lines
526 B
PHP
13 lines
526 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Forums"] = "Forums";
|
||
|
$a->strings["show/hide"] = "mostra/amaga";
|
||
|
$a->strings["No forum subscriptions"] = "No hi ha subscripcions al fòrum";
|
||
|
$a->strings["Forums:"] = "Fòrums:";
|
||
|
$a->strings["Forumlist settings updated."] = "Ajustos de Forumlist actualitzats.";
|
||
|
$a->strings["Forumlist Settings"] = "Ajustos de Forumlist";
|
||
|
$a->strings["Randomise forum list"] = "";
|
||
|
$a->strings["Show forums on profile page"] = "";
|
||
|
$a->strings["Show forums on network page"] = "";
|
||
|
$a->strings["Submit"] = "Enviar";
|