Fix 'Inconsistency in describing SMTP server' r=robinf@netscape.com, sr=sspitzer@netscape.com

This commit is contained in:
stephend%netscape.com 2001-05-09 03:14:01 +00:00
parent 9cc635ad1c
commit 78646002ad
3 changed files with 10 additions and 10 deletions

View File

@ -2,12 +2,12 @@
<!ENTITY serverSettings.label "Server Settings">
<!-- LOCALIZATION NOTE (popServer.label) : do not translate "POP" in below line -->
<!ENTITY popServer.label "POP Mail server">
<!ENTITY popServer.label "POP Mail Server">
<!-- LOCALIZATION NOTE (imapServer.label) : do not translate "IMAP" in below line -->
<!ENTITY imapServer.label "IMAP Mail server">
<!ENTITY imapServer.label "IMAP Mail Server">
<!-- LOCALIZATION NOTE (newsServer.label) : do not translate "NNTP" in below line -->
<!ENTITY newsServer.label "News Server (NNTP)">
<!ENTITY webmail.label "Web mail account">
<!ENTITY newsServer.label "News (NNTP) Server">
<!ENTITY webmail.label "WebMail account">
<!ENTITY serverType.label "Server Type:">
<!ENTITY serverName.label "Server Name:">
<!ENTITY userName.label "User Name:">

View File

@ -5,8 +5,8 @@
<!ENTITY emailPrefix.label "Email Address:">
<!ENTITY serverTypePrefix.label "Incoming Server Type:">
<!ENTITY serverNamePrefix.label "Incoming Server Name:">
<!ENTITY smtpServerNamePrefix.label "Outgoing Server (SMTP) Name:">
<!ENTITY newsServerNamePrefix.label "News Server (NTTP) Name:">
<!ENTITY smtpServerNamePrefix.label "Outgoing Server Name:">
<!ENTITY newsServerNamePrefix.label "News Server Name:">
<!ENTITY accountNamePrefix.label "Account Name:">
<!ENTITY setupAnother.label "Click Set up Another to save these settings and set up another account.">
<!ENTITY clickFinish.label "Click Finish to save these settings and exit the Account Wizard.">

View File

@ -5,14 +5,14 @@
<!ENTITY incomingServerTypeDesc.label "Select the type of incoming server you are using.">
<!ENTITY incomingServerTypeLabel.label "Server Type:">
<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate "&quot;pop.example.net&quot;" in below line -->
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server (for example, &quot;pop.example.net&quot;).">
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server (for example, &quot;mail.example.net&quot;).">
<!ENTITY incomingServerLabel.label "Server Name:">
<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the "&quot;" entities in below line -->
<!ENTITY newsServerNameDesc.label "Enter the name of your news server (NNTP) (for example, &quot;news.example.net&quot;).">
<!ENTITY newsServerNameDesc.label "Enter the name of your news (NNTP) server (for example, &quot;news.example.net&quot;).">
<!-- LOCALIZATION NOTE (smtpServerTitle.label) : Do not translate "SMTP" in below line -->
<!ENTITY smtpServerTitle.label "Outgoing Server (SMTP)">
<!ENTITY smtpServerTitle.label "Outgoing (SMTP) Server">
<!-- LOCALIZATION NOTE (smtpServerDesc.label) : Do not translate "SMTP" and "&quot;smtp.example.net&quot;" in below line -->
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing server (SMTP) (for example, &quot;smtp.example.net&quot;).">
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing (SMTP) server (for example, &quot;smtp.example.net&quot;).">
<!ENTITY smtpServerLabel.label "Server Name:">
<!-- LOCALIZATION NOTE (imapType.label) : Do not translate "IMAP" in below line -->
<!ENTITY imapType.label "IMAP Mail Server">