mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-04 01:15:38 +05:00
RNC: Added some traductions variables instead of hard written text
This commit is contained in:
parent
39c8597304
commit
4ef0c8a463
@ -70,8 +70,8 @@ BasicGUI_CircleDlg::BasicGUI_CircleDlg( GeometryGUI* theGeometryGUI, QWidget* pa
|
||||
GroupPntVecR = new DlgRef_2Sel1Spin( centralWidget() );
|
||||
GroupPntVecR->GroupBox1->setTitle( tr( "GEOM_ARGUMENTS" ) );
|
||||
|
||||
GroupPntVecR->TextLabel1->setText( tr( "GEOM_CENTER_POINT" ) + " (Origin by default)" );
|
||||
GroupPntVecR->TextLabel2->setText( tr( "GEOM_VECTOR" ) + " (Z axis by default)" );
|
||||
GroupPntVecR->TextLabel1->setText( tr( "GEOM_CENTER_POINT" ) + " " + tr( "GEOM_CENTER_DEFAULT" ) );
|
||||
GroupPntVecR->TextLabel2->setText( tr( "GEOM_VECTOR" ) + " " + tr( "GEOM_AXIS_DEFAULT" ) );
|
||||
GroupPntVecR->TextLabel3->setText( tr( "GEOM_RADIUS" ) );
|
||||
GroupPntVecR->PushButton1->setIcon( image1 );
|
||||
GroupPntVecR->PushButton2->setIcon( image1 );
|
||||
|
@ -277,10 +277,15 @@ Please, select face, shell or solid and try again</translation>
|
||||
<source>GEOM_CENTER</source>
|
||||
<translation>Center</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_CENTER_DEFAULT</source>
|
||||
<translation>(Origin by default)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_CENTER_POINT</source>
|
||||
<translation>Center Point</translation>
|
||||
</message>
|
||||
|
||||
<message>
|
||||
<source>GEOM_CENTRAL_POINT</source>
|
||||
<translation>Central Point</translation>
|
||||
@ -1905,6 +1910,11 @@ Please, select face, shell or solid and try again</translation>
|
||||
<source>GEOM_VECTOR</source>
|
||||
<translation>Vector</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_AXIS_DEFAULT</source>
|
||||
<translation>(Z axis by default)</translation>
|
||||
</message>
|
||||
|
||||
<message>
|
||||
<source>GEOM_VECTOR_LENGTH</source>
|
||||
<translation>Vector Length :</translation>
|
||||
|
@ -277,6 +277,10 @@ Choisissez une face, une coque ou un solide et essayez de nouveau</translation>
|
||||
<source>GEOM_CENTER</source>
|
||||
<translation>Centre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_CENTER_DEFAULT</source>
|
||||
<translation> (Origine par défaut)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_CENTER_POINT</source>
|
||||
<translation>Point Central </translation>
|
||||
@ -1905,6 +1909,10 @@ Choisissez une face, une coque ou un solide et essayez de nouveau</translation>
|
||||
<source>GEOM_VECTOR</source>
|
||||
<translation>Vecteur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_AXIS_DEFAULT</source>
|
||||
<translation> (Axe Z par défaut)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_VECTOR_LENGTH</source>
|
||||
<translation>Longueur d'un vecteur :</translation>
|
||||
|
Loading…
Reference in New Issue
Block a user