summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-03-08 17:43:31 -0800
committerJohn Reck <jreck@google.com>2011-03-08 17:55:00 -0800
commit00c71515d333c1cbbd4d9b2599df41145b724400 (patch)
tree006fa4ee68a148b8c8e5446a068cb11bff1cf925 /res
parent6c988f7737e4b69f308186c0ac35100ff86f8af5 (diff)
downloadpackages_apps_Browser-00c71515d333c1cbbd4d9b2599df41145b724400.zip
packages_apps_Browser-00c71515d333c1cbbd4d9b2599df41145b724400.tar.gz
packages_apps_Browser-00c71515d333c1cbbd4d9b2599df41145b724400.tar.bz2
Strings for new import dialog
Bug: 3091551 Change-Id: I6e9b62b06713858f50486725c1318f3859d634d2
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c7607ae..f05f44f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -933,10 +933,37 @@
<string name="import_bookmarks_dialog_title">Sync with Google account</string>
<!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] -->
- <string name="import_bookmarks_dialog_description">Your Android bookmarks are not associated with a Google account</string>
+ <string name="import_bookmarks_dialog_description">Bookmarks on this device are not yet associated with a Google account. Save these bookmarks by adding them to an account. Delete these bookmarks if you do not want to sync them.</string>
+
+ <!-- Description for selecting the account to add bookmarks to and begin syncing with [CHAR-LIMIT=none] -->
+ <string name="import_bookmarks_dialog_select_add_account">Add bookmarks currently on this device and begin syncing with Google Account</string>
+
+ <!-- Description for selecting the account to sync with and delete local bookmarks [CHAR-LIMIT=none] -->
+ <string name="import_bookmarks_dialog_delete_select_account">Delete bookmarks currently on this device and begin synchronizing with Google Account</string>
+
+ <!-- Description confirming user's choice to delete bookmarks [CHAR-LIMIT=none] -->
+ <string name="import_bookmarks_dialog_confirm_delete">Delete bookmarks currently on this device and begin synchronizing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>.</string>
+
+ <!-- Description confirming user's choice to add bookmarks to an account [CHAR-LIMIT=none] -->
+ <string name="import_bookmarks_dialog_confirm_add">Add bookmarks currently on this device and begin synchronizing bookmarks with <xliff:g id="Google account" example="account@example.com">%s</xliff:g>.</string>
<!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
- <string name="import_bookmarks_dialog_remove">Remove your Android bookmarks</string>
+ <string name="import_bookmarks_dialog_remove">Delete bookmarks</string>
+
+ <!-- Sync bookmarks wizard option to go to the next screen [CHAR-LIMIT=30] -->
+ <string name="import_bookmarks_wizard_next">Next</string>
+
+ <!-- Sync bookmarks wizard option to go to the previous screen [CHAR-LIMIT=30] -->
+ <string name="import_bookmarks_wizard_previous">Previous</string>
+
+ <!-- Sync bookmarks wizard option to cancel sync setup [CHAR-LIMIT=30] -->
+ <string name="import_bookmarks_wizard_cancel">Cancel</string>
+
+ <!-- Sync bookmarks wizard option to finish sync setup [CHAR-LIMIT=30] -->
+ <string name="import_bookmarks_wizard_done">Done</string>
+
+ <!-- Button allowing users to import all of their existing bookmarks into an account when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
+ <string name="import_bookmarks_dialog_add">Add bookmarks to Google Account</string>
<!-- Button allowing users to import all of their existing bookmarks into an account when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] -->
<string name="import_bookmarks_dialog_import">Add your Android bookmarks to bookmarks for <xliff:g id="Google account" example="account@example.com">%s</xliff:g></string>