blob: 166e77bc4e9b64bf4cdd57efcb7eda6d2329f2ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- 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 zoomEnlargeCmd.label "Larger">
<!ENTITY zoomEnlargeCmd.accesskey "L">
<!ENTITY zoomEnlargeCmd.commandkey "+">
<!ENTITY zoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards -->
<!ENTITY zoomReduceCmd.label "Smaller">
<!ENTITY zoomReduceCmd.accesskey "S">
<!ENTITY zoomReduceCmd.commandkey "-">
<!ENTITY zoomResetCmd.commandkey "0">
<!-- see zoomOtherLabel in viewZoomOverlay.properties -->
<!ENTITY zoomMenu.accesskey "z">
<!ENTITY zoomOtherCmd.accesskey "o">
|