diff options
Diffstat (limited to 'l10n-pt-BR/suite/chrome/editor/prefs')
3 files changed, 73 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/editor/prefs/editorPrefsOverlay.dtd b/l10n-pt-BR/suite/chrome/editor/prefs/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..e0890a5332 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/editor/prefs/editorPrefsOverlay.dtd @@ -0,0 +1,13 @@ +<!-- 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/. --> + + +<!--LOCALIZATION NOTE (editorCheck.label): DONT_TRANSLATE --> +<!ENTITY editorCheck.label "Composer"> +<!ENTITY editorCheck.accesskey "c"> + +<!ENTITY compose.label "Compositor"> +<!ENTITY editing.label "Configurações de nova página"> +<!ENTITY toolbars.label "Barra de ferramentas"> +<!ENTITY publish.label "Publicando"> diff --git a/l10n-pt-BR/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-pt-BR/suite/chrome/editor/prefs/pref-composer.dtd new file mode 100644 index 0000000000..5f6f9f5c15 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/editor/prefs/pref-composer.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-composer.xul --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> +<!ENTITY pref.composer.title "Composer"> +<!ENTITY recentFiles.title "Menu de páginas recentes"> +<!ENTITY documentsInMenu.label "Número máximo de páginas listadas:"> +<!ENTITY documentsInMenu.accesskey "x"> +<!ENTITY savingFiles.title "Ao salvar ou publicar páginas"> +<!ENTITY preserveExisting.label "Preservar a formatação original do código-fonte"> +<!ENTITY preserveExisting.accesskey "P"> +<!ENTITY preserveExisting.tooltip "Preservar quebras de linha e a formatação original da página"> +<!ENTITY saveAssociatedFiles.label "Salvar as imagens e os outros arquivos associados ao salvar as páginas"> +<!ENTITY saveAssociatedFiles.accesskey "S"> +<!ENTITY showPublishDialog.label "Sempre Mostrar a caixa de diálogo publicar ao publicar páginas"> +<!ENTITY showPublishDialog.accesskey "a"> +<!ENTITY composerEditing.label "Edição"> +<!ENTITY maintainStructure.label "Manter o formato da tabela ao inserir ou excluir as células"> +<!ENTITY maintainStructure.tooltip "Preserva a forma retangular da tabela adicionando células automaticamente após inserir ou excluí-las"> +<!ENTITY maintainStructure.accesskey "M"> +<!ENTITY useCSS.label "Usar estilos CSS em vez de elementos e atributos HTML"> +<!ENTITY useCSS.accesskey "U"> +<!ENTITY crInPCreatesNewP.label 'Ao pressionar "Enter" em um parágrafo sempre criar um novo parágrafo'> +<!ENTITY crInPCreatesNewP.accesskey "t"> diff --git a/l10n-pt-BR/suite/chrome/editor/prefs/pref-editing.dtd b/l10n-pt-BR/suite/chrome/editor/prefs/pref-editing.dtd new file mode 100644 index 0000000000..1c44d958f0 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/editor/prefs/pref-editing.dtd @@ -0,0 +1,31 @@ +<!-- 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 pref.editing.title "Configurações de nova página"> + +<!ENTITY authorName.label "Autor:"> +<!ENTITY authorName.accesskey "A"> +<!ENTITY pageColorHeader "Aparência padrão da página"> + +<!ENTITY defaultColors.label "Não definir as cores da página (usar as cores padrão do visitante)"> +<!ENTITY defaultColors.accesskey "N"> +<!ENTITY customColors.label "Usar cores personalizadas:"> +<!ENTITY customColors.accesskey "U"> + +<!ENTITY normalText.label "Texto normal"> +<!ENTITY normalText.accesskey "T"> +<!ENTITY linkText.label "Link"> +<!ENTITY linkText.accesskey "L"> +<!ENTITY activeLinkText.label "Ativar o link"> +<!ENTITY activeLinkText.accesskey "a"> +<!ENTITY visitedLinkText.label "Link visitado"> +<!ENTITY visitedLinkText.accesskey "v"> +<!ENTITY background.label "Fundo:"> +<!ENTITY background.accesskey "P"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "Imagem de fundo:"> +<!ENTITY backgroundImage.accesskey "I"> +<!ENTITY chooseFile.label "Selecionar arquivo…"> +<!ENTITY chooseFile.accesskey "S"> |