diff options
Diffstat (limited to 'l10n-pt-PT/editor/ui/chrome/dialogs/EditorHLineProperties.dtd')
-rw-r--r-- | l10n-pt-PT/editor/ui/chrome/dialogs/EditorHLineProperties.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-pt-PT/editor/ui/chrome/dialogs/EditorHLineProperties.dtd b/l10n-pt-PT/editor/ui/chrome/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..e05524dc82 --- /dev/null +++ b/l10n-pt-PT/editor/ui/chrome/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Propriedades da linha horizontal"> + +<!ENTITY dimensionsBox.label "Dimensões"> +<!ENTITY heightEditField.label "Altura:"> +<!ENTITY heightEditField.accessKey "t"> +<!ENTITY widthEditField.label "Largura:"> +<!ENTITY widthEditField.accessKey "L"> +<!ENTITY pixelsPopup.value "pixeis"> +<!ENTITY alignmentBox.label "Alinhamento"> +<!ENTITY leftRadio.label "Esquerda"> +<!ENTITY leftRadio.accessKey "E"> +<!ENTITY centerRadio.label "Centro"> +<!ENTITY centerRadio.accessKey "C"> +<!ENTITY rightRadio.label "Direita"> +<!ENTITY rightRadio.accessKey "D"> + +<!ENTITY threeDShading.label "Sombra 3D"> +<!ENTITY threeDShading.accessKey "S"> +<!ENTITY saveSettings.label "Utilizar como pré-definição"> +<!ENTITY saveSettings.accessKey "d"> +<!ENTITY saveSettings.tooltip "Guardar definições para as utilizar ao inserir novas linhas horizontais"> |