add smtp strings (not part of build) and add one "Advanced" string to the smtp server panel

git-svn-id: svn://10.0.0.236/trunk@64602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2000-03-30 14:54:53 +00:00
parent e00bf6eecd
commit aec4fed2a5
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<!ENTITY smtpListTitle.label "Advanced Outgoing (SMTP) Server Settings">
<!ENTITY smtpListDesc.label "Although you can specify more than one outgoing (SMTP) server, this is recommended only for advanced users. Setting up multiple SMTP servers can cause errors when sending mail.">
<!ENTITY smtpListAdd.label "Add...">
<!ENTITY smtpListEdit.label "Edit...">
<!ENTITY smtpListDelete.label "Delete">
<!ENTITY smtpListSetDefault.label "Set Default">

View File

@@ -11,3 +11,5 @@
<!ENTITY smtpHostname.label "Server Name:">
<!ENTITY smtpUsername.label "User Name:">
<!ENTITY smtpUseSecure.label "Use secure connection (SSL)">
<!ENTITY advanced.label "Advanced...">

View File

@@ -0,0 +1,7 @@
<!ENTITY serverName.label "Server Name:">
<!ENTITY alwaysUserUsername.label "Always use name and password">
<!ENTITY userName.label "User Name:">
<!ENTITY savePassword.label "Save my password">
<!ENTITY isSecure.label "Use secure connection (SSL)">
<!ENTITY alwaysSecure.label "Always">
<!ENTITY sometimesSecure.label "When available">