diff options
Diffstat (limited to 'l10n-hi-IN/mail/chrome/messenger/AccountWizard.dtd')
-rwxr-xr-x | l10n-hi-IN/mail/chrome/messenger/AccountWizard.dtd | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/l10n-hi-IN/mail/chrome/messenger/AccountWizard.dtd b/l10n-hi-IN/mail/chrome/messenger/AccountWizard.dtd new file mode 100755 index 0000000000..ed866a2e78 --- /dev/null +++ b/l10n-hi-IN/mail/chrome/messenger/AccountWizard.dtd @@ -0,0 +1,62 @@ +<!-- 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 "खाता विजार्ड"> +<!ENTITY accountWizard.size "width: 40em; height: 38em;"> + +<!-- Entities for Account Type page --> + +<!-- 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 Server page --> + +<!-- Entities for Incoming Server page --> + +<!-- for when the user has an SMTP server pre-configured --> +<!-- LOCALIZATION NOTE (currentSmtpBefore.label) : Do not translate "SMTP" and """ in + this variable. Also, translate currentSmtpBefore.label and currentSmtpAfter.label as a single sentence, + inserting text after the """ entity in currentSmtpAfter.label, if required grammatically +--> + +<!-- 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 "N"> + +<!-- Entities for Outgoing Server page --> + +<!-- Entities for Login page --> + +<!-- 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."> |