зеркало из https://github.com/mozilla/gecko-dev.git
fix for 24873;accesskeys for account wizard;r=cavin;sr=bienvenu;a=asa
This commit is contained in:
Родитель
b9bb26c2f0
Коммит
54bda3eb6d
|
@ -55,7 +55,7 @@ Rights Reserved.
|
||||||
<separator/>
|
<separator/>
|
||||||
<radiogroup id="acctyperadio" >
|
<radiogroup id="acctyperadio" >
|
||||||
<radio id="mailaccount" value="mailaccount"
|
<radio id="mailaccount" value="mailaccount"
|
||||||
label="&accountTypeMail.label;"
|
label="&accountTypeMail.label;" accesskey="&accountTypeMail.accesskey;"
|
||||||
selected="true"/>
|
selected="true"/>
|
||||||
|
|
||||||
<vbox datasources="rdf:ispdefaults"
|
<vbox datasources="rdf:ispdefaults"
|
||||||
|
@ -71,7 +71,7 @@ Rights Reserved.
|
||||||
</template>
|
</template>
|
||||||
</vbox>
|
</vbox>
|
||||||
<radio id="newsaccount" value="newsaccount"
|
<radio id="newsaccount" value="newsaccount"
|
||||||
label="&accountTypeNews.label;"/>
|
label="&accountTypeNews.label;" accesskey="&accountTypeNews.accesskey;"/>
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
</vbox>
|
</vbox>
|
||||||
</wizardpage>
|
</wizardpage>
|
||||||
|
@ -87,7 +87,8 @@ Rights Reserved.
|
||||||
<description>&fullnameDesc.label; &fullnameExample.label;</description>
|
<description>&fullnameDesc.label; &fullnameExample.label;</description>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label class="awIdentityLabel" for="fullName" value="&fullnameLabel.label;"/>
|
<label class="awIdentityLabel" for="fullName" value="&fullnameLabel.label;"
|
||||||
|
accesskey="&fullnameLabel.accesskey;" control="fullName"/>
|
||||||
<textbox mailtype="identity" wsm_persist="true" name="fullName" id="fullName" flex="1"/>
|
<textbox mailtype="identity" wsm_persist="true" name="fullName" id="fullName" flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<separator/>
|
<separator/>
|
||||||
|
@ -102,7 +103,8 @@ Rights Reserved.
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<row>
|
<row>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label class="awIdentityLabel" id="emailFieldLabel" value="&emailLabel.label;"/>
|
<label class="awIdentityLabel" id="emailFieldLabel" value="&emailLabel.label;"
|
||||||
|
accesskey="&emailLabel.accesskey;" control="email"/>
|
||||||
<textbox wsm_persist="true" mailtype="identity" name="email" id="email" flex="6" class="uri-element"/>
|
<textbox wsm_persist="true" mailtype="identity" name="email" id="email" flex="6" class="uri-element"/>
|
||||||
<label id="postEmailText"/>
|
<label id="postEmailText"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
@ -125,8 +127,10 @@ Rights Reserved.
|
||||||
<hbox align="center" class="serverDataBox">
|
<hbox align="center" class="serverDataBox">
|
||||||
<!-- The initial value for the servertype radiogroup is set in onInit() -->
|
<!-- The initial value for the servertype radiogroup is set in onInit() -->
|
||||||
<radiogroup id="servertype" wsm_persist="true" orient="horizontal">
|
<radiogroup id="servertype" wsm_persist="true" orient="horizontal">
|
||||||
<radio group="servertype" value="pop3" id="pop3" label="&popType.label;" wsm_persist="true" oncommand="setServerType();"/>
|
<radio group="servertype" value="pop3" id="pop3" label="&popType.label;"
|
||||||
<radio group="servertype" value="imap" id="imap" label="&imapType.label;" wsm_persist="true" oncommand="setServerType();"/>
|
wsm_persist="true" oncommand="setServerType();" accesskey="&popType.accesskey;"/>
|
||||||
|
<radio group="servertype" value="imap" id="imap" label="&imapType.label;"
|
||||||
|
wsm_persist="true" oncommand="setServerType();" accesskey="&imapType.accesskey;"/>
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -136,7 +140,8 @@ Rights Reserved.
|
||||||
<vbox id="incomingServerbox">
|
<vbox id="incomingServerbox">
|
||||||
<description>&incomingServerNameDesc.label;</description>
|
<description>&incomingServerNameDesc.label;</description>
|
||||||
<hbox align="center" class="serverDataBox">
|
<hbox align="center" class="serverDataBox">
|
||||||
<label class="label, serverLabel" value="&incomingServerLabel.label;" for="incomingServer"/>
|
<label class="label, serverLabel" value="&incomingServerLabel.label;" for="incomingServer"
|
||||||
|
accesskey="&incomingServerLabel.accesskey;" control="incomingServer"/>
|
||||||
<textbox wsm_persist="true" id="incomingServer" flex="1" class="uri-element"/>
|
<textbox wsm_persist="true" id="incomingServer" flex="1" class="uri-element"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -146,7 +151,8 @@ Rights Reserved.
|
||||||
<vbox id="noSmtp">
|
<vbox id="noSmtp">
|
||||||
<description>&smtpServerDesc.label;</description>
|
<description>&smtpServerDesc.label;</description>
|
||||||
<hbox align="center" class="serverDataBox">
|
<hbox align="center" class="serverDataBox">
|
||||||
<label class="label, serverLabel" value="&smtpServerLabel.label;" for="smtphostname"/>
|
<label class="label, serverLabel" value="&smtpServerLabel.label;" for="smtphostname"
|
||||||
|
accesskey="&smtpServerLabel.accesskey;" control="smtphostname"/>
|
||||||
<textbox id="smtphostname" wsm_persist="true" flex="1" class="uri-element"/>
|
<textbox id="smtphostname" wsm_persist="true" flex="1" class="uri-element"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -167,7 +173,8 @@ Rights Reserved.
|
||||||
<description>&usernameDesc.label; &usernameExample.label;</description>
|
<description>&usernameDesc.label; &usernameExample.label;</description>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label class="label" value="&usernameLabel.label;" for="username" style="width: 8em;"/>
|
<label class="label" value="&usernameLabel.label;" for="username" style="width: 8em;"
|
||||||
|
accesskey="&usernameLabel.accesskey;" control="username"/>
|
||||||
<textbox id="username" wsm_persist="true" flex="1"/>
|
<textbox id="username" wsm_persist="true" flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -182,7 +189,7 @@ Rights Reserved.
|
||||||
<description>&newsServerNameDesc.label;</description>
|
<description>&newsServerNameDesc.label;</description>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label control="hostname" value="&newsServerLabel.label;" style="width: 8em;"/>
|
<label control="newsServer" value="&newsServerLabel.label;" accesskey="&newsServerLabel.accesskey;" style="width: 8em;"/>
|
||||||
<textbox id="newsServer" wsm_persist="true" flex="1" class="uri-element"/>
|
<textbox id="newsServer" wsm_persist="true" flex="1" class="uri-element"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -198,7 +205,8 @@ Rights Reserved.
|
||||||
<description>&accnameDesc.label;</description>
|
<description>&accnameDesc.label;</description>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label class="label" value="&accnameLabel.label;" for="prettyName" style="width: 8em;"/>
|
<label class="label" value="&accnameLabel.label;" for="prettyName" style="width: 8em;"
|
||||||
|
accesskey="&accnameLabel.accesskey;" control="prettyName"/>
|
||||||
<textbox id="prettyName" size="40" wsm_persist="true" flex="1"/>
|
<textbox id="prettyName" size="40" wsm_persist="true" flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
|
@ -11,7 +11,9 @@
|
||||||
<!ENTITY accountTypeDesc.label "This Wizard will collect the information necessary to set up a Mail or Newsgroup account. If you do not know the information requested, please contact your System Administrator or Internet Service Provider.">
|
<!ENTITY accountTypeDesc.label "This Wizard will collect the information necessary to set up a Mail or Newsgroup 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 set up:">
|
<!ENTITY accountTypeDirections.label "Select the type of account you would like to set up:">
|
||||||
<!ENTITY accountTypeMail.label "Email account">
|
<!ENTITY accountTypeMail.label "Email account">
|
||||||
|
<!ENTITY accountTypeMail.accesskey "E">
|
||||||
<!ENTITY accountTypeNews.label "Newsgroup account">
|
<!ENTITY accountTypeNews.label "Newsgroup account">
|
||||||
|
<!ENTITY accountTypeNews.accesskey "w">
|
||||||
|
|
||||||
<!-- Entities for Identity page -->
|
<!-- Entities for Identity page -->
|
||||||
|
|
||||||
|
@ -26,8 +28,10 @@
|
||||||
-->
|
-->
|
||||||
<!ENTITY fullnameExample.label "(for example, "John Smith").">
|
<!ENTITY fullnameExample.label "(for example, "John Smith").">
|
||||||
<!ENTITY fullnameLabel.label "Your Name:">
|
<!ENTITY fullnameLabel.label "Your Name:">
|
||||||
|
<!ENTITY fullnameLabel.accesskey "Y">
|
||||||
|
|
||||||
<!ENTITY emailLabel.label "Email Address:">
|
<!ENTITY emailLabel.label "Email Address:">
|
||||||
|
<!ENTITY emailLabel.accesskey "E">
|
||||||
<!ENTITY emailDesc.label "Enter your email address; this is the address others will use to send email to you">
|
<!ENTITY emailDesc.label "Enter your email address; this is the address others will use to send email to you">
|
||||||
<!-- LOCALIZATION NOTE (emailExample.label) : do not translate "user@example.net" in below line -->
|
<!-- LOCALIZATION NOTE (emailExample.label) : do not translate "user@example.net" in below line -->
|
||||||
<!ENTITY emailExample.label "(for example: user@example.net).">
|
<!ENTITY emailExample.label "(for example: user@example.net).">
|
||||||
|
@ -41,6 +45,7 @@
|
||||||
<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate ""pop.example.net"" in below line -->
|
<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate ""pop.example.net"" in below line -->
|
||||||
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server (for example, "mail.example.net").">
|
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server (for example, "mail.example.net").">
|
||||||
<!ENTITY incomingServerLabel.label "Incoming Server:">
|
<!ENTITY incomingServerLabel.label "Incoming Server:">
|
||||||
|
<!ENTITY incomingServerLabel.accesskey "S">
|
||||||
<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the """ entities in below line -->
|
<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the """ entities in below line -->
|
||||||
<!ENTITY newsServerNameDesc.label "Enter the name of your news server (NNTP) (for example, "news.example.net").">
|
<!ENTITY newsServerNameDesc.label "Enter the name of your news server (NNTP) (for example, "news.example.net").">
|
||||||
<!-- LOCALIZATION NOTE (smtpServerTitle.label) : Do not translate "SMTP" in below line -->
|
<!-- LOCALIZATION NOTE (smtpServerTitle.label) : Do not translate "SMTP" in below line -->
|
||||||
|
@ -48,11 +53,15 @@
|
||||||
<!-- LOCALIZATION NOTE (smtpServerDesc.label) : Do not translate "SMTP" and ""smtp.example.net"" in below line -->
|
<!-- LOCALIZATION NOTE (smtpServerDesc.label) : Do not translate "SMTP" and ""smtp.example.net"" in below line -->
|
||||||
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing server (SMTP) (for example, "smtp.example.net").">
|
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing server (SMTP) (for example, "smtp.example.net").">
|
||||||
<!ENTITY smtpServerLabel.label "Outgoing Server:">
|
<!ENTITY smtpServerLabel.label "Outgoing Server:">
|
||||||
|
<!ENTITY smtpServerLabel.accesskey "O">
|
||||||
<!ENTITY newsServerLabel.label "Newsgroup Server:">
|
<!ENTITY newsServerLabel.label "Newsgroup Server:">
|
||||||
|
<!ENTITY newsServerLabel.accesskey "N">
|
||||||
<!-- LOCALIZATION NOTE (imapType.label) : Do not translate "IMAP" in below line -->
|
<!-- LOCALIZATION NOTE (imapType.label) : Do not translate "IMAP" in below line -->
|
||||||
<!ENTITY imapType.label "IMAP">
|
<!ENTITY imapType.label "IMAP">
|
||||||
|
<!ENTITY imapType.accesskey "I">
|
||||||
<!-- LOCALIZATION NOTE (popType.label) : Do not translate "POP" in below line -->
|
<!-- LOCALIZATION NOTE (popType.label) : Do not translate "POP" in below line -->
|
||||||
<!ENTITY popType.label "POP">
|
<!ENTITY popType.label "POP">
|
||||||
|
<!ENTITY popType.accesskey "P">
|
||||||
<!ENTITY nntpType.label "News Server">
|
<!ENTITY nntpType.label "News Server">
|
||||||
|
|
||||||
<!-- for when the user has an SMTP server pre-configured -->
|
<!-- for when the user has an SMTP server pre-configured -->
|
||||||
|
@ -70,6 +79,7 @@
|
||||||
<!-- LOCALIZATION NOTE (usernameExample.label) : do not translate ""jsmith"" in below line -->
|
<!-- LOCALIZATION NOTE (usernameExample.label) : do not translate ""jsmith"" in below line -->
|
||||||
<!ENTITY usernameExample.label "(for example, "jsmith").">
|
<!ENTITY usernameExample.label "(for example, "jsmith").">
|
||||||
<!ENTITY usernameLabel.label "User Name:">
|
<!ENTITY usernameLabel.label "User Name:">
|
||||||
|
<!ENTITY usernameLabel.accesskey "U">
|
||||||
|
|
||||||
<!-- Entities for Account name page -->
|
<!-- Entities for Account name page -->
|
||||||
|
|
||||||
|
@ -78,6 +88,7 @@
|
||||||
<!ENTITY accnameDesc.label "Enter the name by which you would like to refer to this account (for example, "Work Account", "Home Account" or "News Account").">
|
<!ENTITY accnameDesc.label "Enter the name by which you would like to refer to this account (for example, "Work Account", "Home Account" or "News Account").">
|
||||||
<!ENTITY accnameExample.label "For example, Work Account, Home Account or News Account">
|
<!ENTITY accnameExample.label "For example, Work Account, Home Account or News Account">
|
||||||
<!ENTITY accnameLabel.label "Account Name:">
|
<!ENTITY accnameLabel.label "Account Name:">
|
||||||
|
<!ENTITY accnameLabel.accesskey "A">
|
||||||
|
|
||||||
<!-- Entities for Done (Congratulations) page -->
|
<!-- Entities for Done (Congratulations) page -->
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче