diff options
Diffstat (limited to 'l10n-en-GB/mail/chrome/messenger/am-advanced.dtd')
-rw-r--r-- | l10n-en-GB/mail/chrome/messenger/am-advanced.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-en-GB/mail/chrome/messenger/am-advanced.dtd b/l10n-en-GB/mail/chrome/messenger/am-advanced.dtd new file mode 100644 index 0000000000..112aa7e205 --- /dev/null +++ b/l10n-en-GB/mail/chrome/messenger/am-advanced.dtd @@ -0,0 +1,30 @@ +<!-- 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/. --> + +<!-- extracted from am-advanced.xul --> + +<!-- extracted from am-advanced.xhtml --> + +<!-- LOCALIZATION NOTE (smtpServer.label): do not translate "SMTP" in below line --> +<!ENTITY smtpServer.label "Outgoing Server (SMTP) Settings"> + +<!-- LOCALIZATION NOTE (smtpDescription.label): do not translate "SMTP" in below line --> +<!ENTITY smtpDescription.label "When managing your identities you can use a server from this list by selecting it as the Outgoing Server (SMTP), or you can use the default server from this list by selecting "Use Default Server"."> + +<!ENTITY smtpListAdd.label "Add…"> +<!ENTITY smtpListAdd.accesskey "d"> +<!ENTITY smtpListEdit.label "Edit…"> +<!ENTITY smtpListEdit.accesskey "E"> +<!ENTITY smtpListDelete.label "Remove"> +<!ENTITY smtpListDelete.accesskey "m"> +<!ENTITY smtpListSetDefault.label "Set Default"> +<!ENTITY smtpListSetDefault.accesskey "t"> + +<!ENTITY serverDetails.label "Details of selected server:"> +<!ENTITY serverDescription.label "Description: "> +<!ENTITY serverName.label "Server Name: "> +<!ENTITY serverPort.label "Port: "> +<!ENTITY userName.label "User Name: "> +<!ENTITY connectionSecurity.label "Connection Security: "> +<!ENTITY authMethod.label "Authentication method: "> |