Subversion Repositories wimsdev

Rev

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

Rev 3980 Rev 3998
Line 1... Line 1...
1
 
1
 
2
!set wims_warn_header=<p><font color="red"><blink><b>Warning.</b></blink></font>
2
!set wims_warn_header=<p><font color="red"><blink><b>¾¯¸æ.</b></blink></font>
3
 
3
 
4
!if ambiguous iswordof $wims_warn_rawmath
4
!if ambiguous iswordof $wims_warn_rawmath
5
 $wims_warn_header
5
 $wims_warn_header
6
 You have entered an ambiguous formula, whose interpretation
6
 ÄãÊäÈëÁËÒ»¸öÓÐÆçÒåµÄ¹«Ê½,
7
 by wims may differ from what you meant. Please check the formula.
7
WIMS¶ÔËüµÄÀí½â¿ÉÄܲ»Í¬ÓÚÄãµÄ±¾Òâ. Çë¼ì²éÒ»ÏÂ.
8
 <p>
8
 <p>
9
 !set wims_warn_rmremark=yes
9
 !set wims_warn_rmremark=yes
10
!endif
10
!endif
11
 
11
 
12
!if unknown iswordof $wims_warn_rawmath
12
!if unknown iswordof $wims_warn_rawmath
13
 $wims_warn_header
13
 $wims_warn_header
14
 Wims has detected an unrecognized variable or function name 
14
 Wims ÔÚÄãµÄ¹«Ê½ÀïÓöµ½ÁËÒ»¸ö²»ÈÏʶµÄ±äÁ¿»òº¯ÊýÃû 
15
 <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font>
15
 <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font>
16
 in your formula. A typo?
16
 ÊÇÊäÈë´íÎóÂð ?
17
 <p>
17
 <p>
18
 !set wims_warn_rmremark=yes
18
 !set wims_warn_rmremark=yes
19
!endif
19
!endif
20
 
20
 
21
!if flatpower iswordof $wims_warn_rawmath
21
!if flatpower iswordof $wims_warn_rawmath
22
 <p><font color="red"><b>Hint.</font></b>
22
 <p><font color="red"><b>Hint.</font></b>
23
 Want to enter <font color="green">x<sup>2</sup></font>? Type
23
 ÏëÒªµÃµ½ <font color="green">x<sup>2</sup></font> Âð ? 
24
 <tt>x^2</tt> or <tt>x**2</tt>.
24
 ÊäÈë <tt>x^2</tt> »ò <tt>x**2</tt>.
25
 <p>
25
 <p>
26
!endif
26
!endif
27
 
27
 
28
!if badprec iswordof $wims_warn_rawmath
28
!if badprec iswordof $wims_warn_rawmath
29
 $wims_warn_header
29
 $wims_warn_header
30
 ``<tt>x^1/2</tt>'' means <font color="green">x/2</font>! Please type
30
 ``<tt>x^1/2</tt>'' ÒâΪ <font color="green">x/2</font>! ÇëÊäÈë
31
 ``<tt>x^(1/2)</tt>'' for <font color="green">x<sup>1/2</sup></font>.
31
 ``<tt>x^(1/2)</tt>'' ÒԵõ½ <font color="green">x<sup>1/2</sup></font>.
32
 <p>
32
 <p>
33
!endif
33
!endif
34
 
34
 
35
!if unmatched_parentheses iswordof $wims_warn_rawmath
35
!if unmatched_parentheses iswordof $wims_warn_rawmath
36
 $wims_warn_header
36
 $wims_warn_header
37
 We have detected unmatched parentheses in your formula. Please verify it.
37
 ¹«Ê½ÀïµÄÀ¨ºÅ²»Åä¶Ô. Çë¼ì²éÒ»ÏÂ.
38
 <p>
38
 <p>
39
!endif
39
!endif
40
 
40
 
41
!if $wims_warn_rmremark=yes
41
!if $wims_warn_rmremark=yes
42
 Please always use ``<tt>*</tt>'' for multiplication, and
42
 ÇëʹÓà ``<tt>*</tt>'' ×÷Ϊ³ËºÅ, 
43
 always enclose function arguments in parentheses.
43
 ²¢ÇҰѺ¯ÊýµÄ±äÁ¿·ÅÔÚÀ¨ºÅÀï.
44
 <small>For experts. If you don't want wims to interprete your expression, 
44
 <small>¶Ôר¼ÒµÄÌáʾ. Èç¹ûÄã²»Òª wims ½â¶ÁÄãµÄÊäÈ빫ʽ, 
45
 start it with the string ``<tt>1-1+</tt>''.</small>
45
 ¿ÉÒÔÓÃÒÔϵĴ®×÷Ϊ¿ªÍ· ``<tt>1-1+</tt>''.</small>
46
 <p>
46
 <p>
47
!endif
47
!endif
48
 
48