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

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

Issue 6545001: Implement chrome://crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit fix 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 <!-- 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 <!-- about:conflicts strings --> 506 <!-- about:conflicts strings -->
507 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o n the compatibility page"> 507 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o n the compatibility page">
508 Modules loaded into Google Chrome 508 Modules loaded into Google Chrome
509 </message> 509 </message>
510 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page"> 510 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page">
511 This module is known to conflict with Google Chrome. 511 This module is known to conflict with Google Chrome.
512 </message> 512 </message>
513 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page"> 513 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page">
514 A module with the same name has been known to conflict with Google Chrom e. 514 A module with the same name has been known to conflict with Google Chrom e.
515 </message> 515 </message>
516 <!-- chrome://crashes strings -->
517 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled">
518 This page only shows information on your recent crashes if you <ph name= "BEGIN_LINK">&lt;a href="http://google.com/support/chrome/bin/answer.py?answer=9 6817"&gt;</ph>enable crash reporting<ph name="END_LINK">&lt;/a&gt;</ph>.
Nico 2011/02/18 18:16:01 eek &lt;a&gt; :-) Do you use the BEGIN_LINK / END
stuartmorgan 2011/02/18 19:41:21 Per irc, this is for the localization system. (Thi
519 </message>
516 520
517 <if expr="os == 'darwin'"> 521 <if expr="os == 'darwin'">
518 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam e, used for the Mac's application menu, activity monitor, etc. This should be le ss than 16 characters. Example: Chrome, not Google Chrome."> 522 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam e, used for the Mac's application menu, activity monitor, etc. This should be le ss than 16 characters. Example: Chrome, not Google Chrome.">
519 Chrome 523 Chrome
520 </message> 524 </message>
521 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr ome Helper."> 525 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr ome Helper.">
522 Google Chrome Helper 526 Google Chrome Helper
523 </message> 527 </message>
524 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch rome Helper, not Google Chrome Helper."> 528 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch rome Helper, not Google Chrome Helper.">
525 Chrome Helper 529 Chrome Helper
(...skipping 21 matching lines...) Expand all
547 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> 551 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility.">
548 Google Chrome Utility 552 Google Chrome Utility
549 </message> 553 </message>
550 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> 554 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility.">
551 Chrome Utility 555 Chrome Utility
552 </message> 556 </message>
553 </if> 557 </if>
554 </messages> 558 </messages>
555 </release> 559 </release>
556 </grit> 560 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698