Rev 15928 | Rev 16125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15928 | Rev 16124 | ||
---|---|---|---|
Line 244... | Line 244... | ||
244 | !exit |
244 | !exit |
245 | !endif |
245 | !endif |
246 | 246 | ||
247 | !if disallowcloning=$error |
247 | !if disallowcloning=$error |
248 | No duplication of this class can be performed. |
248 | No duplication of this class can be performed. |
- | 249 | !exit |
|
- | 250 | !endif |
|
- | 251 | ||
- | 252 | !if subclasslimit=$error |
|
- | 253 | Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres. |
|
249 | !exit |
254 | !exit |
250 | !endif |
255 | !endif |
251 | 256 | ||
252 | !msg $error |
257 | !msg $error |