6 lines
266 B
PHP
6 lines
266 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Administrator"] = "管理员";
|
||
|
$a->strings["Your account on %s will expire in a few days."] = "您账户在%s几天后过期了。";
|
||
|
$a->strings["Your Friendica test account is about to expire."] = "您Friendica化验账户快过期了。";
|