forked from friendica/friendica-addons
10 lines
332 B
PHP
10 lines
332 B
PHP
<?php
|
|
|
|
$a->strings["YourLS Settings"] = "YourLS配置";
|
|
$a->strings["URL: http://"] = "URL: http://";
|
|
$a->strings["Username:"] = "用户名:";
|
|
$a->strings["Password:"] = "密码:";
|
|
$a->strings["Use SSL "] = "用SSL";
|
|
$a->strings["Submit"] = "提交";
|
|
$a->strings["yourls Settings saved."] = "yourls配置保存了。";
|