зеркало из https://github.com/mozilla/pjs.git
Add example for "no proxy for" field, modify accesskeys slight. Author=jce2@po.cwru.edu, bug=49858, r=jag, a=brendan
This commit is contained in:
Родитель
34b0b9a1e3
Коммит
586b63b754
|
@ -19,6 +19,9 @@
|
|||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
||||
Jason Eager <jce2@po.cwru.edu>
|
||||
-Added a syntax example for the "no proxy" field.
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
@ -103,6 +106,10 @@
|
|||
<textfield id="networkProxyNone" pref="true" preftype="string" prefstring="network.proxy.no_proxies_on"
|
||||
prefattribute="value"/>
|
||||
</row>
|
||||
<row>
|
||||
<spring/>
|
||||
<text class="label" value="&noproxyExplain.label;" for="networkProxyNone"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<radio group="networkProxyType" data="2" value="&autoTypeRadio.label;" accesskey="&autoTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<!ENTITY configAutoconfigText.label "Configuration location (URL):">
|
||||
<!ENTITY configAutoconfigText.accesskey "u">
|
||||
<!ENTITY reload.label "Reload">
|
||||
<!ENTITY reload.accesskey "r">
|
||||
<!ENTITY reload.accesskey "l">
|
||||
<!ENTITY ftp.label "FTP Proxy:">
|
||||
<!ENTITY ftp.accesskey "f">
|
||||
<!ENTITY http.label "HTTP Proxy:">
|
||||
|
@ -24,9 +24,10 @@
|
|||
<!ENTITY socks.label "SOCKS Host:">
|
||||
<!ENTITY socks.accesskey "c">
|
||||
<!ENTITY port.label "Port:">
|
||||
<!ENTITY FTPport.accesskey "o">
|
||||
<!ENTITY HTTPport.accesskey "p">
|
||||
<!ENTITY SSLport.accesskey "t">
|
||||
<!ENTITY SOCKSport.accesskey "g">
|
||||
<!ENTITY FTPport.accesskey "p">
|
||||
<!ENTITY HTTPport.accesskey "o">
|
||||
<!ENTITY SSLport.accesskey "r">
|
||||
<!ENTITY SOCKSport.accesskey "t">
|
||||
<!ENTITY noproxy.label "No Proxy for:">
|
||||
<!ENTITY noproxy.accesskey "n">
|
||||
<!ENTITY noproxyExplain.label "Example: .yourcompany.com, .yourcompany.co.nz">
|
||||
|
|
Загрузка…
Ссылка в новой задаче