diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100755 index 0000000000..b812f0e041 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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 windowTitle.label "表单字段属性"> +<!ENTITY windowTitleImage.label "表单图片属性"> + +<!ENTITY InputType.label "字段类型"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "文本"> +<!ENTITY password.value "密码"> +<!ENTITY checkbox.value "复选框"> +<!ENTITY radio.value "单选按钮"> +<!ENTITY submit.value "提交按钮"> +<!ENTITY reset.value "重置按钮"> +<!ENTITY file.value "文件"> +<!ENTITY hidden.value "隐藏"> +<!ENTITY image.value "图像"> +<!ENTITY button.value "按钮"> + +<!ENTITY InputSettings.label "字段设置"> +<!ENTITY InputName.label "字段名称:"> +<!ENTITY InputName.accesskey "N"> +<!ENTITY GroupName.label "组名称:"> +<!ENTITY GroupName.accesskey "N"> +<!ENTITY InputValue.label "字段值:"> +<!ENTITY InputValue.accesskey "V"> +<!ENTITY InitialValue.label "初始值:"> +<!ENTITY InitialValue.accesskey "V"> +<!ENTITY InputChecked.label "默认选中"> +<!ENTITY InputChecked.accesskey "C"> +<!ENTITY InputSelected.label "默认选中"> +<!ENTITY InputSelected.accesskey "S"> +<!ENTITY InputReadOnly.label "只读"> +<!ENTITY InputReadOnly.accesskey "R"> +<!ENTITY InputDisabled.label "已禁用"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "Tab 序列:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY TextSize.label "字段长度:"> +<!ENTITY TextSize.accesskey "F"> +<!ENTITY TextLength.label "最大长度:"> +<!ENTITY TextLength.accesskey "L"> +<!ENTITY AccessKey.label "快捷键:"> +<!ENTITY AccessKey.accesskey "K"> +<!ENTITY Accept.label "接受类型:"> +<!ENTITY Accept.accesskey "A"> + +<!ENTITY ImageProperties.label "图像属性…"> +<!ENTITY ImageProperties.accesskey "e"> |