<translation>Select All</translation>
</message>
<message>
- <source>SELECT_SUB_SHAPES</source>
- <translation>Select Sub-Shapes</translation>
+ <source>SHAPE_SEL_RESTR</source>
+ <translation>Main Shape Selection restriction</translation>
</message>
<message>
<source>SHAPE_TYPE</source>
<translation>Shape Type</translation>
</message>
<message>
- <source>ALL_SUBSHAPES</source>
- <translation>All</translation>
+ <source>NO_RESTR</source>
+ <translation>No restriction</translation>
</message>
<message>
- <source>GET_IN_PLACE</source>
- <translation>In Place of Second Shape</translation>
+ <source>GEOM_PARTS_OF_SHAPE2</source>
+ <translation>Geometrical parts of the Second Shape</translation>
</message>
<message>
<source>SUBSHAPES_OF_SHAPE2</source>
- <translation>Sub-Shapes of Second Shape</translation>
+ <translation>Only Sub-Shapes of the Second Shape</translation>
</message>
<message>
<source>SECOND_SHAPE</source>
myShape2Name->setReadOnly( true );
myShape2Name->setEnabled( false );
- mySelectionWayGroupBox = new QGroupBox( tr("SELECT_SUB_SHAPES"), GroupMedium );
+ mySelectionWayGroupBox = new QGroupBox( tr("SHAPE_SEL_RESTR"), GroupMedium );
mySelectionWayGroup = new QButtonGroup( mySelectionWayGroupBox );
- QRadioButton* allSubs = new QRadioButton( tr( "ALL_SUBSHAPES" ) , mySelectionWayGroupBox );
- QRadioButton* inPlaceSubs = new QRadioButton( tr( "GET_IN_PLACE" ) , mySelectionWayGroupBox );
- QRadioButton* shape2Subs = new QRadioButton( tr( "SUBSHAPES_OF_SHAPE2" ), mySelectionWayGroupBox );
+ QRadioButton* allSubs = new QRadioButton( tr( "NO_RESTR" ) , mySelectionWayGroupBox );
+ QRadioButton* inPlaceSubs = new QRadioButton( tr( "GEOM_PARTS_OF_SHAPE2" ), mySelectionWayGroupBox );
+ QRadioButton* shape2Subs = new QRadioButton( tr( "SUBSHAPES_OF_SHAPE2" ) , mySelectionWayGroupBox );
QVBoxLayout* mySelWayLayout = new QVBoxLayout( mySelectionWayGroupBox );
mySelWayLayout->setMargin( 9 );
mySelWayLayout->setSpacing( 6 );