diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-13 06:21:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-13 06:21:29 +0000 |
| commit | 383001f055b670aa19b4de0d64e4518c42a7c06c (patch) | |
| tree | cbc74bd1158dce4ce4dabcee04df33d1c1aecdf1 /plugins | |
| parent | 90ffded9b90c9666538d6825d8a69ee8f06b2e0d (diff) | |
- ja_JP update (#1486911)
git-svn-id: https://svn.roundcube.net/trunk@3895 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/archive/localization/ja_JP.inc | 2 | ||||
| -rw-r--r-- | plugins/help/localization/ja_JP.inc | 2 | ||||
| -rw-r--r-- | plugins/managesieve/localization/ja_JP.inc | 82 | ||||
| -rw-r--r-- | plugins/markasjunk/localization/ja_JP.inc | 9 | ||||
| -rw-r--r-- | plugins/new_user_dialog/localization/ja_JP.inc | 9 | ||||
| -rw-r--r-- | plugins/password/localization/ja_JP.inc | 2 | ||||
| -rw-r--r-- | plugins/subscriptions_option/localization/ja_JP.inc | 8 | ||||
| -rw-r--r-- | plugins/userinfo/localization/ja_JP.inc | 2 | ||||
| -rw-r--r-- | plugins/vcard_attachments/localization/ja_JP.inc | 2 |
9 files changed, 118 insertions, 0 deletions
diff --git a/plugins/archive/localization/ja_JP.inc b/plugins/archive/localization/ja_JP.inc index 5093b6815..31fa15267 100644 --- a/plugins/archive/localization/ja_JP.inc +++ b/plugins/archive/localization/ja_JP.inc @@ -1,5 +1,7 @@ <?php +// EN-Revision: 3891 + $labels = array(); $labels['buttontitle'] = 'このメッセージのアーカイブ'; $labels['archived'] = 'アーカイブに成功しました。'; diff --git a/plugins/help/localization/ja_JP.inc b/plugins/help/localization/ja_JP.inc index 5aca558d0..18081bb7d 100644 --- a/plugins/help/localization/ja_JP.inc +++ b/plugins/help/localization/ja_JP.inc @@ -1,5 +1,7 @@ <?php +// EN-Revision: 3891 + $labels = array(); $labels['help'] = 'ヘルプ'; $labels['about'] = '紹介'; diff --git a/plugins/managesieve/localization/ja_JP.inc b/plugins/managesieve/localization/ja_JP.inc new file mode 100644 index 000000000..a489054ad --- /dev/null +++ b/plugins/managesieve/localization/ja_JP.inc @@ -0,0 +1,82 @@ +<?php + +// EN-Revision: 3891 + +$labels['filters'] = 'フィルター'; +$labels['managefilters'] = '受信メールのフィルターの管理'; +$labels['filtername'] = 'フィルターの名前'; +$labels['newfilter'] = '新規フィルター'; +$labels['filteradd'] = 'フィルターの追加'; +$labels['filterdel'] = 'フィルターの削除'; +$labels['moveup'] = '上に移動'; +$labels['movedown'] = '下に移動'; +$labels['filterallof'] = '次のルールすべてに一致'; +$labels['filteranyof'] = '次のルールのどれかに一致'; +$labels['filterany'] = '全メッセージ'; +$labels['filtercontains'] = '含む'; +$labels['filternotcontains'] = '含まない'; +$labels['filteris'] = '次と一致する'; +$labels['filterisnot'] = '次と一致しない'; +$labels['filterexists'] = '存在する'; +$labels['filternotexists'] = '存在しない'; +$labels['filterunder'] = 'より上'; +$labels['filterover'] = 'より下'; +$labels['addrule'] = 'ルールの追加'; +$labels['delrule'] = 'ルールの削除'; +$labels['messagemoveto'] = '次にメッセージを移動する'; +$labels['messageredirect'] = '次のメールアドレスに転送 (リダイレクト)'; +$labels['messagecopyto'] = '次にメッセージをコピーする'; +$labels['messagesendcopy'] = '次にメッセージのコピーを送信する'; +$labels['messagereply'] = 'メッセージに返信する'; +$labels['messagedelete'] = 'メッセージを削除する'; +$labels['messagediscard'] = 'メッセージを破棄する'; +$labels['messagesrules'] = '受信メールへの処理:'; +$labels['messagesactions'] = '…次の操作の実行:'; +$labels['add'] = '追加'; +$labels['del'] = '削除'; +$labels['sender'] = '送信者'; +$labels['recipient'] = '受信者'; +$labels['vacationaddresses'] = '電子メール受信者の一覧を追加する (カンマ区切り):'; +$labels['vacationdays'] = 'どれ位頻繁にメッセージの送信をするか (1 日あたり):'; +$labels['vacationreason'] = 'メッセージ本文 (vacation reason):'; +$labels['rulestop'] = 'ルール評価の停止'; +$labels['filterset'] = 'フィルター セット'; +$labels['filtersetadd'] = 'フィルター セットの追加'; +$labels['filtersetdel'] = '現在のルールセット の削除'; +$labels['filtersetact'] = '現在のフィルター セットを有効にする'; +$labels['filtersetdeact'] = '現在のフィルター セットを無効にする'; +$labels['filtersetget'] = 'テキスト形式でフィルター セットをダウンロードする'; +$labels['filterdef'] = 'フィルターの定義'; +$labels['filtersetname'] = 'フィルター セットの名前'; +$labels['newfilterset'] = '新規フィルター セット'; +$labels['active'] = '有効'; +$labels['none'] = 'なし'; +$labels['fromset'] = 'セットから'; +$labels['fromfile'] = 'ファイルから'; +$labels['filterdisabled'] = 'フィルターを無効にしました。'; + +$messages = array(); +$messages['filterunknownerror'] = '不明なサーバーのエラーです'; +$messages['filterconnerror'] = 'managesieve サーバーに接続できません。'; +$messages['filterdeleteerror'] = 'フィルターを削除できませんでした。サーバーでエラーが発生しました。'; +$messages['filterdeleted'] = 'フィルターの削除に成功しました。'; +$messages['filtersaved'] = 'フィルターの保存に成功しました。'; +$messages['filtersaveerror'] = 'フィルターの保存に失敗しました。サーバーでエラーが発生しました。'; +$messages['filterdeleteconfirm'] = '本当に選択したフィルターを削除しますか?'; +$messages['ruledeleteconfirm'] = '本当に選択したルールを削除しますか?'; +$messages['actiondeleteconfirm'] = '本当に選択した操作を削除しますか?'; +$messages['forbiddenchars'] = '項目に禁止文字があります。'; +$messages['cannotbeempty'] = '空にできませんでした'; +$messages['setactivateerror'] = '選択したフィルター セットの有効化に失敗しました。サーバーでエラーが発生しました。'; +$messages['setdeactivateerror'] = '選択したフィルター セットの無効化に失敗しました。サーバーでエラーが発生しました。'; +$messages['setdeleteerror'] = '選択したフィルター セットの削除に失敗しました。サーバーでエラーが発生しました。'; +$messages['setactivated'] = 'フィルターセットの有効化に成功しました。'; +$messages['setdeactivated'] = 'フィルターセットの無効化に成功しました。'; +$messages['setdeleted'] = 'フィルターセットの削除に成功しました。'; +$messages['setdeleteconfirm'] = '本当に選択したフィルター セットを削除しますか?'; +$messages['setcreateerror'] = 'フィルター セットの作成に失敗しました。サーバーでエラーが発生しました。'; +$messages['setcreated'] = 'フィルター セットの作成に成功しました。'; +$messages['emptyname'] = 'フィルター セットの作成に失敗しました。名前が空です。'; +$messages['nametoolong'] = 'フィルター セットの作成に失敗しました。名前が長すぎます。'; + +?> diff --git a/plugins/markasjunk/localization/ja_JP.inc b/plugins/markasjunk/localization/ja_JP.inc new file mode 100644 index 000000000..bd5b8b203 --- /dev/null +++ b/plugins/markasjunk/localization/ja_JP.inc @@ -0,0 +1,9 @@ +<?php + +// EN-Revision: 3891 + +$labels = array(); +$labels['buttontitle'] = '迷惑メールとして設定'; +$labels['reportedasjunk'] = '迷惑メールとして報告することに成功しました。'; + +?>
\ No newline at end of file diff --git a/plugins/new_user_dialog/localization/ja_JP.inc b/plugins/new_user_dialog/localization/ja_JP.inc new file mode 100644 index 000000000..55f47914a --- /dev/null +++ b/plugins/new_user_dialog/localization/ja_JP.inc @@ -0,0 +1,9 @@ +<?php + +// EN-Revision: 3891 + +$labels = array(); +$labels['identitydialogtitle'] = '送信者情報の入力を完了してください。'; +$labels['identitydialoghint'] = 'このボックスには最初のログイン時に一度だけ表示されます。'; + +?>
\ No newline at end of file diff --git a/plugins/password/localization/ja_JP.inc b/plugins/password/localization/ja_JP.inc index 92f510bd3..47cac0430 100644 --- a/plugins/password/localization/ja_JP.inc +++ b/plugins/password/localization/ja_JP.inc @@ -1,5 +1,7 @@ <?php +// EN-Revision: 3891 + $labels = array(); $labels['changepasswd'] = 'パスワードの変更'; $labels['curpasswd'] = '現在のパスワード:'; diff --git a/plugins/subscriptions_option/localization/ja_JP.inc b/plugins/subscriptions_option/localization/ja_JP.inc new file mode 100644 index 000000000..dacea2956 --- /dev/null +++ b/plugins/subscriptions_option/localization/ja_JP.inc @@ -0,0 +1,8 @@ +<?php + +// EN-Revision: 3891 + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP 購読リストを使う'; + +?> diff --git a/plugins/userinfo/localization/ja_JP.inc b/plugins/userinfo/localization/ja_JP.inc index e546894b6..1fd4eaf51 100644 --- a/plugins/userinfo/localization/ja_JP.inc +++ b/plugins/userinfo/localization/ja_JP.inc @@ -1,5 +1,7 @@ <?php +// EN-Revision: 3891 + $labels = array(); $labels['userinfo'] = 'ユーザー情報'; $labels['created'] = '作成日'; diff --git a/plugins/vcard_attachments/localization/ja_JP.inc b/plugins/vcard_attachments/localization/ja_JP.inc index cc7948e07..0b4d0d91d 100644 --- a/plugins/vcard_attachments/localization/ja_JP.inc +++ b/plugins/vcard_attachments/localization/ja_JP.inc @@ -1,5 +1,7 @@ <?php +// EN-Revision: 3891 + $labels = array(); $labels['addvardmsg'] = 'アドレス帳に vCard を追加する'; $labels['vcardsavefailed'] = 'vCard を保存できませんでした。'; |
