mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 11:12:57 +00:00
9 lines
448 B
PHP
9 lines
448 B
PHP
<?php
|
|
|
|
$a->strings["Post to libertree"] = "转播到libertree";
|
|
$a->strings["libertree Post Settings"] = "libertree转播设置";
|
|
$a->strings["Enable Libertree Post Plugin"] = "使Libertree转播插件可用";
|
|
$a->strings["Libertree API token"] = "Libertree API令牌";
|
|
$a->strings["Libertree site URL"] = "Libertree网站URL";
|
|
$a->strings["Post to Libertree by default"] = "默认地转播到Libertree";
|
|
$a->strings["Submit"] = "提交";
|