Chromium Code Reviews| 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>." |
|
mmenke
2015/01/14 15:25:16
The next string contains the Android version of th
Bence
2015/01/14 16:10:18
Done.
| |
| 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 "Network action predictions." |
| 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. |
| (...skipping 330 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 |