diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd new file mode 100755 index 0000000000..248f24a4bc --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/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 "水平线特性"> + +<!ENTITY dimensionsBox.label "尺寸"> +<!ENTITY heightEditField.label "高度:"> +<!ENTITY heightEditField.accessKey "g"> +<!ENTITY widthEditField.label "宽度:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY pixelsPopup.value "像素"> +<!ENTITY alignmentBox.label "对齐"> +<!ENTITY leftRadio.label "左"> +<!ENTITY leftRadio.accessKey "L"> +<!ENTITY centerRadio.label "中"> +<!ENTITY centerRadio.accessKey "C"> +<!ENTITY rightRadio.label "右"> +<!ENTITY rightRadio.accessKey "R"> + +<!ENTITY threeDShading.label "3 维阴影"> +<!ENTITY threeDShading.accessKey "S"> +<!ENTITY saveSettings.label "用作默认值"> +<!ENTITY saveSettings.accessKey "D"> +<!ENTITY saveSettings.tooltip "保存这些设置用以在插入新的水平线时使用"> |