Subversion Repositories wimsdev

Rev

Rev 387 | Rev 6197 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1654 bpr 1
!!##language
20 reyssat 2
!set wims_read_parm=!word 2 of $wims_read_parm
3
 
4
!if $wims_read_parm=$empty or $wims_read_parm issametext curve
5
 <small>
6
 !if $module_language=fr
7
  <b>Instructions</b>. Il est vivement recommandé de dessiner votre
8
  courbe comme une succession de segments de droites, en cliquant sur les joints
9
  des segments. La courbe ainsi dessinée est en général
10
  plus précise que si vous tirez la souris avec le bouton enfoncé.
11
  </small>
12
  !exit
13
 !endif
14
 !if $module_language=nl
15
  <b>Instructies</b>.
16
  Het wordt dringend aanbevolen een kromme te tekenen als een serie lijnstukjes,
17
  door te kikken om het verbindingspunt van deze lijnstukjes.
18
  De zo geschetste krommen zijn over het algemeen precieser
19
   dan de krommen getrokken uit de vrije hand met de muis en
20
   linker muisknop ingedrukt.
21
  </small>
22
  !exit
23
 !endif
24
 
387 bpr 25
 !if $module_language=ca
26
  <b>Instruccions</b>. És molt recomanable que dibuixeu la vostra corba
27
  com una successió de segments, anant clicant sobre els punts que determinen
28
  els segments. La corba dibuixada d'aquesta manera és en general més precisa
29
  que si ho feu clicant i arrossegant amb el ratolí.
30
  </small>
31
  !exit
32
 !endif
33
 
20 reyssat 34
 !if $module_language=es
35
  <b>Instrucciones</b>. Recomendamos encarecidamente que dibuje la
36
  curva como una sucesión de segmentos de rectas, haciendo click en las intersecciones
37
  de los segmentos. La curva dibujada así es en general
38
  más precisa que si arrastra el ratón con el botón pulsado.
39
  </small>
40
  !exit
41
 !endif
42
 
43
 !if $module_language=cn
44
  <b>Ìáʾ</b>. ÔÚ×÷ͼʱ, ½¨ÒéÄãÃÇÓÃÊó±êµã»÷¸÷¸öתÕÛµã, ʹµÃͼÏñ³ÉΪһÌõÕÛÏß,
45
ÕâÑù»­³öµÄͼ±ÈÄãÓð´ÏÂÊó±ê×ó¼ü»­³öµÄÇúÏ߸ü¾«È·Ð©.
46
  </small>
47
  !exit
48
 !endif
49
 <b>Instructions</b>. It is highly recommended to draw your curve
50
 as a series of line segments, by clicking on where the segments join.
51
 The curve thus drawn is in general more precise than
52
 if you drag the mouse with a button pressed.
53
 </small>
54
 !exit
55
!endif
56