зеркало из https://github.com/mozilla/pjs.git
Bug 413993 - "directTypeRadio.label in the connection preferences dialog should be "no proxy" rather than "direct connection"" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=gavin ui-r+a1.9=beltzner]
This commit is contained in:
Родитель
2a8f555420
Коммит
6be1d4bd75
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
<radiogroup id="networkProxyType" preference="network.proxy.type"
|
<radiogroup id="networkProxyType" preference="network.proxy.type"
|
||||||
onsyncfrompreference="return gConnectionsDialog.readProxyType();">
|
onsyncfrompreference="return gConnectionsDialog.readProxyType();">
|
||||||
<radio value="0" label="&directTypeRadio.label;" accesskey="&directTypeRadio.accesskey;"/>
|
<radio value="0" label="&noProxyTypeRadio.label;" accesskey="&noProxyTypeRadio.accesskey;"/>
|
||||||
<radio value="4" label="&WPADTypeRadio.label;" accesskey="&WPADTypeRadio.accesskey;"/>
|
<radio value="4" label="&WPADTypeRadio.label;" accesskey="&WPADTypeRadio.accesskey;"/>
|
||||||
<radio value="5" label="&systemTypeRadio.label;" accesskey="&systemTypeRadio.accesskey;" id="systemPref" hidden="true"/>
|
<radio value="5" label="&systemTypeRadio.label;" accesskey="&systemTypeRadio.accesskey;" id="systemPref" hidden="true"/>
|
||||||
<radio value="1" label="&manualTypeRadio.label;" accesskey="&manualTypeRadio.accesskey;"/>
|
<radio value="1" label="&manualTypeRadio.label;" accesskey="&manualTypeRadio.accesskey;"/>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<!ENTITY window.macWidth "39em">
|
<!ENTITY window.macWidth "39em">
|
||||||
|
|
||||||
<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet">
|
<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet">
|
||||||
<!ENTITY directTypeRadio.label "Direct connection to the Internet">
|
<!ENTITY noProxyTypeRadio.label "No proxy">
|
||||||
<!ENTITY directTypeRadio.accesskey "d">
|
<!ENTITY noProxyTypeRadio.accesskey "x">
|
||||||
<!ENTITY systemTypeRadio.label "Use system proxy settings">
|
<!ENTITY systemTypeRadio.label "Use system proxy settings">
|
||||||
<!ENTITY systemTypeRadio.accesskey "u">
|
<!ENTITY systemTypeRadio.accesskey "u">
|
||||||
<!ENTITY WPADTypeRadio.label "Auto-detect proxy settings for this network">
|
<!ENTITY WPADTypeRadio.label "Auto-detect proxy settings for this network">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче