forked from friendica/friendica-addons
96c41e5623
update strings to contain addon
10 lines
454 B
PHP
10 lines
454 B
PHP
<?php
|
|
|
|
$a->strings["Post to Dreamwidth"] = "转播到Dreamwidth";
|
|
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth转播设置";
|
|
$a->strings["Enable dreamwidth Post Addon"] = "使Dreamwidth转播插件可用";
|
|
$a->strings["dreamwidth username"] = "Dreamwidth用户名";
|
|
$a->strings["dreamwidth password"] = "Dreamwidth密码";
|
|
$a->strings["Post to dreamwidth by default"] = "默认地转播到Dreamwidth";
|
|
$a->strings["Submit"] = "提交";
|