diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-22 19:14:16 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-22 19:14:16 +0100 |
commit | f5533cf722cc1b0c13f815074beb0f91bb5da499 (patch) | |
tree | f4d4ada5bbcea9bb912ac86b59f4dd13b35083be /plugins/archive/localization/zh_CN.inc | |
parent | e68d2a15f52dcc13e5b2a84a3d2f8645ccb5cec1 (diff) |
Synced localizations with Transifex
Diffstat (limited to 'plugins/archive/localization/zh_CN.inc')
-rw-r--r-- | plugins/archive/localization/zh_CN.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/archive/localization/zh_CN.inc b/plugins/archive/localization/zh_CN.inc index 17af54cde..f0e2d4236 100644 --- a/plugins/archive/localization/zh_CN.inc +++ b/plugins/archive/localization/zh_CN.inc @@ -20,15 +20,15 @@ $labels = array(); $labels['buttontext'] = '存档'; $labels['buttontitle'] = '将该信息存档'; $labels['archived'] = '存档成功'; -$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; -$labels['archiveerror'] = 'Some messages could not be archived'; +$labels['archivedreload'] = '存档成功。刷新本页来查看新的存档文件夹。'; +$labels['archiveerror'] = '部分信息无法存档'; $labels['archivefolder'] = '存档'; -$labels['settingstitle'] = 'Archive'; +$labels['settingstitle'] = '存档'; $labels['archivetype'] = 'Divide archive by'; -$labels['archivetypeyear'] = 'Year (e.g. Archive/2012)'; -$labels['archivetypemonth'] = 'Month (e.g. Archive/2012/06)'; -$labels['archivetypefolder'] = 'Original folder'; -$labels['archivetypesender'] = 'Sender email'; -$labels['unkownsender'] = 'unknown'; +$labels['archivetypeyear'] = '年(例如 存档/2012)'; +$labels['archivetypemonth'] = '月(例如 存档/2012/06)'; +$labels['archivetypefolder'] = '原始文件夹'; +$labels['archivetypesender'] = '发件人邮件'; +$labels['unkownsender'] = '未知'; ?> |