Rev 10208 | Rev 13541 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10208 | Rev 10223 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
10 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
10 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
11 | 11 | ||
12 | !if bad_answer iswordof $error |
12 | !if bad_answer iswordof $error |
13 | Va¹ odgovor |
13 | Va¹ odgovor |
14 | <b>$bad_name</b> = <span class=" |
14 | <b>$bad_name</b> = <span class="tt">$bad_value</span> |
15 | !if unknownword iswordof $test |
15 | !if unknownword iswordof $test |
16 | !set w=!word 3 of $test |
16 | !set w=!word 3 of $test |
17 | ni razumljiv: beseda <span class=" |
17 | ni razumljiv: beseda <span class="tt">$w</span> |
18 | v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek. |
18 | v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek. |
19 | !exit |
19 | !exit |
20 | !endif |
20 | !endif |
21 | !if nocompute iswordof $test |
21 | !if nocompute iswordof $test |
22 | ni dovoljen: izraz je treba izraèunati oziroma poenostaviti. Vnesete lahko le konèen rezultat. |
22 | ni dovoljen: izraz je treba izraèunati oziroma poenostaviti. Vnesete lahko le konèen rezultat. |
23 | !exit |
23 | !exit |
24 | !endif |
24 | !endif |
25 | !if nocomputecomplex iswordof $test |
25 | !if nocomputecomplex iswordof $test |
26 | is not allowed. |
26 | is not allowed. |
27 | Please give the complex number in standard rectangular form |
27 | Please give the complex number in standard rectangular form |
28 | <span class=" |
28 | <span class="tt"> a + b i </span> |
29 | where |
29 | where |
30 | <span class=" |
30 | <span class="tt">a</span> |
31 | and |
31 | and |
32 | <span class=" |
32 | <span class="tt">b</span> |
33 | are computed, and submit the resulting value (for example, |
33 | are computed, and submit the resulting value (for example, |
34 | <span class=" |
34 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
35 | !exit |
35 | !exit |
36 | !endif |
36 | !endif |
37 | !if badform iswordof $test |
37 | !if badform iswordof $test |
38 | ni zapisan v zahtevani obliki. Prosim, da ga zapi¹ete na ustrezen naèin. |
38 | ni zapisan v zahtevani obliki. Prosim, da ga zapi¹ete na ustrezen naèin. |
39 | !exit |
39 | !exit |