diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-17 14:28:38 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-17 14:28:38 +0000 |
| commit | 76cfe8acfbee145b58db2bab6c1e8fcefa25c232 (patch) | |
| tree | 2aa795dae4270ad5163b8a8142cc55ca135d2b0a /roundcubemail/program/localization/ja_JP | |
| parent | 55c4445b68c83a5ce0fd116c6bba70f0f3e56171 (diff) | |
Bring back the title for the column with subscription checkboxes; complete german translations
git-svn-id: https://svn.roundcube.net/trunk@4345 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ja_JP')
| -rw-r--r-- | roundcubemail/program/localization/ja_JP/labels.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/roundcubemail/program/localization/ja_JP/labels.inc b/roundcubemail/program/localization/ja_JP/labels.inc index 699ecec36..317ba6ea2 100644 --- a/roundcubemail/program/localization/ja_JP/labels.inc +++ b/roundcubemail/program/localization/ja_JP/labels.inc @@ -41,8 +41,7 @@ $labels['to'] = '宛先'; $labels['cc'] = 'コピー'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Reply-To (返信先)'; -$labels['mailreplyto'] = 'Mail-Reply-To (ML 投稿者)'; -$labels['mailfollowupto'] = 'Mail-Followup-To (ML の宛先)'; +$labels['followupto'] = 'Followup-To ( の宛先)'; $labels['date'] = '日付'; $labels['size'] = 'サイズ'; $labels['priority'] = '優先度'; @@ -204,8 +203,7 @@ $labels['maxuploadsize'] = '添付可能なファイルのサイズは最大 $si $labels['addcc'] = 'Cc 追加'; $labels['addbcc'] = 'Bcc 追加'; $labels['addreplyto'] = 'Reply-To 追加'; -$labels['addmailreplyto'] = 'Mail-Reply-To 追加'; -$labels['addmailfollowupto'] = 'Mail-Followup-To 追加'; +$labels['addfollowupto'] = 'Followup-To 追加'; $labels['mdnrequest'] = 'メールの差出人は開封確認の送付を求めています。開封確認のメールを送付しますか?'; $labels['receiptread'] = '開封確認 (表示済み)'; $labels['yourmessage'] = 'これはあなたが送信したメールに対する開封確認です。'; @@ -329,6 +327,7 @@ $labels['replysamefolder'] = '返信されてきたメールを返信元メー $labels['folder'] = 'フォルダ'; $labels['folders'] = 'フォルダ一覧'; $labels['foldername'] = 'フォルダ名'; +$labels['subscribed'] = '購読済'; $labels['messagecount'] = 'メール'; $labels['create'] = '作成'; $labels['createfolder'] = 'フォルダの新規作成'; |
