From f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Mon, 11 Jun 2018 09:52:55 +0200 Subject: [PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/ Issue #191 --- .../browser/permissions/aboutPermissions.dtd | 54 ++++++++++++++++++++++ .../permissions/aboutPermissions.properties | 14 ++++++ .../browser/preferences/aboutPermissions.dtd | 54 ---------------------- .../preferences/aboutPermissions.properties | 14 ------ application/palemoon/locales/jar.mn | 4 +- 5 files changed, 70 insertions(+), 70 deletions(-) create mode 100644 application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd create mode 100644 application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.properties delete mode 100644 application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd delete mode 100644 application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.properties (limited to 'application/palemoon/locales') diff --git a/application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd b/application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd new file mode 100644 index 000000000..14412607a --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.properties b/application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.properties new file mode 100644 index 000000000..ca90a6cfb --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/permissions/aboutPermissions.properties @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (visitCount): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of history visits for a site +visitCount=#1 visit;#1 visits + +# LOCALIZATION NOTE (passwordsCount, cookiesCount): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +passwordsCount=#1 password is stored for this website.;#1 passwords are stored for this website. +cookiesCount=#1 cookie is set for this website.;#1 cookies are set for this website. +pluginBlocklisted=This plugin poses a security risk and cannot be set to Allow for all sites. diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd deleted file mode 100644 index 14412607a..000000000 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.properties b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.properties deleted file mode 100644 index ca90a6cfb..000000000 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -# LOCALIZATION NOTE (visitCount): Semicolon-separated list of plural forms. -# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals -# #1 is the number of history visits for a site -visitCount=#1 visit;#1 visits - -# LOCALIZATION NOTE (passwordsCount, cookiesCount): Semicolon-separated list of plural forms. -# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals -passwordsCount=#1 password is stored for this website.;#1 passwords are stored for this website. -cookiesCount=#1 cookie is set for this website.;#1 cookies are set for this website. -pluginBlocklisted=This plugin poses a security risk and cannot be set to Allow for all sites. diff --git a/application/palemoon/locales/jar.mn b/application/palemoon/locales/jar.mn index f2b9ddeb2..046cb0ac7 100644 --- a/application/palemoon/locales/jar.mn +++ b/application/palemoon/locales/jar.mn @@ -55,8 +55,8 @@ locale/browser/places/moveBookmarks.dtd (%chrome/browser/places/moveBookmarks.dtd) locale/browser/feeds/subscribe.dtd (%chrome/browser/feeds/subscribe.dtd) locale/browser/feeds/subscribe.properties (%chrome/browser/feeds/subscribe.properties) - locale/browser/preferences/aboutPermissions.dtd (%chrome/browser/preferences/aboutPermissions.dtd) - locale/browser/preferences/aboutPermissions.properties (%chrome/browser/preferences/aboutPermissions.properties) + locale/browser/permissions/aboutPermissions.dtd (%chrome/browser/permissions/aboutPermissions.dtd) + locale/browser/permissions/aboutPermissions.properties (%chrome/browser/permissions/aboutPermissions.properties) locale/browser/preferences/advanced.dtd (%chrome/browser/preferences/advanced.dtd) locale/browser/preferences/applicationManager.dtd (%chrome/browser/preferences/applicationManager.dtd) locale/browser/preferences/applicationManager.properties (%chrome/browser/preferences/applicationManager.properties) -- cgit v1.2.3