diff options
author | John Reck <jreck@google.com> | 2011-08-31 11:00:01 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-08-31 11:00:01 -0700 |
commit | ffb33d15d7574bf683007cc979e476614739c7c5 (patch) | |
tree | 7ac8662f1148ca1cc6b2b82844781b7c12ce5292 /res/values/strings.xml | |
parent | bbd84a5bf98ea94423bb56586c7939ad6339d696 (diff) | |
download | packages_apps_browser-ffb33d15d7574bf683007cc979e476614739c7c5.zip packages_apps_browser-ffb33d15d7574bf683007cc979e476614739c7c5.tar.gz packages_apps_browser-ffb33d15d7574bf683007cc979e476614739c7c5.tar.bz2 |
Remove unused strings
Bug: 5190869
Change-Id: I44835f6cfa6076feb1de2e08dfb92d576d53a000
Diffstat (limited to 'res/values/strings.xml')
-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> |