Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1232)

Unified Diff: chrome/app/generated_resources.grd

Issue 2151513002: Revamped signin/sync error surfacing on desktop user menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b3c9b5e45debe7353755bccd5386fe912c2c9951..86000b03a0ebd301dbef3c118bba23d56dbddf71 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11511,6 +11511,33 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_SYNC_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sync error bubble view/notification.">
Sync Error
</message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_TITLE" desc="Title of the sync/signin error header of desktop user menu.">
+ Sync isn't working
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_LOGIN_MESSAGE" desc="Message of the out-of-date login info error in the header of desktop user menu.">
msw 2016/07/13 22:31:37 nit: replace 'LOGIN' with 'SIGNIN' in ID and comme
Jane 2016/07/14 00:18:57 Done.
+ Sign-in details are out of date.
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_LOGIN_BUTTON" desc="Button in the header of desktop user menu that prompts the user to sign in again to fix the out-of-date login info error">
msw 2016/07/13 22:31:37 nit: trailing period for desc string
Jane 2016/07/14 00:18:57 Done.
+ Sign in again
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_PASSPHRASE_MESSAGE" desc="Message of the out-of-date sync passphrase error in the header of desktop user menu.">
+ Passphrase required to start sync.
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_PASSPHRASE_BUTTON" desc="Button in the header of desktop user menu that prompts the user to enter the sync passphrase to fix the out-of-date passphrase error.">
+ Enter passphrase
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_SIGNIN_AGAIN_MESSAGE" desc="Message of the unrecoverable error in the header of desktop user menu.">
+ Try signing in again.
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_SIGNIN_AGAIN_BUTTON" desc="Button in the header of desktop user menu that signs out and signs back in in an attempt to resolve unrecoverable error.">
msw 2016/07/13 22:31:37 nit: "resolve an" or "errors"; ditto below.
Jane 2016/07/14 00:18:57 Done.
+ Sign in again
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_SIGNOUT_MESSAGE" desc="Message of the unrecoverable error in the header of desktop user menu for managed users.">
+ Try signing out and back in again.
+ </message>
+ <message name="IDS_SYNC_ERROR_USER_MENU_SIGNOUT_BUTTON" desc="Button in the header of desktop user menu for managed users to sign out in an attempt to resolve unrecoverable error.">
+ Sign out
+ </message>
<if expr="use_ash">
<message name="IDS_SYNC_NOTIFICATION_ACCEPT" desc="A button label shown in the sync error notification when the passphrase needs to be updated.">
Update sync passphrase

Powered by Google App Engine
This is Rietveld 408576698