diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-27 21:56:44 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-27 21:56:44 +0000 |
| commit | ba607516db6c70c9e9eb14c5baecaf6e57859472 (patch) | |
| tree | b005bf84285ab2b9b49c86bd0cc793096a64cf28 /roundcubemail/program/localization/ja | |
| parent | 8b7a73b0a3d1ac25faa2205f73c52f1dfd98dbfe (diff) | |
Renameable folders, mail-checking changes, other fixes (richs)
git-svn-id: https://svn.roundcube.net/trunk@267 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ja')
| -rw-r--r-- | roundcubemail/program/localization/ja/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/ja/messages.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/ja/labels.inc b/roundcubemail/program/localization/ja/labels.inc index 11a50aeed..3732185a1 100644 --- a/roundcubemail/program/localization/ja/labels.inc +++ b/roundcubemail/program/localization/ja/labels.inc @@ -91,6 +91,7 @@ $labels['saturday'] = '土曜日'; $labels['today'] = '今日'; // toolbar buttons +$labels['checkmail'] = '新しいメッセージがあるように確認'; $labels['writenewmessage'] = '新規メッセージを作成する'; $labels['replytomessage'] = 'メッセージを返信する'; $labels['replytoallmessage'] = '送信者とすべての受信者に返信する'; diff --git a/roundcubemail/program/localization/ja/messages.inc b/roundcubemail/program/localization/ja/messages.inc index 3dcca721a..4847bd41d 100644 --- a/roundcubemail/program/localization/ja/messages.inc +++ b/roundcubemail/program/localization/ja/messages.inc @@ -36,6 +36,8 @@ $messages['loading'] = '読み込み中...'; $messages['loadingdata'] = 'データを読み込み中です...'; +$messages['checkingmail'] = '新しいメッセージがあるように確認...'; + $messages['sendingmessage'] = 'メッセージの送信中です...'; $messages['messagesent'] = 'メッセージの送信に成功しました。'; |
