From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 04 Jun 2014 11:20:33 -0400 Subject: [PATCH] Fix attachment menu structure and aria-attributes --- program/localization/ja_JP/messages.inc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/localization/ja_JP/messages.inc b/program/localization/ja_JP/messages.inc index abe5a6e..1babab7 100644 --- a/program/localization/ja_JP/messages.inc +++ b/program/localization/ja_JP/messages.inc @@ -5,7 +5,7 @@ | localization/<lang>/messages.inc | | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | Copyright (C) 2005-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -33,6 +33,7 @@ $messages['nomessagesfound'] = 'このフォルダーにはメッセージはありません。'; $messages['loggedout'] = 'ログアウトしました。さようなら!'; $messages['mailboxempty'] = 'メールボックスは空です。'; +$messages['nomessages'] = 'メッセージなし'; $messages['refreshing'] = '再表示中...'; $messages['loading'] = '読み込み中...'; $messages['uploading'] = 'ファイルをアップロード中...'; @@ -82,6 +83,7 @@ $messages['nosubjectwarning'] = '件名(Subject)の欄が空です。今、入力しますか?'; $messages['nobodywarning'] = '本文の無いメッセージを送信しますか?'; $messages['notsentwarning'] = 'メッセージを送信しませんでした。このメッセージを破棄しますか。'; +$messages['restoresavedcomposedata'] = '以前に作成して未送信のメッセージがあります。\n\n件名: $subject\n保存日: $date\n\nこのメッセージを回復しますか?'; $messages['noldapserver'] = '検索するLDAPサーバーを選択してください。'; $messages['nosearchname'] = '連絡先の名前か電子メールアドレスを入力してください。'; $messages['notuploadedwarning'] = 'すべての添付ファイルのアップロードを完了していません。今しばらく待つか、取り消ししてください。'; -- Gitblit v1.9.1