You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
535 B
27 lines
535 B
2 years ago
|
export const en = {
|
||
|
PANUP: "Move up",
|
||
|
PANDOWN: "Move down",
|
||
|
PANLEFT: "Move left",
|
||
|
PANRIGHT: "Move right",
|
||
|
|
||
|
ZOOMIN: "Zoom in",
|
||
|
ZOOMOUT: "Zoom out",
|
||
|
|
||
|
TOGGLEZOOM: "Toggle zoom level",
|
||
|
TOGGLE1TO1: "Toggle zoom level",
|
||
|
ITERATEZOOM: "Toggle zoom level",
|
||
|
|
||
|
ROTATECCW: "Rotate counterclockwise",
|
||
|
ROTATECW: "Rotate clockwise",
|
||
|
|
||
|
FLIPX: "Flip horizontally",
|
||
|
FLIPY: "Flip vertically",
|
||
|
|
||
|
FITX: "Fit horizontally",
|
||
|
FITY: "Fit vertically",
|
||
|
|
||
|
RESET: "Reset",
|
||
|
|
||
|
TOGGLEFS: "Toggle fullscreen",
|
||
|
};
|