зеркало из https://github.com/mozilla/gecko-dev.git
bug# 107840 - Enables automatic update of crls - missed it last time
r=kaie; sr=darin ; sr=hewitt
This commit is contained in:
Родитель
337fb6f519
Коммит
af5d446d62
|
@ -56,7 +56,7 @@ function onLoad()
|
|||
var nextUpdate = document.getElementById("nextUpdate");
|
||||
nextUpdate.setAttribute("value",nextUpdateStr);
|
||||
var org = document.getElementById("orgText");
|
||||
org.value = crl.org;
|
||||
org.setAttribute("value",crl.org);
|
||||
var orgUnit = document.getElementById("orgUnitText");
|
||||
orgUnit.setAttribute("value",crl.orgUnit);
|
||||
|
||||
|
|
|
@ -36,14 +36,14 @@
|
|||
<!ENTITY validation.advanced.label "Settings">
|
||||
|
||||
<!ENTITY validation.crl.autoupdate.title "Automatic CRL Update Preferences">
|
||||
<!ENTITY validation.crl.autoupdate.enable.label "Enable Automatic Update of this CRL">
|
||||
<!ENTITY validation.crl.autoupdate.enable.label "Enable Automatic Update for this CRL">
|
||||
<!ENTITY validation.crl.autoupdate.time.label1 "Update">
|
||||
<!ENTITY validation.crl.autoupdate.time.label2 "Day(s) before Next Update date">
|
||||
<!ENTITY validation.crl.autoupdate.freq.label1 "Update every">
|
||||
<!ENTITY validation.crl.autoupdate.freq.label2 "Day(s)">
|
||||
<!ENTITY validation.crl.autoupdate.url.label "Import CRL From">
|
||||
<!ENTITY crl.import.status.title "CRL Import Status">
|
||||
<!ENTITY crl.import.success.message "The Certificate Revocation List (CRL) was successfully imported">
|
||||
<!ENTITY crl.import.success.message "The Certificate Revocation List (CRL) was successfully imported.">
|
||||
<!ENTITY crl.issuer.label "CRL Issued By:">
|
||||
<!ENTITY crl.issuer.org.label "Organization: ">
|
||||
<!ENTITY crl.issuer.orgunit.label "Unit: ">
|
||||
|
|
Загрузка…
Ссылка в новой задаче