This commit is contained in:
suresh%netscape.com 2000-05-09 20:44:49 +00:00
Родитель e4c83baa9d
Коммит 39ba27f708
2 изменённых файлов: 12 добавлений и 1 удалений

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

@ -13,7 +13,7 @@
<script language="javascript">
<![CDATA[
var _elementIDs = ["padCheck", "dirCheck", "showDialogForMultipleMatches", "useAddress"];
var _elementIDs = ["padCheck", "dirCheck", "showDialogForMultipleMatches", "useAddress", "emailCollection"];
]]>
</script>
@ -48,4 +48,12 @@
</titledbox>
<titledbox orient="vertical">
<title><text value="&emailCollectiontitle.label;"/></title>
<html>&emailCollectiontext.label;</html>
<checkbox id="emailCollection" value="&emailCollectionenable.label;"
pref="true" preftype="bool" prefstring="mail.collect_email_address"
prefattribute="checked"/>
</titledbox>
</window>

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

@ -35,4 +35,7 @@ Rights Reserved.
<!ENTITY oneMatch.label "If there is one match in your personal address books:">
<!ENTITY useAddress.label "Use the address and do not search in the directory">
<!ENTITY useAddress.accesskey "u">
<!ENTITY emailCollectiontitle.label "Email Address Collection">
<!ENTITY emailCollectiontext.label "Email Address Collection saves the email addresses from your incoming and/or outgoing mail and stores them in a local address book, Collected Addresses.">
<!ENTITY emailCollectionenable.label "Enable Email Address Collection">