summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorZe G Riande <zriand@codeaurora.org>2015-06-03 11:15:24 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:45 +0200
commit2a675c288d856073ebe4139d2fad5299e483165d (patch)
tree90824a9952cff7dd756aede46059570c2638cc99 /res/values
parent21dad566a57084c8c5eae66909f917ff7c1fd222 (diff)
downloadandroid_packages_apps_Gello-2a675c288d856073ebe4139d2fad5299e483165d.tar.gz
android_packages_apps_Gello-2a675c288d856073ebe4139d2fad5299e483165d.tar.bz2
android_packages_apps_Gello-2a675c288d856073ebe4139d2fad5299e483165d.zip
Add reader mode option in popup menu
Reader mode use the DOM distiller to load the distilled version of a webpage Reader mode is disabled by default and will be available only with the use of the command line flag "reader-mode" Change-Id: Ide36057cae4e71b94e8118cc767f600cd610b82e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3172642e..d6d27132 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1015,6 +1015,8 @@
<string name="find_on_page">Find on page</string>
<!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] -->
<string name="ua_switcher_desktop">Request desktop site</string>
+ <!-- Popup menu checkbox that loads the reader mode version of the current webpage -->
+ <string name="enable_reader_mode">Reader mode</string>
<!-- Preload permission label [CHAR LIMIT=40] -->
<string name="permission_preload_label">Preload results</string>
<!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] -->