diff options
Diffstat (limited to 'l10n-nb-NO/suite/chrome/common/pref/pref-scripts.dtd')
-rw-r--r-- | l10n-nb-NO/suite/chrome/common/pref/pref-scripts.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-nb-NO/suite/chrome/common/pref/pref-scripts.dtd b/l10n-nb-NO/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..3f7398b2db --- /dev/null +++ b/l10n-nb-NO/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 "Skript"> + +<!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 "d"> +<!ENTITY debugStrictJavascript.label "Vis strenge JavaScript-advarsler"> +<!ENTITY debugStrictJavascript.accesskey "J"> +<!ENTITY debugConsoleJavascript.label "Vis chrome JavaScript-feil og -advarsler"> +<!ENTITY debugConsoleJavascript.accesskey "c"> + |