summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/localization/en_US.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-22 17:12:24 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-22 17:12:24 +0000
commitc0795652f729fd65a9feaab348b62bbb27992c26 (patch)
treed0e91bd7ec1168364fa2beacfc151e8551fe9a0c /plugins/newmail_notifier/localization/en_US.inc
parente5b14be82dd654ef4553fc1188ccf45281e09644 (diff)
- Support HTML5 notifications + notification test feature
git-svn-id: https://svn.roundcube.net/trunk@5269 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/newmail_notifier/localization/en_US.inc')
-rw-r--r--plugins/newmail_notifier/localization/en_US.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/newmail_notifier/localization/en_US.inc b/plugins/newmail_notifier/localization/en_US.inc
index fbb5d9aae..3017c43dc 100644
--- a/plugins/newmail_notifier/localization/en_US.inc
+++ b/plugins/newmail_notifier/localization/en_US.inc
@@ -1,6 +1,13 @@
<?php
-$labels['basic'] = 'Display notifications on new message';
+$labels['basic'] = 'Display browser notifications on new message';
+$labels['desktop'] = 'Display desktop notifications on new message';
$labels['sound'] = 'Play the sound on new message';
+$labels['test'] = 'Test';
+$labels['title'] = 'New Email!';
+$labels['body'] = 'You\'ve received a new message.';
+$labels['testbody'] = 'This is a test notification.';
+$labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.';
+$labels['desktopunsupported'] = 'Your browser does not support desktop notifications.';
?>