Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if empty_out iswordof $error
  3.  Your code did not give any output. Please correct it.
  4.  !if $m_reply_err!=$empty
  5.   <pre><span class="wims_warning">$m_reply_err</span></pre>
  6.  !endif
  7.  !exit
  8. !endif
  9.  
  10. !! empty_data bad_data double_reply  are in html/msg.phtml.fr - suppress on test
  11.  
  12. !if bad_answer iswordof $error
  13.  Va¹ odgovor
  14.  <b>$bad_name</b> = <span class="tt">$bad_value</span>
  15.  !if unknownword iswordof $test
  16.   !set w=!word 3 of $test
  17.   ni razumljiv: beseda <span class="tt">$w</span>
  18.   v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek.
  19.   !exit
  20.  !endif
  21.  !if nocompute iswordof $test
  22.   ni dovoljen: izraz je treba izraèunati oziroma poenostaviti. Vnesete lahko le konèen rezultat.
  23.   !exit
  24.  !endif
  25.  !if nocomputecomplex iswordof $test
  26.    is not allowed.
  27.    Please give the complex number in standard rectangular form
  28.    <span class="tt"> a + b i </span>
  29.    where
  30.    <span class="tt">a</span>
  31.    and
  32.    <span class="tt">b</span>
  33.    are computed, and submit the resulting value (for example,
  34.     <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
  35.    !exit
  36.  !endif
  37.  !if badform iswordof $test
  38.   ni zapisan v zahtevani obliki. Prosim, da ga zapi¹ete na ustrezen naèin.
  39.   !exit
  40.  !endif
  41.  !if notunit iswordof $test
  42.   je zgolj ¹tevilo. Prosim, da v odgovoru oznaèite tudi enoto.
  43.   !exit
  44.  !endif
  45.  !if bad_variable iswordof $test
  46.    is not understandable. It should contain extra variables.
  47.    !exit
  48.  !endif
  49.  ni razumljiv. Prosim, popravite napako.
  50.  !exit
  51. !endif
  52.  
  53. !if bad_exo iswordof $error
  54.  Napaka v vaji. Pravilni odgovor za <b>$(replyname$i)</b>
  55.  je neveljaven, zato je ni mogoèe preveriti pravilnosti va¹ega odgovora.
  56.  Poskusite raje s kak¹no drugo vajo in
  57.  !if $email!=$empty
  58.   !mailurl $email obvestite avtorja
  59.  !else
  60.   obvestite avtorja
  61.  !endif
  62.  te vaje o napaki.
  63.  !exit
  64. !endif
  65.  
  66. !if too_many_print iswordof $error
  67.  Va¹i zahtevni po razlièicah za tiskanje so prepogosti.
  68.  !exit
  69. !endif
  70.  
  71. !if chemclick_empty_data iswordof $error
  72.  You have selected no atom or bond. Look at the help.
  73.  !exit
  74. !endif
  75.  
  76. !if chemdraw_empty_data iswordof $error
  77.  You have not modify the applet. Please complete it.
  78.  !exit
  79. !endif
  80.  
  81. !msg $error
  82.