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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 883 </message> | 883 </message> |
| 884 | 884 |
| 885 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> | 885 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> |
| 886 Chromium Autofill settings | 886 Chromium Autofill settings |
| 887 </message> | 887 </message> |
| 888 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> | 888 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> |
| 889 Save details in Chromium | 889 Save details in Chromium |
| 890 </message> | 890 </message> |
| 891 | 891 |
| 892 <!-- Network Error Pages --> | 892 <!-- Network Error Pages --> |
| 893 <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION" desc="When a page fails to load, sometimes we suggest disabling network prediction."> | 893 <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="Wh en a page fails to load, sometimes we suggest disabling predicting network actio ns. These are details below a header."> |
| 894 Try disabling network prediction by following these steps: | |
| 895 Go to | 894 Go to |
| 896 <ph name="BEGIN_BOLD"><strong></ph> | |
| 897 the Chromium menu > | 895 the Chromium menu > |
| 898 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></spa n><ex>Settings</ex></ph> | 896 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></spa n><ex>Settings</ex></ph> |
| 899 > | 897 > |
| 900 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></spa n><ex>Under the Hood</ex></ph> | 898 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></spa n><ex>Under the Hood</ex></ph> |
| 901 <ph name="END_BOLD"></strong></ph> | |
| 902 and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jscontent ="noNetworkPredictionTitle"></span><ex>Predict network actions to impro ve page load performance</ex></ph>." | 899 and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jscontent ="noNetworkPredictionTitle"></span><ex>Predict network actions to impro ve page load performance</ex></ph>." |
| 903 If this does not resolve the issue, we recommend selecting this option | 900 If this does not resolve the issue, we recommend selecting this option |
| 904 again for improved performance. | 901 again for improved performance. |
| 905 </message> | 902 </message> |
| 903 <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."> | |
| 904 Allow Chromium to access the network in your firewall or antivirus | |
| 905 settings. | |
| 906 </message> | |
| 906 <if expr="is_macosx and not pp_ifdef('ios')"> | 907 <if expr="is_macosx and not pp_ifdef('ios')"> |
| 907 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="M ac OSX instructions for disabling use of a proxy server."> | 908 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="M ac OSX instructions for disabling use of a proxy server."> |
| 908 Go to | 909 Go to |
| 909 <ph name="BEGIN_BOLD"><strong></ph> | |
| 910 Applications > System Preferences > Network > Advanced > P roxies | 910 Applications > System Preferences > Network > Advanced > P roxies |
| 911 <ph name="END_BOLD"></strong></ph> | |
| 912 and deselect any proxies that have been selected. | 911 and deselect any proxies that have been selected. |
| 913 </message> | 912 </message> |
| 914 </if> | 913 </if> |
| 915 <if expr="pp_ifdef('chromeos')"> | 914 <if expr="pp_ifdef('chromeos')"> |
| 916 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="C hromeOS instructions for disabling use of a proxy server."> | 915 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="C hromeOS instructions for disabling use of a proxy server."> |
| 917 Go to | 916 Go to |
| 918 <ph name="BEGIN_BOLD"><strong></ph> | |
| 919 the Chromium menu > | 917 the Chromium menu > |
| 920 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s pan><ex>Settings</ex></ph> | 918 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s pan><ex>Settings</ex></ph> |
| 921 > | 919 > |
| 922 <ph name="INTERNET_TITLE"><span jscontent="internetTitle"></s pan><ex>Internet</ex></ph> | 920 <ph name="INTERNET_GROUP"><span jscontent="internetGroup"></s pan><ex>Internet connections</ex></ph> |
| 923 > | 921 > |
| 924 "<ph name="OPTIONS_BUTTON"><span jscontent="optionsButton"> </span><ex>Options...</ex></ph>" | 922 Select the current network twice |
|
ericroman
2013/04/06 00:22:08
What does selecting twice mean?
mmenke
2013/04/08 15:35:47
Should be "click twice". Decided to move this cha
| |
| 925 <ph name="END_BOLD"></strong></ph> | 923 > |
| 926 (for the current Network). If the | 924 <ph name="PROXY_TAB"><span jscontent="proxyTab"></span><ex >Proxy</ex></ph> |
| 927 <ph name="BEGIN_BOLD"><strong></ph> | 925 and make sure |
| 928 "<ph name="PROXY_BUTTON"><span jscontent="proxyButton">< /span><ex>Change proxy settings...</ex></ph>" | 926 "<ph name="DIRECT_LABEL"><span jscontent="directConnection"> ;</span><ex>Direct Internet connection</ex></ph>." |
| 929 <ph name="END_BOLD"></strong></ph>button (in the | 927 is selected. |
| 930 <ph name="BEGIN_BOLD"><strong></ph> | |
| 931 <ph name="NETWORK_TAB"><span jscontent="networkTab"></span> ;<ex>Network</ex></ph> | |
| 932 <ph name="END_BOLD"></strong></ph> | |
| 933 tab) is present, click on that and make sure your configuration | |
| 934 is set to "Direct". | |
| 935 </message> | |
| 936 </if> | |
| 937 <if expr="pp_ifdef('android') or pp_ifdef('ios')"> | |
| 938 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="I nstructions for disabling use of a proxy server (leave empty for Android and iOS )."> | |
| 939 </message> | 928 </message> |
| 940 </if> | 929 </if> |
| 941 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx and not pp_ifdef('android') and not pp_ifdef('ios')"> | 930 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx and not pp_ifdef('android') and not pp_ifdef('ios')"> |
| 942 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="L inux instructions for disabling use of a proxy server."> | 931 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="L inux instructions for disabling use of a proxy server."> |
| 943 Go to | 932 Go to |
| 944 <ph name="BEGIN_BOLD"><strong></ph> | |
| 945 the Chromium menu > | 933 the Chromium menu > |
| 946 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s pan><ex>Settings</ex></ph> | 934 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s pan><ex>Settings</ex></ph> |
| 947 > | 935 > |
| 948 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s pan><ex>Under the Hood</ex></ph> | 936 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s pan><ex>Under the Hood</ex></ph> |
| 949 > | 937 > |
| 950 <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span& gt;<ex>Change proxy settings...</ex></ph> | 938 <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span& gt;<ex>Change proxy settings...</ex></ph> |
| 951 <ph name="END_BOLD"></strong></ph> | |
| 952 and make sure your configuration is set to "no proxy" or &qu ot;direct." | 939 and make sure your configuration is set to "no proxy" or &qu ot;direct." |
| 953 </message> | 940 </message> |
| 954 </if> | 941 </if> |
| 955 <if expr="is_win"> | 942 <if expr="is_win"> |
| 956 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="W indows instructions for disabling use of a proxy server."> | 943 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="W indows instructions for disabling use of a proxy server."> |
| 957 Go to | 944 Go to |
| 958 <ph name="BEGIN_BOLD"><strong></ph> | |
| 959 the Chromium menu > | 945 the Chromium menu > |
| 960 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s pan><ex>Settings</ex></ph> | 946 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s pan><ex>Settings</ex></ph> |
| 961 > | 947 > |
| 962 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s pan><ex>Under the Hood</ex></ph> | 948 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s pan><ex>Under the Hood</ex></ph> |
| 963 > | 949 > |
| 964 <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span& gt;<ex>Change proxy settings...</ex></ph> | 950 <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span& gt;<ex>Change proxy settings...</ex></ph> |
| 965 > | 951 > |
| 966 LAN Settings | 952 LAN Settings |
| 967 <ph name="END_BOLD"></strong></ph> | |
| 968 and deselect the "Use a proxy server for your LAN" checkbox. | 953 and deselect the "Use a proxy server for your LAN" checkbox. |
| 969 </message> | 954 </message> |
| 970 </if> | 955 </if> |
| 971 | 956 |
| 972 <!-- Chrome OS keyboard overlay--> | 957 <!-- Chrome OS keyboard overlay--> |
| 973 <if expr="pp_ifdef('chromeos')"> | 958 <if expr="pp_ifdef('chromeos')"> |
| 974 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> | 959 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> |
| 975 Show the Chromium menu | 960 Show the Chromium menu |
| 976 </message> | 961 </message> |
| 977 </if> | 962 </if> |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 989 | 974 |
| 990 <!-- Chrome OS OOBE Terms of Service screen--> | 975 <!-- Chrome OS OOBE Terms of Service screen--> |
| 991 <if expr="pp_ifdef('chromeos')"> | 976 <if expr="pp_ifdef('chromeos')"> |
| 992 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> | 977 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> |
| 993 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Chromium OS Terms. | 978 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Chromium OS Terms. |
| 994 </message> | 979 </message> |
| 995 </if> | 980 </if> |
| 996 </messages> | 981 </messages> |
| 997 </release> | 982 </release> |
| 998 </grit> | 983 </grit> |
| OLD | NEW |