summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/EditorListProperties.dtd
blob: bbe01b1af317ebc18bd1f72c91d9b00a655293d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- 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 ListType.label "清單(List)型式:">
<!ENTITY bulletStyle.label "項目符號樣式:">
<!ENTITY startingNumber.label "開始編號:">
<!ENTITY startingNumber.accessKey "S">
<!ENTITY none.value "無">
<!ENTITY bulletList.value "符號式(無編號, DL)">
<!ENTITY numberList.value "編號式(OL)">
<!ENTITY definitionList.value "定義式(DL)">
<!ENTITY changeEntireListRadio.label "改變整個清單">
<!ENTITY changeEntireListRadio.accessKey "C">
<!ENTITY changeSelectedRadio.label "只改變所選的項目">
<!ENTITY changeSelectedRadio.accessKey "I">