Bug 110161, enable OCSP by default, follow up checkin,fixing string identifiers. r=marcoos, sr=mconnor

This commit is contained in:
kaie@kuix.de 2007-06-05 15:14:39 -07:00
parent 9527c37a96
commit 376e52620d
4 changed files with 16 additions and 16 deletions

View File

@ -74,10 +74,10 @@
<!ENTITY validation.ocsp.caption "OCSP">
<!ENTITY enableOCSP.label "Use the Online Certificate Status Protocol (OCSP) to confirm the current validity of certificates">
<!ENTITY enableOCSP.accesskey "U">
<!ENTITY certOCSP.label2 "Validate a certificate if it specifies an OCSP server">
<!ENTITY certOCSP.accesskey "V">
<!ENTITY proxyOCSP.label2 "Validate all certificates using the following OCSP server:">
<!ENTITY proxyOCSP.accesskey "a">
<!ENTITY certOCSP2.label "Validate a certificate if it specifies an OCSP server">
<!ENTITY certOCSP2.accesskey "V">
<!ENTITY proxyOCSP2.label "Validate all certificates using the following OCSP server:">
<!ENTITY proxyOCSP2.accesskey "a">
<!ENTITY serviceURL.label "Service URL:">
<!ENTITY serviceURL.accesskey "S">
<!ENTITY signingCA.label "Response Signer:">

View File

@ -78,10 +78,10 @@
<radiogroup id="securityOCSPEnabled"
prefstring="security.OCSP.enabled">
<radio value="0" hidden="true"/>
<radio id="certOCSP" value="1" label="&certOCSP.label2;"
accesskey="&certOCSP.accesskey;" oncommand="doEnabling(0);"/>
<radio id="proxyOCSP" value="2" label="&proxyOCSP.label2;"
accesskey="&proxyOCSP.accesskey;" oncommand="doEnabling(0);"/>
<radio id="certOCSP" value="1" label="&certOCSP2.label;"
accesskey="&certOCSP2.accesskey;" oncommand="doEnabling(0);"/>
<radio id="proxyOCSP" value="2" label="&proxyOCSP2.label;"
accesskey="&proxyOCSP2.accesskey;" oncommand="doEnabling(0);"/>
<grid class="indent" flex="1">
<columns>

View File

@ -1,10 +1,10 @@
<!ENTITY ocspDialog.title "Certificate Validation">
<!ENTITY enableOCSP.label "Use the Online Certificate Status Protocol (OCSP) to confirm the current validity of certificates">
<!ENTITY enableOCSP.accesskey "U">
<!ENTITY certOCSP.label "Validate a certificate if it specifies an OCSP server">
<!ENTITY certOCSP.accesskey "V">
<!ENTITY proxyOCSP.label "Validate all certificates using the following OCSP server:">
<!ENTITY proxyOCSP.accesskey "a">
<!ENTITY certOCSP2.label "Validate a certificate if it specifies an OCSP server">
<!ENTITY certOCSP2.accesskey "V">
<!ENTITY proxyOCSP2.label "Validate all certificates using the following OCSP server:">
<!ENTITY proxyOCSP2.accesskey "a">
<!ENTITY serviceURL.label "Service URL:">
<!ENTITY serviceURL.accesskey "S">
<!ENTITY signingCA.label "Response Signer:">

View File

@ -68,10 +68,10 @@
onsyncfrompreference="return gOCSPDialog._updateUI(0);"
class="indent">
<radio value="0" hidden="true"/>
<radio id="certOCSP" value="1" label="&certOCSP.label;"
accesskey="&certOCSP.accesskey;"/>
<radio id="proxyOCSP" value="2" label="&proxyOCSP.label;"
accesskey="&proxyOCSP.accesskey;"/>
<radio id="certOCSP" value="1" label="&certOCSP2.label;"
accesskey="&certOCSP2.accesskey;"/>
<radio id="proxyOCSP" value="2" label="&proxyOCSP2.label;"
accesskey="&proxyOCSP2.accesskey;"/>
<grid class="indent" flex="1">
<columns>