diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-19 19:04:51 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-19 19:04:51 +0000 |
| commit | eb842e0f7067d7b1fb117b8ff0498c3ce527602c (patch) | |
| tree | c5f0836d53863218b4fed2d97e10443c8924bb4f /roundcubemail/program/localization/cn/labels.inc | |
| parent | 809885b2199a332c4bd5458da84f377bc764bd42 (diff) | |
Added Drafts support (Feature #1326839) (richs)
git-svn-id: https://svn.roundcube.net/trunk@261 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/cn/labels.inc')
| -rw-r--r-- | roundcubemail/program/localization/cn/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/cn/labels.inc b/roundcubemail/program/localization/cn/labels.inc index e1cbcc469..bf7773457 100644 --- a/roundcubemail/program/localization/cn/labels.inc +++ b/roundcubemail/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'] = '添加附件'; |
