Subversion Repositories wimsdev

Rev

Rev 11457 | Rev 16810 | 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
4785 bpr 6
!distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category
7
 
23 reyssat 8
请填写你的模块的
5901 bpr 9
 <span class="tt wims_warning">$(tmp_$(empty_data)</span>
23 reyssat 10
的定义.
11
 !exit
12
!endif
13
 
12043 bpr 14
!if bad_case iswordof $error
15
 There is already a file with the same name except for majuscules. Please change the name of the file you want to upload.
16
 !exit
17
!endif
18
 
23 reyssat 19
!if bad_fname iswordof $error
20
非法文件名. 请为文件另取一个名字.
21
 !exit
22
!endif
23
 
2071 zjchen 24
!if binary_file iswordof $error
25
 这里不允许二进制文件.
26
 !exit
27
!endif
28
 
23 reyssat 29
!if illegal_filedesc iswordof $error
5901 bpr 30
这里只能给出<span class="tt wims_fname">filedesc</span>的定义, 不能放别的东西.
23 reyssat 31
 !exit
32
!endif
33
 
34
!if badoriginal iswordof $error
35
此模块不能复制.
36
 !exit
37
!endif
38
 
39
!if clash iswordof $error
40
目标模块已存在.
41
 !exit
42
!endif
43
 
44
!if badtarget iswordof $error
45
目标模块地址不合要求: 太长, 太短, 不完整或非法字符.
4785 bpr 46
 <ul>
47
  !if incorrect_t1 iswordof $error
4786 zjchen 48
   <li>区域不正确</li>
4785 bpr 49
  !endif
50
  !if incorrect_t2 iswordof $error
4786 zjchen 51
   <li>范畴不正确</li>
4785 bpr 52
  !endif
53
  !if incorrect_t3 iswordof $error
4786 zjchen 54
   <li>名称不正确</li>
4785 bpr 55
  !endif
56
  !if incorrect_t4 iswordof $error
4786 zjchen 57
   <li>语言不正确</li>
4785 bpr 58
  !endif
59
  !if incorrect_tlen iswordof $error
4786 zjchen 60
   <li>地址太长或太短</li>
4785 bpr 61
  !endif
62
 </ul>
23 reyssat 63
 !exit
64
!endif
65
 
66
!if symlink iswordof $error
67
源模块不能复制, 因为它包含符号链接.
68
 !exit
69
!endif
70
 
11457 bpr 71
!if file_too_large iswordof $error
72
  The module cannot be archived, it is too large.
73
  !exit
74
!endif
23 reyssat 75
!msg $error