Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2071 zjchen 1
!set wims_module_log=$operation error: $error
2
 
3
<b>错误.</b>
4
!goto $error
5
 
6
:bad_formula
7
 你的数据有错, 或对于
8
 <em>$operation</em> 运算来说不完整. 请检验你的请求.
9
!goto end
10
 
11
:bad_option
12
 你的请求的选项无效. 请检验.
13
!goto end
14
 
15
:bad_range
16
 你的变量范围无效. 请改正.
17
!goto end
18
 
19
:empty_data
20
 请为你的计算请求输入完整的数据.
21
!goto end
22
 
23
:fail
24
 抱歉, 窗口计算器无法完成你请求的计算.  
25
 请检验你的数据.
26
!goto end
27
 
28
:incompatible_sides
29
 不存在这样三条边 $formula 的三角形.
30
!goto end
31
 
32
:not_square_matrix
33
 请输入方阵以计算
34
 <font color=red><b>$operation</b></font>.
35
!goto end
36
 
37
:solve_fail
38
 找不到解.
39
!goto end
40
 
41
:unknown_operation
42
 计算器不能理解你的运算 <font color=red><b>$operation</b></font>.
43
 抱歉.
44
!goto end
45
 
46
:end
47