diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-AR/suite/chrome/common/pref/pref-scripts.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/pref/pref-scripts.dtd b/l10n-es-AR/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..4d508972bd --- /dev/null +++ b/l10n-es-AR/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 "Scripts"> + +<!ENTITY navigator.label "Navegador"> +<!ENTITY navigator.accesskey "N"> + +<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated --> +<!ENTITY enableJavaScript.label "Habilitar JavaScript para"> +<!ENTITY allowScripts.label "Permitir a los scripts:"> +<!ENTITY allowScripts.accesskey "s"> +<!ENTITY allowWindowMoveResize.label "Mover o cambiar tamaño de ventanas existentes"> +<!ENTITY allowWindowFlip.label "Subir o bajar las ventanas"> +<!ENTITY allowWindowStatusChange.label "Cambiar el texto de la barra de estado"> +<!ENTITY allowContextmenuDisable.label "Deshabilitar o reemplazar menús contextuales"> +<!ENTITY allowHideStatusBar.label "Ocultar la barra de estado"> + +<!ENTITY debugging.label "Depurador de JavaScript"> +<!ENTITY debugEnableDump.label "Habilitar salida de dump() de JavaScript"> +<!ENTITY debugEnableDump.accesskey "E"> +<!ENTITY debugStrictJavascript.label "Mostrar advertencias estrictas de JavaScript"> +<!ENTITY debugStrictJavascript.accesskey "J"> +<!ENTITY debugConsoleJavascript.label "Mostrar errores y advertencias de JavaScript de chrome"> +<!ENTITY debugConsoleJavascript.accesskey "c"> + |