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 |
||
16810 | bpr | 6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
4785 | bpr | 7 | |
16810 | bpr | 8 | 请填写你的模块的 |
9 | <span class="tt wims_warning">$(tmp_$(empty_data)</span> |
||
10 | 的定义. |
||
11 | !exit |
||
23 | reyssat | 12 | !endif |
13 | |||
12043 | bpr | 14 | !if bad_case iswordof $error |
16810 | bpr | 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 |
||
12043 | bpr | 17 | !endif |
18 | |||
23 | reyssat | 19 | !if bad_fname iswordof $error |
16810 | bpr | 20 | 非法文件名. 请为文件另取一个名字. |
21 | !exit |
||
23 | reyssat | 22 | !endif |
23 | |||
2071 | zjchen | 24 | !if binary_file iswordof $error |
16810 | bpr | 25 | 这里不允许二进制文件. |
26 | !exit |
||
2071 | zjchen | 27 | !endif |
28 | |||
23 | reyssat | 29 | !if illegal_filedesc iswordof $error |
16810 | bpr | 30 | 这里只能给出<span class="tt wims_fname">filedesc</span>的定义, 不能放别的东西. |
31 | !exit |
||
23 | reyssat | 32 | !endif |
33 | |||
34 | !if badoriginal iswordof $error |
||
16810 | bpr | 35 | 此模块不能复制. |
36 | !exit |
||
23 | reyssat | 37 | !endif |
38 | |||
39 | !if clash iswordof $error |
||
16810 | bpr | 40 | 目标模块已存在. |
41 | !exit |
||
23 | reyssat | 42 | !endif |
43 | |||
44 | !if badtarget iswordof $error |
||
16810 | bpr | 45 | 目标模块地址不合要求: 太长, 太短, 不完整或非法字符. |
46 | <ul> |
||
4785 | bpr | 47 | !if incorrect_t1 iswordof $error |
16810 | bpr | 48 | <li>区域不正确</li> |
4785 | bpr | 49 | !endif |
50 | !if incorrect_t2 iswordof $error |
||
16810 | bpr | 51 | <li>范畴不正确</li> |
4785 | bpr | 52 | !endif |
53 | !if incorrect_t3 iswordof $error |
||
16810 | bpr | 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 |
||
16810 | bpr | 60 | <li>地址太长或太短</li> |
4785 | bpr | 61 | !endif |
16810 | bpr | 62 | </ul> |
63 | !exit |
||
23 | reyssat | 64 | !endif |
65 | |||
66 | !if symlink iswordof $error |
||
16810 | bpr | 67 | 源模块不能复制, 因为它包含符号链接. |
68 | !exit |
||
23 | reyssat | 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 |