Subversion Repositories wimsdev

Rev

Rev 539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 539 Rev 14899
Line 1... Line 1...
1
!set wims_module_log=$operation error: $error
1
!set wims_module_log=$operation error: $error
2
 
2
 
3
<b>Error.</b>
3
<span class="wims_warning">$wims_name_warning</span>
4
!goto $error
4
!goto $error
5
 
5
 
6
:bad_formula
6
:bad_formula
7
 Your data contain errors or are incompatible with the operation
7
 Your data contain errors or are incompatible with the operation
8
 <em>$operation</em>. Please verify your request.
8
 <em>$operation</em>. Please verify your request.
Line 19... Line 19...
19
:empty_data
19
:empty_data
20
 Please complete data for your computation request.
20
 Please complete data for your computation request.
21
!goto end
21
!goto end
22
 
22
 
23
:fail
23
:fail
24
 Sorry, Wcalc is unable to complete your requested computation. Please verify
24
 Sorry, Wcalc is unable to complete your requested computation. Please verify
25
 your data.
25
 your data.
26
!goto end
26
!goto end
27
 
27
 
28
:incompatible_sides
28
:incompatible_sides
29
 There is no triangle with three sides $formula.
29
 There is no triangle with three sides $formula.
30
!goto end
30
!goto end
31
 
31
 
32
:not_square_matrix
32
:not_square_matrix
33
 Please enter a square matrix for the computation of
33
 Please enter a square matrix for the computation of
34
 <font color=red><b>$operation</b></font>.
34
 <span class="wims_warning">$operation</span>.
35
!goto end
35
!goto end
36
 
36
 
37
:solve_fail
37
:solve_fail
38
 No solution has been found.
38
 No solution has been found.
39
!goto end
39
!goto end
40
 
40
 
41
:unknown_operation
41
:unknown_operation
42
 The operation <font color=red><b>$operation</b></font> is not (yet)
42
 The operation <span class="wims_warning">$operation</span> is not (yet)
43
 understood by this calculator. Sorry.
43
 understood by this calculator. Sorry.
44
!goto end
44
!goto end
45
 
45
 
46
:end
46
:end
47
 
47