diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-05-06 14:47:23 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-05-06 14:47:23 +0300 |
commit | 5839168a9f01111c5cf4eef3effa79c8b2d4bb95 (patch) | |
tree | 5b234e861a885ae3a9f9f7c8dd313b15a724af8f /application/palemoon/locales | |
parent | 39615877073d4399fac925be648446fc497ae18d (diff) | |
download | UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar.gz UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar.lz UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar.xz UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.zip |
[PALEMOON] Replace fullscreen permission dialog with a warning
Diffstat (limited to 'application/palemoon/locales')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.dtd | 3 | ||||
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.properties | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.dtd b/application/palemoon/locales/en-US/chrome/browser/browser.dtd index 65cc34fa0..3d5f22b33 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/browser.dtd @@ -107,9 +107,6 @@ These should match what Safari and other Apple applications use on OS X Lion. -- <!ENTITY fullScreenAutohide.accesskey "H"> <!ENTITY fullScreenExit.label "Exit Full Screen Mode"> <!ENTITY fullScreenExit.accesskey "F"> -<!ENTITY fullscreenAllowButton.label "Allow"> -<!ENTITY fullscreenExitButton.label "Deny"> -<!ENTITY fullscreenApproval.value "Allow fullscreen?"> <!ENTITY fullscreenExitHint.value "Press ESC at any time to exit fullscreen."> <!ENTITY leaveDOMFullScreen.label "Exit Full Screen"> diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index 481a061d9..5dce994fe 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -377,8 +377,6 @@ dataReportingNotification.button.accessKey = C # LOCALIZATION NOTE (fullscreen.entered): displayed when we enter HTML5 fullscreen mode, %S is the domain name of the focused website (e.g. mozilla.com). fullscreen.entered=%S is now fullscreen. -# LOCALIZATION NOTE (fullscreen.rememberDecision): displayed when we enter HTML5 fullscreen mode, %S is the domain name of the focused website (e.g. mozilla.com). -fullscreen.rememberDecision=Remember decision for %S # LOCALIZATION NOTE (getUserMedia.shareCamera.message, getUserMedia.shareMicrophone.message, getUserMedia.shareCameraAndMicrophone.message): %S is the website origin (e.g. www.mozilla.org) # LOCALIZATION NOTE (getUserMedia.shareSelectedDevices.label): |