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

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

Issue 643753002: Change the crash bubble string. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | 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 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. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 </if> 194 </if>
195 <if expr="not is_ios and not is_android"> 195 <if expr="not is_ios and not is_android">
196 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details f or an X509 certificate with an invalid authority"> 196 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details f or an X509 certificate with an invalid authority">
197 This server could not prove that it is <ph name="DOMAIN">&lt;strong&gt ;$1<ex>paypal.com</ex>&lt;/strong&gt;</ph>; its security certificate is not trus ted by your computer's operating system. This may be caused by a misconfiguratio n or an attacker intercepting your connection. 197 This server could not prove that it is <ph name="DOMAIN">&lt;strong&gt ;$1<ex>paypal.com</ex>&lt;/strong&gt;</ph>; its security certificate is not trus ted by your computer's operating system. This may be caused by a misconfiguratio n or an attacker intercepting your connection.
198 </message> 198 </message>
199 </if> 199 </if>
200 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window"> 200 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
201 Task Manager - Google Chrome 201 Task Manager - Google Chrome
202 </message> 202 </message>
203 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> 203 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
204 Google Chrome didn't shut down correctly. To reopen the pages you had op en, click Restore. 204 Chrome didn't shut down correctly.
205 </message> 205 </message>
206 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the checkbox to let users optin to UMA in the restore from previous crash bubble."> 206 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the checkbox to let users optin to UMA in the restore from previous crash bubble.">
207 Help make Google Chrome better by sending crash reports and <ph name="UM A_LINK">$1<ex>usage statistics</ex></ph> to Google 207 Help make Google Chrome better by sending crash reports and <ph name="UM A_LINK">$1<ex>usage statistics</ex></ph> to Google
208 </message> 208 </message>
209 <!-- Browser Window Title Format --> 209 <!-- Browser Window Title Format -->
210 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows"> 210 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows">
211 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome 211 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome
212 </message> 212 </message>
213 <if expr="not chromeos"> 213 <if expr="not chromeos">
214 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 214 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1237 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1238 </message> 1238 </message>
1239 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1239 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1240 Chrome OS terms 1240 Chrome OS terms
1241 </message> 1241 </message>
1242 </if> 1242 </if>
1243 1243
1244 </messages> 1244 </messages>
1245 </release> 1245 </release>
1246 </grit> 1246 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698