From 4213a3712e8c6c2cae33ca0d0b74f13b4f5ba31b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 04 Oct 2012 04:31:08 -0400 Subject: [PATCH] Updated translations from launchpad --- plugins/markasjunk/localization/zh_CN.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/markasjunk/localization/zh_CN.inc b/plugins/markasjunk/localization/zh_CN.inc index 7b5d946..c5d5036 100644 --- a/plugins/markasjunk/localization/zh_CN.inc +++ b/plugins/markasjunk/localization/zh_CN.inc @@ -9,12 +9,12 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: waring_id <Unknown> | + | Author: Christopher Meng <cickumqt@gmail.com> | +-----------------------------------------------------------------------+ - @version $Id$ */ $labels = array(); +$labels['buttontext'] = '垃圾邮件'; $labels['buttontitle'] = '标记为垃圾邮件'; -$labels['reportedasjunk'] = '成功报告为垃圾邮件'; +$labels['reportedasjunk'] = '成功报告该邮件为垃圾邮件'; -- Gitblit v1.9.1