Rev 16810 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16810 | Rev 17279 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if clash iswordof $error |
39 | !if clash iswordof $error |
40 | Ä¿±êÄ£¿éÒÑ´æÔÚ. |
40 | Ä¿±êÄ£¿éÒÑ´æÔÚ. |
- | 41 | !exit |
|
- | 42 | !endif |
|
- | 43 | ||
- | 44 | !if fname_already iswordof $error |
|
- | 45 | The module already contains a file named <span class="tt wims_fname">$fnewname</span>. |
|
- | 46 | Choose a different name. |
|
41 | !exit |
47 | !exit |
42 | !endif |
48 | !endif |
43 | 49 | ||
44 | !if badtarget iswordof $error |
50 | !if badtarget iswordof $error |
45 | Ä¿±êÄ£¿éµØÖ·²»ºÏÒªÇó: Ì«³¤, Ì«¶Ì, ²»ÍêÕû»ò·Ç·¨×Ö·û. |
51 | Ä¿±êÄ£¿éµØÖ·²»ºÏÒªÇó: Ì«³¤, Ì«¶Ì, ²»ÍêÕû»ò·Ç·¨×Ö·û. |
Line 50... | Line 56... | ||
50 | !if incorrect_t2 iswordof $error |
56 | !if incorrect_t2 iswordof $error |
51 | <li>·¶³ë²»ÕýÈ·</li> |
57 | <li>·¶³ë²»ÕýÈ·</li> |
52 | !endif |
58 | !endif |
53 | !if incorrect_t3 iswordof $error |
59 | !if incorrect_t3 iswordof $error |
54 | <li>Ãû³Æ²»ÕýÈ·</li> |
60 | <li>Ãû³Æ²»ÕýÈ·</li> |
55 | !endif |
61 | !endif |
56 | !if incorrect_t4 iswordof $error |
62 | !if incorrect_t4 iswordof $error |
57 | <li>ÓïÑÔ²»ÕýÈ·</li> |
63 | <li>ÓïÑÔ²»ÕýÈ·</li> |
58 | !endif |
64 | !endif |
59 | !if incorrect_tlen iswordof $error |
65 | !if incorrect_tlen iswordof $error |
60 | <li>µØÖ·Ì«³¤»òÌ«¶Ì</li> |
66 | <li>µØÖ·Ì«³¤»òÌ«¶Ì</li> |
61 | !endif |
67 | !endif |
62 | </ul> |
68 | </ul> |
63 | !exit |
69 | !exit |
64 | !endif |
70 | !endif |
65 | 71 | ||
66 | !if symlink iswordof $error |
72 | !if symlink iswordof $error |
67 | Ô´Ä£¿é²»Äܸ´ÖÆ, ÒòΪËü°üº¬·ûºÅÁ´½Ó. |
73 | Ô´Ä£¿é²»Äܸ´ÖÆ, ÒòΪËü°üº¬·ûºÅÁ´½Ó. |
68 | !exit |
74 | !exit |
Line 70... | Line 76... | ||
70 | 76 | ||
71 | !if file_too_large iswordof $error |
77 | !if file_too_large iswordof $error |
72 | The module cannot be archived, it is too large. |
78 | The module cannot be archived, it is too large. |
73 | !exit |
79 | !exit |
74 | !endif |
80 | !endif |
- | 81 | ||
75 | !msg $error |
82 | !msg $error |