Subversion Repositories wimsdev

Rev

Rev 3985 | Rev 4785 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!set wims_module_log=error: $error
2
 
4028 bpr 3
<span class="wims_warning">$wims_name_Error</span>.
23 reyssat 4
 
5
!if empty_data iswordof $error
6
请填写你的模块的
4028 bpr 7
 <span class="wims_warning">$(name_$empty_data)</span>
23 reyssat 8
的定义.
9
 !exit
10
!endif
11
 
12
!if bad_fname iswordof $error
13
非法文件名. 请为文件另取一个名字.
14
 !exit
15
!endif
16
 
2071 zjchen 17
!if binary_file iswordof $error
18
 这里不允许二进制文件.
19
 !exit
20
!endif
21
 
23 reyssat 22
!if illegal_filedesc iswordof $error
23
这里只能给出filedesc的定义, 不能放别的东西.
24
 !exit
25
!endif
26
 
27
!if badoriginal iswordof $error
28
此模块不能复制.
29
 !exit
30
!endif
31
 
32
!if clash iswordof $error
33
目标模块已存在.
34
 !exit
35
!endif
36
 
37
!if badtarget iswordof $error
38
目标模块地址不合要求: 太长, 太短, 不完整或非法字符.
39
 !exit
40
!endif
41
 
42
!if symlink iswordof $error
43
源模块不能复制, 因为它包含符号链接.
44
 !exit
45
!endif
46
 
47
!msg $error