diff options
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/admin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php index c905f2875..a27a1c3e4 100644 --- a/language/zh_CN/admin.lang.php +++ b/language/zh_CN/admin.lang.php @@ -250,8 +250,8 @@ $lang['manage sub-categories'] = '管理子类'; $lang['Manage'] = '管理'; $lang['maximum height'] = '最高高度'; $lang['maximum width'] = '最长长度'; -$lang['Execution time is out, treatment must be continue [Estmated time: %d second].'] = '已超过执行时间, 处理还需时间[估计时间: %d 秒].'; -$lang['Execution time is out, treatment must be continue [Estmated time: %d seconds].'] = '已超过执行时间, 处理还需时间[估计时间: %d 秒].'; +$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = '已超过执行时间, 处理还需时间[估计时间: %d 秒].'; +$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = '已超过执行时间, 处理还需时间[估计时间: %d 秒].'; $lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = '由于发送用户列表的准备时间受限制,其余用户将不被列出.'; $lang['Time to send mail is limited. Others mails are skipped.'] = '发送邮件时间有限,其余邮件被忽略.'; $lang['To send ?'] = '发送?'; |