Rev 5901 | Rev 12043 | 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 | |||
14 | !if bad_fname iswordof $error |
||
15 | 非法文件名. 请为文件另取一个名字. |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
2071 | zjchen | 19 | !if binary_file iswordof $error |
20 | 这里不允许二进制文件. |
||
21 | !exit |
||
22 | !endif |
||
23 | |||
23 | reyssat | 24 | !if illegal_filedesc iswordof $error |
5901 | bpr | 25 | 这里只能给出<span class="tt wims_fname">filedesc</span>的定义, 不能放别的东西. |
23 | reyssat | 26 | !exit |
27 | !endif |
||
28 | |||
29 | !if badoriginal iswordof $error |
||
30 | 此模块不能复制. |
||
31 | !exit |
||
32 | !endif |
||
33 | |||
34 | !if clash iswordof $error |
||
35 | 目标模块已存在. |
||
36 | !exit |
||
37 | !endif |
||
38 | |||
39 | !if badtarget iswordof $error |
||
40 | 目标模块地址不合要求: 太长, 太短, 不完整或非法字符. |
||
4785 | bpr | 41 | <ul> |
42 | !if incorrect_t1 iswordof $error |
||
4786 | zjchen | 43 | <li>区域不正确</li> |
4785 | bpr | 44 | !endif |
45 | !if incorrect_t2 iswordof $error |
||
4786 | zjchen | 46 | <li>范畴不正确</li> |
4785 | bpr | 47 | !endif |
48 | !if incorrect_t3 iswordof $error |
||
4786 | zjchen | 49 | <li>名称不正确</li> |
4785 | bpr | 50 | !endif |
51 | !if incorrect_t4 iswordof $error |
||
4786 | zjchen | 52 | <li>语言不正确</li> |
4785 | bpr | 53 | !endif |
54 | !if incorrect_tlen iswordof $error |
||
4786 | zjchen | 55 | <li>地址太长或太短</li> |
4785 | bpr | 56 | !endif |
57 | </ul> |
||
23 | reyssat | 58 | !exit |
59 | !endif |
||
60 | |||
61 | !if symlink iswordof $error |
||
62 | 源模块不能复制, 因为它包含符号链接. |
||
63 | !exit |
||
64 | !endif |
||
65 | |||
11457 | bpr | 66 | !if file_too_large iswordof $error |
67 | The module cannot be archived, it is too large. |
||
68 | !exit |
||
69 | !endif |
||
23 | reyssat | 70 | !msg $error |