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

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

Issue 7014005: Fix help link for enabling crash reporting from chrome://crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 Modules loaded into Google Chrome 494 Modules loaded into Google Chrome
495 </message> 495 </message>
496 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page"> 496 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page">
497 This module is known to conflict with Google Chrome. 497 This module is known to conflict with Google Chrome.
498 </message> 498 </message>
499 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page"> 499 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page">
500 A module with the same name has been known to conflict with Google Chrom e. 500 A module with the same name has been known to conflict with Google Chrom e.
501 </message> 501 </message>
502 <!-- chrome://crashes strings --> 502 <!-- chrome://crashes strings -->
503 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> 503 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled">
504 This page only shows information on your recent crashes if you <ph name= "BEGIN_LINK">&lt;a href="https://google.com/support/chrome/bin/answer.py?answer= 96817"&gt;</ph>enable crash reporting<ph name="END_LINK">&lt;/a&gt;</ph>. 504 This page only shows information on your recent crashes if you <ph name= "BEGIN_LINK">&lt;a href="https://www.google.com/support/chrome/bin/answer.py?ans wer=96817"&gt;</ph>enable crash reporting<ph name="END_LINK">&lt;/a&gt;</ph>.
505 </message> 505 </message>
506 <!-- Print Preview --> 506 <!-- Print Preview -->
507 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 507 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
508 Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview, please visit <ph name="BEGIN_LINK">&l t;a target="_blank" rel="noreferrer" href="$1"&gt;</ph>$1<ph name="END_LINK">&lt ;/a&gt;</ph>, enable the "Chrome PDF Viewer", and try again. 508 Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview, please visit <ph name="BEGIN_LINK">&l t;a target="_blank" rel="noreferrer" href="$1"&gt;</ph>$1<ph name="END_LINK">&lt ;/a&gt;</ph>, enable the "Chrome PDF Viewer", and try again.
509 </message> 509 </message>
510 510
511 <if expr="os == 'darwin'"> 511 <if expr="os == 'darwin'">
512 <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."> 512 <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.">
513 Chrome 513 Chrome
514 </message> 514 </message>
(...skipping 26 matching lines...) Expand all
541 <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."> 541 <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.">
542 Google Chrome Utility 542 Google Chrome Utility
543 </message> 543 </message>
544 <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."> 544 <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.">
545 Chrome Utility 545 Chrome Utility
546 </message> 546 </message>
547 </if> 547 </if>
548 </messages> 548 </messages>
549 </release> 549 </release>
550 </grit> 550 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698