Salome HOME
32b56ab36a2cddd6b9891fe5bd86df87d8e195a9
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_msg_en.ts
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE TS>
3 <TS version="2.0" language="en_US">
4   <context>
5     <name>Sketch</name>
6     <message>
7       <source>Model_FeatureValidator: Attribute "DirX" is not initialized.</source>
8       <translation>Select a plane for the sketch</translation>
9     </message>
10     <message>
11       <source>Model_FeatureValidator: Attribute "Features" is not initialized.</source>
12       <translation>Sketch objects are not defined</translation>
13     </message>
14   </context>
15   
16   <context>
17     <name>SketchCircle</name>
18     <message>
19       <source>CircleRadius - GeomValidators_Positive: Double is not positive.</source>
20       <translation>Radius value is not defined</translation>
21     </message>
22     <message>
23       <source>Model_FeatureValidator: Attribute "CircleCenter" is not initialized.</source>
24       <translation>A center point is not selected</translation>
25     </message>
26     <message>
27       <source>Model_FeatureValidator: Attribute "FirstPoint" is not initialized.</source>
28       <translation>A first point is not selected</translation>
29     </message>
30     <message>
31       <source>Model_FeatureValidator: Attribute "SecondPoint" is not initialized.</source>
32       <translation>A second point is not selected</translation>
33     </message>
34     <message>
35       <source>Model_FeatureValidator: Attribute "ThirdPoint" is not initialized.</source>
36       <translation>A third point is not selected</translation>
37     </message>
38     <message>
39       <source>Attribute "CircleCenter" is locked by modification value in the viewer.</source>
40       <translation>Select a center point</translation>
41     </message>
42     <message>
43       <source>Attribute "CircleRadius" is locked by modification value in the viewer.</source>
44       <translation>Select a radius distance</translation>
45     </message>
46   </context>
47   
48   <context>
49     <name>SketchConstraintHorizontal</name>
50     <message>
51       <source>Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized.</source>
52       <translation>Line is not selected</translation>
53     </message>
54     <message>
55       <source>ModelAPI_StateInvalidArgument</source>
56       <translation>Wrong object is selected</translation>
57     </message>
58   </context>
59   
60   <context>
61     <name>SketchConstraintPerpendicular</name>
62     <message>
63       <source>Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized.</source>
64       <translation>First line is not selected</translation>
65     </message>
66     <message>
67       <source>Model_FeatureValidator: Attribute "ConstraintEntityB" is not initialized.</source>
68       <translation>Select second line is not selected</translation>
69     </message>
70   </context>
71   
72   <context>
73     <name>SketchConstraintRadius</name>
74     <message>
75       <source>Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized.</source>
76       <translation>Circle is nopt selected</translation>
77     </message>
78   </context>
79   
80   <context>
81     <name>SketchConstraintVertical</name>
82     <message>
83       <source>ModelAPI_StateInvalidArgument</source>
84       <translation>Wrong object is selected</translation>
85     </message>
86     <message>
87       <source>Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized.</source>
88       <translation>Line is not selected</translation>
89     </message>
90   </context>
91   
92   <context>
93     <name>SketchLine</name>
94     <message>
95       <source>GeomValidators_Different: Attributes StartPoint and EndPoint are equal.</source>
96       <translation>Start point and end point are the same</translation>
97     </message>
98     <message>
99       <source>Model_FeatureValidator: Attribute "EndPoint" is not initialized.</source>
100       <translation>End point is not selected</translation>
101     </message>
102     <message>
103       <source>Attribute "EndPoint" is locked by modification value in the viewer.</source>
104       <translation>Select an end point in the viewer</translation>
105     </message>
106     <message>
107       <source>Attribute "StartPoint" is locked by modification value in the viewer.</source>
108       <translation>Select a start point in the viewer</translation>
109     </message>
110   </context>
111   
112   <context>
113     <name>SketchPoint</name>
114     <message>
115       <source>Model_FeatureValidator: Attribute "PointCoordindates" is not initialized.</source>
116       <translation>Point is not defined</translation>
117     </message>
118     <message>
119       <source>Attribute "PointCoordindates" is locked by modification value in the viewer.</source>
120       <translation>Select a point</translation>
121     </message>
122   </context>
123   
124   <context>
125     <name>SketchRectangle</name>
126     <message>
127       <source>GeomValidators_Different: Attributes RectStartPoint and RectEndPoint are equal.</source>
128       <translation>Start point and end point must be different</translation>
129     </message>
130     <message>
131       <source>Attribute "RectEndPoint" is locked by modification value in the viewer.</source>
132       <translation>Select a end point of the rectangle</translation>
133     </message>
134     <message>
135       <source>Attribute "RectStartPoint" is locked by modification value in the viewer.</source>
136       <translation>Select a first point of the rectangle</translation>
137     </message>
138   </context>
139
140   <context>
141     <name>SketchArc</name>
142     <message>
143       <source>ArcRadius - GeomValidators_Positive: Double is not initialized.</source>
144       <translation>Radius is not defined</translation>
145     </message>
146     <message>
147       <source>ArcTangentPoint - SketchPlugin_ArcTangentPoint: The attribute ArcTangentPoint should be a point</source>
148       <translation></translation>
149     </message>
150     <message>
151       <source>Attribute "ArcCenter" is locked by modification value in the viewer.</source>
152       <translation>Select a center point</translation>
153     </message>
154     <message>
155       <source>Attribute "ArcCenter" is not initialized.</source>
156       <translation>Center point is not defined</translation>
157     </message>
158     <message>
159       <source>Attribute "ArcEndPoint" is locked by modification value in the viewer.</source>
160       <translation>Select an end point</translation>
161     </message>
162     <message>
163       <source>Attribute "ArcPassedPoint" is locked by modification value in the viewer.</source>
164       <translation>Select an intermediate point</translation>
165     </message>
166     <message>
167       <source>Attribute "ArcStartPoint" is locked by modification value in the viewer.</source>
168       <translation>Select a start point</translation>
169     </message>
170     <message>
171       <source>GeomValidators_Different: Attributes ArcCenter and ArcStartPoint are equal.</source>
172       <translation>Center point and end point must be different</translation>
173     </message>
174     <message>
175       <source>GeomValidators_Different: Attributes ArcStartPoint and ArcEndPoint are equal.</source>
176       <translation>Start point and end point must be different</translation>
177     </message>
178     <message>
179       <source>Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized.</source>
180       <translation>End point is not defined</translation>
181     </message>
182     <message>
183       <source>Model_FeatureValidator: Attribute "ArcPassedPoint" is not initialized.</source>
184       <translation>Intermediate point is not defined</translation>
185     </message>
186   </context>
187 </TS>