]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
RNC: Added some traductions variables instead of hard written text
authorgdd <gdd>
Tue, 9 Nov 2010 15:53:06 +0000 (15:53 +0000)
committergdd <gdd>
Tue, 9 Nov 2010 15:53:06 +0000 (15:53 +0000)
src/BasicGUI/BasicGUI_CircleDlg.cxx
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts

index 6dfae46c684cd63784671c9f0f6201ca018d8c5c..5c9ab11c0e769f52203dc2bda3caf4ae4fff8321 100644 (file)
@@ -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 );
index 96c702cb96b8d6842298522e77d11fd5b4c32203..0868bf14c330915fd26e818781d13ca59951ae26 100644 (file)
@@ -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>
index 5394bf72fc01a9e7e53463585ddebdc2a713f535..112c1bbfa4191c597f9d7c0ffe690b0213075bd9 100644 (file)
@@ -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&apos;un vecteur :</translation>