blob: 2e4a2d8ca91e7c768b370428a5e54b0eb6eedebc (
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
|
<!-- 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 "A">
<!ENTITY widthEditField.label "Largura:">
<!ENTITY widthEditField.accessKey "L">
<!ENTITY pixelsPopup.value "pixels">
<!ENTITY alignmentBox.label "Alinhamento">
<!ENTITY leftRadio.label "Esquerda">
<!ENTITY leftRadio.accessKey "E">
<!ENTITY centerRadio.label "Centralizada">
<!ENTITY centerRadio.accessKey "C">
<!ENTITY rightRadio.label "Direita">
<!ENTITY rightRadio.accessKey "D">
<!ENTITY threeDShading.label "Sombreamento em 3D">
<!ENTITY threeDShading.accessKey "S">
<!ENTITY saveSettings.label "Usar como padrão">
<!ENTITY saveSettings.accessKey "S">
<!ENTITY saveSettings.tooltip "Salvar estas configurações para usar ao inserir novas linhas horizontais">
|