From 8b35d171729f59a27b001cb16cef7de1e1c46fd0 Mon Sep 17 00:00:00 2001 From: Sunjay Cauligi Date: Fri, 5 Apr 2013 18:47:40 -0700 Subject: Added functionality for navigation without opening articles and toggling expansion of headlines --- include/functions.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/functions.php') 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( -- cgit v1.2.3