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

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

Issue 6545001: Implement chrome://crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addresses review comments Created 9 years, 10 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
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/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4090 matching lines...) Expand 10 before | Expand all | Expand 10 after
4101 <message name="IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_DESCRIPTION" desc=" Description of the 'Block all third-party cookies' lab."> 4101 <message name="IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_DESCRIPTION" desc=" Description of the 'Block all third-party cookies' lab.">
4102 When the option to block third-party cookies from being set is enabled, also block third-party cookies from being read. 4102 When the option to block third-party cookies from being set is enabled, also block third-party cookies from being read.
4103 </message> 4103 </message>
4104 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab."> 4104 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab.">
4105 Disable HTML5 interactive form validation 4105 Disable HTML5 interactive form validation
4106 </message> 4106 </message>
4107 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab."> 4107 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab.">
4108 Disable showing validation messages and preventing form submission. 4108 Disable showing validation messages and preventing form submission.
4109 </message> 4109 </message>
4110 4110
4111 <!-- Crashes -->
4112 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4113 Crashes
4114 </message>
4115 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4116 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4117 </message>
4118 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4119 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
4120 </message>
4121 <message name="IDS_CRASHES_CRASH_TIME_FORMAT" desc="Format for crash entry occurence time on chrome://crashes">
4122 Occurred <ph name="CRASH_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 P M</ex></ph>
4123 </message>
4124 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr ash bug on chrome://crashes">
4125 File bug
4126 </message>
4127 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa ge for chrome://crashes when there are no crashes">
4128 You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here.
4129 </message>
4130 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome:// crashes when crash reporting is disabled">
4131 Crash reporting is disabled.
4132 </message>
4133
4111 <!-- Instant --> 4134 <!-- Instant -->
4112 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant"> 4135 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant">
4113 Enable... 4136 Enable...
4114 </message> 4137 </message>
4115 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant"> 4138 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant">
4116 No thanks 4139 No thanks
4117 </message> 4140 </message>
4118 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant"> 4141 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant">
4119 Enable Instant for faster searching and browsing? 4142 Enable Instant for faster searching and browsing?
4120 </message> 4143 </message>
(...skipping 7277 matching lines...) Expand 10 before | Expand all | Expand 10 after
11398 </includes> 11421 </includes>
11399 <structures fallback_to_english="true"> 11422 <structures fallback_to_english="true">
11400 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11423 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11401 </structure> 11424 </structure>
11402 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11425 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11403 </structure> 11426 </structure>
11404 </structures> 11427 </structures>
11405 11428
11406 </release> 11429 </release>
11407 </grit> 11430 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698