From 1966c53255495890dd7f25c31bac73d97ecc3291 Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Mon, 19 Jun 2006 15:04:51 -0400 Subject: [PATCH] Added Drafts support (Feature #1326839) (richs) --- program/localization/ja/labels.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/program/localization/ja/labels.inc b/program/localization/ja/labels.inc index b091af5..11a50ae 100644 --- a/program/localization/ja/labels.inc +++ b/program/localization/ja/labels.inc @@ -19,6 +19,7 @@ $labels = array(); // login page +$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = 'ユーザー名'; $labels['password'] = 'パスワード'; $labels['server'] = 'サーバー'; @@ -32,6 +33,7 @@ // mailbox names $labels['inbox'] = '受信箱'; +$labels['drafts'] = '草案'; $labels['sent'] = '送信箱'; $labels['trash'] = 'ごみ箱'; $labels['drafts'] = '草稿'; @@ -114,6 +116,7 @@ // message compose $labels['compose'] = 'メッセージを作成する'; +$labels['savemessage'] = 'この草案を救いなさい'; $labels['sendmessage'] = 'メッセージを今すぐ送信する'; $labels['addattachment'] = 'ファイルを添付する'; $labels['charset'] = '文字エンコード'; -- Gitblit v1.9.1