mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 07:09:57 +00:00
13 lines
413 B
PHP
13 lines
413 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Forums"] = "";
|
||
|
$a->strings["show/hide"] = "";
|
||
|
$a->strings["No forum subscriptions"] = "";
|
||
|
$a->strings["Forums:"] = "";
|
||
|
$a->strings["Forumlist settings updated."] = "";
|
||
|
$a->strings["Forumlist Settings"] = "";
|
||
|
$a->strings["Randomise forum list"] = "";
|
||
|
$a->strings["Show forums on profile page"] = "";
|
||
|
$a->strings["Show forums on network page"] = "";
|
||
|
$a->strings["Submit"] = "Lagre";
|