Rev 3985 | Rev 4179 | 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 | Please fill in the definition of |
||
4028 | bpr | 7 | <span class="wims_warning">$(name_$empty_data)</span> |
23 | reyssat | 8 | of your module. |
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !if bad_fname iswordof $error |
||
13 | Illegal file name. Please choose another name for your file. |
||
14 | !exit |
||
15 | !endif |
||
16 | |||
17 | !if binary_file iswordof $error |
||
18 | Binary file is not allowed here. |
||
19 | !exit |
||
20 | !endif |
||
21 | |||
22 | !if illegal_filedesc iswordof $error |
||
3985 | bpr | 23 | You cannot put anything else than straightforward definitions in |
24 | filedesc. |
||
23 | reyssat | 25 | !exit |
26 | !endif |
||
27 | |||
28 | !if badoriginal iswordof $error |
||
29 | This module cannot be copied. |
||
30 | !exit |
||
31 | !endif |
||
32 | |||
33 | !if clash iswordof $error |
||
34 | Target module already exists. |
||
35 | !exit |
||
36 | !endif |
||
37 | |||
38 | !if badtarget iswordof $error |
||
39 | Target module address is bad: too long, too short, incomplete, or illegal |
||
40 | characters. |
||
41 | !exit |
||
42 | !endif |
||
43 | |||
44 | !if symlink iswordof $error |
||
45 | The source module cannot be copied because it contains symbolic links. |
||
46 | !exit |
||
47 | !endif |
||
48 | |||
49 | !msg $error |
||
50 |