mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
bring account wizard up to spec
This commit is contained in:
parent
910b0b2901
commit
66472985dc
@ -24,7 +24,7 @@
|
||||
<template>
|
||||
<rule>
|
||||
<treechildren>
|
||||
<treeitem uri="..."
|
||||
<treeitem uri="..." open="true"
|
||||
PageTag="rdf:http://home.netscape.com/NC-rdf#PageTag">
|
||||
<treerow >
|
||||
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||
|
@ -34,6 +34,10 @@ Rights Reserved.
|
||||
<titledbutton class="plain" src="chrome://navigator/skin/animthrob_single.gif"/>
|
||||
</box>
|
||||
<html:div>&accnameDesc.label;</html:div>
|
||||
<html:input type="text" name="server.prettyName" id="server.prettyName"/>
|
||||
<spring style="height: 1em"/>
|
||||
<box align="horizontal">
|
||||
<html:div>&accnameLabel.label;</html:div>
|
||||
<html:input type="text" name="server.prettyName" id="server.prettyName" flex="100%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
@ -38,8 +38,7 @@ Rights Reserved.
|
||||
|
||||
|
||||
<html:div>
|
||||
<html:div>&fullnameDesc.label;</html:div>
|
||||
<html:div>&fullnameExample.label;</html:div>
|
||||
<html:div>&fullnameDesc.label; &fullnameExample.label;</html:div>
|
||||
<box align="horizontal">
|
||||
<html:div>&fullnameLabel.label;</html:div>
|
||||
<html:input type="text" name="identity.fullName" id="identity.fullName"/>
|
||||
@ -48,8 +47,7 @@ Rights Reserved.
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:div>&emailDesc.label;</html:div>
|
||||
<html:div>&emailExample.label;</html:div>
|
||||
<html:div>&emailDesc.label; &emailExample.label;</html:div>
|
||||
<box align="horizontal">
|
||||
<html:div>&emailLabel.label;</html:div>
|
||||
<html:input type="text" name="identity.email" id="identity.email"/>
|
||||
|
@ -35,7 +35,7 @@ Rights Reserved.
|
||||
</box>
|
||||
|
||||
<box align="vertical" class="padded">
|
||||
<html:div>&usernameDesc.label;</html:div>
|
||||
<html:div>&usernameDesc.label; &usernameExample.label;</html:div>
|
||||
<html:div>
|
||||
&usernameLabel.label;
|
||||
<html:input type="text" name="server.username" id="server.username"/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- extracted from aw-accname.xul -->
|
||||
|
||||
<!ENTITY accnameTitle.label "Account Name">
|
||||
<!ENTITY accnameDesc.label "Enter the name by which you would like to refer to this account.">
|
||||
<!ENTITY accnameDesc.label "Enter the name by which you would like to refer to this account. (For example, "WorkAccount", "Home Account" or "News Account")">
|
||||
<!ENTITY accnameExample.label "For example, Work Account, Home Account or News Account">
|
||||
<!ENTITY accnameLabel.label "Account Name:">
|
||||
|
@ -1,7 +1,8 @@
|
||||
<!-- extracted from aw-accounttype.xul -->
|
||||
|
||||
<!ENTITY accountTypeTitle.label "Welcome to the Account Setup Wizard">
|
||||
<!ENTITY accountTypeDesc.label "This wizard will collect the necessary information needed before you can use your new account. If you do not know the information requested, please contact your Internet Service Provider or System Administrator.">
|
||||
<!ENTITY accountTypeTitle.label "New Account Setup">
|
||||
<!ENTITY accountTypeDesc.label "This Wizard will collect the information necessary to setup a new Netscape Mail account. If you do not know the information requested, please contact your System Administrator or Internet Service Provider.">
|
||||
<!ENTITY accountTypeDirections.label "Select the type of account you would like to setup:">
|
||||
<!ENTITY accountTypeMail.label "Mail">
|
||||
<!ENTITY accountTypeNews.label "News">
|
||||
<!ENTITY accountTypeWebMail.label "Netscape WebMail">
|
||||
|
@ -1,3 +1,3 @@
|
||||
<!-- extracted from aw-done.xul -->
|
||||
|
||||
<!ENTITY completionText.label "That's it!">
|
||||
<!ENTITY completionText.label "Congratulations">
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!-- extracted from aw-identity.xul -->
|
||||
|
||||
<!ENTITY identityTitle.label "Identity">
|
||||
<!ENTITY identityDesc.label "Each account can have its own identity, which is the ifnormation that other people see when they read your messages.">
|
||||
<!ENTITY identityDesc.label "Each account can have its own identity, which is the information that identitifies you to others when they receive your messages.">
|
||||
|
||||
<!ENTITY fullnameDesc.label "Enter the name you would like to appear in the From field of your outgoing messages.">
|
||||
<!ENTITY fullnameExample.label "For example, John Smith">
|
||||
<!ENTITY fullnameDesc.label "Enter the name you would like to appear in the "From" field of your outgoing messages.">
|
||||
<!ENTITY fullnameExample.label "(For example, "John Smith")">
|
||||
<!ENTITY fullnameLabel.label "Your Name:">
|
||||
|
||||
<!ENTITY emailDesc.label "Enter your email address. This is the address otherws will use to send email to you.">
|
||||
<!ENTITY emailExample.label "For example, test@netscape.net">
|
||||
<!ENTITY emailExample.label "(For example, "test@netscape.net")">
|
||||
<!ENTITY emailLabel.label "Email Address:">
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
<!ENTITY loginTitle.label "Name and Password">
|
||||
<!ENTITY usernameDesc.label "Enter your user name given to you by your email provider.">
|
||||
<!ENTITY usernameExample.label "For example: jsmith">
|
||||
<!ENTITY usernameExample.label "(for example, "jsmith")">
|
||||
<!ENTITY usernameLabel.label "User Name:">
|
||||
|
||||
<!ENTITY passwordTitle.label "Password Storage">
|
||||
<!ENTITY savePasswordDesc.label "Netscape Mail can save your password so that you are not asked for it each time you access this account. Your password is automatically sent to the server to which you are connecting. This is not recommended if other people have access to your computer.">
|
||||
<!ENTITY savePasswordDesc.label "Netscape Mail can save your password and send it to the server so that you are not asked for it each time you access this account. This is not recommended if other people have access to your computer.">
|
||||
<!ENTITY savePasswordLabel.label "If you want Netscape Mail to save your password, check the box below.">
|
||||
<!ENTITY savePasswordCheckbox.label "Save my password">
|
||||
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY incomingServerTitle.label "Incoming Server">
|
||||
<!ENTITY incomingServerTypeDesc.label "Select the type of incoming server you are using.">
|
||||
<!ENTITY incomingServerTypeLabel.label "Server Type:">
|
||||
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server. For example, pop.netscape.net">
|
||||
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server. (For example, "pop.netscape.net")">
|
||||
<!ENTITY incomingServerLabel.label "Server Name:">
|
||||
|
||||
<!ENTITY smtpServerTitle.label "Outgoing (SMTP) Server">
|
||||
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing (SMTP) server. For example, smtp.netscape.net">
|
||||
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing (SMTP) server. (For example, "smtp.netscape.net")">
|
||||
<!ENTITY smtpServerLabel.label "Server Name:">
|
||||
|
||||
<!ENTITY imapType.label "IMAP Mail Server">
|
||||
|
Loading…
Reference in New Issue
Block a user