diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-pt-BR/suite/chrome/common/pref/pref-scripts.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/pref/pref-scripts.dtd b/l10n-pt-BR/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..98bbe54e21 --- /dev/null +++ b/l10n-pt-BR/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 "Navigator"> +<!ENTITY navigator.accesskey "N"> + +<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated --> +<!ENTITY enableJavaScript.label "Permitir JavaScript no"> +<!ENTITY allowScripts.label "Scripts têm permissão para:"> +<!ENTITY allowScripts.accesskey "s"> +<!ENTITY allowWindowMoveResize.label "Mover ou alterar o tamanho de janelas existentes"> +<!ENTITY allowWindowFlip.label "Alterar a disposição entre as janelas"> +<!ENTITY allowWindowStatusChange.label "Alterar o texto da barra de status"> +<!ENTITY allowContextmenuDisable.label "Desativar ou substituir menus de contexto"> +<!ENTITY allowHideStatusBar.label "Ocultar a barra de status "> + +<!ENTITY debugging.label "Depuração de JavaScript"> +<!ENTITY debugEnableDump.label "Ativar saída dump() de JavaScript"> +<!ENTITY debugEnableDump.accesskey "A"> +<!ENTITY debugStrictJavascript.label "Mostrar avisos rigorosos de JavaScript"> +<!ENTITY debugStrictJavascript.accesskey "J"> +<!ENTITY debugConsoleJavascript.label "Mostrar erros e avisos de JavaScript do chrome"> +<!ENTITY debugConsoleJavascript.accesskey "c"> + |