194773 patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=dmose Add accesskeys to address book card dialog

This commit is contained in:
cbiesinger%web.de 2003-03-22 13:17:11 +00:00
Родитель 0f2b31c293
Коммит 9c68cdab27
2 изменённых файлов: 341 добавлений и 325 удалений

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

@ -36,322 +36,315 @@ Rights Reserved.
<vbox id="editcard">
<tabbox style="margin:5px">
<tabs id="abTabs">
<tab label="&Contact.tab;"/>
<tab label="&Address.tab;"/>
<tab label="&Other.tab;"/>
</tabs>
<tabpanels id="abTabPanels" flex="1">
<tabbox style="margin:5px">
<tabs id="abTabs">
<tab label="&Contact.tab;"/>
<tab label="&Address.tab;"/>
<tab label="&Other.tab;"/>
</tabs>
<!-- ** Name Tab ** -->
<vbox index="name" flex="1">
<groupbox flex="1">
<caption label="&Name.box;"/>
<vbox style="width:100%">
<!-- LOCALIZATION NOTE:
NameField1, NameField2, PhoneticField1, PhoneticField2
those fields are either LN or FN depends on the target country.
They are configurable in the .dtd file.
-->
<hbox>
<spacer flex="1"/>
<label control="&NameField1.id;" value="&NameField1.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="&NameField1.id;" flex="1" oninput="GenerateDisplayName()" disableforreadonly="true"/>
<tabpanels id="abTabPanels" flex="1">
<!-- LOCALIZATION NOTE:
Fields for phonetic are disabled as default and can be enabled by
editing "mail.addr_book.show_phonetic_fields"
-->
<spacer id="PhoneticSpacer1" flex="1" hidden="true"/>
<label id="PhoneticLabel1" control="&PhoneticField1.id;" value="&PhoneticField1.label;" class="CardEditLabel" hidden="true"/>
<textbox id="&PhoneticField1.id;" flex="1" disableforreadonly="true" hidden="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="&NameField2.id;" value="&NameField2.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="&NameField2.id;" flex="1" oninput="GenerateDisplayName()" disableforreadonly="true"/>
<!-- ** Name Tab ** -->
<vbox index="name" flex="1">
<groupbox flex="1">
<caption label="&Name.box;"/>
<!-- LOCALIZATION NOTE:
Fields for phonetic are disabled as default and can be enabled by
editing "mail.addr_book.show_phonetic_fields"
-->
<spacer id="PhoneticSpacer2" flex="1" hidden="true"/>
<label id="PhoneticLabel2" control="&PhoneticField2.id;" value="&PhoneticField2.label;" class="CardEditLabel" hidden="true"/>
<textbox id="&PhoneticField2.id;" flex="1" disableforreadonly="true" hidden="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="DisplayName" value="&DisplayName.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="DisplayName" flex="1" oninput="DisplayNameChanged()" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="NickName" value="&NickName.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="NickName" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<vbox style="width:100%">
<groupbox flex="1">
<caption label="&Internet.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="PrimaryEmail" value="&PrimaryEmail.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="PrimaryEmail" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="SecondEmail" value="&SecondEmail.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="SecondEmail" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
<hbox>
<vbox valign="middle">
<label control="PreferMailFormatPopup" value="&PreferMailFormat.label;"/>
</vbox>
<menulist id="PreferMailFormatPopup" disableforreadonly="true">
<menupopup>
<menuitem value="0" label="&Unknown.label;"/>
<menuitem value="1" label="&PlainText.label;"/>
<menuitem value="2" label="&HTML.label;"/>
</menupopup>
</menulist>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="ScreenName" value="&ScreenName.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="ScreenName" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<!-- LOCALIZATION NOTE:
NameField1, NameField2, PhoneticField1, PhoneticField2
those fields are either LN or FN depends on the target country.
They are configurable in the .dtd file.
-->
<groupbox flex="1">
<caption label="&Phones.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="WorkPhone" value="&WorkPhone.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkPhone" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomePhone" value="&HomePhone.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomePhone" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="FaxNumber" value="&FaxNumber.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="FaxNumber" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="PagerNumber" value="&PagerNumber.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="PagerNumber" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="CellularNumber" value="&CellularNumber.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="CellularNumber" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
</vbox>
</groupbox>
</vbox>
<!-- ** Address Tab ** -->
<vbox index="address" flex="1">
<groupbox flex="1">
<caption label="&Home.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="HomeAddress" value="&HomeAddress.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeAddress" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeAddress2" value="&HomeAddress2.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeAddress2" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeCity" value="&HomeCity.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeCity" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeState" value="&HomeState.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeState" flex="1" disableforreadonly="true"/>
<spacer class="stateZipSpacer"/>
<label control="HomeZipCode" value="&HomeZipCode.label;" class="CardEditLabel"/>
<textbox id="HomeZipCode" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeCountry" value="&HomeCountry.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeCountry" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WebPage2" value="&HomeWebPage.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WebPage2" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<hbox>
<spacer flex="1"/>
<label control="&NameField1.id;" value="&NameField1.label;" accesskey="&NameField1.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="&NameField1.id;" flex="1" oninput="GenerateDisplayName()" disableforreadonly="true"/>
<groupbox style="width:100%">
<caption label="&Work.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="JobTitle" value="&JobTitle.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="JobTitle" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="Department" value="&Department.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="Department" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="Company" value="&Company.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="Company" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkAddress" value="&WorkAddress.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkAddress" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkAddress2" value="&WorkAddress2.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkAddress2" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkCity" value="&WorkCity.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkCity" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkState" value="&WorkState.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkState" flex="1" disableforreadonly="true"/>
<spacer class="stateZipSpacer"/>
<label control="WorkZipCode" value="&WorkZipCode.label;" class="CardEditLabel"/>
<textbox id="WorkZipCode" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkCountry" value="&WorkCountry.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkCountry" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WebPage1" value="&WorkWebPage.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WebPage1" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<!-- LOCALIZATION NOTE:
Fields for phonetic are disabled as default and can be enabled by
editing "mail.addr_book.show_phonetic_fields"
-->
</vbox>
<spacer id="PhoneticSpacer1" flex="1" hidden="true"/>
<label id="PhoneticLabel1" control="&PhoneticField1.id;" value="&PhoneticField1.label;" class="CardEditLabel" hidden="true"/>
<textbox id="&PhoneticField1.id;" flex="1" disableforreadonly="true" hidden="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="&NameField2.id;" value="&NameField2.label;" accesskey="&NameField2.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="&NameField2.id;" flex="1" oninput="GenerateDisplayName()" disableforreadonly="true"/>
<!-- ** Other Tab ** -->
<vbox index="other" flex="1">
<vbox class="alignBoxWithFieldset">
<hbox flex="1">
<label control="Custom1" value="&Custom1.label;" class="CardEditLabel"/>
<!-- LOCALIZATION NOTE:
Fields for phonetic are disabled as default and can be enabled by
editing "mail.addr_book.show_phonetic_fields"
-->
<spacer id="PhoneticSpacer2" flex="1" hidden="true"/>
<label id="PhoneticLabel2" control="&PhoneticField2.id;" value="&PhoneticField2.label;" class="CardEditLabel" hidden="true"/>
<textbox id="&PhoneticField2.id;" flex="1" disableforreadonly="true" hidden="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="DisplayName" value="&DisplayName.label;" accesskey="&DisplayName.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="DisplayName" flex="1" oninput="DisplayNameChanged()" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="NickName" value="&NickName.label;" accesskey="&NickName.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="NickName" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<groupbox flex="1">
<caption label="&Internet.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="PrimaryEmail" value="&PrimaryEmail.label;" accesskey="&PrimaryEmail.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="PrimaryEmail" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="SecondEmail" value="&SecondEmail.label;" accesskey="&SecondEmail.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="SecondEmail" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
<hbox>
<vbox valign="middle">
<label control="PreferMailFormatPopup" value="&PreferMailFormat.label;" accesskey="&PreferMailFormat.accesskey;"/>
</vbox>
<menulist id="PreferMailFormatPopup" disableforreadonly="true">
<menupopup>
<menuitem value="0" label="&Unknown.label;"/>
<menuitem value="1" label="&PlainText.label;"/>
<menuitem value="2" label="&HTML.label;"/>
</menupopup>
</menulist>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="ScreenName" value="&ScreenName.label;" accesskey="&ScreenName.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="ScreenName" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<groupbox flex="1">
<caption label="&Phones.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="WorkPhone" value="&WorkPhone.label;" accesskey="&WorkPhone.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkPhone" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomePhone" value="&HomePhone.label;" accesskey="&HomePhone.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomePhone" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="FaxNumber" value="&FaxNumber.label;" accesskey="&FaxNumber.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="FaxNumber" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="PagerNumber" value="&PagerNumber.label;" accesskey="&PagerNumber.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="PagerNumber" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="CellularNumber" value="&CellularNumber.label;" accesskey="&CellularNumber.accesskey;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="CellularNumber" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
</vbox>
</groupbox>
</vbox>
<!-- ** Address Tab ** -->
<vbox index="address" flex="1">
<groupbox flex="1">
<caption label="&Home.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="HomeAddress" value="&HomeAddress.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeAddress" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeAddress2" value="&HomeAddress2.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeAddress2" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeCity" value="&HomeCity.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeCity" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeState" value="&HomeState.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeState" flex="1" disableforreadonly="true"/>
<spacer class="stateZipSpacer"/>
<label control="HomeZipCode" value="&HomeZipCode.label;" class="CardEditLabel"/>
<textbox id="HomeZipCode" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="HomeCountry" value="&HomeCountry.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="HomeCountry" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WebPage2" value="&HomeWebPage.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WebPage2" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
</vbox>
</groupbox>
<groupbox style="width:100%">
<caption label="&Work.box;"/>
<vbox style="width:100%">
<hbox>
<spacer flex="1"/>
<label control="JobTitle" value="&JobTitle.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="JobTitle" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="Department" value="&Department.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="Department" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="Company" value="&Company.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="Company" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkAddress" value="&WorkAddress.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkAddress" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkAddress2" value="&WorkAddress2.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkAddress2" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkCity" value="&WorkCity.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkCity" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkState" value="&WorkState.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkState" flex="1" disableforreadonly="true"/>
<spacer class="stateZipSpacer"/>
<label control="WorkZipCode" value="&WorkZipCode.label;" class="CardEditLabel"/>
<textbox id="WorkZipCode" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WorkCountry" value="&WorkCountry.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WorkCountry" flex="1" disableforreadonly="true"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<label control="WebPage1" value="&WorkWebPage.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="WebPage1" flex="1" disableforreadonly="true" class="uri-element"/>
</hbox>
</hbox>
</vbox>
</groupbox>
</vbox>
<!-- ** Other Tab ** -->
<vbox index="other" flex="1">
<vbox class="alignBoxWithFieldset">
<hbox flex="1">
<label control="Custom1" value="&Custom1.label;" accesskey="&Custom1.accesskey;" class="CardEditLabel"/>
<textbox id="Custom1" flex="1" disableforreadonly="true"/>
</hbox>
<hbox flex="1">
<label control="Custom2" value="&Custom2.label;" class="CardEditLabel"/>
</hbox>
<hbox flex="1">
<label control="Custom2" value="&Custom2.label;" accesskey="&Custom2.accesskey;" class="CardEditLabel"/>
<textbox id="Custom2" flex="1" disableforreadonly="true"/>
</hbox>
<hbox flex="1">
<label control="Custom3" value="&Custom3.label;" class="CardEditLabel"/>
</hbox>
<hbox flex="1">
<label control="Custom3" value="&Custom3.label;" accesskey="&Custom3.accesskey;" class="CardEditLabel"/>
<textbox id="Custom3" flex="1" disableforreadonly="true"/>
</hbox>
<hbox flex="1">
<label control="Custom4" value="&Custom4.label;" class="CardEditLabel"/>
</hbox>
<hbox flex="1">
<label control="Custom4" value="&Custom4.label;" accesskey="&Custom4.accesskey;" class="CardEditLabel"/>
<textbox id="Custom4" flex="1" disableforreadonly="true"/>
</hbox>
</vbox>
</hbox>
</vbox>
<groupbox style="width:100%">
<caption label="&Notes.box;"/>
<vbox style="width:100%">
<groupbox style="width:100%">
<caption label="&Notes.box;"/>
<vbox style="width:100%">
<textbox id="Notes" multiline="true" rows="15" wrap="virtual" disableforreadonly="true"/>
</vbox>
</groupbox>
</vbox>
</groupbox>
</vbox>
</tabpanels>
</tabpanels>
</tabbox>
</vbox>

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

@ -37,26 +37,43 @@ Rights Reserved.
<!-- LOCALIZATION NOTE (PhoneticField2.id) : DONT_TRANSLATE -->
<!ENTITY PhoneticField2.id "PhoneticLastName">
<!ENTITY NameField1.label "First:">
<!ENTITY NameField2.label "Last:">
<!ENTITY PhoneticField1.label "Phonetic:">
<!ENTITY PhoneticField2.label "Phonetic:">
<!ENTITY DisplayName.label "Display:">
<!ENTITY NickName.label "Nickname:">
<!ENTITY Internet.box "Internet">
<!ENTITY PrimaryEmail.label "Email:">
<!ENTITY SecondEmail.label "Additional Email:">
<!ENTITY PreferMailFormat.label "Prefers to receive messages formatted as:">
<!ENTITY PlainText.label "Plain Text">
<!ENTITY HTML.label "HTML">
<!ENTITY Unknown.label "Unknown">
<!ENTITY ScreenName.label "Screen Name:">
<!ENTITY Phones.box "Phones">
<!ENTITY WorkPhone.label "Work:">
<!ENTITY HomePhone.label "Home:">
<!ENTITY FaxNumber.label "Fax:">
<!ENTITY PagerNumber.label "Pager:">
<!ENTITY CellularNumber.label "Mobile:">
<!ENTITY NameField1.label "First:">
<!ENTITY NameField1.accesskey "F">
<!ENTITY NameField2.label "Last:">
<!ENTITY NameField2.accesskey "L">
<!ENTITY PhoneticField1.label "Phonetic:">
<!ENTITY PhoneticField2.label "Phonetic:">
<!ENTITY DisplayName.label "Display:">
<!ENTITY DisplayName.accesskey "D">
<!ENTITY NickName.label "Nickname:">
<!ENTITY NickName.accesskey "N">
<!ENTITY Internet.box "Internet">
<!ENTITY PrimaryEmail.label "Email:">
<!ENTITY PrimaryEmail.accesskey "E">
<!ENTITY SecondEmail.label "Additional Email:">
<!ENTITY SecondEmail.accesskey "A">
<!ENTITY PreferMailFormat.label "Prefers to receive messages formatted as:">
<!ENTITY PreferMailFormat.accesskey "r">
<!ENTITY PlainText.label "Plain Text">
<!ENTITY HTML.label "HTML">
<!ENTITY Unknown.label "Unknown">
<!ENTITY ScreenName.label "Screen Name:">
<!ENTITY ScreenName.accesskey "S">
<!ENTITY Phones.box "Phones">
<!ENTITY WorkPhone.label "Work:">
<!ENTITY WorkPhone.accesskey "W">
<!ENTITY HomePhone.label "Home:">
<!ENTITY HomePhone.accesskey "H">
<!ENTITY FaxNumber.label "Fax:">
<!ENTITY FaxNumber.accesskey "x">
<!ENTITY PagerNumber.label "Pager:">
<!ENTITY PagerNumber.accesskey "P">
<!ENTITY CellularNumber.label "Mobile:">
<!ENTITY CellularNumber.accesskey "M">
<!ENTITY Address.tab "Address">
<!ENTITY Home.box "Home">
<!ENTITY HomeAddress.label "Address:">
@ -77,9 +94,15 @@ Rights Reserved.
<!ENTITY WorkZipCode.label "Zip/Postal Code:">
<!ENTITY WorkCountry.label "Country:">
<!ENTITY WorkWebPage.label "Web Page:">
<!ENTITY Other.tab "Other">
<!ENTITY Custom1.label "Custom 1:">
<!ENTITY Custom2.label "Custom 2:">
<!ENTITY Custom3.label "Custom 3:">
<!ENTITY Custom4.label "Custom 4:">
<!ENTITY Notes.box "Notes">
<!ENTITY Other.tab "Other">
<!ENTITY Custom1.label "Custom 1:">
<!ENTITY Custom1.accesskey "1">
<!ENTITY Custom2.label "Custom 2:">
<!ENTITY Custom2.accesskey "2">
<!ENTITY Custom3.label "Custom 3:">
<!ENTITY Custom3.accesskey "3">
<!ENTITY Custom4.label "Custom 4:">
<!ENTITY Custom4.accesskey "4">
<!ENTITY Notes.box "Notes">