diff options
author | John Reck <jreck@google.com> | 2011-03-08 12:28:04 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-03-08 12:28:04 -0800 |
commit | 6c988f7737e4b69f308186c0ac35100ff86f8af5 (patch) | |
tree | 2ee264427cd1b2c7d613f429cb36e1179ba3d38c /res | |
parent | 3b608dd9728a642255b700579413c532b1c9f28f (diff) | |
parent | 741a46f021c24def5c413fa248c5572c9b178326 (diff) | |
download | packages_apps_Browser-6c988f7737e4b69f308186c0ac35100ff86f8af5.zip packages_apps_Browser-6c988f7737e4b69f308186c0ac35100ff86f8af5.tar.gz packages_apps_Browser-6c988f7737e4b69f308186c0ac35100ff86f8af5.tar.bz2 |
Merge "Preference string tweaks" into honeycomb-mr1
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 856c2ef..c7607ae 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -308,8 +308,8 @@ <string name="pref_content_load_images">Load images</string> <!-- Settings label --> <string name="pref_content_load_images_summary">Display images on web pages</string> - <!-- Settings label --> - <string name="pref_content_block_popups">Block pop-up windows</string> + <!-- Settings label [CHAR LIMIT=30] --> + <string name="pref_content_block_popups">Block pop-ups</string> <!-- Settings label --> <string name="pref_content_javascript">Enable JavaScript</string> <!-- Settings label --> @@ -329,8 +329,8 @@ </string-array> <!-- Settings summary [CHAR LIMIT=50]--> <string name="pref_content_open_in_background_summary">Open new windows behind the current one</string> - <!-- Settings label --> - <string name="pref_content_homepage">Set home page</string> + <!-- Settings label [CHAR LIMIT=50] --> + <string name="pref_content_homepage">Set homepage</string> <!-- Settings label --> <string name="pref_content_search_engine">Set search engine</string> <!-- Settings summary --> @@ -371,13 +371,13 @@ <string name="pref_personal_account_dialog_title">Select Google account to share with</string> <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] --> - <string name="pref_autofill_enabled">Form AutoFill</string> + <string name="pref_autofill_enabled">Form auto-fill</string> <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] --> <string name="pref_autofill_enabled_summary">Fill out web forms in a single click</string> <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] --> - <string name="pref_autofill_profile_editor">AutoFill Settings</string> + <string name="pref_autofill_profile_editor">Auto-fill data</string> <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] --> - <string name="pref_autofill_profile_editor_summary">Set up & manage data for AutoFilled forms</string> + <string name="pref_autofill_profile_editor_summary">Enter and save data for auto-filling web form fields</string> <!-- Auto login preference title [CHAR-LIMIT=32] --> <string name="pref_autologin_title">Automatic Google sign-in</string> @@ -386,7 +386,7 @@ <!-- Summary when there is an account available [CHAR-LIMIT=none] --> <string name="pref_autologin_summary">Sign into Google sites automatically using <xliff:g>%s</xliff:g></string> <!-- Message shown during auto login [CHAR-LIMIT=none] --> - <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g>\nYour Privacy & Security settings control automatic Google sign-in</string> + <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g>\nYour privacy & security settings control automatic Google sign-in</string> <!-- Option in account list to disable autologin [CHAR-LIMIT=50] --> <string name="pref_autologin_disable">Don\'t sign in automatically</string> <!-- Auto-login bar description [CHAR-LIMIT=40] --> @@ -444,7 +444,7 @@ <string name="disable_autofill">Disable AutoFill</string> <!-- Settings screen, section title [CHAR-LIMIT=50] --> - <string name="pref_privacy_security_title">Privacy & Security</string> + <string name="pref_privacy_security_title">Privacy & security</string> <!-- Settings label --> <string name="pref_privacy_clear_cache">Clear cache</string> <!-- Settings summary --> @@ -634,21 +634,21 @@ <!-- Title for lab settings [CHAR LIMIT=25] --> <string name="pref_lab_title">Labs</string> <!-- Title for lab quick controls feature [CHAR LIMIT=40] --> - <string name="pref_lab_quick_controls">Quick Controls</string> + <string name="pref_lab_quick_controls">Quick controls</string> <!-- Summary for lab quick controls feature [CHAR LIMIT=80] --> <string name="pref_lab_quick_controls_summary"> - Swipe thumb from left or right edge to access quick controls</string> + Swipe thumb from left or right edge to access quick controls and hide Application and URL bars</string> <!-- Title for lab "Most Visited" homepage feature [CHAR LIMIT=40] --> - <string name="pref_lab_most_visited_homepage">Most Visited Homepage</string> + <string name="pref_lab_most_visited_homepage">Most-visited homepage</string> <!-- Summary for lab "Most Visited" homepage feature [CHAR LIMIT=80] --> <string name="pref_lab_most_visited_homepage_summary"> - Sets your homepage to show the most visited pages.</string> + Your homepage displays your most-visited webpages.</string> <!-- Title for the "Instant search" lab feature [CHAR LIMIT=40] --> - <string name="pref_use_instant_search">Use Instant Search</string> + <string name="pref_use_instant_search">Google Instant</string> <!-- Summary for the "Instant search" lab feature [CHAR LIMIT=120] --> <string name="pref_use_instant_search_summary"> - Enable instant for faster searching and browsing. This might result - in higher data and bandwidth usage.</string> + Use Google Instant when you use Google Search, to show results as you + type (this can increase data use).</string> <!-- Title for a dialog displayed when the browser has a data connectivity problem --> <string name="browserFrameNetworkErrorLabel">Data connectivity problem</string> |