summaryrefslogtreecommitdiffstats
path: root/l10n-pt-PT/suite/chrome/common/console
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-pt-PT/suite/chrome/common/console')
-rw-r--r--l10n-pt-PT/suite/chrome/common/console/console.dtd47
-rw-r--r--l10n-pt-PT/suite/chrome/common/console/console.properties17
2 files changed, 64 insertions, 0 deletions
diff --git a/l10n-pt-PT/suite/chrome/common/console/console.dtd b/l10n-pt-PT/suite/chrome/common/console/console.dtd
new file mode 100644
index 0000000000..f589454978
--- /dev/null
+++ b/l10n-pt-PT/suite/chrome/common/console/console.dtd
@@ -0,0 +1,47 @@
+<!-- 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/. -->
+
+<!ENTITY errorConsole.title "Consola de erros">
+
+<!ENTITY errFile.label "Ficheiro fonte:">
+<!ENTITY errLine.label "Linha:">
+<!ENTITY errColumn.label "Coluna:">
+
+<!ENTITY all.label "Tudo">
+<!ENTITY all.accesskey "T">
+<!ENTITY errors.label "Erros">
+<!ENTITY errors.accesskey "r">
+<!ENTITY warnings.label "Avisos">
+<!ENTITY warnings.accesskey "v">
+<!ENTITY messages.label "Mensagens">
+<!ENTITY messages.accesskey "M">
+<!ENTITY clear.label "Limpar">
+<!ENTITY clear.accesskey "L">
+<!ENTITY codeEval.label "Código:">
+<!ENTITY codeEval.accesskey "o">
+<!ENTITY evaluate.label "Avaliar">
+<!ENTITY evaluate.accesskey "l">
+<!ENTITY filter2.label "Filtro:">
+<!ENTITY filter2.accesskey "i">
+
+<!ENTITY copyCmd.label "Copiar">
+<!ENTITY copyCmd.accesskey "C">
+<!ENTITY copyCmd.commandkey "C">
+<!ENTITY sortFirst.label "Ordenação, primeiro > último">
+<!ENTITY sortFirst.accesskey "r">
+<!ENTITY sortLast.label "Ordenação, último > primeiro">
+<!ENTITY sortLast.accesskey "l">
+<!ENTITY closeCmd.commandkey "w">
+<!ENTITY focus1.commandkey "l">
+<!ENTITY focus2.commandkey "d">
+
+<!ENTITY menuBar.tooltip "Barra de menu">
+<!ENTITY modeToolbar.tooltip "Modo Barra de ferramentas">
+<!ENTITY entryToolbar.tooltip "Barra de ferramentas Javascript">
+<!ENTITY toolbarsCmd.label "Mostrar/ocultar">
+<!ENTITY toolbarsCmd.accesskey "M">
+<!ENTITY toolbarMode.label "Modo">
+<!ENTITY toolbarMode.accesskey "M">
+<!ENTITY toolbarEval.label "Entrada JavaScript">
+<!ENTITY toolbarEval.accesskey "J">
diff --git a/l10n-pt-PT/suite/chrome/common/console/console.properties b/l10n-pt-PT/suite/chrome/common/console/console.properties
new file mode 100644
index 0000000000..1ecd7b320e
--- /dev/null
+++ b/l10n-pt-PT/suite/chrome/common/console/console.properties
@@ -0,0 +1,17 @@
+# 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/.
+
+typeError=Erro:
+typeWarning=Aviso:
+typeMessage=Mensagem:
+errFile=Ficheiro fonte: %S
+errLine=Linha: %S
+errLineCol=Linha: %S, coluna: %S
+errCode=Código fonte:
+errTime=Marca temporal: %S
+
+# LOCALIZATION NOTE (evaluationContextChanged): The message displayed when the
+# browser console's evaluation context (window against which input is evaluated)
+# changes.
+evaluationContextChanged=O contexto de avaliação da consola foi alterado, provavelmente porque a janela de destino foi fechada ou porque abriu a janela principal a partir da janela de consola do navegador.