From 43caa48ecba88a60b7b0b84d19d928ada8b22b09 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 06:17:52 +0200 Subject: Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification --- .../palemoon/locales/en-US/chrome/browser/browser.properties | 9 +++++++++ .../en-US/chrome/browser/preferences/aboutPermissions.dtd | 2 ++ 2 files changed, 11 insertions(+) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index bf363d103..aff5b6f7d 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -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 diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd index ff1da3dd0..731be8fe5 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd @@ -54,3 +54,5 @@ + + -- cgit v1.2.3 From 0bea8f9effeed045e645bf951995e6ed480bdf0f Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 07:06:14 +0200 Subject: Bug 340432 - Add the ability to cancel site permission changes --- .../locales/en-US/chrome/browser/preferences/permissions.dtd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/permissions.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/permissions.dtd index f6a9c466c..e61228b76 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/permissions.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/permissions.dtd @@ -3,7 +3,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + @@ -21,6 +21,8 @@ - - + + + + -- cgit v1.2.3 From 4678680983c53e28371ab2a5d0524ab63cbed4b0 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 07:25:09 +0200 Subject: Bug 661831 - In about:permissions, make Ctrl+f focus the filter box instead of invoking the find bar --- .../locales/en-US/chrome/browser/preferences/aboutPermissions.dtd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd index 731be8fe5..c6c48de7e 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd @@ -56,3 +56,5 @@ + + -- cgit v1.2.3 From d6213d3f057e902316ff67b9774e349573bde90f Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 09:54:20 +0200 Subject: Bug 1192458, Part 1 - Consolidate push and desktop notification permissions --- .../palemoon/locales/en-US/chrome/browser/browser.properties | 9 --------- .../en-US/chrome/browser/preferences/aboutPermissions.dtd | 2 -- 2 files changed, 11 deletions(-) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index aff5b6f7d..bf363d103 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -305,15 +305,6 @@ 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 diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd index c6c48de7e..9e36520c8 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd @@ -55,6 +55,4 @@ - - -- cgit v1.2.3 From 79b88b30395c2a864b33ac90be804fc301d1d458 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 10:21:03 +0200 Subject: Bug 1216271 - Display a notification upon upgrade for users who currently allow notifications for at least one site --- application/palemoon/locales/en-US/chrome/browser/browser.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index bf363d103..3f0e3eecf 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -304,6 +304,8 @@ webNotifications.alwaysShow.accesskey=A webNotifications.neverShow=Always Block Notifications webNotifications.neverShow.accesskey=N webNotifications.showFromSite=Would you like to show notifications from %S? +webNotifications.upgradeTitle=Upgraded notifications +webNotifications.upgradeInfo=You will receive notifications from sites, even those not open in a tab. Click to learn more. # Pointer lock UI -- cgit v1.2.3 From 76658b96822d7117d42adb5b5c4d20bbf1f6203c Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 10:21:56 +0200 Subject: Bug 1216271 - Follow-up to add L10N notes and fix style to use an early return --- application/palemoon/locales/en-US/chrome/browser/browser.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index 3f0e3eecf..30d4235e2 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -304,7 +304,9 @@ webNotifications.alwaysShow.accesskey=A webNotifications.neverShow=Always Block Notifications webNotifications.neverShow.accesskey=N webNotifications.showFromSite=Would you like to show notifications from %S? +# LOCALIZATION NOTE (webNotifications.upgradeTitle): When using native notifications on OS X, the title may be truncated around 32 characters. webNotifications.upgradeTitle=Upgraded notifications +# LOCALIZATION NOTE (webNotifications.upgradeInfo): When using native notifications on OS X, the body may be truncated around 100 characters in some views. webNotifications.upgradeInfo=You will receive notifications from sites, even those not open in a tab. Click to learn more. # Pointer lock UI -- cgit v1.2.3 From 38dc3017a07a701402e2e3a9fce7db6d1741fb68 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 10:22:48 +0200 Subject: Bug 1220884 - Friendlier string for the notification upgrade UI --- application/palemoon/locales/en-US/chrome/browser/browser.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index 30d4235e2..2468f3c48 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -306,8 +306,8 @@ webNotifications.neverShow.accesskey=N webNotifications.showFromSite=Would you like to show notifications from %S? # LOCALIZATION NOTE (webNotifications.upgradeTitle): When using native notifications on OS X, the title may be truncated around 32 characters. webNotifications.upgradeTitle=Upgraded notifications -# LOCALIZATION NOTE (webNotifications.upgradeInfo): When using native notifications on OS X, the body may be truncated around 100 characters in some views. -webNotifications.upgradeInfo=You will receive notifications from sites, even those not open in a tab. Click to learn more. +# LOCALIZATION NOTE (webNotifications.upgradeBody): When using native notifications on OS X, the body may be truncated around 100 characters in some views. +webNotifications.upgradeBody=You can now receive notifications from sites that are not currently loaded. Click to learn more. # Pointer lock UI -- cgit v1.2.3 From fc60f65ed16aa02e21387639973d88f717ca98bb Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 22:45:38 +0200 Subject: Bug 1288557 - Part 1: Replace custom exceptions dialog with usage of permissions --- .../locales/en-US/chrome/browser/preferences/preferences.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/locales/en-US/chrome') diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/preferences.properties b/application/palemoon/locales/en-US/chrome/browser/preferences/preferences.properties index 356922982..3eebbcbec 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/preferences.properties +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/preferences.properties @@ -23,6 +23,8 @@ popuppermissionstext=You can specify which websites are allowed to open pop-up w popuppermissionstitle=Allowed Sites - Pop-ups invalidURI=Please enter a valid hostname invalidURITitle=Invalid Hostname Entered +savedLoginsExceptions_title=Exceptions - Saved Logins +savedLoginsExceptions_desc=Logins for the following sites will not be saved: #### Master Password -- cgit v1.2.3