blob: 18a32cbf3eaed266c511f484e280bd85a74c58c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!-- 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 & Plugins' preferences dialog -->
<!ENTITY pref.scripts.title "Scripts & Plugins">
<!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">
<!ENTITY enablePlugins.label "Enable Plugins for">
<!ENTITY enablePluginForSuite.label "Suite">
<!ENTITY enablePluginForSuite.accesskey "u">
<!ENTITY whenPageRequiresPlugins.label "When a page requires plugins">
<!ENTITY activateAllPlugins.label "Activate all plugins by default">
<!ENTITY activateAllPlugins.accesskey "d">
<!ENTITY warnPluginsRequired.label "Warn me if additional plugins need to be installed">
<!ENTITY warnPluginsRequired.accesskey "W">
|