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

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

Issue 8394042: Pass through installer errors from Google Update to the About box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/google/google_update.h » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5128 matching lines...) Expand 10 before | Expand all | Expand 10 after
5139 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: 5139 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says:
5140 </ph> 5140 </ph>
5141 </message> 5141 </message>
5142 <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for Javascript prompt and confirm originating from a webpage"> 5142 <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for Javascript prompt and confirm originating from a webpage">
5143 The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says: 5143 The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says:
5144 </message> 5144 </message>
5145 <message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional U I shown on the message box, in the form of a checkbox, allowing the user to supp ress additional message boxes from the page."> 5145 <message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional U I shown on the message box, in the form of a checkbox, allowing the user to supp ress additional message boxes from the page.">
5146 Prevent this page from creating additional dialogs. 5146 Prevent this page from creating additional dialogs.
5147 </message> 5147 </message>
5148 5148
5149 <!-- About box strings -->
5150 <message name="IDS_ABOUT_BOX_ERROR_DURING_UPDATE_CHECK" desc="The error la bel for errors that occurred while checking for updates in the About box.">
5151 An error occurred while checking for updates: <ph name="ERROR">$1<ex>Una ble to contact Google Update</ex></ph>
5152 </message>
5153 <message name="IDS_ABOUT_BOX_ERROR_COCREATE_FAILED" desc="The error messag e for the specific case when we cannot create the Google Update component">
5154 Update check failed to start (error code <ph name="ERROR">$1<ex>0x800000 05</ex></ph>).
5155 </message>
5156
5149 <!-- "Before Unload" Dialog Box strings --> 5157 <!-- "Before Unload" Dialog Box strings -->
5150 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'bef ore unload' dialog."> 5158 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'bef ore unload' dialog.">
5151 Confirm Navigation 5159 Confirm Navigation
5152 </message> 5160 </message>
5153 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_FOOTER" desc="Text shown at the bottom of the dialog, after the message provided by the script."> 5161 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_FOOTER" desc="Text shown at the bottom of the dialog, after the message provided by the script.">
5154 Are you sure you want to leave this page? 5162 Are you sure you want to leave this page?
5155 </message> 5163 </message>
5156 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page."> 5164 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page.">
5157 Leave this Page 5165 Leave this Page
5158 </message> 5166 </message>
(...skipping 9370 matching lines...) Expand 10 before | Expand all | Expand 10 after
14529 </messages> 14537 </messages>
14530 <structures fallback_to_english="true"> 14538 <structures fallback_to_english="true">
14531 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14539 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14532 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14540 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14533 </structure> 14541 </structure>
14534 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14542 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14535 </structure> 14543 </structure>
14536 </structures> 14544 </structures>
14537 </release> 14545 </release>
14538 </grit> 14546 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/google/google_update.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698