diff options
author | John Reck <jreck@google.com> | 2011-08-31 13:47:09 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-31 13:47:09 -0700 |
commit | c3e36bdbf35bc80eb848c89cec14c20b8888073f (patch) | |
tree | c7b291f3778e0130009b8fdf60128377c9907c63 /res | |
parent | 24721212f91f61ca64f1c1c5325dfe11555248ac (diff) | |
parent | ffb33d15d7574bf683007cc979e476614739c7c5 (diff) | |
download | packages_apps_browser-c3e36bdbf35bc80eb848c89cec14c20b8888073f.zip packages_apps_browser-c3e36bdbf35bc80eb848c89cec14c20b8888073f.tar.gz packages_apps_browser-c3e36bdbf35bc80eb848c89cec14c20b8888073f.tar.bz2 |
Merge "Remove unused strings"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2f99642..123e5c8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -348,20 +348,6 @@ <string name="pref_general_sync_title">Sync</string> <!-- Settings category for autofill under general. [CHAR-LIMIT=50] --> <string name="pref_general_autofill_title">Auto-fill</string> - <!-- Checkbox setting to enable or disable syncing bookmarks and other data with Google Chrome. [CHAR-LIMIT=48] --> - <string name="pref_personal_sync_with_chrome">Sync with Google Chrome</string> - <!-- Checkbox setting to enable or disable syncing bookmarks and other data with Google Chrome. [CHAR-LIMIT=none] --> - <string name="pref_personal_sync_with_chrome_summary">Share bookmarks & other data between Android Browser and Google Chrome</string> - <!-- Label indicating which Google account is being used to sync bookmarks between Android and Chrome [CHAR-LIMIT=20] --> - <string name="pref_personal_google_account">Google account</string> - <!-- Checkbox setting to enable or disable syncing bookmarks with Google Chrome. [CHAR-LIMIT=32] --> - <string name="pref_personal_sync_bookmarks">Sync bookmarks</string> - <!-- Summary for a checkbox setting to enable or disable syncing bookmarks with Google Chrome. [CHAR-LIMIT=none] --> - <string name="pref_personal_sync_bookmarks_summary">Sync bookmarks between Android Browser and Google Chrome</string> - <!-- Button to start a sync of bookmarks and other data between the Android Browser and Google Chrome [CHAR-LIMIT=20] --> - <string name="pref_personal_start_syncing">Start syncing</string> - <!-- Dialog title used when asking the user which Google account they want to use to sync data between Android Browser and Google Chrome [CHAR-LIMIT=20] --> - <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 auto-fill</string> |