diff options
author | John Reck <jreck@google.com> | 2011-03-08 18:11:30 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-03-08 18:11:30 -0800 |
commit | 66996bfa98bcf98f2ea944ddd27439f554f8f0b9 (patch) | |
tree | 512ba53a5932acff1783c0ca3b64e5b064aae262 | |
parent | 024a7de1b86c5d7d0079a57da44248b3d829ad07 (diff) | |
parent | 00c71515d333c1cbbd4d9b2599df41145b724400 (diff) | |
download | packages_apps_Browser-66996bfa98bcf98f2ea944ddd27439f554f8f0b9.zip packages_apps_Browser-66996bfa98bcf98f2ea944ddd27439f554f8f0b9.tar.gz packages_apps_Browser-66996bfa98bcf98f2ea944ddd27439f554f8f0b9.tar.bz2 |
Merge "Strings for new import dialog" into honeycomb-mr1
-rw-r--r-- | res/values/strings.xml | 31 |
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> |