nls/ja_JP/common.m (raw)
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
$set 15 #Common $ #Yes # はい $ #No # いいえ $ #DirectionTitle # 方向 $ #DirectionHoriz # 水平(H) $ #DirectionVert # 垂直(V) $ #AlwaysOnTop # 常に最前面に $ #PlacementTitle # 配置 $ #PlacementTopLeft # 上側-左 $ #PlacementCenterLeft # 中央-左 $ #PlacementBottomLeft # 下側-左 $ #PlacementTopCenter # 上側-中央 $ #PlacementBottomCenter # 下側-中央 $ #PlacementTopRight # 上側-右 $ #PlacementCenterRight # 中央-右 $ #PlacementBottomRight # 下側-右 $ #PlacementLeftTop # 左側-上 $ #PlacementLeftCenter # 左側-中央 $ #PlacementLeftBottom # 左側-下 $ #PlacementRightTop # 右側-上 $ #PlacementRightCenter # 右側-中央 $ #PlacementRightBottom # 右側-下 $ #PlacementTopRelative # 上からの相対 $ #PlacementBottomRelative # 下からの相対 $ #PlacementLeftRelative # 左からの相対 $ #PlacementRightRelative # 右からの相対 $ #AutoHide # 自動的に隠す |