blob: fddd8a65c2544530b7e145f7f3a47441be3d3a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Entities for AccountWizard -->
<!ENTITY windowTitle.label "Account Wizard">
<!ENTITY accountWizard.size "width: 40em; height: 38em;">
<!-- Entities for Account Type page -->
<!-- LOCALIZATION NOTE(accountTypeMovemail.label): do not translate 'Movemail' -->
<!-- Entities for Identity page -->
<!ENTITY identityTitle.label "Identity">
<!ENTITY identityDesc.label "Each account has an identity, which is the information that identifies you to others when they receive your messages.">
<!-- LOCALIZATION NOTE (fullnameDesc.label) : do not translate two of """ in below line -->
<!ENTITY fullnameDesc.label "Enter the name you would like to appear in the "From" field of your outgoing messages">
<!-- LOCALIZATION NOTE (fullnameExample.label) : use following directions for below line
1, do not translate two of """
2, Use localized full name instead of "John Smith"
-->
<!ENTITY fullnameExample.label "(for example, "John Smith").">
<!ENTITY fullnameLabel.label "Your Name:">
<!ENTITY fullnameLabel.accesskey "Y">
<!ENTITY emailLabel.label "Email Address:">
<!ENTITY emailLabel.accesskey "E">
<!-- Entities for Incoming Server page -->
<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate ""pop.example.net"" in below line -->
<!-- LOCALIZATION NOTE (incomingUsername.description) : do not translate ""jsmith"" 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 newsServerLabel.label "Newsgroup Server:">
<!ENTITY newsServerLabel.accesskey "w">
<!-- Entities for Outgoing Server page -->
<!-- LOCALIZATION NOTE (outgoingServer.description) : Do not translate "SMTP" and ""smtp.example.net"" in below line -->
<!-- LOCALIZATION NOTE (modifyOutgoing.suffix) : This string will be appended after each of
haveSmtp1.suffix3, haveSmtp2.suffix3, haveSmtp3.suffix3 .
-->
<!-- Entities for Account name page -->
<!ENTITY accnameTitle.label "Account Name">
<!-- LOCALIZATION NOTE (accnameDesc.label) : do not translate any """ in below line -->
<!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 accnameLabel.label "Account Name:">
<!ENTITY accnameLabel.accesskey "A">
<!-- Entities for Done (Congratulations) page -->
<!ENTITY completionTitle.label "Congratulations!">
<!ENTITY completionText.label "Please verify that the information below is correct.">
<!ENTITY newsServerNamePrefix.label "News Server Name (NNTP):">
<!ENTITY clickFinish.label "Click Finish to save these settings and exit the Account Wizard.">
<!ENTITY clickFinish.labelMac "Click Done to save these settings and exit the Account Wizard.">
|