blob: f1b2f1e5ff8d863f0745f98a83e680e679997e75 (
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 "Skript og programtillegg">
<!ENTITY navigator.label "Nettleser">
<!ENTITY navigator.accesskey "N">
<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated -->
<!ENTITY enableJavaScript.label "Tillat JavaScript for">
<!ENTITY allowScripts.label "Tillat skript å:">
<!ENTITY allowScripts.accesskey "s">
<!ENTITY allowWindowMoveResize.label "Flytte eller endre størrelse på vinduer">
<!ENTITY allowWindowFlip.label "Heve eller senke vinduer">
<!ENTITY allowWindowStatusChange.label "Endre statuslinjetekst">
<!ENTITY allowContextmenuDisable.label "Slå av eller erstatte kontekstmenyer">
<!ENTITY allowHideStatusBar.label "Skjul statuslinjen">
<!ENTITY debugging.label "JavaScript-feilsøking">
<!ENTITY debugEnableDump.label "Slå på JavaScript dump()-utdata">
<!ENTITY debugEnableDump.accesskey "S">
<!ENTITY debugStrictJavascript.label "Vis strenge JavaScript-advarsler">
<!ENTITY debugStrictJavascript.accesskey "J">
<!ENTITY debugConsoleJavascript.label "Vis chrome JavaScript-feil og -advarsler">
<!ENTITY debugConsoleJavascript.accesskey "c">
<!ENTITY enablePlugins.label "Tillat programtillegg for">
<!ENTITY enablePluginForSuite.label "Suite">
<!ENTITY enablePluginForSuite.accesskey "u">
<!ENTITY whenPageRequiresPlugins.label "Når en side krever programtillegg">
<!ENTITY activateAllPlugins.label "Aktiver alle programtillegg som standard">
<!ENTITY activateAllPlugins.accesskey "k">
<!ENTITY warnPluginsRequired.label "Advar meg om flere programtillegg må installeres">
<!ENTITY warnPluginsRequired.accesskey "A">
|