diff options
author | Patrick Brown <ptbrown@whoopdedo.org> | 2015-04-04 00:34:33 -0400 |
---|---|---|
committer | Patrick Brown <ptbrown@whoopdedo.org> | 2015-04-04 00:34:33 -0400 |
commit | d49d4260ee0fed5eabc3773440fc1073a87c56dd (patch) | |
tree | dccfbaeb313a9ab5c4b8011b705f4725d959fb69 /inc/lang/zh/lang.php | |
parent | d4f7c139603e3121feb401e90805b00555538e41 (diff) | |
download | rpg-d49d4260ee0fed5eabc3773440fc1073a87c56dd.tar.gz rpg-d49d4260ee0fed5eabc3773440fc1073a87c56dd.tar.bz2 |
Remove no longer needed language string
Diffstat (limited to 'inc/lang/zh/lang.php')
-rw-r--r-- | inc/lang/zh/lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index df55a99e6..8f3a7bbf4 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -289,7 +289,6 @@ $lang['subscr_style_every'] = '对每次更改发送邮件'; $lang['subscr_style_digest'] = '对每个页面发送更改的摘要邮件(每 %.2f 天)'; $lang['subscr_style_list'] = '自上封邮件以来更改的页面的列表(每 %.2f 天)'; $lang['authtempfail'] = '用户认证暂时无法使用。如果该状态一直存在,请通知维基管理员。'; -$lang['authpwdexpire'] = '您的密码将在 %d 天内过期,请尽快更改'; $lang['i_chooselang'] = '选择您的语言'; $lang['i_installer'] = 'DokuWiki 安装工具'; $lang['i_wikiname'] = '维基名称'; |