diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-25 00:10:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-25 00:10:04 +0000 |
| commit | 29914b7df1017042839761c2576ef8df29cf1ed0 (patch) | |
| tree | a122e4ca6e5877199ef65483945e89d96aab2cd9 /nls/C/common.m | |
| parent | 79c6511ca04c4552cc0f2a1e40fa4373c3d4cbfb (diff) | |
nls from bb-cvs
added yself to the usage string
added the slit option back in
added the event clobber option back in
Diffstat (limited to 'nls/C/common.m')
| -rw-r--r-- | nls/C/common.m | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/nls/C/common.m b/nls/C/common.m index 5eca4c99..53217029 100644 --- a/nls/C/common.m +++ b/nls/C/common.m @@ -1,38 +1,38 @@ $set 15 #Common $ #Yes -# 是 +# Yes $ #No -# 否 +# No $ #DirectionTitle -# 方向 +# Direction $ #DirectionHoriz -# 水平 +# Horizontal $ #DirectionVert -# 垂直 +# Vertical $ #AlwaysOnTop -# 总在最上面 +# Always on top $ #PlacementTitle -# 放置 +# Placement $ #PlacementTopLeft -# 上左 +# Top Left $ #PlacementCenterLeft -# 中左 +# Center Left $ #PlacementBottomLeft -# 下左 +# Bottom Left $ #PlacementTopCenter -# 上中 +# Top Center $ #PlacementBottomCenter -# 下中 +# BottomCenter $ #PlacementTopRight -# 上右 +# Top Right $ #PlacementCenterRight -# 中右 +# Center Right $ #PlacementBottomRight -# 下右 +# Bottom Right $ #AutoHide -# 自动隐藏 +# Auto hide |
