diff options
author | svncommit <devs@roundcube.net> | 2006-06-19 19:04:51 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-06-19 19:04:51 +0000 |
commit | 1966c53255495890dd7f25c31bac73d97ecc3291 (patch) | |
tree | 74a1b59404e91f63812da1499a6446ecdeada6a5 /program/localization/cn/labels.inc | |
parent | a8435bdd12437c5b655859d2ad194832921fcd0d (diff) |
Added Drafts support (Feature #1326839) (richs)
Diffstat (limited to 'program/localization/cn/labels.inc')
-rw-r--r-- | program/localization/cn/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/cn/labels.inc b/program/localization/cn/labels.inc index e1cbcc469..bf7773457 100644 --- a/program/localization/cn/labels.inc +++ b/program/localization/cn/labels.inc @@ -33,6 +33,7 @@ $labels['addressbook'] = '地址薄'; // mailbox names $labels['inbox'] = '收件箱'; +$labels['drafts'] = '草稿'; $labels['sent'] = '发件箱'; $labels['trash'] = '垃圾桶'; $labels['drafts'] = '草稿'; @@ -113,6 +114,7 @@ $labels['quota'] = '空间使用'; // message compose $labels['compose'] = '写新邮件'; +$labels['savemessage'] = '保存这份草稿'; $labels['sendmessage'] = '立刻发送邮件'; $labels['addattachment'] = '添加附件'; |