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

Side by Side Diff: chrome/app/google_chrome_strings.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:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u pgrade bubble view."> 1104 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u pgrade bubble view.">
1105 Chrome is out of date 1105 Chrome is out of date
1106 </message> 1106 </message>
1107 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description."> 1107 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description.">
1108 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to manually reinstall Chrome. 1108 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to manually reinstall Chrome.
1109 </message> 1109 </message>
1110 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description."> 1110 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description.">
1111 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to update Chrome. 1111 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to update Chrome.
1112 </message> 1112 </message>
1113 1113
1114 <!-- User menu errors -->
1115 <message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_MESSAGE" desc="Message of the out-of-date Chrome client error in the header of desktop user menu.">
1116 Chrome is out of date.
1117 </message>
1118 <message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_BUTTON" desc="Button in th e header of desktop user menu that prompts the user to update Chrome to fix the out-of-date Chrome client error.">
1119 Update Chrome
1120 </message>
1121
1114 <!-- Upgrade recovery bubble --> 1122 <!-- Upgrade recovery bubble -->
1115 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover Chrome and its updater."> 1123 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover Chrome and its updater.">
1116 Update Chrome 1124 Update Chrome
1117 </message> 1125 </message>
1118 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl icks to decline recovery request."> 1126 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl icks to decline recovery request.">
1119 No, thanks 1127 No, thanks
1120 </message> 1128 </message>
1121 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the chrome recovery bubble view."> 1129 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the chrome recovery bubble view.">
1122 Chrome is out of date 1130 Chrome is out of date
1123 </message> 1131 </message>
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 </message> 1226 </message>
1219 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1227 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1220 desc="Alt text for the faded Chrome logo image."> 1228 desc="Alt text for the faded Chrome logo image.">
1221 Chrome logo 1229 Chrome logo
1222 </message> 1230 </message>
1223 </if> 1231 </if>
1224 1232
1225 </messages> 1233 </messages>
1226 </release> 1234 </release>
1227 </grit> 1235 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698