Skip to content

Commit

Permalink
btnExitFullscreen added
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky0299 committed Feb 22, 2023
1 parent c272f53 commit c446c54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"btnFullScreen": {
"message": "View fullscreen"
},
"btnExitFullScreen": {
"message": "Exit fullscreen"
},
"amZoom": {
"message": "zoom level"
},
Expand Down
4 changes: 3 additions & 1 deletion src/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"btnFullScreen": {
"message": "Affichage plein écran"
},

"btnExitFullScreen": {
"message": "Quitter le plein écran"
},
"amZoom" : {
"message" : "Niveau de zoom"
},
Expand Down
3 changes: 3 additions & 0 deletions src/_locales/sv/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"btnFullScreen": {
"message": "Visa i helskärm"
},
"btnExitFullScreen": {
"message": "Avsluta fullskärmsläge"
},
"kbdShortcuts": {
"message": "Kortkommandon"
},
Expand Down
2 changes: 1 addition & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ document.addEventListener("readystatechange", () => {
let options = obj.options || {};

let msgs = ["cmBack", "cmForward", "cmReload", "cmToggleControls", "cmCopyCoords", "cmToggleDebug", "cmCopyMapML", "cmCopyExtent", "cmCopyLocation",
"cmPasteLayer", "cmViewSource", "lmZoomToLayer", "lmCopyLayer", "lcOpacity", "btnZoomIn", "btnZoomOut", "btnFullScreen",
"cmPasteLayer", "cmViewSource", "lmZoomToLayer", "lmCopyLayer", "lcOpacity", "btnZoomIn", "btnZoomOut", "btnFullScreen", "btnExitFullScreen",
"amZoom", "amColumn", "amRow", "amMaxZoom", "amMinZoom", "amZoomedOut", "amDraggedOut", "amEastBound", "amWestBound",
"amNorthBound", "amSouthBound", "kbdShortcuts", "kbdMovement", "kbdFeature", "kbdPanUp", "kbdPanDown", "kbdPanLeft",
"kbdPanRight", "kbdPanIncrement", "kbdZoom", "kbdPrevFeature", "kbdNextFeature", "dfLayer"
Expand Down

0 comments on commit c446c54

Please sign in to comment.