Subversion Repositories wimsdev

Rev

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

Rev 13541 Rev 14997
Line 1... Line -...
1
 
-
 
2
!if empty_out iswordof $error
1
!if empty_out iswordof $error
3
  Su código no ha devuelto ningún resultado. Por favor corríjalo.
2
  Su código no ha devuelto ningún resultado. Por favor corríjalo.
4
  !if $m_reply_err!=$empty
3
  !if $m_reply_err!=$empty
5
    <pre><span class="wims_warning">$m_reply_err</span></pre>
4
    <pre><span class="wims_warning">$m_reply_err</span></pre>
6
  !endif
5
  !endif
Line 25... Line 24...
25
!endif
24
!endif
26
 
25
 
27
!if bad_answer iswordof $error
26
!if bad_answer iswordof $error
28
  !if illegalname iswordof $test
27
  !if illegalname iswordof $test
29
    Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo.
28
    Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo.
30
    !exit
29
    !exit
31
  !endif
30
  !endif
32
  !if lengthoverflow iswordof $test
31
  !if lengthoverflow iswordof $test
33
    Su código ha excedido el límite de longitud. Por favor reescríbalo.
32
    Su código ha excedido el límite de longitud. Por favor reescríbalo.
-
 
33
    !exit
-
 
34
  !endif
-
 
35
  !if badsize iswordof $test
-
 
36
    You must select
-
 
37
    !word 3 of $test
-
 
38
     objects.
34
    !exit
39
    !exit
35
  !endif
40
  !endif
36
  Su respuesta
41
  Su respuesta
37
  <b>$bad_name</b> = <span class="tt">$bad_value</span>
42
  <b>$bad_name</b> = <span class="tt">$bad_value</span>
38
  !if unknownword iswordof $test
43
  !if unknownword iswordof $test
39
    !set w=!word 3 of $test
44
    !set w=!word 3 of $test
40
    no es comprensible:
45
    no es comprensible:
41
    el término <span class="tt">$w</span>
46
    el término <span class="tt">$w</span>
42
    de la respuesta no tiene relación con el problema o no está autorizado.
47
    de la respuesta no tiene relación con el problema o no está autorizado.
43
    Por favor corríjalo o elija una expresión más sencilla.
48
    Por favor corríjalo o elija una expresión más sencilla.
44
    !exit
49
    !exit
45
  !endif
50
  !endif
46
  !if nocompute iswordof $test
51
  !if nocompute iswordof $test
47
    no está permitida: por favor, haga los cálculos usted mismo, y
52
    no está permitida: por favor, haga los cálculos usted mismo, y
48
    envíe el valor resultante.
53
    envíe el valor resultante.
49
    !exit
54
    !exit
50
  !endif
55
  !endif
Line 69... Line 74...
69
    !exit
74
    !exit
70
  !endif
75
  !endif
71
  !if notunit iswordof $test
76
  !if notunit iswordof $test
72
    no es más que un número:
77
    no es más que un número:
73
    por favor precise la unidad en su respuesta.
78
    por favor precise la unidad en su respuesta.
74
    !exit
79
    !exit
75
  !endif
80
  !endif
76
  !if bad_variable iswordof $test
81
  !if bad_variable iswordof $test
77
    is not understandable. It should contain extra variables.
82
    is not understandable. It should contain extra variables.
78
    !exit
83
    !exit
79
  !endif
84
  !endif
80
  is not understandable.
85
  is not understandable.
Line 99... Line 104...
99
  !exit
104
  !exit
100
!endif
105
!endif
101
 
106
 
102
!if too_many_print iswordof $error
107
!if too_many_print iswordof $error
103
  Ha solicitado demasiadas versiones impresas.
108
  Ha solicitado demasiadas versiones impresas.
104
  !exit
109
  !exit
105
!endif
110
!endif
106
 
111
 
107
!if chemclick_empty_data iswordof $error
112
!if chemclick_empty_data iswordof $error
108
  You have selected no atom or bond. Look at the help.
113
  You have selected no atom or bond. Look at the help.
109
  !exit
114
  !exit
110
!endif
115
!endif
111
 
116
 
112
!if chemdraw_empty_data iswordof $error
117
!if chemdraw_empty_data iswordof $error
113
  You have not modify the applet. Please complete it.
118
  You have not modify the applet. Please complete it.
114
  !exit
119
  !exit
115
!endif
120
!endif
-
 
121
 
116
!if draw_bad_object iswordof $error
122
!if draw_bad_object iswordof $error
117
  You did not draw correctly the requested object ($type): try again!
123
  You did not draw correctly the requested object ($type): try again!
118
  !exit
124
  !exit
119
!endif
125
!endif
-
 
126
 
120
!msg $error
127
!msg $error