Making the key names in the mousewheel preferences dialog

platform-specific.  bug 23685, r=ben@netscape.com.
This commit is contained in:
bryner%uiuc.edu 2000-02-12 03:33:40 +00:00
Родитель 34add8f294
Коммит ee0b7a41ad
5 изменённых файлов: 29 добавлений и 5 удалений

Просмотреть файл

@ -25,7 +25,13 @@
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?> <?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-mousewheel.dtd" > <!DOCTYPE window [
<!ENTITY % platformDTD SYSTEM "chrome://global/locale/platformDialogOverlay.dtd" >
%platformDTD;
<!ENTITY % prefMousewheelDTD SYSTEM "chrome://pref/locale/pref-mousewheel.dtd" >
%prefMousewheelDTD;
]>
<window xmlns:html="http://www.w3.org/TR/REC-html40" <window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="dialog" class="dialog"

Просмотреть файл

@ -4,12 +4,12 @@
<!ENTITY info.label "Mouse Wheel Configuration"> <!ENTITY info.label "Mouse Wheel Configuration">
<!ENTITY mouseWheelPanel.label "When "> <!ENTITY mouseWheelPanel.label "When ">
<!ENTITY usingJustTheWheel.label "using just the mouse wheel"> <!ENTITY usingJustTheWheel.label "using just the mouse wheel">
<!ENTITY usingWheelAndAlt.label "using the wheel while pressing the Alt key"> <!ENTITY usingWheelAndAlt.label "using the wheel while pressing the &altKey.label; key">
<!ENTITY usingWheelAndCtrl.label "using the wheel while pressing the Ctrl key"> <!ENTITY usingWheelAndCtrl.label "using the wheel while pressing the &ctrlKey.label; key">
<!ENTITY usingWheelAndShft.label "using the wheel while pressing the Shift key"> <!ENTITY usingWheelAndShft.label "using the wheel while pressing the &shiftKey.label; key">
<!ENTITY scroll.label "Scroll the document by "> <!ENTITY scroll.label "Scroll the document by ">
<!ENTITY scrollLines.label " lines. "> <!ENTITY scrollLines.label " lines. ">
<!ENTITY useSystemDefault.label "Use system default."> <!ENTITY useSystemDefault.label "Use system default.">
<!ENTITY scrollPgUpPgDn.label "Scroll a page up or a page down"> <!ENTITY scrollPgUpPgDn.label "Scroll a page up or a page down">
<!ENTITY history.label "Move back and forward in the browsing history"> <!ENTITY history.label "Move back and forward in the browsing history">

Просмотреть файл

@ -3,3 +3,9 @@
<!-- OK Cancel Buttons --> <!-- OK Cancel Buttons -->
<!ENTITY okButton.label "OK"> <!ENTITY okButton.label "OK">
<!ENTITY cancelButton.label "Cancel"> <!ENTITY cancelButton.label "Cancel">
<!-- Key labels, for mousewheel prefs -->
<!ENTITY ctrlKey.label "Control">
<!ENTITY altKey.label "Option">
<!ENTITY shiftKey.label "Shift">

Просмотреть файл

@ -3,3 +3,9 @@
<!-- OK Cancel Buttons --> <!-- OK Cancel Buttons -->
<!ENTITY okButton.label "OK"> <!ENTITY okButton.label "OK">
<!ENTITY cancelButton.label "Cancel"> <!ENTITY cancelButton.label "Cancel">
<!-- Key labels, for mousewheel prefs -->
<!ENTITY ctrlKey.label "Control">
<!ENTITY altKey.label "Alt">
<!ENTITY shiftKey.label "Shift">

Просмотреть файл

@ -3,3 +3,9 @@
<!-- OK Cancel Buttons --> <!-- OK Cancel Buttons -->
<!ENTITY okButton.label "OK"> <!ENTITY okButton.label "OK">
<!ENTITY cancelButton.label "Cancel"> <!ENTITY cancelButton.label "Cancel">
<!-- Key labels, for mousewheel prefs -->
<!ENTITY ctrlKey.label "Control">
<!ENTITY altKey.label "Alt">
<!ENTITY shiftKey.label "Shift">