diff options
Diffstat (limited to 'l10n-it/suite/chrome/common/pref/pref-scripts.dtd')
-rw-r--r-- | l10n-it/suite/chrome/common/pref/pref-scripts.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/common/pref/pref-scripts.dtd b/l10n-it/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..c674e6cf5d --- /dev/null +++ b/l10n-it/suite/chrome/common/pref/pref-scripts.dtd @@ -0,0 +1,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 "Script"> + +<!ENTITY navigator.label "Browser"> +<!ENTITY navigator.accesskey "B"> + +<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated --> +<!ENTITY enableJavaScript.label "Attiva JavaScript per"> +<!ENTITY allowScripts.label "Consenti agli script di:"> +<!ENTITY allowScripts.accesskey "C"> +<!ENTITY allowWindowMoveResize.label "Spostare o ridimensionare finestre esistenti"> +<!ENTITY allowWindowFlip.label "Portare in primo piano o sullo sfondo le finestre"> +<!ENTITY allowWindowStatusChange.label "Modificare il testo della barra di stato"> +<!ENTITY allowContextmenuDisable.label "Disattivare o sostituire i menu contestuali"> +<!ENTITY allowHideStatusBar.label "Nascondere la barra di stato"> + +<!ENTITY debugging.label "Debugging JavaScript"> +<!ENTITY debugEnableDump.label "Attiva l’output di JavaScript dump()"> +<!ENTITY debugEnableDump.accesskey "A"> +<!ENTITY debugStrictJavascript.label "Mostra avvisi “strict” di JavaScript"> +<!ENTITY debugStrictJavascript.accesskey "M"> +<!ENTITY debugConsoleJavascript.label "Mostra errori e avvisi di JavaScript relativi al chrome"> +<!ENTITY debugConsoleJavascript.accesskey "c"> |