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.

en_US.inc 1.2KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $labels = array();
  3. $labels['shownotifies'] = 'Desktop Notifications';
  4. $labels['onlynew'] = 'Show only new messages';
  5. $labels['conf_browser'] = 'Configure browser';
  6. $labels['test_browser'] = 'Test';
  7. $labels['excluded_directories'] = 'Notification\'s excluded directories';
  8. $labels['check_ok'] = 'Your browser settings are correct.';
  9. $labels['check_fail'] = 'It was not possible to show a notification, please click "Configure browser"!';
  10. $labels['check_fail_blocked'] = 'Your browser blocked the notification, please set the permission in the browser settings!';
  11. $labels['no_notifications'] = 'Your browser does not support Desktop Notifications!';
  12. $labels['ok_notifications'] = 'The website already got the permission. Desktop Notifications should work.';
  13. $labels['notification_title'] = 'New E-Mail from [from]';
  14. $labels['seconds'] = 'seconds';
  15. $labels['off'] = 'off';
  16. $labels['durable'] = 'durable';
  17. $labels['no_mailbox'] = 'don\'t show mailbox';
  18. $labels['short_mailbox'] = 'show short mailbox';
  19. $labels['full_mailbox'] = 'show full mailbox';
  20. $labels['notifier_popuptype'] = 'How to open message on notification click';
  21. $labels['new_tab'] = 'In a new tab';
  22. $labels['new_window'] = 'In a new window';
  23. ?>