diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/locales/en-US/chrome/pluginproblem | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/locales/en-US/chrome/pluginproblem')
-rw-r--r-- | toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd b/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd new file mode 100644 index 000000000..e8dba6714 --- /dev/null +++ b/toolkit/locales/en-US/chrome/pluginproblem/pluginproblem.dtd @@ -0,0 +1,31 @@ +<!-- 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 (tapToPlayPlugin): Mobile (used for touch interfaces) only has one type of plugin possible. --> +<!ENTITY tapToPlayPlugin "Tap here to activate plugin."> +<!ENTITY clickToActivatePlugin "Activate plugin."> +<!ENTITY checkForUpdates "Check for updates…"> +<!ENTITY blockedPlugin.label "This plugin has been blocked for your protection."> +<!ENTITY hidePluginBtn.label "Hide plugin"> +<!ENTITY managePlugins "Manage plugins…"> + +<!-- LOCALIZATION NOTE (reloadPlugin.pre): include a trailing space as needed --> +<!-- LOCALIZATION NOTE (reloadPlugin.middle): avoid leading/trailing spaces, this text is a link --> +<!-- LOCALIZATION NOTE (reloadPlugin.post): include a starting space as needed --> +<!ENTITY reloadPlugin.pre ""> +<!ENTITY reloadPlugin.middle "Reload the page"> +<!ENTITY reloadPlugin.post " to try again."> +<!-- LOCALIZATION NOTE (report.please): This and the other report.* strings should be as short as possible, ideally 2-3 words. --> +<!ENTITY report.please "Send crash report"> +<!ENTITY report.submitting "Sending report…"> +<!ENTITY report.submitted "Crash report sent."> +<!ENTITY report.disabled "Crash reporting disabled."> +<!ENTITY report.failed "Submission failed."> +<!ENTITY report.unavailable "No report available."> +<!ENTITY report.comment "Add a comment (comments are publicly visible)"> +<!ENTITY report.pageURL "Include the page’s URL"> + +<!ENTITY plugin.file "File"> +<!ENTITY plugin.mimeTypes "MIME Types"> +<!ENTITY plugin.flashProtectedMode.label "Enable Adobe Flash protected mode"> |