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 | |||
4027 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if empty_data iswordof $error |
||
6 | Vul het definitieveld |
||
4027 | bpr | 7 | <span class="wims_warning">$(name_$empty_data)</span> |
3985 | bpr | 8 | van uw module in. |
23 | reyssat | 9 | !exit |
10 | !endif |
||
11 | |||
12 | !if bad_fname iswordof $error |
||
2577 | schaersvoo | 13 | Ongeschikte bestandsnaam. Kies een andere naam voor dit bestand. |
23 | reyssat | 14 | !exit |
15 | !endif |
||
16 | |||
554 | bpr | 17 | !if binary_file iswordof $error |
611 | schaersvoo | 18 | Binaire bestanden zijn hier niet toegestaan. |
554 | bpr | 19 | !exit |
20 | !endif |
||
21 | |||
23 | reyssat | 22 | !if illegal_filedesc iswordof $error |
2411 | schaersvoo | 23 | U kunt niets anders dan een omschrijving in de "filedesc" |
1781 | schaersvoo | 24 | vermelden. |
23 | reyssat | 25 | !exit |
26 | !endif |
||
27 | |||
554 | bpr | 28 | !if badoriginal iswordof $error |
611 | schaersvoo | 29 | Deze module kan niet worden gekopieerd. |
554 | bpr | 30 | !exit |
31 | !endif |
||
32 | |||
23 | reyssat | 33 | !if clash iswordof $error |
34 | De module bestaat reeds. |
||
35 | !exit |
||
36 | !endif |
||
37 | |||
38 | !if badtarget iswordof $error |
||
1781 | schaersvoo | 39 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
2411 | schaersvoo | 40 | of niet toegestane lettertekens |
23 | reyssat | 41 | !exit |
42 | !endif |
||
43 | |||
44 | !if symlink iswordof $error |
||
1781 | schaersvoo | 45 | De module code kan niet worden gekopieerd, omdat deze |
46 | symbolische links bevat. |
||
23 | reyssat | 47 | !exit |
48 | !endif |
||
49 | |||
50 | !msg $error |
||
51 |