OLD | NEW |
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_google_chrome_strings.h" type="rc_header"> | 6 <output filename="grit/components_google_chrome_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_google_chrome_strings_am.pak" type="data_packag
e" lang="am" /> | 9 <output filename="components_google_chrome_strings_am.pak" type="data_packag
e" lang="am" /> |
10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag
e" lang="ar" /> | 10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag
e" lang="ar" /> |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Chrome menu > Settings > (Advanced) Privacy | 150 Go to the Chrome menu > Settings > (Advanced) Privacy |
151 and disable "Prefetch page resources." | 151 and disable "Prefetch page resources." |
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 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><
;a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a
></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="
_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a>
</ph>. |
| 160 </message> |
156 </messages> | 161 </messages> |
157 </release> | 162 </release> |
158 </grit> | 163 </grit> |
OLD | NEW |