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

Side by Side Diff: components/components_chromium_strings.grd

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
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
157 <!-- Version UI -->
158 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs.">
159 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> .
160 </message>
156 </messages> 161 </messages>
157 </release> 162 </release>
158 </grit> 163 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698