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/common/pref/pref-mousewheel.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/common/pref/pref-mousewheel.dtd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/l10n-cs/suite/chrome/common/pref/pref-mousewheel.dtd b/l10n-cs/suite/chrome/common/pref/pref-mousewheel.dtd new file mode 100644 index 0000000000..1e6ea61ec5 --- /dev/null +++ b/l10n-cs/suite/chrome/common/pref/pref-mousewheel.dtd @@ -0,0 +1,36 @@ +<!-- 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 Mouse-wheel management prefs, for those lucky OSes that support mouse wheels --> + +<!ENTITY pref.mouseWheel.title "Kolečko myši"> +<!ENTITY mouseWheelPanel.label "Určete chování kolečka myši při použití modifikační klávesy: "> +<!ENTITY usingJustTheWheel.label "Žádná modifikační klávesa"> +<!-- Key labels, for mousewheel prefs --> +<!ENTITY usingWheelAndAlt.label2 "Alt"> +<!ENTITY usingWheelAndOption.label "Option"> +<!ENTITY usingWheelAndCtrl.label2 "Ctrl"> +<!ENTITY usingWheelAndShft.label2 "Shift"> +<!ENTITY mouseWheelGroup.label "Vertikální posun"> +<!ENTITY mouseWheelHorizGroup.label "Horizontální posun"> +<!ENTITY sameAsVertical.label "Stejně jako vertikální posun"> +<!ENTITY sameAsVertical.accesskey "S"> +<!ENTITY doNothing.label "Nedělat nic"> +<!ENTITY doNothing.accesskey "N"> +<!ENTITY doNothingHoriz.accesskey "e"> +<!ENTITY scrollDocument.label "Posunout dokument"> +<!ENTITY scrollDocument.accesskey "P"> +<!ENTITY scrollDocumentHoriz.accesskey "u"> +<!ENTITY history.label "Jít zpět nebo dopředu v historii"> +<!ENTITY history.accesskey "J"> +<!ENTITY historyHoriz.accesskey "d"> +<!ENTITY zoom.label "Zvětšit nebo zmenšit stránku"> +<!ENTITY zoom.accesskey "Z"> +<!ENTITY zoomHoriz.accesskey "v"> +<!ENTITY wheelSpeed.label "Rychlost kolečka myši"> +<!ENTITY wheelSpeed.accesskey "R"> +<!ENTITY wheelSpeedHoriz.accesskey "y"> +<!ENTITY reverseDirection.label "Obrátit směr"> +<!ENTITY reverseDirection.accesskey "O"> +<!ENTITY reverseDirectionHoriz.accesskey "b"> |