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/ja | |
| 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/ja')
| -rw-r--r-- | roundcubemail/program/localization/ja/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/ja/messages.inc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/ja/labels.inc b/roundcubemail/program/localization/ja/labels.inc index 4ef50fed2..11a50aeed 100644 --- a/roundcubemail/program/localization/ja/labels.inc +++ b/roundcubemail/program/localization/ja/labels.inc @@ -33,6 +33,7 @@ $labels['addressbook'] = 'アドレス帳'; // mailbox names $labels['inbox'] = '受信箱'; +$labels['drafts'] = '草案'; $labels['sent'] = '送信箱'; $labels['trash'] = 'ごみ箱'; $labels['drafts'] = '草稿'; @@ -115,6 +116,7 @@ $labels['quota'] = 'ディスク使用量'; // message compose $labels['compose'] = 'メッセージを作成する'; +$labels['savemessage'] = 'この草案を救いなさい'; $labels['sendmessage'] = 'メッセージを今すぐ送信する'; $labels['addattachment'] = 'ファイルを添付する'; $labels['charset'] = '文字エンコード'; diff --git a/roundcubemail/program/localization/ja/messages.inc b/roundcubemail/program/localization/ja/messages.inc index 184a059ad..3dcca721a 100644 --- a/roundcubemail/program/localization/ja/messages.inc +++ b/roundcubemail/program/localization/ja/messages.inc @@ -40,6 +40,10 @@ $messages['sendingmessage'] = 'メッセージの送信中です...'; $messages['messagesent'] = 'メッセージの送信に成功しました。'; +$messages['savingmessage'] = 'セービングメッセージ...'; + +$messages['messagesaved'] = 'メッセージは草案に救った'; + $messages['successfullysaved'] = '保存に成功しました。'; $messages['addedsuccessfully'] = '連絡先をアドレス帳への追加に成功しました。'; |
