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-cs/suite/chrome/mailnews/msgHdrViewOverlay.dtd | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | l10n-cs/suite/chrome/mailnews/msgHdrViewOverlay.dtd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-cs/suite/chrome/mailnews/msgHdrViewOverlay.dtd b/l10n-cs/suite/chrome/mailnews/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..1651a928e5 --- /dev/null +++ b/l10n-cs/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 "Odesílatel:"> +<!ENTITY organizationField.label "Organizace:"> +<!ENTITY replyToField.label "Odpověď: "> + +<!ENTITY subjectField.label "Předmět:"> +<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE --> +<!ENTITY ccField.label "Kopie: "> +<!ENTITY bccField.label "Skrytá kopie: "> +<!ENTITY newsgroupsField.label "Diskusní skupiny: "> +<!ENTITY followupToField.label "Pokračování do: "> + +<!ENTITY tagsHdr.label "Štítky:"> +<!ENTITY dateField.label "Datum: "> +<!ENTITY userAgentField.label "Poštovní klient: "> +<!ENTITY referencesField.label "Reference: "> +<!ENTITY messageIdField.label "Id zprávy: "> +<!ENTITY inReplyToField.label "V odpovědi na: "> +<!ENTITY originalWebsite.label "Webový server:"> + +<!ENTITY editDraft.label "Upravit koncept…"> +<!ENTITY editDraft.accesskey "k"> +<!ENTITY editTemplate.label "Upravit šablonu…"> +<!ENTITY editTemplate.accesskey "t"> + +<!ENTITY attachmentsTree.label "Přílohy:"> +<!ENTITY attachmentsTree.accesskey "P"> +<!ENTITY openAttachmentCmd.label "Otevřít"> +<!ENTITY openAttachmentCmd.accesskey "O"> +<!ENTITY viewAttachmentCmd.label "Zobrazit zdrojový kód"> +<!ENTITY viewAttachmentCmd.accesskey "V"> +<!ENTITY saveAsAttachmentCmd.label "Uložit jako…"> +<!ENTITY saveAsAttachmentCmd.accesskey "j"> +<!ENTITY detachAttachmentCmd.label "Vyčlenit…"> +<!ENTITY detachAttachmentCmd.accesskey "V"> +<!ENTITY deleteAttachmentCmd.label "Smazat"> +<!ENTITY deleteAttachmentCmd.accesskey "m"> +<!ENTITY saveAllAttachmentsCmd.label "Uložit vše…"> +<!ENTITY saveAllAttachmentsCmd.accesskey "U"> +<!ENTITY detachAllAttachmentsCmd.label "Vyčlenit vše…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "V"> +<!ENTITY deleteAllAttachmentsCmd.label "Smazat vše"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "S"> |