From 87e3ed6ed09a9fcd3cab45a6ce674396e51b95bb Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 10 Aug 2006 14:53:07 -0400 Subject: [PATCH] Updated Slovak translation --- program/localization/cn/labels.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/program/localization/cn/labels.inc b/program/localization/cn/labels.inc index e1cbcc4..62208fe 100644 --- a/program/localization/cn/labels.inc +++ b/program/localization/cn/labels.inc @@ -33,6 +33,7 @@ // mailbox names $labels['inbox'] = '收件箱'; +$labels['drafts'] = '草稿'; $labels['sent'] = '发件箱'; $labels['trash'] = '垃圾桶'; $labels['drafts'] = '草稿'; @@ -90,6 +91,7 @@ $labels['today'] = '今天'; // toolbar buttons +$labels['checkmail'] = '检查新消息'; $labels['writenewmessage'] = '写新邮件'; $labels['replytomessage'] = '回复邮件'; $labels['forwardmessage'] = '转发邮件'; @@ -113,6 +115,7 @@ // message compose $labels['compose'] = '写新邮件'; +$labels['savemessage'] = '保存这份草稿'; $labels['sendmessage'] = '立刻发送邮件'; $labels['addattachment'] = '添加附件'; -- Gitblit v1.9.1