diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-de/mail/chrome/communicator | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-de/mail/chrome/communicator')
-rw-r--r-- | l10n-de/mail/chrome/communicator/utilityOverlay.dtd | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/l10n-de/mail/chrome/communicator/utilityOverlay.dtd b/l10n-de/mail/chrome/communicator/utilityOverlay.dtd new file mode 100644 index 0000000000..9108f2a902 --- /dev/null +++ b/l10n-de/mail/chrome/communicator/utilityOverlay.dtd @@ -0,0 +1,47 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE : FILE This file contains the global menu items --> + +<!ENTITY fileMenu.label "Datei"> +<!ENTITY fileMenu.accesskey "D"> +<!ENTITY newMenu.label "Neu"> +<!ENTITY newMenu.accesskey "N"> + +<!ENTITY editMenu.label "Bearbeiten"> +<!ENTITY editMenu.accesskey "B"> +<!ENTITY undoCmd.label "Rückgängig"> +<!ENTITY undoCmd.accesskey "R"> +<!ENTITY redoCmd.label "Wiederherstellen"> +<!ENTITY redoCmd.accesskey "W"> +<!ENTITY deleteCmd.label "Löschen"> +<!ENTITY deleteCmd.accesskey "L"> +<!ENTITY preferencesCmd2.label "Einstellungen"> +<!ENTITY preferencesCmd2.accesskey "E"> +<!ENTITY preferencesCmdUnix.label "Einstellungen"> +<!ENTITY preferencesCmdUnix.accesskey "E"> + +<!ENTITY customizeCmd.label "Anpassen"> +<!ENTITY customizeCmd.accesskey "A"> + +<!ENTITY viewMenu.label "Ansicht"> +<!ENTITY viewMenu.accesskey "A"> +<!ENTITY viewToolbarsMenu.label "Symbolleisten"> +<!ENTITY viewToolbarsMenu.accesskey "y"> +<!ENTITY showTaskbarCmd.label "Statusleiste"> +<!ENTITY showTaskbarCmd.accesskey "u"> + +<!ENTITY closeCmd.label "Schließen"> +<!ENTITY closeCmd.key "W"> +<!ENTITY closeCmd.accesskey "c"> + +<!ENTITY quitApplicationCmd.label "Beenden"> +<!ENTITY quitApplicationCmd.key "Q"> +<!ENTITY quitApplicationCmd.accesskey "B"> + +<!ENTITY quitApplicationCmdUnix.label "Beenden"> +<!ENTITY quitApplicationCmdUnix.accesskey "B"> + +<!ENTITY quitApplicationCmdMac.label "&brandShortName; beenden"> +<!ENTITY quitApplicationCmdMac.accesskey "b"> |