diff options
author | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
commit | 18830ac9add80cbd3bf7369307d7e35a519dca9b (patch) | |
tree | 4759a5434a34ba317fe77bbf8b0ed9bb57bb6018 /nls/C/common.m | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'nls/C/common.m')
-rw-r--r-- | nls/C/common.m | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/nls/C/common.m b/nls/C/common.m new file mode 100644 index 0000000..c920877 --- /dev/null +++ b/nls/C/common.m | |||
@@ -0,0 +1,57 @@ | |||
1 | $set 15 #Common | ||
2 | |||
3 | $ #Yes | ||
4 | # Yes | ||
5 | $ #No | ||
6 | # No | ||
7 | |||
8 | $ #DirectionTitle | ||
9 | # Direction | ||
10 | $ #DirectionHoriz | ||
11 | # Horizontal | ||
12 | $ #DirectionVert | ||
13 | # Vertical | ||
14 | |||
15 | $ #AlwaysOnTop | ||
16 | # Always on top | ||
17 | |||
18 | $ #PlacementTitle | ||
19 | # Placement | ||
20 | $ #PlacementTopLeft | ||
21 | # Top Left | ||
22 | $ #PlacementCenterLeft | ||
23 | # Center Left | ||
24 | $ #PlacementBottomLeft | ||
25 | # Bottom Left | ||
26 | $ #PlacementTopCenter | ||
27 | # Top Center | ||
28 | $ #PlacementBottomCenter | ||
29 | # BottomCenter | ||
30 | $ #PlacementTopRight | ||
31 | # Top Right | ||
32 | $ #PlacementCenterRight | ||
33 | # Center Right | ||
34 | $ #PlacementBottomRight | ||
35 | # Bottom Right | ||
36 | $ #PlacementLeftTop | ||
37 | # Left Top | ||
38 | $ #PlacementLeftCenter | ||
39 | # Left Center | ||
40 | $ #PlacementLeftBottom | ||
41 | # Left Bottom | ||
42 | $ #PlacementRightTop | ||
43 | # Right Top | ||
44 | $ #PlacementRightCenter | ||
45 | # Right Center | ||
46 | $ #PlacementRightBottom | ||
47 | # Right Bottom | ||
48 | $ #PlacementTopRelative | ||
49 | # Top Relative | ||
50 | $ #PlacementBottomRelative | ||
51 | # Bottom Relative | ||
52 | $ #PlacementLeftRelative | ||
53 | # Left Relative | ||
54 | $ #PlacementRightRelative | ||
55 | # Right Relative | ||
56 | $ #AutoHide | ||
57 | # Auto hide | ||