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

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

Issue 8750002: *Really* fix the network diagnostics executable path under XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 7135 matching lines...) Expand 10 before | Expand all | Expand 10 after
7146 Start &gt; Control Panel &gt; Network Connections &gt; New Connection Wizard 7146 Start &gt; Control Panel &gt; Network Connections &gt; New Connection Wizard
7147 <ph name="END_BOLD">&lt;/strong&gt;</ph> 7147 <ph name="END_BOLD">&lt;/strong&gt;</ph>
7148 to test your connection. 7148 to test your connection.
7149 </message> 7149 </message>
7150 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_PLATFORM_XP" desc="Summary (platform dependent section) in the error page when the network c onnection failed. Describes how to get to the network Diagnostics screen under Windows XP."> 7150 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_PLATFORM_XP" desc="Summary (platform dependent section) in the error page when the network c onnection failed. Describes how to get to the network Diagnostics screen under Windows XP.">
7151 Click 7151 Click
7152 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Start<ph name="END_BOLD">&lt; /strong&gt;</ph>, 7152 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Start<ph name="END_BOLD">&lt; /strong&gt;</ph>,
7153 click 7153 click
7154 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Run<ph name="END_BOLD">&lt;/s trong&gt;</ph>, 7154 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Run<ph name="END_BOLD">&lt;/s trong&gt;</ph>,
7155 type 7155 type
7156 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>%windir%&#92;network diagnost ic&#92;xpnetdiag.exe<ph name="END_BOLD">&lt;/strong&gt;</ph>, 7156 <!-- GRIT maps \n to line breaks, but leaves \\'s alone, so we need to be a bit more creative in escaping backslashes. -->
7157 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>%windir%&amp;#92;network diag nostic&amp;#92;xpnetdiag.exe<ph name="END_BOLD">&lt;/strong&gt;</ph>,
7157 and then click 7158 and then click
7158 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>OK<ph name="END_BOLD">&lt;/st rong&gt;</ph>. 7159 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>OK<ph name="END_BOLD">&lt;/st rong&gt;</ph>.
7159 </message> 7160 </message>
7160 </if> 7161 </if>
7161 7162
7162 <message name="IDS_ERRORPAGES_SUMMARY_CACHE_MISS" desc="Summary in the err or page when we couldn't find a resource in the cache, and cannot fall back to t he network."> 7163 <message name="IDS_ERRORPAGES_SUMMARY_CACHE_MISS" desc="Summary in the err or page when we couldn't find a resource in the cache, and cannot fall back to t he network.">
7163 The webpage was not found in the cache. Certain resources 7164 The webpage was not found in the cache. Certain resources
7164 can only be safely loaded from the cache, such as pages generated 7165 can only be safely loaded from the cache, such as pages generated
7165 from submitted data. 7166 from submitted data.
7166 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph> 7167 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
(...skipping 7566 matching lines...) Expand 10 before | Expand all | Expand 10 after
14733 </messages> 14734 </messages>
14734 <structures fallback_to_english="true"> 14735 <structures fallback_to_english="true">
14735 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14736 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14736 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14737 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14737 </structure> 14738 </structure>
14738 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14739 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14739 </structure> 14740 </structure>
14740 </structures> 14741 </structures>
14741 </release> 14742 </release>
14742 </grit> 14743 </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