Revision control
Copy as Markdown
Other Tools
<!-- 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
<!-- 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">