mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification
This commit is contained in:
parent
bb156cfdf1
commit
c662424575
22 changed files with 129 additions and 3 deletions
|
|
@ -305,6 +305,15 @@ webNotifications.neverShow=Always Block Notifications
|
|||
webNotifications.neverShow.accesskey=N
|
||||
webNotifications.showFromSite=Would you like to show notifications from %S?
|
||||
|
||||
# Push Notifications
|
||||
push.allowForSession=Allow for Session
|
||||
push.allowForSession.accesskey=S
|
||||
push.alwaysAllow=Always Allow Push Notifications
|
||||
push.alwaysAllow.accesskey=A
|
||||
push.alwaysBlock=Always Block Push Notifications
|
||||
push.alwaysBlock.accesskey=B
|
||||
push.enablePush=Would you like to allow Push Notifications for %S?
|
||||
|
||||
# Pointer lock UI
|
||||
|
||||
pointerLock.allow2=Hide pointer
|
||||
|
|
|
|||
|
|
@ -54,3 +54,5 @@
|
|||
<!ENTITY fullscreen.label "Fullscreen">
|
||||
|
||||
<!ENTITY pointerLock.label "Hide the Mouse Pointer">
|
||||
|
||||
<!ENTITY push.label "Receive Push Notifications">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue