summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-08-03 15:35:34 -0700
committerNicolas Roard <nicolasroard@google.com>2011-08-03 17:16:45 -0700
commit5d513105dff9f453872be40f8bed2391396cf9c7 (patch)
treeb05ba91367438b07644dc4d136aa6c54bce5c4a8 /res/values/strings.xml
parent7cff891f31311139e215e3948198843bcafd6137 (diff)
downloadpackages_apps_browser-5d513105dff9f453872be40f8bed2391396cf9c7.zip
packages_apps_browser-5d513105dff9f453872be40f8bed2391396cf9c7.tar.gz
packages_apps_browser-5d513105dff9f453872be40f8bed2391396cf9c7.tar.bz2
Move inverted mode to Accessibility settings
Add contrast settings bug:5111259 Change-Id: Ic95e1fbae94c01fc8560cbd326503244b9ab4988
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d9667bc..87e77fc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -524,6 +524,14 @@
<string name="pref_force_userscalable">Force enable zoom</string>
<!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] -->
<string name="pref_force_userscalable_summary">Whether or not to override a website\'s request to control zoom behavior</string>
+ <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] -->
+ <string name="pref_inverted_category">Inverted Screen Rendering</string>
+ <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] -->
+ <string name="pref_inverted">Inverted Rendering</string>
+ <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] -->
+ <string name="pref_inverted_summary">Enable inverted rendering. Black will become white and vice versa.</string>
+ <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] -->
+ <string name="pref_inverted_contrast">Contrast</string>
<!-- Settings label -->
<string name="pref_default_zoom">Default zoom</string>
<!-- Settings default zoom options; appear in default zoom dialog box -->
@@ -654,10 +662,6 @@
<!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] -->
<string name="pref_lab_fullscreen_summary">
Use fullscreen mode to hide the status bar.</string>
- <!-- Title for the inverted screen lab feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] -->
- <string name="pref_lab_inverted">Inverted Rendering</string>
- <!-- Summary for the inverted screen lab feature. [CHAR LIMIT=120] -->
- <string name="pref_lab_inverted_summary">Checking this causes the browser to invert colors. Black will become white and vice versa.</string>
<!-- Title for bandwidth management preference [CHAR LIMIT=25] -->
<string name="pref_data_title">Bandwidth Management</string>
<!-- Title for search preloading [CHAR LIMIT=40] -->