diff options
author | John Reck <jreck@google.com> | 2011-05-20 15:58:33 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-05-23 11:25:56 -0700 |
commit | b8b2af8be793c442add61afbe852d55ef978361c (patch) | |
tree | 1471dabf892882fe0dadaa0d8eaa8b117cea7d7a /res/values | |
parent | 659f958873c44772bcd36e3b0de3a0ee1d3b7244 (diff) | |
download | packages_apps_Browser-b8b2af8be793c442add61afbe852d55ef978361c.zip packages_apps_Browser-b8b2af8be793c442add61afbe852d55ef978361c.tar.gz packages_apps_Browser-b8b2af8be793c442add61afbe852d55ef978361c.tar.bz2 |
Initial implementation of the useragent switcher
Change-Id: Iaa8262a678902645dbfaa8a53fe7212af7d9d53c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 90c6cc1..ad8f64d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -657,10 +657,15 @@ <string name="pref_use_instant_search_summary"> Use Google Instant when you use Google Search, to show results as you type (this can increase data use).</string> + <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] --> <string name="pref_lab_fullscreen">Fullscreen</string> <!-- 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 useragent switcher lab feature [CHAR LIMIT=40] --> + <string name="pref_enable_useragent_switcher">Useragent Switcher</string> + <!-- Summary for the useragent switcher lab feature [CHAR LIMIT=120] --> + <string name="pref_enable_useragent_switcher_summary">Toggle between tablet and desktop versions of a site (per tab)</string> <!-- Title for a dialog displayed when the browser has a data connectivity problem --> |