summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd
blob: 4a31a331e434b03847118e50f7278a7c04f6c279 (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
28
29
30
31
32
33
34
<!-- 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 Index):">
<!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 "硬式(Hard)">
<!ENTITY WrapSoft.value "軟式(Soft)">
<!ENTITY WrapPhysical.value "實體(Physical)">
<!ENTITY WrapVirtual.value "虛擬(Virtual)">