Subversion Repositories wimsdev

Rev

Rev 539 | Details | Compare with Previous | Last modification | View Log | RSS feed

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