From: gdd Date: Fri, 11 May 2012 13:10:25 +0000 (+0000) Subject: Add/update translations X-Git-Tag: V6_5_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=053efd36ed32e373136746afcc44cf5c6dda8858;p=modules%2Fvisu.git Add/update translations --- diff --git a/src/VISUGUI/VISU_msg_en.ts b/src/VISUGUI/VISU_msg_en.ts index cda4bc29..40bcbdbb 100644 --- a/src/VISUGUI/VISU_msg_en.ts +++ b/src/VISUGUI/VISU_msg_en.ts @@ -1482,6 +1482,10 @@ Please, provide non-empty resulting presentation. VisuGUI_CutLinesDlg + + PLANE_NUMBER + Plane #%1 + BASE_PLANE_POS Base plane position @@ -1679,6 +1683,10 @@ Please, provide non-empty resulting presentation. LBL_DEFROMATION_VECT Vectors : + + PLANE_NUMBER + Plane #%1 + VisuGUI_DeformedShapeDlg diff --git a/src/VISUGUI/VISU_msg_fr.ts b/src/VISUGUI/VISU_msg_fr.ts index c4e41e81..741f28b1 100755 --- a/src/VISUGUI/VISU_msg_fr.ts +++ b/src/VISUGUI/VISU_msg_fr.ts @@ -351,7 +351,7 @@ Le nombre de pas de temps ou le nombre de composants ne sont pas les mêmes! VISU_MODULUS - Modulus + Module VISU_NB_COLORS @@ -845,7 +845,7 @@ le '%1' paramètre des préférences du module Post-Pro. MEN_CUT_SEGMENT - Segment de coupe + Segments de coupe MEN_CUT_PLANES @@ -1566,6 +1566,30 @@ Indiquez une présentation non vide. VisuGUI_CutLinesDlg + + Cut Lines Definition + Définition des lignes de coupe + + + Position + Position + + + Set default + Définir par défaut + + + Scalar Bar + Barre scalaire + + + Input + Données d'entrée + + + PLANE_NUMBER + Plan n°%1 + BASE_PLANE_POS Position du plan de base @@ -1645,13 +1669,25 @@ Indiquez une présentation non vide. VisuGUI_CutSegmentDlg + + Cut Segment Definition + Définition des segments de coupe + + + Scalar Bar + Barre scalaire + + + Input + Données d'entrée + LBL_ABSOLUTE_LENGTH Utiliser la longueur absolue LBL_CUT_SEGMENT - Segment de coupe + Segments de coupe LBL_GENERATE_CURVES @@ -1675,7 +1711,7 @@ Indiquez une présentation non vide. LBL_SEGMENT - Segment + Segments LBL_SHOW_PREVIEW @@ -1696,6 +1732,22 @@ Indiquez une présentation non vide. VisuGUI_CutPlanesDlg + + Cut Planes Definition + Définition des plans de coupe + + + Cut Planes + Plans de coupe + + + Scalar Bar + Barre scalaire + + + Input + Données d'entrée + &Cancel &Annuler @@ -1707,6 +1759,14 @@ Indiquez une présentation non vide. VisuGUI_CutPlanesPane + + Position + Position + + + Set default + Définir par défaut + LBL_NB_PLANS Nombre de plans: @@ -1763,6 +1823,10 @@ Indiquez une présentation non vide. LBL_DEFROMATION_VECT Vecteurs : + + PLANE_NUMBER + Plan n°%1 + VisuGUI_DeformedShapeDlg @@ -2250,6 +2314,10 @@ Indiquez une présentation non vide. USE_CUSTOM_RANGE Utiliser l'intervalle de valeurs personnalisé + + Update scalar bar range with these values + Mettre à jour la barre avec ces valeurs + VisuGUI_IsoSurfacesDlg @@ -2265,6 +2333,18 @@ Indiquez une présentation non vide. DEFINE_ISOSURFACES Définition des surfaces isométriques + + Iso Surface + Surfaces isométriques + + + Scalar Bar + Barre scalaire + + + Input + Données d'entrée + VisuGUI_ItemContainer @@ -3765,7 +3845,7 @@ Consulter la documentation de QT. TIT_BAR_PREF - Paramètres de la barre + Propriétés de la barre LBL_TITLE_W diff --git a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx index 61568dc8..4884d842 100644 --- a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx @@ -270,8 +270,8 @@ VisuGUI_CutLinesDlg::VisuGUI_CutLinesDlg (SalomeApp_Module* theModule) myPosTable->setEditTriggers( (QAbstractItemView::EditTriggers)(QAbstractItemView::AllEditTriggers &(~QAbstractItemView::CurrentChanged))); QStringList aLabels; - aLabels.append( "Position" ); - aLabels.append( "Set default" ); + aLabels.append( tr("Position" )); + aLabels.append( tr("Set default" )); myPosTable->setHorizontalHeaderLabels( aLabels ); aLinesLayout->addWidget( myPosTable ); @@ -292,8 +292,8 @@ VisuGUI_CutLinesDlg::VisuGUI_CutLinesDlg (SalomeApp_Module* theModule) myTabBox->addTab( aLinesPane, tr("LBL_LINES_CUT") ); myInputPane = new VisuGUI_InputPane(VISU::TCUTLINES, theModule, this); - myTabBox->addTab(GetScalarPane(), "Scalar Bar"); - myTabBox->addTab(myInputPane, "Input"); + myTabBox->addTab(GetScalarPane(), tr("Scalar Bar")); + myTabBox->addTab(myInputPane, tr("Input")); aMainLayout->addWidget(myTabBox); @@ -619,7 +619,7 @@ void VisuGUI_CutLinesDlg::DrawTable() else if (aNbPlanes < aNbRows) myPosTable->setRowCount(aNbPlanes); - QString str("Plane# %1"); + QString str(tr("PLANE_NUMBER")); QStringList aLabels; int aMin = (aNbRows < aNbPlanes)? aNbRows : aNbPlanes; for (int i = 0; isetHorizontalHeaderLabels( aLabels ); @@ -530,7 +530,7 @@ void VisuGUI_CutPlanesPane::DrawTable() myPosTable->setRowCount(aNbPlanes); QStringList aLabels; - QString str("Plane# %1"); + QString str(tr("PLANE_NUMBER")); int aMin = (aNbRows < aNbPlanes)? aNbRows : aNbPlanes; for (int i = 0; iitem( i, 0 )->setText( QString::number(myCutPlanes->GetPlanePosition(i))); @@ -768,7 +768,7 @@ void VisuGUI_CutPlanesPane::onPreviewCheck (bool thePreview) VisuGUI_CutPlanesDlg::VisuGUI_CutPlanesDlg (SalomeApp_Module* theModule) : VisuGUI_ScalarBarBaseDlg(theModule) { - setWindowTitle("Cut Planes Definition"); + setWindowTitle(tr("Cut Planes Definition")); setSizeGripEnabled(true); QVBoxLayout* TopLayout = new QVBoxLayout (this); @@ -778,10 +778,10 @@ VisuGUI_CutPlanesDlg::VisuGUI_CutPlanesDlg (SalomeApp_Module* theModule) // Tab pane myTabBox = new QTabWidget(this); myCutPane = new VisuGUI_CutPlanesPane(this/*, myMgr*/); - myTabBox->addTab(myCutPane, "Cut Planes"); + myTabBox->addTab(myCutPane, tr("Cut Planes")); myInputPane = new VisuGUI_InputPane(VISU::TCUTPLANES, theModule, this); - myTabBox->addTab(GetScalarPane(), "Scalar Bar"); - myTabBox->addTab(myInputPane, "Input"); + myTabBox->addTab(GetScalarPane(), tr("Scalar Bar")); + myTabBox->addTab(myInputPane, tr("Input")); TopLayout->addWidget(myTabBox); diff --git a/src/VISUGUI/VisuGUI_CutSegmentDlg.cxx b/src/VISUGUI/VisuGUI_CutSegmentDlg.cxx index 6da1da32..b35d0287 100644 --- a/src/VISUGUI/VisuGUI_CutSegmentDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutSegmentDlg.cxx @@ -67,7 +67,7 @@ VisuGUI_CutSegmentDlg::VisuGUI_CutSegmentDlg (SalomeApp_Module* theModule) myPreviewActorGlyphs(0), myPreviewActorPoints(0) { - setWindowTitle("Cut Segment Definition"); + setWindowTitle(tr("Cut Segment Definition")); setSizeGripEnabled(true); QVBoxLayout* aMainLayout = new QVBoxLayout (this); @@ -159,8 +159,8 @@ VisuGUI_CutSegmentDlg::VisuGUI_CutSegmentDlg (SalomeApp_Module* theModule) myTabBox->addTab( aCutSegmentPane, tr("LBL_CUT_SEGMENT") ); myInputPane = new VisuGUI_InputPane(VISU::TCUTSEGMENT, theModule, this); - myTabBox->addTab(GetScalarPane(), "Scalar Bar"); - myTabBox->addTab(myInputPane, "Input"); + myTabBox->addTab(GetScalarPane(), tr("Scalar Bar")); + myTabBox->addTab(myInputPane, tr("Input")); aMainLayout->addWidget(myTabBox); diff --git a/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx b/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx index 1039c7cc..7eab9706 100644 --- a/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx +++ b/src/VISUGUI/VisuGUI_IsoSurfacesDlg.cxx @@ -101,7 +101,7 @@ VisuGUI_IsoSurfPane::VisuGUI_IsoSurfPane (QWidget* parent, MaxIso->setMinimumSize( 70, 0 ); LabelMax->setBuddy( MaxIso ); - QPushButton* aUpdateBtn = new QPushButton( "Update scalar bar range with these values", aRangeBox ); + QPushButton* aUpdateBtn = new QPushButton( tr("Update scalar bar range with these values"), aRangeBox ); aUpdateBtn->setEnabled( false ); connect( aUpdateBtn, SIGNAL( clicked() ), this, SLOT(onCBUpdate() ) ); connect( aUseCustomRange, SIGNAL( toggled( bool ) ), aUpdateBtn, SLOT( setEnabled( bool ) ) ); @@ -265,10 +265,10 @@ VisuGUI_IsoSurfacesDlg::VisuGUI_IsoSurfacesDlg (SalomeApp_Module* theModule) myIsoPane = new VisuGUI_IsoSurfPane(this, GetScalarPane()); if ( myIsoPane->layout() ) myIsoPane->layout()->setMargin( 5 ); - myTabBox->addTab(myIsoPane, "Iso Surface"); + myTabBox->addTab(myIsoPane, tr("Iso Surface")); myInputPane = new VisuGUI_InputPane(VISU::TISOSURFACES, theModule, this); - myTabBox->addTab(GetScalarPane(), "Scalar Bar"); - myTabBox->addTab(myInputPane, "Input"); + myTabBox->addTab(GetScalarPane(), tr("Scalar Bar")); + myTabBox->addTab(myInputPane, tr("Input")); TopLayout->addWidget(myTabBox);