summaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-07-07 19:21:57 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-07-07 19:34:47 -0400
commit21d8c03ac969d93b9a0d29ee5cb8cd2f5630bdb8 (patch)
tree3722c027e5d108a880e811d882c0afcf488aec1d /app/i18n/en.php
parent92f1d6d6581061fe81bdd44f5c82086ea03dd2fb (diff)
Add a configuration parameter
Add a parameter to choose wether or not the user want to display a confirmation dialog when clicking on "mark all as read" actions.
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index b9aff9d73..8634f99b5 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -264,6 +264,7 @@ return array (
'bottom_line' => 'Bottom line',
'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',
'auto_read_when' => 'Mark article as read…',
'article_viewed' => 'when article is viewed',
'article_open_on_website' => 'when article is opened on its original website',