diff options
Diffstat (limited to 'nls/ja_JP/common.m')
-rw-r--r-- | nls/ja_JP/common.m | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/nls/ja_JP/common.m b/nls/ja_JP/common.m new file mode 100644 index 0000000..9e974a2 --- /dev/null +++ b/nls/ja_JP/common.m | |||
@@ -0,0 +1,57 @@ | |||
1 | $set 15 #Common | ||
2 | |||
3 | $ #Yes | ||
4 | # はい | ||
5 | $ #No | ||
6 | # いいえ | ||
7 | |||
8 | $ #DirectionTitle | ||
9 | # 方向 | ||
10 | $ #DirectionHoriz | ||
11 | # 水平(H) | ||
12 | $ #DirectionVert | ||
13 | # 垂直(V) | ||
14 | |||
15 | $ #AlwaysOnTop | ||
16 | # 常に最前面に | ||
17 | |||
18 | $ #PlacementTitle | ||
19 | # 配置 | ||
20 | $ #PlacementTopLeft | ||
21 | # 上側-左 | ||
22 | $ #PlacementCenterLeft | ||
23 | # 中央-左 | ||
24 | $ #PlacementBottomLeft | ||
25 | # 下側-左 | ||
26 | $ #PlacementTopCenter | ||
27 | # 上側-中央 | ||
28 | $ #PlacementBottomCenter | ||
29 | # 下側-中央 | ||
30 | $ #PlacementTopRight | ||
31 | # 上側-右 | ||
32 | $ #PlacementCenterRight | ||
33 | # 中央-右 | ||
34 | $ #PlacementBottomRight | ||
35 | # 下側-右 | ||
36 | $ #PlacementLeftTop | ||
37 | # 左側-上 | ||
38 | $ #PlacementLeftCenter | ||
39 | # 左側-中央 | ||
40 | $ #PlacementLeftBottom | ||
41 | # 左側-下 | ||
42 | $ #PlacementRightTop | ||
43 | # 右側-上 | ||
44 | $ #PlacementRightCenter | ||
45 | # 右側-中央 | ||
46 | $ #PlacementRightBottom | ||
47 | # 右側-下 | ||
48 | $ #PlacementTopRelative | ||
49 | # 上からの相対 | ||
50 | $ #PlacementBottomRelative | ||
51 | # 下からの相対 | ||
52 | $ #PlacementLeftRelative | ||
53 | # 左からの相対 | ||
54 | $ #PlacementRightRelative | ||
55 | # 右からの相対 | ||
56 | $ #AutoHide | ||
57 | # 自動的に隠す | ||