diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/suite/locales/en-US/chrome/mailnews/pref/am-addressing.dtd | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/suite/locales/en-US/chrome/mailnews/pref/am-addressing.dtd')
-rw-r--r-- | comm/suite/locales/en-US/chrome/mailnews/pref/am-addressing.dtd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/comm/suite/locales/en-US/chrome/mailnews/pref/am-addressing.dtd b/comm/suite/locales/en-US/chrome/mailnews/pref/am-addressing.dtd new file mode 100644 index 0000000000..9ba251c92e --- /dev/null +++ b/comm/suite/locales/en-US/chrome/mailnews/pref/am-addressing.dtd @@ -0,0 +1,49 @@ +<!-- 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-addressing.xul --> + +<!ENTITY addressing.label "Composition & Addressing"> +<!ENTITY addressingGroupTitle.label "Addressing"> +<!ENTITY autocompleteToMyDomain.label "Automatically append my domain to addresses"> +<!ENTITY autocompleteToMyDomain.accesskey "o"> +<!ENTITY addressingText.label "When looking up addresses:"> +<!-- LOCALIZATION NOTE (override.label) : do not translate "LDAP" in below line --> +<!ENTITY useGlobal.label "Use my global LDAP server preferences for this account"> +<!ENTITY useGlobal.accesskey "U"> +<!ENTITY editDirectories.label "Edit Directories…"> +<!ENTITY editDirectories.accesskey "E"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "Use a different LDAP server:"> +<!ENTITY directories.accesskey "d"> +<!ENTITY directoriesNone.label "None"> + +<!-- am-addressing.xul --> + +<!ENTITY compositionGroupTitle.label "Composition"> +<!-- LOCALIZATION NOTE (useHtml.label) : do not translate "html" in below line --> +<!ENTITY useHtml.label "Compose messages in HTML format"> +<!ENTITY useHtml.accesskey "C"> +<!ENTITY autoQuote.label "Automatically quote the original message when replying"> +<!ENTITY autoQuote.accesskey "m"> +<!-- LOCALIZATION NOTE (quoting.label): This will concatenate with the 4 strings that follow. --> +<!ENTITY quoting.label "When quoting,"> +<!ENTITY quoting.accesskey "q"> +<!ENTITY aboveQuote.label "start my reply above the quote"> +<!ENTITY belowQuote.label "start my reply below the quote"> +<!ENTITY selectAndQuote.label "select the quote"> +<!ENTITY place.label "and place my signature"> +<!ENTITY place.accesskey "s"> +<!ENTITY belowText.label "below the quote (recommended)"> +<!ENTITY aboveText.label "below my reply (above the quote)"> +<!ENTITY includeSigOnReply.label "Include signature for replies"> +<!ENTITY includeSigOnReply.accesskey "I"> +<!ENTITY includeSigOnForward.label "Include signature for forwards"> +<!ENTITY includeSigOnForward.accesskey "w"> + +<!ENTITY globalComposingPrefs.label "Global Composing Preferences…"> +<!ENTITY globalComposingPrefs.accesskey "G"> + +<!ENTITY globalAddressingPrefs.label "Global Addressing Preferences…"> +<!ENTITY globalAddressingPrefs.accesskey "P"> |