summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-05 22:42:59 -0700
committerAndrew Dolgov <[email protected]>2013-04-05 22:42:59 -0700
commitef74a05ea2080b715e79459c45787cb4118bed33 (patch)
tree34d927c713ebacdf7304c97b53bf14e660fc5f5e /include
parentcc36ff0148ba595ba8694c5cbd141d4a3a188ba8 (diff)
parent8b35d171729f59a27b001cb16cef7de1e1c46fd0 (diff)
Merge pull request #134 from sunjayc99/master
Added functionality for navigation without opening articles and toggling expansion of headlines
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index dc67b028a..d328ea19d 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1912,6 +1912,8 @@
"prev_article" => __("Open previous article"),
"next_article_noscroll" => __("Open next article (don't scroll long articles)"),
"prev_article_noscroll" => __("Open previous article (don't scroll long articles)"),
+ "next_article_noexpand" => __("Move to next article (don't expand or mark read)"),
+ "prev_article_noexpand" => __("Move to previous article (don't expand or mark read)"),
"search_dialog" => __("Show search dialog")),
__("Article") => array(
"toggle_mark" => __("Toggle starred"),
@@ -1928,6 +1930,7 @@
"select_article_cursor" => __("Select article under cursor"),
"email_article" => __("Email article"),
"close_article" => __("Close/collapse article"),
+ "toggle_expand" => __("Toggle article expansion (combined mode)"),
"toggle_widescreen" => __("Toggle widescreen mode"),
"toggle_embed_original" => __("Toggle embed original")),
__("Article selection") => array(