OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 6566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6577 </if> | 6577 </if> |
6578 <if expr="pp_ifdef('chromeos')"> | 6578 <if expr="pp_ifdef('chromeos')"> |
6579 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="C
hromeOS instructions for disabling use of a proxy server."> | 6579 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="C
hromeOS instructions for disabling use of a proxy server."> |
6580 Go to | 6580 Go to |
6581 <ph name="BEGIN_BOLD"><strong></ph> | 6581 <ph name="BEGIN_BOLD"><strong></ph> |
6582 the wrench menu > | 6582 the wrench menu > |
6583 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> | 6583 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> |
6584 > | 6584 > |
6585 <ph name="INTERNET_TITLE"><span jscontent="internetTitle"></s
pan><ex>Internet</ex></ph> | 6585 <ph name="INTERNET_TITLE"><span jscontent="internetTitle"></s
pan><ex>Internet</ex></ph> |
6586 > | 6586 > |
6587 <ph name="OPTIONS_BUTTON"><span jscontent="optionsButton"></s
pan><ex>Options...</ex></ph> | 6587 "<ph name="OPTIONS_BUTTON"><span jscontent="optionsButton">
</span><ex>Options...</ex></ph>" |
6588 of connected network > | 6588 <ph name="END_BOLD"></strong></ph> |
| 6589 (for the current Network). If the |
| 6590 <ph name="BEGIN_BOLD"><strong></ph> |
| 6591 "<ph name="PROXY_BUTTON"><span jscontent="proxyButton"><
/span><ex>Change proxy settings...</ex></ph>" |
| 6592 <ph name="END_BOLD"></strong></ph>button (in the |
| 6593 <ph name="BEGIN_BOLD"><strong></ph> |
6589 <ph name="NETWORK_TAB"><span jscontent="networkTab"></span>
;<ex>Network</ex></ph> | 6594 <ph name="NETWORK_TAB"><span jscontent="networkTab"></span>
;<ex>Network</ex></ph> |
6590 tab > | |
6591 <ph name="PROXY_BUTTON"><span jscontent="proxyButton"></span&
gt;<ex>Change proxy settings...</ex></ph> | |
6592 <ph name="END_BOLD"></strong></ph> | 6595 <ph name="END_BOLD"></strong></ph> |
6593 and make sure your configuration is set to "Direct". | 6596 tab) is present, click on that and make sure your configuration |
| 6597 is set to "Direct". |
6594 </message> | 6598 </message> |
6595 </if> | 6599 </if> |
6596 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx"> | 6600 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx"> |
6597 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="L
inux instructions for disabling use of a proxy server."> | 6601 <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="L
inux instructions for disabling use of a proxy server."> |
6598 Go to | 6602 Go to |
6599 <ph name="BEGIN_BOLD"><strong></ph> | 6603 <ph name="BEGIN_BOLD"><strong></ph> |
6600 the wrench menu > | 6604 the wrench menu > |
6601 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> | 6605 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></s
pan><ex>Settings</ex></ph> |
6602 > | 6606 > |
6603 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s
pan><ex>Under the Hood</ex></ph> | 6607 <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></s
pan><ex>Under the Hood</ex></ph> |
(...skipping 7141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13745 </messages> | 13749 </messages> |
13746 <structures fallback_to_english="true"> | 13750 <structures fallback_to_english="true"> |
13747 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 13751 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
13748 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13752 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13749 </structure> | 13753 </structure> |
13750 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13754 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13751 </structure> | 13755 </structure> |
13752 </structures> | 13756 </structures> |
13753 </release> | 13757 </release> |
13754 </grit> | 13758 </grit> |
OLD | NEW |