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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 </message> | 913 </message> |
914 | 914 |
915 <!-- Network Error Pages --> | 915 <!-- Network Error Pages --> |
916 <if expr="not is_android"> | 916 <if expr="not is_android"> |
917 <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."> | 917 <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."> |
918 Go to | 918 Go to |
919 the Chrome menu > | 919 the Chrome menu > |
920 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> | 920 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> |
921 > | 921 > |
922 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s
pan><ex>Under the Hood</ex></ph> | 922 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s
pan><ex>Under the Hood</ex></ph> |
923 and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jsconte
nt="noNetworkPredictionTitle"></span><ex>Predict network actions to imp
rove page load performance</ex></ph>." | 923 and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jsconte
nt="noNetworkPredictionTitle"></span><ex>Prefetch resources to load pag
es more quickly</ex></ph>." |
924 If this does not resolve the issue, we recommend selecting this option | 924 If this does not resolve the issue, we recommend selecting this option |
925 again for improved performance. | 925 again for improved performance. |
926 </message> | 926 </message> |
927 </if> | 927 </if> |
928 <if expr="is_android"> | 928 <if expr="is_android"> |
929 <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."> | 929 <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."> |
930 Go to the Chrome menu > Settings > (Advanced) Privacy | 930 Go to the Chrome menu > Settings > (Advanced) Privacy |
931 and disable "Network action predictions." | 931 and disable "Prefetch page resources." |
932 If this does not resolve the issue, we recommend re-enabling this opti
on | 932 If this does not resolve the issue, we recommend re-enabling this opti
on |
933 again for improved performance. | 933 again for improved performance. |
934 </message> | 934 </message> |
935 </if> | 935 </if> |
936 <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."> | 936 <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."> |
937 Allow Chrome to access the network in your firewall or antivirus | 937 Allow Chrome to access the network in your firewall or antivirus |
938 settings. | 938 settings. |
939 </message> | 939 </message> |
940 <if expr="is_macosx"> | 940 <if expr="is_macosx"> |
941 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="M
ac OSX instructions for disabling use of a proxy server."> | 941 <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... |
1264 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1264 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
1265 </message> | 1265 </message> |
1266 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1266 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1267 Chrome OS terms | 1267 Chrome OS terms |
1268 </message> | 1268 </message> |
1269 </if> | 1269 </if> |
1270 | 1270 |
1271 </messages> | 1271 </messages> |
1272 </release> | 1272 </release> |
1273 </grit> | 1273 </grit> |
OLD | NEW |