From: gdd Date: Fri, 4 May 2012 16:02:33 +0000 (+0000) Subject: Update French translations X-Git-Tag: V6_5_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=022e426cee61d109784fbddc6dad9e9f71bf1a7c;p=modules%2Fgeom.git Update French translations Small change in Material dialog --- diff --git a/src/GEOMGUI/GEOM_msg_fr.ts b/src/GEOMGUI/GEOM_msg_fr.ts index 2abd8fad4..b4be2f445 100644 --- a/src/GEOMGUI/GEOM_msg_fr.ts +++ b/src/GEOMGUI/GEOM_msg_fr.ts @@ -3536,7 +3536,7 @@ Choisissez une face, une coque ou un solide et essayez de nouveau STB_POP_MATERIAL_PROPERTIES - Définir un propriétés des matériaux + Définir les propriétés du matériau SUPPRESS_RESULT @@ -5224,11 +5224,11 @@ Voulez-vous continuer? GEOMToolsGUI_MaterialPropertiesDlg MATERIAL_PROPERTIES_TLT - Color and Material Properties + Couleur et propriétés des matériaux REFLECTION_0 - Ambient + Ambiante REFLECTION_1 @@ -5236,7 +5236,7 @@ Voulez-vous continuer? REFLECTION_2 - Specular + Spéculaire REFLECTION_3 @@ -5244,48 +5244,48 @@ Voulez-vous continuer? ENABLED - Enabled + Activée SHININESS - Shininess: + Brillance: PHYSICAL - Physical + Couleur imposée ADD_MATERIAL - Add material + Ajouter un matériau DELETE_MATERIAL - Remove material + Supprimer un matériau RENAME_MATERIAL - Rename material + Renommer un matériau CURRENT_MATERIAL - [ Current ] + [ En cours ] CURRENT_COLOR - Color + Couleur CUSTOM_MATERIAL - Custom material + matériau personnalisé QUE_CREATE_NEW_MATERIAL - Changing properties of pre-defined material is not allowed. -Do you want to create new material? + Il n'est pas possible de changer les propriétés d'un matériau pré-défini. +Voulez-vous en créer un nouveau ? QUE_REMOVE_MATERIAL - Remove material %1? + Supprimer le matériau %1? OK_BTN diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx index 63ab5af82..eea571c5f 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx @@ -180,7 +180,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget* propLayout->addWidget( myColorLab, 0, 0 ); propLayout->addWidget( myColor, 0, 1 ); propLayout->addWidget( line1, 1, 0, 1, 4 ); - propLayout->addWidget( myPhysical, 2, 0 ); + propLayout->addWidget( myPhysical, 2, 0, 1, 2 ); for ( int i = Material_Model::Ambient; i <= Material_Model::Emissive; i++ ) { propLayout->addWidget( myReflection[i].label, i+3, 0 ); propLayout->addWidget( myReflection[i].color, i+3, 1 );