bug# 107840 - Enables automatic update of crls - missed it last time

r=kaie; sr=darin ; sr=hewitt
This commit is contained in:
rangansen%netscape.com 2001-12-07 02:18:40 +00:00
Родитель 337fb6f519
Коммит af5d446d62
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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: ">