forked from friendica/friendica-addons
9 lines
366 B
PHP
9 lines
366 B
PHP
<?php
|
|
|
|
$a->strings["\"Show more\" Settings"] = "「看更多」设置";
|
|
$a->strings["Enable Show More"] = "使看更多能用";
|
|
$a->strings["Cutting posts after how much characters"] = "剪掉文章多少字后";
|
|
$a->strings["Submit"] = "提交";
|
|
$a->strings["Show More Settings saved."] = "看更多设置保存了。";
|
|
$a->strings["show more"] = "看多";
|