OLD | NEW |
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 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 </message> | 989 </message> |
990 | 990 |
991 <!-- Network Error Pages --> | 991 <!-- Network Error Pages --> |
992 <if expr="not is_android"> | 992 <if expr="not is_android"> |
993 <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 non Android devices."> | 993 <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 non Android devices."> |
994 Go to | 994 Go to |
995 the Chromium menu > | 995 the Chromium menu > |
996 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> | 996 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> |
997 > | 997 > |
998 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s
pan><ex>Under the Hood</ex></ph> | 998 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s
pan><ex>Under the Hood</ex></ph> |
999 and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jsconte
nt="noNetworkPredictionTitle"></span><ex>Predict network actions to imp
rove page load performance</ex></ph>." | 999 and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jsconte
nt="noNetworkPredictionTitle"></span><ex>Prefetch resources to load pag
es more quickly</ex></ph>." |
1000 If this does not resolve the issue, we recommend selecting this option | 1000 If this does not resolve the issue, we recommend selecting this option |
1001 again for improved performance. | 1001 again for improved performance. |
1002 </message> | 1002 </message> |
1003 </if> | 1003 </if> |
1004 <if expr="is_android"> | 1004 <if expr="is_android"> |
1005 <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."> | 1005 <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."> |
1006 Go to the Chromium menu > Settings > (Advanced) Privacy | 1006 Go to the Chromium menu > Settings > (Advanced) Privacy |
1007 and disable "Network action predictions." | 1007 and disable "Prefetch page resources." |
1008 If this does not resolve the issue, we recommend re-enabling this opti
on | 1008 If this does not resolve the issue, we recommend re-enabling this opti
on |
1009 again for improved performance. | 1009 again for improved performance. |
1010 </message> | 1010 </message> |
1011 </if> | 1011 </if> |
1012 <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."> | 1012 <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."> |
1013 Allow Chromium to access the network in your firewall or antivirus | 1013 Allow Chromium to access the network in your firewall or antivirus |
1014 settings. | 1014 settings. |
1015 </message> | 1015 </message> |
1016 <if expr="is_macosx"> | 1016 <if expr="is_macosx"> |
1017 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="M
ac OSX instructions for disabling use of a proxy server."> | 1017 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="M
ac OSX instructions for disabling use of a proxy server."> |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1340 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1340 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1341 </message> | 1341 </message> |
1342 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1342 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1343 Chromium OS terms | 1343 Chromium OS terms |
1344 </message> | 1344 </message> |
1345 </if> | 1345 </if> |
1346 | 1346 |
1347 </messages> | 1347 </messages> |
1348 </release> | 1348 </release> |
1349 </grit> | 1349 </grit> |
OLD | NEW |