diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-sk/suite/chrome/mailnews/msgHdrViewOverlay.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sk/suite/chrome/mailnews/msgHdrViewOverlay.dtd')
-rw-r--r-- | l10n-sk/suite/chrome/mailnews/msgHdrViewOverlay.dtd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-sk/suite/chrome/mailnews/msgHdrViewOverlay.dtd b/l10n-sk/suite/chrome/mailnews/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..3b2bb7f171 --- /dev/null +++ b/l10n-sk/suite/chrome/mailnews/msgHdrViewOverlay.dtd @@ -0,0 +1,48 @@ +<!-- 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/. --> + +<!ENTITY toField.label "Komu: "> +<!ENTITY fromField.label "Od: "> +<!ENTITY senderField.label "Odosielateľ: "> +<!ENTITY organizationField.label "Organizácia: "> +<!ENTITY replyToField.label "Odpoveď na: "> + +<!ENTITY subjectField.label "Predmet: "> +<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE --> +<!ENTITY ccField.label "Kópia: "> +<!ENTITY bccField.label "Skrytá kópia: "> +<!ENTITY newsgroupsField.label "Skupiny: "> +<!ENTITY followupToField.label "Pokračovať na: "> + +<!ENTITY tagsHdr.label "Popis: "> +<!ENTITY dateField.label "Dátum: "> +<!ENTITY userAgentField.label "Program: "> +<!ENTITY referencesField.label "Referencie: "> +<!ENTITY messageIdField.label "ID správy: "> +<!ENTITY inReplyToField.label "In-Reply-To: "> +<!ENTITY originalWebsite.label "Webový server:"> + +<!ENTITY editDraft.label "Upraviť koncept…"> +<!ENTITY editDraft.accesskey "c"> +<!ENTITY editTemplate.label "Upraviť šablónu…"> +<!ENTITY editTemplate.accesskey "a"> + +<!ENTITY attachmentsTree.label "Prílohy:"> +<!ENTITY attachmentsTree.accesskey "o"> +<!ENTITY openAttachmentCmd.label "Otvoriť"> +<!ENTITY openAttachmentCmd.accesskey "O"> +<!ENTITY viewAttachmentCmd.label "Zobraziť zdrojový kód prílohy"> +<!ENTITY viewAttachmentCmd.accesskey "Z"> +<!ENTITY saveAsAttachmentCmd.label "Uložiť ako…"> +<!ENTITY saveAsAttachmentCmd.accesskey "a"> +<!ENTITY detachAttachmentCmd.label "Vyčleniť…"> +<!ENTITY detachAttachmentCmd.accesskey "l"> +<!ENTITY deleteAttachmentCmd.label "Odstrániť"> +<!ENTITY deleteAttachmentCmd.accesskey "t"> +<!ENTITY saveAllAttachmentsCmd.label "Uložiť všetky prílohy"> +<!ENTITY saveAllAttachmentsCmd.accesskey "U"> +<!ENTITY detachAllAttachmentsCmd.label "Vyčleniť všetky prílohy…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "V"> +<!ENTITY deleteAllAttachmentsCmd.label "Odstrániť všetky prílohy…"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "d"> |