blob: 6ef15263c44ea83b0e5205d337e6732d0698368d (
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
|
<!-- 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 "JavaScript inschakelen voor">
<!ENTITY allowScripts.label "Scripts toestaan om:">
<!ENTITY allowScripts.accesskey "S">
<!ENTITY allowWindowMoveResize.label "Bestaande vensters te verplaatsen of te vergroten/verkleinen">
<!ENTITY allowWindowFlip.label "Vensters naar voorgrond/achtergrond te verplaatsen">
<!ENTITY allowWindowStatusChange.label "Statusbalktekst te wijzigen">
<!ENTITY allowContextmenuDisable.label "Contextmenu’s uit te schakelen of te vervangen">
<!ENTITY allowHideStatusBar.label "De statusbalk te verbergen">
<!ENTITY debugging.label "JavaScript-debugging">
<!ENTITY debugEnableDump.label "JavaScript-dump()-uitvoer inschakelen">
<!ENTITY debugEnableDump.accesskey "J">
<!ENTITY debugStrictJavascript.label "Strenge JavaScript-waarschuwingen tonen">
<!ENTITY debugStrictJavascript.accesskey "S">
<!ENTITY debugConsoleJavascript.label "JavaScript-fouten en -waarschuwingen vanuit chrome tonen">
<!ENTITY debugConsoleJavascript.accesskey "c">
|