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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/localization/cn/labels.inc b/program/localization/cn/labels.inc index 398e7ac..62208fe 100644 --- a/program/localization/cn/labels.inc +++ b/program/localization/cn/labels.inc @@ -20,7 +20,6 @@ $labels = array(); // login page -$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = '用户名'; $labels['password'] = '密码'; $labels['server'] = '服务器'; @@ -34,6 +33,7 @@ // mailbox names $labels['inbox'] = '收件箱'; +$labels['drafts'] = '草稿'; $labels['sent'] = '发件箱'; $labels['trash'] = '垃圾桶'; $labels['drafts'] = '草稿'; @@ -91,6 +91,7 @@ $labels['today'] = '今天'; // toolbar buttons +$labels['checkmail'] = '检查新消息'; $labels['writenewmessage'] = '写新邮件'; $labels['replytomessage'] = '回复邮件'; $labels['forwardmessage'] = '转发邮件'; @@ -114,6 +115,7 @@ // message compose $labels['compose'] = '写新邮件'; +$labels['savemessage'] = '保存这份草稿'; $labels['sendmessage'] = '立刻发送邮件'; $labels['addattachment'] = '添加附件'; -- Gitblit v1.9.1