diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd new file mode 100755 index 0000000000..0513cfeb31 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,33 @@ +<!-- 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 Settings.label "设置"> + +<!ENTITY TextAreaName.label "字段名称:"> +<!ENTITY TextAreaName.accessKey "N"> +<!ENTITY TextAreaRows.label "行:"> +<!ENTITY TextAreaRows.accessKey "R"> +<!ENTITY TextAreaCols.label "列"> +<!ENTITY TextAreaCols.accessKey "C"> +<!ENTITY TextAreaReadOnly.label "只读"> +<!ENTITY TextAreaReadOnly.accessKey "O"> +<!ENTITY TextAreaDisabled.label "已禁用"> +<!ENTITY TextAreaDisabled.accessKey "D"> +<!ENTITY TextAreaTabIndex.label "Tab 序列:"> +<!ENTITY TextAreaTabIndex.accessKey "I"> +<!ENTITY TextAreaAccessKey.label "快捷键:"> +<!ENTITY TextAreaAccessKey.accessKey "K"> +<!ENTITY InitialText.label "初始文本:"> +<!ENTITY InitialText.accessKey "T"> + +<!ENTITY TextAreaWrap.label "折行模式:"> +<!ENTITY TextAreaWrap.accessKey "W"> +<!ENTITY WrapDefault.value "默认"> +<!ENTITY WrapOff.value "关"> +<!ENTITY WrapHard.value "硬"> +<!ENTITY WrapSoft.value "软"> +<!ENTITY WrapPhysical.value "自然"> +<!ENTITY WrapVirtual.value "虚"> |