]> git.donarmstrong.com Git - roundcube.git/blob - plugins/newmail_notifier/localization/en_US.inc
Imported Upstream version 0.7
[roundcube.git] / plugins / newmail_notifier / localization / en_US.inc
1 <?php
2
3 $labels['basic'] = 'Display browser notifications on new message';
4 $labels['desktop'] = 'Display desktop notifications on new message';
5 $labels['sound'] = 'Play the sound on new message';
6 $labels['test'] = 'Test';
7 $labels['title'] = 'New Email!';
8 $labels['body'] = 'You\'ve received a new message.';
9 $labels['testbody'] = 'This is a test notification.';
10 $labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.';
11 $labels['desktopunsupported'] = 'Your browser does not support desktop notifications.';
12
13 ?>