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

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

Issue 255983002: Cleanup: Mark conflict UI resources as Windows-only. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 8 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 | chrome/app/generated_resources.grd » ('j') | 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 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t he dialog to try chrome"> 591 <message name="IDS_TRY_TOAST_TRY_OPT" desc="First option radio button on t he dialog to try chrome">
592 Try it out, it's already installed 592 Try it out, it's already installed
593 </message> 593 </message>
594 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button"> 594 <message name="IDS_TRY_TOAST_CANCEL" desc="Try chrome again dialog Cancel button">
595 Don't bug me 595 Don't bug me
596 </message> 596 </message>
597 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown"> 597 <message name="IDS_TRY_TOAST_WHY" desc="Text of the url link that explains why this dialog is being shown">
598 Why am I seeing this? 598 Why am I seeing this?
599 </message> 599 </message>
600 <!-- about:conflicts strings --> 600 <!-- about:conflicts strings -->
601 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title o n the compatibility page"> 601 <if expr="is_win">
602 Modules loaded into Chromium 602 <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page">
603 </message> 603 Modules loaded into Chromium
604 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page"> 604 </message>
605 This module is known to conflict with Chromium. 605 <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning labe l on the compatibility page">
606 </message> 606 This module is known to conflict with Chromium.
607 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page"> 607 </message>
608 A module with the same name has been known to conflict with Chromium. 608 <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning labe l on the compatibility page">
609 </message> 609 A module with the same name has been known to conflict with Chromium.
610 </message>
611 </if>
610 <!-- chrome://crashes strings --> 612 <!-- chrome://crashes strings -->
611 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> 613 <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled">
612 Crash reporting is not available in Chromium. 614 Crash reporting is not available in Chromium.
613 </message> 615 </message>
614 <!-- Page Info bubble --> 616 <!-- Page Info bubble -->
615 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng."> 617 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng.">
616 You are viewing a secure Chromium page. 618 You are viewing a secure Chromium page.
617 </message> 619 </message>
618 <!-- Print Preview --> 620 <!-- Print Preview -->
619 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 621 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1199 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1198 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1200 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1199 Because Chromium does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the 1201 Because Chromium does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the
1200 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 1202 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
1201 </message> 1203 </message>
1202 </if> 1204 </if>
1203 1205
1204 </messages> 1206 </messages>
1205 </release> 1207 </release>
1206 </grit> 1208 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698