summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSunjay Cauligi <[email protected]>2013-04-05 18:47:40 -0700
committerSunjay Cauligi <[email protected]>2013-04-05 18:57:05 -0700
commit8b35d171729f59a27b001cb16cef7de1e1c46fd0 (patch)
tree2e5725bdce5b1792ec15f8f51dc44306d48bc27d /include
parentb87bd8ed5655cdaa5962b9fa9fd31818e1cb2fc2 (diff)
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(