From 4061fefe7139792ac09687daec0013c2b1db62ae Mon Sep 17 00:00:00 2001 From: nikrou Date: Fri, 2 Apr 2010 14:05:03 +0000 Subject: Fix missing keys and misspelling keys in translations git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/zh_CN/admin.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language/zh_CN/admin.lang.php') 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 ?'] = '发送?'; -- cgit v1.2.3