diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/aboutServiceWorkers.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutServiceWorkers.dtd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutServiceWorkers.dtd b/toolkit/locales/en-US/chrome/global/aboutServiceWorkers.dtd new file mode 100644 index 000000000..d7d0298dd --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/aboutServiceWorkers.dtd @@ -0,0 +1,12 @@ +<!-- 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 the term "Service Workers" should not be translated. --> +<!ENTITY aboutServiceWorkers.title "About Service Workers"> +<!-- LOCALIZATION NOTE the term "Service Workers" should not be translated. --> +<!ENTITY aboutServiceWorkers.maintitle "Registered Service Workers"> +<!-- LOCALIZATION NOTE the term "Service Workers" should not be translated. --> +<!ENTITY aboutServiceWorkers.warning_not_enabled "Service Workers are not enabled."> +<!-- LOCALIZATION NOTE the term "Service Workers" should not be translated. --> +<!ENTITY aboutServiceWorkers.warning_no_serviceworkers "No Service Workers registered."> |