forked from friendica/friendica-addons
12 lines
542 B
PHP
12 lines
542 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Forums"] = "论坛";
|
||
|
$a->strings["show more"] = "看多";
|
||
|
$a->strings["Forums:"] = "评坛:";
|
||
|
$a->strings["Page settings updated."] = "页设置更新了";
|
||
|
$a->strings["Page Settings"] = "页设置";
|
||
|
$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"] = "提交";
|