blob: 4d508972bd8fad72853884a288d775f6d061acc5 (
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
|
<!-- 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">
|