Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set wims_module_log=$operation error: $error
  2.  
  3. <b>Error.</b>
  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
  24.  Sorry, Wcalc is unable to complete your requested computation. Please verify
  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
  34.  <font color=red><b>$operation</b></font>.
  35. !goto end
  36.  
  37. :solve_fail
  38.  No solution has been found.
  39. !goto end
  40.  
  41. :unknown_operation
  42.  The operation <font color=red><b>$operation</b></font> is not (yet)
  43.  understood by this calculator. Sorry.
  44. !goto end
  45.  
  46. :end
  47.  
  48.