</message>
<message>
<source>MEN_CHECK</source>
- <translation>Check</translation>
+ <translation>Check Shape</translation>
</message>
<message>
<source>MEN_CHECK_COMPOUND</source>
</message>
<message>
<source>MEN_TOLERANCE</source>
- <translation>Compute Tolerance</translation>
+ <translation>Tolerance</translation>
</message>
<message>
<source>MEN_TOOLS</source>
</message>
<message>
<source>STB_BASIC_PROPS</source>
- <translation>Basic properties</translation>
+ <translation>Show basic properties of the shape</translation>
</message>
<message>
<source>STB_BND_BOX</source>
- <translation>Compute bounding box</translation>
+ <translation>Compute bounding box of the shape</translation>
</message>
<message>
<source>STB_BOX</source>
</message>
<message>
<source>STB_CHECK</source>
- <translation>Check</translation>
+ <translation>Check shape validity</translation>
</message>
<message>
<source>STB_CHECK_COMPOUND</source>
</message>
<message>
<source>STB_INERTIA</source>
- <translation>Compute intertia</translation>
+ <translation>Compute moments of intertia of the shape</translation>
</message>
<message>
<source>STB_ISOS</source>
</message>
<message>
<source>STB_MASS_CENTER</source>
- <translation>Compute center of mass</translation>
+ <translation>Compute center of mass of the shape</translation>
</message>
<message>
<source>STB_MIN_DIST</source>
- <translation>Compute minimum distance</translation>
+ <translation>Compute minimum distance between two objects</translation>
</message>
<message>
<source>STB_MIRROR</source>
</message>
<message>
<source>STB_POINT_COORDS</source>
- <translation>Point coordinates</translation>
+ <translation>Display point coordinates</translation>
</message>
<message>
<source>STB_POINT_ON_EDGE</source>
</message>
<message>
<source>STB_TOLERANCE</source>
- <translation>Compute tolerance</translation>
+ <translation>Compute tolerance of the shape</translation>
</message>
<message>
<source>STB_TORUS</source>
<source>TOOL_ADVANCED</source>
<translation>Advanced</translation>
</message>
+ <message>
+ <source>TOOL_MEASURES</source>
+ <translation>Measures</translation>
+ </message>
<message>
<source>TOP_ARC</source>
<translation>Create an arc</translation>
</message>
<message>
<source>TOP_BND_BOX</source>
- <translation>Compute bounding box</translation>
+ <translation>Bounding box</translation>
</message>
<message>
<source>TOP_BOX</source>
</message>
<message>
<source>TOP_CHECK</source>
- <translation>Check</translation>
+ <translation>Check shape</translation>
</message>
<message>
<source>TOP_CHECK_COMPOUND</source>
</message>
<message>
<source>TOP_INERTIA</source>
- <translation>Compute intertia</translation>
+ <translation>Moments of intertia</translation>
</message>
<message>
<source>TOP_ISOS</source>
</message>
<message>
<source>TOP_MASS_CENTER</source>
- <translation>Compute center of mass</translation>
+ <translation>Center of mass</translation>
</message>
<message>
<source>TOP_MIN_DIST</source>
- <translation>Compute minimum distance</translation>
+ <translation>Minimum distance</translation>
</message>
<message>
<source>TOP_MIRROR</source>
</message>
<message>
<source>TOP_TOLERANCE</source>
- <translation>Compute tolerance</translation>
+ <translation>Tolerance</translation>
</message>
<message>
<source>TOP_TORUS</source>
</message>
<message>
<source>TOP_NORMALE</source>
- <translation>Compute normal to a face</translation>
+ <translation>Normal to a face</translation>
</message>
<message>
<source>MEN_NORMALE</source>
</message>
<message>
<source>STB_NORMALE</source>
- <translation>Compute normal to a face in a point (optional)</translation>
+ <translation>Compute normal to the face</translation>
</message>
<message>
<source>TOP_MEASURE_ANGLE</source>
- <translation>Compute angle</translation>
+ <translation>Angle</translation>
</message>
<message>
<source>MEN_MEASURE_ANGLE</source>
createTool( GEOMOp::OpSolid, buildTbId );
createTool( GEOMOp::OpCompound, buildTbId );
+ int measureTbId = createTool( tr( "TOOL_MEASURES" ) );
+ createTool( GEOMOp::OpPointCoordinates, measureTbId );
+ createTool( GEOMOp::OpProperties, measureTbId );
+ createTool( GEOMOp::OpCenterMass, measureTbId );
+ createTool( GEOMOp::OpInertia, measureTbId );
+ createTool( GEOMOp::OpNormale, measureTbId );
+ createTool( separator(), measureTbId );
+ createTool( GEOMOp::OpBoundingBox, measureTbId );
+ createTool( GEOMOp::OpMinDistance, measureTbId );
+ createTool( GEOMOp::OpAngle, measureTbId );
+ createTool( GEOMOp::OpTolerance , measureTbId );
+ createTool( separator(), measureTbId );
+ createTool( GEOMOp::OpFreeBoundaries, measureTbId );
+ createTool( GEOMOp::OpFreeFaces, measureTbId );
+ createTool( separator(), measureTbId );
+ createTool( GEOMOp::OpWhatIs, measureTbId );
+ createTool( GEOMOp::OpCheckShape, measureTbId );
+ createTool( GEOMOp::OpCheckCompound, measureTbId );
+
int advancedTbId = createTool( tr( "TOOL_ADVANCED" ) );
createTool( GEOMOp::OpPipeTShape, advancedTbId );
//@@ insert new functions before this line @@//