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

Side by Side Diff: chrome/app/chromium_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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 </message> 447 </message>
448 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t he dialog to try chrome"> 448 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t he dialog to try chrome">
449 Try it out (already installed) 449 Try it out (already installed)
450 </message> 450 </message>
451 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button"> 451 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
452 Don't bug me 452 Don't bug me
453 </message> 453 </message>
454 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown"> 454 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
455 Why am I seeing this? 455 Why am I seeing this?
456 </message> 456 </message>
457 <!-- about:conflicts strings -->
458 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o n the compatibility page">
459 Modules loaded into Chromium
460 </message>
461 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page">
462 This module is known to conflict with Chromium.
463 </message>
464 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page">
465 A module with the same name has been known to conflict with Chromium.
466 </message>
457 467
458 <if expr="os == 'darwin'"> 468 <if expr="os == 'darwin'">
459 <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."> 469 <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.">
460 Chromium 470 Chromium
461 </message> 471 </message>
462 <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."> 472 <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.">
463 Chromium Helper 473 Chromium Helper
464 </message> 474 </message>
465 <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."> 475 <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.">
466 Chromium Helper 476 Chromium Helper
(...skipping 27 matching lines...) Expand all
494 <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."> 504 <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.">
495 Chromium Profile Importer 505 Chromium Profile Importer
496 </message> 506 </message>
497 <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 ."> 507 <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 .">
498 Chromium Profile Importer 508 Chromium Profile Importer
499 </message> 509 </message>
500 </if> 510 </if>
501 </messages> 511 </messages>
502 </release> 512 </release>
503 </grit> 513 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698