Subversion Repositories wimsdev

Rev

Rev 4785 | Rev 5901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4785 Rev 5322
Line 40... Line 40...
40
!if badtarget iswordof $error
40
!if badtarget iswordof $error
41
 Het adres van de module is niet goed: te lang,te kort, inkompleet
41
 Het adres van de module is niet goed: te lang,te kort, inkompleet
42
  of niet toegestane lettertekens
42
  of niet toegestane lettertekens
43
  <ul>
43
  <ul>
44
  !if incorrect_t1 iswordof $error
44
  !if incorrect_t1 iswordof $error
45
   <li>incorrect zone</li>
45
   <li>incorrecte zone</li>
46
  !endif
46
  !endif
47
  !if incorrect_t2 iswordof $error
47
  !if incorrect_t2 iswordof $error
48
   <li>incorrect category</li>
48
   <li>incorrecte categorie</li>
49
  !endif
49
  !endif
50
  !if incorrect_t3 iswordof $error
50
  !if incorrect_t3 iswordof $error
51
   <li>incorrect name</li>
51
   <li>incorrecte naam</li>
52
  !endif
52
  !endif
53
  !if incorrect_t4 iswordof $error
53
  !if incorrect_t4 iswordof $error
54
   <li>incorrect language</li>
54
   <li>incorrecte taal</li>
55
  !endif
55
  !endif
56
  !if incorrect_tlen iswordof $error
56
  !if incorrect_tlen iswordof $error
57
   <li>too long or too short address</li>
57
   <li>adres te lang of te kort</li>
58
  !endif
58
  !endif
59
 </ul>
59
 </ul>
60
 !exit
60
 !exit
61
!endif
61
!endif
62
 
62