Rev 9885 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2988 | bpr | 1 | !set lang_exists=yes |
776 | bpr | 2 | !!INPUT |
9843 | bpr | 3 | !set inp0=Too many built objects : you should use at most |
776 | bpr | 4 | !set inp1=objects. Try again... |
5 | !set inp2=Send |
||
6 | !set inp3=I don't know |
||
9843 | bpr | 7 | !! |
8 | !set name_ggbcorrection=Correction |
||
776 | bpr | 9 | |
10 | !!GEOGEBRA |
||
11 | !set pointnocoord=!nosubst a point $(M_objet[1]) |
||
12 | !set vectornocoord=!nosubst a vector $(M_objet[1]) |
||
13 | !set circlenocoord=!nosubst a circle $(M_objet[1]) |
||
14 | !set linenocoord=!nosubst a line $(M_objet[1]) |
||
15 | !set curvenocoord=!nosubst a polynomial curve $(M_objet[1]) |
||
16 | !set conicnocoord=!nosubst a conic $(M_objet[1]) |
||
17 | !set parabolanocoord=!nosubst a parabola $(M_objet[1]) |
||
18 | !set ellipsenocoord=!nosubst an ellipse $(M_objet[1]) |
||
19 | !set hyperbolanocoord=!nosubst an hyperbola $(M_objet[1]) |
||
20 | !set anglenocoord=!nosubst an angle $(M_objet[1]) |
||
21 | !set textnocoord=!nosubst a text $(M_objet[1]) |
||
9885 | bpr | 22 | !set numericnocoord=!nosubst a numeric variable $(M_objet[1]) |
776 | bpr | 23 | !set segmentnocoord=!nosubst a segment $(M_objet[1]) |
24 | !set polygonnocoord=!nosubst a polygon $(M_objet[1]) |
||
25 | !set functionnocoord=!nosubst a curve $(M_objet[1]) |
||
26 | !set raynocoord=!nosubst a ray $(M_objet[1]) |
||
9885 | bpr | 27 | !set booleannocoord=!nosubst a boolean $(M_objet[1]) |
776 | bpr | 28 | |
11775 | bpr | 29 | !set pointcoord=!nosubst the point $(M_objet[1]) of coordinate ($(M_objet[3..$3dcnt])) |
30 | !set vectorcoord=!nosubst the vector $(M_objet[1]) of coordinate ($(M_objet[3..$3dcnt])) |
||
776 | bpr | 31 | !set circlecoord=!nosubst the circle $(M_objet[1]) of equation \($(M_objet[3..-1])) |
32 | !set linecoord=!nosubst the line $(M_objet[1]) of equation \($(M_objet[3..-1])) |
||
33 | !set curvecoord=!nosubst the polynomial curve $(M_objet[1]) of equation \($(M_objet[3..-1])) |
||
34 | !set coniccoord=!nosubst the conic $(M_objet[1]) of equation \($(M_objet[3..-1])) |
||
35 | !set parabolacoord=!nosubst the parabola $(M_objet[1]) of equation \($(M_objet[3..-1])) |
||
36 | !set ellipsecoord=!nosubst the ellipse $(M_objet[1]) of equation \($(M_objet[3..-1])) |
||
37 | !set hyperbolacoord=!nosubst the hyperbola $(M_objet[1]) of equation \($(M_objet[3..-1])) |
||
38 | !set anglecoord=!nosubst the angle $(M_objet[1]) of measure (in degrees) $(M_objet[3..-1]) |
||
39 | !set textcoord=!nosubst the text: $(M_objet[1]) |
||
40 | !set numericcoord=!nosubst the variable $(M_objet[1]) with value $(M_objet[3..-1]) |
||
41 | !set segmentcoord=!nosubst a segment $(M_objet[1]) with length $(M_objet[3..-1]) |
||
42 | !set polygoncoord=!nosubst a polygon $(M_objet[1]) of area $(M_objet[3..-1]) |
||
43 | !set functioncoord=!nosubst the curve of equation y=$(M_objet[1]) with \($(M_objet[1]) = $(M_objet[3..-1])) |
||
44 | !set raycoord=!nosubst the ray $(M_objet[1]) on the line of equation \($(M_objet[3..-1])) |
||
9885 | bpr | 45 | !set booleancoord=!nosubst the boolean $(M_objet[1]) with value $(M_objet[3..-1]) |
776 | bpr | 46 | |
47 | !!!! commande anglicisée + type des paramètres + formal |
||
48 | !!!! si un paramètre risque de manquer on le remplace par _ |
||
49 | |||
50 | !set anglepointpointpointformal=!nosubst the angle $(M_objet[3])$(M_objet[4])$(M_objet[5]) |
||
51 | !set angle_point_formal=!nosubst an angle at $(M_objet[4]) |
||
52 | |||
53 | !set bisectorlinelineformal=!nosubst the bisector $(M_objet[1]) of the lines $(M_objet[3]) and $(M_objet[4]) |
||
54 | !set bisectorpointpointpointformal=!nosubst the line bisector $(M_objet[1]) of the angle $(M_objet[3])$(M_objet[4])$(M_objet[5]) |
||
55 | |||
56 | !set centercircleformal=!nosubst the center $(M_objet[1]) of the circle $(M_objet[3]) |
||
57 | !set centersegmentformal=!nosubst the midcenter $(M_objet[1]) of the segment $(M_objet[3]) |
||
58 | !set centerpointpointformal=!nosubst the midcenter $(M_objet[1]) of the points $(M_objet[3]) and $(M_objet[4]) |
||
59 | |||
60 | !set circle__formal=!nosubst a circle $(M_objet[1]) |
||
61 | !set circlepoint_formal=!nosubst a circle $(M_objet[1]) with center $(M_objet[3]) |
||
62 | !set circlepointnumericformal=!nosubst the circle $(M_objet[1]) with center $(M_objet[3]) and radius $(M_objet[4]) |
||
63 | !set circle_pointformal=!nosubst a circle $(M_objet[1]) through $(M_objet[4]) |
||
64 | !set circle_numericformal=!nosubst a circle $(M_objet[1]) with radius $(M_objet[4]) |
||
65 | !set circlepointpointformal=!nosubst the circle $(M_objet[1]) with center $(M_objet[3]) through $(M_objet[4]) |
||
66 | !set circlepointpointpointformal=!nosubst the circle $(M_objet[1]) through $(M_objet[3]), $(M_objet[4]) and $(M_objet[5]) |
||
67 | |||
68 | !set conicpointpointpointpointpointformal=!nosubst the conic $(M_objet[1]) through the points $(M_objet[3]), $(M_objet[4]), $(M_objet[5]), $(M_objet[6]) and $(M_objet[7]) |
||
69 | !set conicpointpointpointpoint_formal=!nosubst a conic $(M_objet[1]) through the points $(M_objet[3]), $(M_objet[4]), $(M_objet[5]) and $(M_objet[6]) |
||
70 | !set conicpointpointpoint__formal=!nosubst a conic $(M_objet[1]) through the points $(M_objet[3]), $(M_objet[4]) and $(M_objet[5]) |
||
71 | !set conicpointpoint___formal=!nosubst a conic $(M_objet[1]) through the points $(M_objet[3]) and $(M_objet[4]) |
||
72 | |||
73 | !set curveformal=!nosubst the polynomial curve |
||
74 | !set ellipseformal=!nosubst the ellipse |
||
75 | !set functionformal=!nosubst the curve of equation y = $(M_objet[1]) |
||
76 | !set hyperbolaformal=!nosubst the hyperbola |
||
77 | |||
78 | !set intersectionlinelineformal=!nosubst the intersection $(M_objet[1]) of $(M_objet[3]) and $(M_objet[4]) |
||
79 | !set intersectioncirclecircleformal=!nosubst an intersection point $(M_objet[1]) of $(M_objet[3]) and of $(M_objet[4]) |
||
80 | !set intersectioncirclecirclenumericformal=!nosubst an intersection point $(M_objet[1]) of $(M_objet[3]) and of $(M_objet[4]) |
||
81 | |||
82 | !set line__formal=!nosubst a line $(M_objet[1]) |
||
83 | !set linepoint_formal=!nosubst a line $(M_objet[1]) through $(M_objet[3]) |
||
84 | !set line_pointformal=!nosubst a line $(M_objet[1]) through $(M_objet[4]) |
||
85 | !set linepointlineformal=!nosubst the line $(M_objet[1]) through $(M_objet[3]) parallel to $(M_objet[4]) |
||
86 | !set line_lineformal=!nosubst a line $(M_objet[1]) parallel to $(M_objet[4]) |
||
87 | !set linepointpointformal=!nosubst the line $(M_objet[1]) through $(M_objet[3]) and $(M_objet[4]) |
||
88 | !set linepointvectorformal=!nosubst the line $(M_objet[1]) through $(M_objet[3]) and de vector directeur $(M_objet[4]) |
||
89 | |||
90 | !set midperpendicularsegmentformal=!nosubst the line midperpendicular $(M_objet[1]) of the segment $(M_objet[3]) |
||
91 | !set midperpendicularpointpointformal=!nosubst the line midperpendicular $(M_objet[1]) of the segment [$(M_objet[3]), $(M_objet[4])] |
||
92 | |||
93 | !set numericformal=!nosubst the variable $(M_objet[1]) with value $(M_objet[3]) |
||
94 | !set parabolaformal=!nosubst the parabola |
||
95 | |||
96 | !set perpendicularpointlineformal=!nosubst the line $(M_objet[1]) perpendicular to $(M_objet[4]) and through $(M_objet[3]) |
||
97 | |||
98 | !!defaut |
||
99 | !set pointnumericformal=!nosubst a point $(M_objet[1]) on $(M_objet[3]) |
||
100 | !set point_formal=!nosubst a point $(M_objet[1]) |
||
101 | !set pointformal=!nosubst a point $(M_objet[1]) |
||
102 | !set pointlineformal=!nosubst a point $(M_objet[1]) on the line $(M_objet[3]) |
||
103 | !set pointcircleformal=!nosubst a point $(M_objet[1]) on the circle $(M_objet[3]) |
||
104 | !set pointsegmentformal=!nosubst a point $(M_objet[1]) on the segment $(M_objet[3]) |
||
105 | !set pointpointnumericformal=!nosubst a point $(M_objet[1]) at the distance $(M_objet[4]) from $(M_objet[3]) |
||
106 | !set pointpolygonformal=!nosubst a point $(M_objet[1]) on the polygon $(M_objet[3]) |
||
107 | |||
108 | !set polygonpointpointnumericformal=!nosubst the regular polygon with $(M_objet[5]) côtés with $(M_objet[3])$(M_objet[4]) dgeas a e |
||
9843 | bpr | 109 | !set polygon4formal=!nosubst the square with $(M_objet[3])$(M_objet[4]) as a edge |
776 | bpr | 110 | !set polygon3formal=!nosubst the equilateral triangle with $(M_objet[3])$(M_objet[4]) as a edge |
111 | !set polygon5formal=!nosubst the regular pentagon with $(M_objet[3])$(M_objet[4]) as a edge |
||
112 | !set polygont6formal=!nosubst the regular hexagon with $(M_objet[3])$(M_objet[4]) as a edge |
||
113 | !set polygon7formal=!nosubst the regular heptagon with $(M_objet[3])$(M_objet[4]) as a edge |
||
114 | !set polygon8formal=!nosubst the regular octagon with $(M_objet[3])$(M_objet[4]) as e edge |
||
115 | |||
116 | |||
117 | !set polygonpointpointpointformal=!nosubst $(M_objet[1]) the triangle $(M_objet[3])$(M_objet[4])$(M_objet[5]) |
||
9843 | bpr | 118 | !set polygonpointpointpointformal=!nosubst $(M_objet[1]) the triangle $(M_objet[3])$(M_objet[4])$(M_objet[5]) |
776 | bpr | 119 | !set polygonpoint4formal=!nosubst $(M_objet[1]) the quadrilatere $(M_objet[3])$(M_objet[4])$(M_objet[5])$(M_objet[6]) |
120 | !set polygonpoint5formal=!nosubst $(M_objet[1]) the pentagon $(M_objet[3])$(M_objet[4])$(M_objet[5])$(M_objet[6])$(M_objet[7]) |
||
121 | !set polygonpoint6formal=!nosubst $(M_objet[1]) the hexagon $(M_objet[3])$(M_objet[4])$(M_objet[5])$(M_objet[6])$(M_objet[7])$(M_objet[8]) |
||
122 | !set polygonpoint7formal=!nosubst $(M_objet[1]) the heptagon $(M_objet[3])$(M_objet[4])$(M_objet[5])$(M_objet[6])$(M_objet[7])$(M_objet[8])$(M_objet[9]) |
||
123 | !set polygonpoint8formal=!nosubst $(M_objet[1]) the octagon $(M_objet[3])$(M_objet[4])$(M_objet[5])$(M_objet[6])$(M_objet[7])$(M_objet[8])$(M_objet[9])$(M_objet[10]) |
||
124 | !set polygonpointformal=!nosubst $(M_objet[1]) the polygon $(M_objet[3])$(M_objet[4])$(M_objet[5])$(M_objet[6])$(M_objet[7])$(M_objet[8])$(M_objet[9])$(M_objet[10])$(M_objet[11])$(M_objet[12])$(M_objet[13])$(M_objet[14]) ... |
||
125 | |||
126 | |||
127 | !set raypointpointformal=!nosubst the ray $(M_objet[1]) from $(M_objet[3]) through $(M_objet[4]) |
||
128 | !set raypoint_formal=!nosubst a ray $(M_objet[1]) from $(M_objet[3]) |
||
129 | !set ray_pointformal=!nosubst the ray $(M_objet[1]) through $(M_objet[4]) |
||
130 | !set raypointvectorformal=!nosubst the ray $(M_objet[1]) from $(M_objet[3]) with direction vector $(M_objet[4]) |
||
131 | !set ray_vectorformal=!nosubst the ray $(M_objet[1]) from $(M_objet[3]) with direction the vector $(M_objet[4]) |
||
132 | |||
133 | !set rotationlinenumericpointformal=!nosubst the image $(M_objet[1]) of the line $(M_objet[3]) by the rotation around $(M_objet[5]) by angle $(M_objet[4]) |
||
134 | !set rotationpointnumericpointformal=!nosubst the image $(M_objet[1]) of the point $(M_objet[3]) by the rotation around $(M_objet[5]) by angle $(M_objet[4]) |
||
135 | !set rotationvectornumericpointformal=!nosubst the image $(M_objet[1]) of the vector $(M_objet[3]) by the rotation around $(M_objet[5]) by angle $(M_objet[4]) |
||
136 | |||
137 | !set segmentpoint_formal=!nosubst a segment $(M_objet[1]) with endpoint $(M_objet[3]) |
||
138 | !set segment_pointformal=!nosubst a segment $(M_objet[1]) with endpoint $(M_objet[3]) |
||
139 | !set segmentpointnumericformal=!nosubst the segment $(M_objet[1]) with endpoint $(M_objet[3]) and with length $(M_objet[4]) |
||
140 | !set segmentpointpointformal=!nosubst the segment $(M_objet[1]) with endpoints $(M_objet[3]) and $(M_objet[4]) |
||
141 | !set segmentpointpointpolygonformal=!nosubst the segment $(M_objet[1]) with endpoints $(M_objet[3]) and $(M_objet[4]) which belongs to the polygon $(M_objet[5]) |
||
142 | |||
143 | !set symetrylinelineformal=!nosubst the symmetric image $(M_objet[1]) of the line $(M_objet[3]) at line $(M_objet[4]) |
||
144 | !set symetrylinepointformal=!nosubst the symmetric image $(M_objet[1]) of the line $(M_objet[3]) around $(M_objet[4]) |
||
145 | !set symetrypointlineformal=!nosubst the mirror image $(M_objet[1]) of the point $(M_objet[3]) at line $(M_objet[4]) |
||
146 | !set symetrypointpointformal=!nosubst the symmetric image $(M_objet[1]) of the point $(M_objet[3]) around the point $(M_objet[4]) |
||
147 | |||
148 | !set tangentpointcircleformal=!nosubst a tangent $(M_objet[1]) to the circle $(M_objet[4]) through $(M_objet[3]) |
||
149 | |||
150 | !set textformal=!nosubst the text $(M_objet[1]) |
||
151 | |||
152 | !set translationlinevectorformal=!nosubst the translation $(M_objet[1]) of the line $(M_objet[3]) by vector $(M_objet[4]) |
||
153 | !set translationpointvectorformal=!nosubst the translation $(M_objet[1]) of the point $(M_objet[3]) by vector $(M_objet[4]) |
||
154 | !set translationvectorpointformal=!nosubst the vector $(M_objet[1]) from $(M_objet[4]) of direction the vector $(M_objet[3]) |
||
155 | |||
156 | !set vectorpointpointformal=!nosubst the vector $(M_objet[1]) from $(M_objet[3]) to $(M_objet[4]) |
||
157 | !set vector_pointformal=!nosubst a vector $(M_objet[1]) with endpoint $(M_objet[4]) |
||
158 | !set vectorpoint_formal=!nosubst a vector $(M_objet[1]) from $(M_objet[3]) |
||
159 | !set vectorpointnumericformal=!nosubst the vector $(M_objet[1]) from $(M_objet[3]), with length $(M_objet[4]) |
||
160 | !set vectorpointformal=!nosubst the vector $(M_objet[1]) from O to $(M_objet[3]) |
||
161 | |||
9854 | bpr | 162 | !set middlepointpointformal=!nosubst the middle of the segment $(M_objet[3])$(M_objet[4]) |
9857 | bpr | 163 | !set perpendicularpointlineformal=!nosubst the line $(M_objet[1]) perpendiculary to $(M_objet[4]) and going through $(M_objet[3]) |
9854 | bpr | 164 | |
776 | bpr | 165 | !set w_penalty=You have been penalised because there are two many objects. |
166 | !set w_analyze=You have build: |
||
167 | !set w_NO= No. You should have built |
||
168 | !set w_OK= Yes. You have build |
||
169 | !set w_yes= Yes. |
||
170 | !set w_no= No. |
||
171 | !set w_and=and |
||
172 | !set w_uname= Objet mal nommé |
||
173 | !set w_ARC=Cercle DemiCercle ArcCercle ArcCercleCirconscrit |
||
174 | |||
6599 | bpr | 175 |