nls from bb-cvs
added yself to the usage string added the slit option back in added the event clobber option back in
This commit is contained in:
parent
57a228e469
commit
e640ee15ad
1 changed files with 11 additions and 11 deletions
22
nls/C/main.m
22
nls/C/main.m
|
@ -1,23 +1,23 @@
|
||||||
$set 14 #main
|
$set 14 #main
|
||||||
|
|
||||||
$ #RCRequiresArg
|
$ #RCRequiresArg
|
||||||
# hata : '-rc' bir argüman bekler\n
|
# 错误: '-rc' 需要参数\n
|
||||||
$ #DISPLAYRequiresArg
|
$ #DISPLAYRequiresArg
|
||||||
# hata : '-display' bir argüman bekler\n
|
# 错误: '-display' 需要参数\n
|
||||||
$ #WarnDisplaySet
|
$ #WarnDisplaySet
|
||||||
# ikaz : 'DISPLAY' verisini oturtamadım\n
|
# 警告: 不能设置环境变量 'DISPLAY'\n
|
||||||
$ #Usage
|
$ #Usage
|
||||||
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
|
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
|
||||||
2001 - 2002 Sean 'Shaleh' Perry\n\
|
2001 - 2002 Sean 'Shaleh' Perry\n\
|
||||||
1997 - 2000, 2002 Brad Hughes\n\n\
|
1997 - 2000, 2002 Brad Hughes\n\n\
|
||||||
-display <metin>\t\tekranı kullan.\n\
|
-display <string>\t\t使用显示连接.\n\
|
||||||
-rc <metin>\t\t\tbaşka bir ayarlama dosyasını kullan.\n\
|
-rc <string>\t\t\t使用其他的资源文件.\n\
|
||||||
-version\t\t\tnesil bilgisini gösterir ve çıkar.\n\
|
-version\t\t\t显示版本.\n\
|
||||||
-help\t\t\t\tbu yardım iletisini gösterir ve çıkar.\n\n
|
-help\t\t\t\t显示这个帮助.\n\n
|
||||||
$ #CompileOptions
|
$ #CompileOptions
|
||||||
# Denetleme seçenekleri :\n\
|
# 编译选项:\n\
|
||||||
Bilgilendirme\t\t\t%s\n\
|
Debugging\t\t\t%s\n\
|
||||||
Gölgeleme:\t\t\t%s\n\
|
Shape:\t\t\t%s\n\
|
||||||
Slit:\t\t\t\t%s\n\
|
Slit:\t\t\t\t%s\n\
|
||||||
Event Clobbering:\t\t%s\n\
|
Event Clobbering:\t\t%s\n\
|
||||||
R8b'e göre tızla:\t%s\n\n
|
8bpp Ordered Dithering:\t%s\n\n
|
||||||
|
|
Loading…
Reference in a new issue