aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar plopoyop <clement@iMac-de-Clement.local> 2014-09-18 10:46:34 +0200
committerGravatar plopoyop <clement@iMac-de-Clement.local> 2014-09-18 10:46:34 +0200
commit4211539c24e36531f2c5440ad454c4e208131047 (patch)
tree97faa08fdb8fc48da1516070c1ee50fe211846db /app/i18n/en.php
parent1967e289cfd09cdeb0d6beb5a10a3dacbc16a737 (diff)
Add timeout option for HTML5 notification
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 8f39115ad..1e842a1e1 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -280,6 +280,8 @@ return array (
'article_icons' => 'Article icons',
'top_line' => 'Top line',
'bottom_line' => 'Bottom line',
+ 'html5_notif_timeout' => 'HTML5 notification timeout',
+ 'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)',
'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
'sticky_post' => 'Stick the article to the top when opened',
'reading_confirm' => 'Display a confirmation dialog on “mark all as read” actions',