You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja_JP.inc 1.3KB

12345678910111213141516171819202122
  1. <?php
  2. $labels = array();
  3. $labels['shownotifies'] = 'デスクトップ通知';
  4. $labels['onlynew'] = '新しいメッセージだけを表示する';
  5. $labels['conf_browser'] = 'ブラウザの設定';
  6. $labels['test_browser'] = 'テスト';
  7. $labels['excluded_directories'] = '通知から除外するディレクトリ';
  8. $labels['check_ok'] = 'あなたのブラウザは正しく設定されています。';
  9. $labels['check_fail'] = '通知を表示する事が出来ませんでした。"ブラウザの設定" をクリックして下さい。';
  10. $labels['check_fail_blocked'] = 'あなたのブラウザは通知をブロックしています。ブラウザの設定で許可してください。';
  11. $labels['no_notifications'] = 'あなたのブラウザではデスクトップ通知が利用出来ません。';
  12. $labels['ok_notifications'] = 'このWebサイトはすでに許可されています。デスクトップ通知は有効です。';
  13. $labels['notification_title'] = '新着メール from [from]';
  14. $labels['seconds'] = '秒間';
  15. $labels['off'] = '無効';
  16. $labels['durable'] = '消えない';
  17. $labels['no_mailbox'] = 'メールボックス名を表示しない';
  18. $labels['short_mailbox'] = '短いメールボックス名で表示する';
  19. $labels['full_mailbox'] = '全てのメールボックス名を表示する';
  20. ?>