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

Unified Diff: chrome/app/generated_resources.grd

Issue 7835043: Sync: Strings for sync global error UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 999f766f1fe39d3f9c33a2a4da5a2f95e1cd9d62..8610b26173564c003dd712545b0490aa7576ea0d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10021,6 +10021,30 @@ Keep your key file in a safe place. You will need it to create new versions of y
Please update your sync passphrase.
</message>
+ <!-- Sync sign in global error message-->
+ <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_TITLE" desc="Title in the sync sign in error bubble view.">
+ Sync Error
+ </message>
+ <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message in the sync sign in error bubble view.">
+ Account sign-in details are out of date. Please update your sync passphrase.
+ </message>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_ACCEPT" desc="The accept button in the sync sign in error bubble view.">
+ Update...
+ </message>
+ <message name="IDS_SYNC_SIGN_IN_ERROR_WRENCH_MENU_ITEM" desc="The sync sign in error wrench menu item.">
+ Update sync passphrase...
+ </message>
+ </if>
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_ACCEPT" desc="In Title Case: The accept button in the sync sign in error bubble view.">
+ Update...
+ </message>
+ <message name="IDS_SYNC_SIGN_IN_ERROR_WRENCH_MENU_ITEM" desc="In Title Case: The sync sign in error wrench menu item.">
+ Update Sync Passphrase...
+ </message>
+ </if>
+
<!-- Translate Info Bar -->
<message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button">
Options
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698