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

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

Issue 4524002: First cut of the about:conflicts page, listing all DLLs loaded in the Chrome ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 </message> 498 </message>
499 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t he dialog to try chrome"> 499 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t he dialog to try chrome">
500 Try it out (already installed) 500 Try it out (already installed)
501 </message> 501 </message>
502 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button"> 502 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
503 Don't bug me 503 Don't bug me
504 </message> 504 </message>
505 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown"> 505 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
506 Why am I seeing this? 506 Why am I seeing this?
507 </message> 507 </message>
508 <!-- about:conflicts strings -->
509 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o n the compatibility page">
510 Modules loaded into Google Chrome
511 </message>
512 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page">
513 This module is known to conflict with Google Chrome.
514 </message>
515 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page">
516 A module with the same name has been known to conflict with Google Chrom e.
517 </message>
508 518
509 <if expr="os == 'darwin'"> 519 <if expr="os == 'darwin'">
510 <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."> 520 <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.">
511 Chrome 521 Chrome
512 </message> 522 </message>
513 <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."> 523 <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.">
514 Google Chrome Helper 524 Google Chrome Helper
515 </message> 525 </message>
516 <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."> 526 <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.">
517 Chrome Helper 527 Chrome Helper
(...skipping 27 matching lines...) Expand all
545 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer."> 555 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer.">
546 Google Chrome Profile Importer 556 Google Chrome Profile Importer
547 </message> 557 </message>
548 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer ."> 558 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer .">
549 Chrome Profile Importer 559 Chrome Profile Importer
550 </message> 560 </message>
551 </if> 561 </if>
552 </messages> 562 </messages>
553 </release> 563 </release>
554 </grit> 564 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698