diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/common/pref/pref-scripts.dtd')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-scripts.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-scripts.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..fc6a054bc4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-scripts.dtd @@ -0,0 +1,30 @@ +<!-- 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/. --> + +<!-- extracted from content/pref-scripts.xul --> + +<!--LOCALIZATION NOTE : FILE The 'Scripts' preferences dialog --> +<!ENTITY pref.scripts2.title "Scripts"> + +<!ENTITY navigator.label "Browser"> +<!ENTITY navigator.accesskey "B"> + +<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated --> +<!ENTITY enableJavaScript.label "Enable JavaScript for"> +<!ENTITY allowScripts.label "Allow scripts to:"> +<!ENTITY allowScripts.accesskey "s"> +<!ENTITY allowWindowMoveResize.label "Move or resize existing windows"> +<!ENTITY allowWindowFlip.label "Raise or lower windows"> +<!ENTITY allowWindowStatusChange.label "Change status bar text"> +<!ENTITY allowContextmenuDisable.label "Disable or replace context menus"> +<!ENTITY allowHideStatusBar.label "Hide the status bar"> + +<!ENTITY debugging.label "JavaScript Debugging"> +<!ENTITY debugEnableDump.label "Enable JavaScript dump() output"> +<!ENTITY debugEnableDump.accesskey "E"> +<!ENTITY debugStrictJavascript.label "Show strict JavaScript warnings"> +<!ENTITY debugStrictJavascript.accesskey "J"> +<!ENTITY debugConsoleJavascript.label "Show chrome JavaScript errors and warnings"> +<!ENTITY debugConsoleJavascript.accesskey "c"> + |