blob: cae809e9ad9aa408f6893ba976e0a43e5e32b04a (
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
|
<!-- 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 dimensionsBox.label "寸法">
<!ENTITY heightEditField.label "高さ:">
<!ENTITY heightEditField.accessKey "G">
<!ENTITY widthEditField.label "幅:">
<!ENTITY widthEditField.accessKey "W">
<!ENTITY pixelsPopup.value "px">
<!ENTITY alignmentBox.label "配置">
<!ENTITY leftRadio.label "左">
<!ENTITY leftRadio.accessKey "L">
<!ENTITY centerRadio.label "中央">
<!ENTITY centerRadio.accessKey "C">
<!ENTITY rightRadio.label "右">
<!ENTITY rightRadio.accessKey "R">
<!ENTITY threeDShading.label "影付き">
<!ENTITY threeDShading.accessKey "S">
<!ENTITY saveSettings.label "既定の設定にする">
<!ENTITY saveSettings.accessKey "D">
<!ENTITY saveSettings.tooltip "この設定を保存して新しい水平線の初期設定にします">
|