blob: fd0f75f822dae7e644edb7dae7531ec963c6fb34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- 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 "リストの種類">
<!ENTITY bulletStyle.label "行頭文字の形状:">
<!ENTITY startingNumber.label "開始番号:">
<!ENTITY startingNumber.accessKey "S">
<!ENTITY none.value "なし">
<!ENTITY bulletList.value "行頭文字付きリスト">
<!ENTITY numberList.value "番号付きリスト">
<!ENTITY definitionList.value "定義リスト">
<!ENTITY changeEntireListRadio.label "リスト全体を変更する">
<!ENTITY changeEntireListRadio.accessKey "C">
<!ENTITY changeSelectedRadio.label "選択された項目だけを変更する">
<!ENTITY changeSelectedRadio.accessKey "I">
|