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

Side by Side Diff: components/components_chromium_strings.grd

Issue 1467193003: Componentize error pages strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split out tracing_resources fix Created 5 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_chromium_strings.h" type="rc_header"> 6 <output filename="grit/components_chromium_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_chromium_strings_am.pak" type="data_package" la ng="am" /> 9 <output filename="components_chromium_strings_am.pak" type="data_package" la ng="am" />
10 <output filename="components_chromium_strings_ar.pak" type="data_package" la ng="ar" /> 10 <output filename="components_chromium_strings_ar.pak" type="data_package" la ng="ar" />
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 </message> 146 </message>
147 </if> 147 </if>
148 <if expr="is_android"> 148 <if expr="is_android">
149 <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc=" When a page fails to load, sometimes we suggest disabling predicting network act ions. These are details below a header for Android devices. Note that on devic es without mobile network (3G) capability, the setting is a checkbox, while on o ther devices, it is a list of three items. The words _disable_ and _re-enabling _ can be used for both cases."> 149 <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc=" When a page fails to load, sometimes we suggest disabling predicting network act ions. These are details below a header for Android devices. Note that on devic es without mobile network (3G) capability, the setting is a checkbox, while on o ther devices, it is a list of three items. The words _disable_ and _re-enabling _ can be used for both cases.">
150 Go to the Chromium menu &gt; Settings &gt; (Advanced) Privacy 150 Go to the Chromium menu &gt; Settings &gt; (Advanced) Privacy
151 and disable &quot;Prefetch page resources.&quot; 151 and disable &quot;Prefetch page resources.&quot;
152 If this does not resolve the issue, we recommend re-enabling this opti on 152 If this does not resolve the issue, we recommend re-enabling this opti on
153 again for improved performance. 153 again for improved performance.
154 </message> 154 </message>
155 </if> 155 </if>
156 <!-- Offline interstitial -->
157 <if expr="not is_android and not is_ios">
mmenke 2015/11/30 23:29:10 Fix indent.
blundell 2015/12/01 11:33:44 Done. Also removed redundant comments (there's a "
158 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Summa ry of the error page when the network connection failed. May be followed by plat form dependent instructions.">
159 Chromium can't display the webpage because your computer isn't connected to the Internet.
mmenke 2015/11/30 23:29:10 nit: Other errors ll indent the body, in the mess
blundell 2015/12/01 11:33:44 Done.
160 </message>
161 </if>
162 <!-- Network Error Pages -->
163 <message name="IDS_ERRORPAGES_SUGGESTION_FIREWALL_CONFIG_HEADER" desc="Whe n a webpage fails to load, in some cases we suggest reconfiguring the firewall. This is a header above some details.">
164 Allow Chromium to access the network in your firewall or antivirus
165 settings.
166 </message>
167
168 <if expr="is_macosx">
169 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="M ac OSX instructions for disabling use of a proxy server.">
170 Go to
171 Applications &gt; System Preferences &gt; Network &gt; Advanced &gt; P roxies
172 and deselect any proxies that have been selected.
173 </message>
174 </if>
175 <if expr="is_android or is_ios">
176 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="I nstructions for disabling use of a proxy server (leave empty for Android and iOS ).">
177 </message>
178 </if>
179 <if expr="not chromeos and is_posix and not is_macosx and not is_android a nd not is_ios">
180 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="L inux instructions for disabling use of a proxy server.">
181 Go to
182 the Chromium menu &gt;
183 <ph name="SETTINGS_TITLE">&lt;span jscontent="settingsTitle"&gt;&lt;/s pan&gt;<ex>Settings</ex></ph>
184 &gt;
185 <ph name="ADVANCED_TITLE">&lt;span jscontent="advancedTitle"&gt;&lt;/s pan&gt;<ex>Under the Hood</ex></ph>
186 &gt;
187 <ph name="PROXIES_TITLE">&lt;span jscontent="proxyTitle"&gt;&lt;/span& gt;<ex>Change proxy settings...</ex></ph>
188 and make sure your configuration is set to &quot;no proxy&quot; or &qu ot;direct.&quot;
189 </message>
190 </if>
191 <if expr="is_win">
192 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="W indows instructions for disabling use of a proxy server.">
193 Go to
194 the Chromium menu &gt;
195 <ph name="SETTINGS_TITLE">&lt;span jscontent="settingsTitle"&gt;&lt;/s pan&gt;<ex>Settings</ex></ph>
196 &gt;
197 <ph name="ADVANCED_TITLE">&lt;span jscontent="advancedTitle"&gt;&lt;/s pan&gt;<ex>Under the Hood</ex></ph>
198 &gt;
199 <ph name="PROXIES_TITLE">&lt;span jscontent="proxyTitle"&gt;&lt;/span& gt;<ex>Change proxy settings...</ex></ph>
200 &gt;
201 LAN Settings
202 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox.
203 </message>
204 </if>
156 205
157 <!-- About Flags UI --> 206 <!-- About Flags UI -->
158 <if expr="not chromeos"> 207 <if expr="not chromeos">
159 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t he needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now' ."> 208 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t he needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now' .">
160 Your changes will take effect the next time you relaunch Chromium. 209 Your changes will take effect the next time you relaunch Chromium.
161 </message> 210 </message>
162 </if> 211 </if>
163 <if expr="chromeos"> 212 <if expr="chromeos">
164 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t he needs to restart Chromium OS. Shown next to a button that says 'Restart Now '."> 213 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t he needs to restart Chromium OS. Shown next to a button that says 'Restart Now '.">
165 Your changes will take effect the next time you restart your device. 214 Your changes will take effect the next time you restart your device.
166 </message> 215 </message>
167 </if> 216 </if>
168 217
169 <!-- chrome://crashes strings --> 218 <!-- chrome://crashes strings -->
170 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f or chrome://crashes when crash reporting is disabled"> 219 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f or chrome://crashes when crash reporting is disabled">
171 Crash reporting is not available in Chromium. 220 Crash reporting is not available in Chromium.
172 </message> 221 </message>
173 222
174 <!-- Version UI --> 223 <!-- Version UI -->
175 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs."> 224 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs.">
176 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> . 225 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> .
177 </message> 226 </message>
178 </messages> 227 </messages>
179 </release> 228 </release>
180 </grit> 229 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698