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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 2457483002: [MD Settings][Sync Settings] Updates sync status messages (Closed)
Patch Set: Addressed maxbogue's and dbeam's comments Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 <message name="IDS_SYNC_ERROR_USER_MENU_SUPERVISED_SIGNIN_MESSAGE" desc="M essage of the out-of-date signin token error for supervised users in the header of desktop user menu."> 1141 <message name="IDS_SYNC_ERROR_USER_MENU_SUPERVISED_SIGNIN_MESSAGE" desc="M essage of the out-of-date signin token error for supervised users in the header of desktop user menu.">
1142 Your manager must remove and add you back to Chromium. 1142 Your manager must remove and add you back to Chromium.
1143 </message> 1143 </message>
1144 <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."> 1144 <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.">
1145 Chromium is out of date 1145 Chromium is out of date
1146 </message> 1146 </message>
1147 <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."> 1147 <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.">
1148 Update Chromium 1148 Update Chromium
1149 </message> 1149 </message>
1150 1150
1151 <!-- Sync errors. Android uses native UI to handle Sync settings -->
1152 <if expr="not is_android">
1153 <message name="IDS_SYNC_UPGRADE_CLIENT" desc="Message indicating client needs to be upgraded to the latest version.">
1154 Update Chromium to start sync
1155 </message>
1156 <message name="IDS_SYNC_UPGRADE_CLIENT_LINK_LABEL" desc="Hyperlink text indicating client needs to be upgraded to the latest version.">
1157 Update Chromium
1158 </message>
1159 </if>
1160
1151 <!-- Upgrade recovery bubble --> 1161 <!-- Upgrade recovery bubble -->
1152 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover chromium and its updater."> 1162 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover chromium and its updater.">
1153 Update Chromium 1163 Update Chromium
1154 </message> 1164 </message>
1155 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl icks to decline recovery request."> 1165 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl icks to decline recovery request.">
1156 No, thanks 1166 No, thanks
1157 </message> 1167 </message>
1158 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the chrome recovery bubble view."> 1168 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the chrome recovery bubble view.">
1159 Chromium is out of date 1169 Chromium is out of date
1160 </message> 1170 </message>
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr iption of a security problem where the site collects private user data on an ins ecure page, which will result in an omnibox warning in future versions of Chromi um." translateable="false"> 1310 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr iption of a security problem where the site collects private user data on an ins ecure page, which will result in an omnibox warning in future versions of Chromi um." translateable="false">
1301 This page includes a password or credit card input over HTTP. A warning will be added to the URL bar starting in Chromium 56 (Jan 2017). 1311 This page includes a password or credit card input over HTTP. A warning will be added to the URL bar starting in Chromium 56 (Jan 2017).
1302 </message> 1312 </message>
1303 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure p age, which results in an omnibox warning." translateable="false"> 1313 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure p age, which results in an omnibox warning." translateable="false">
1304 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar. 1314 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar.
1305 </message> 1315 </message>
1306 1316
1307 </messages> 1317 </messages>
1308 </release> 1318 </release>
1309 </grit> 1319 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698