From f0e6b46ae53172befd9dcaea2d6b3c93b5c6e081 Mon Sep 17 00:00:00 2001 From: kan Date: Tue, 22 Feb 2011 12:01:44 +0000 Subject: [PATCH] Added french .ts to project files --- src/CAF/CAF.pro | 3 ++- src/CAF/Makefile.am | 3 ++- src/CAM/CAM.pro | 3 ++- src/CAM/Makefile.am | 4 +++- src/GraphicsView/GraphicsView.pro | 3 ++- src/GraphicsView/Makefile.am | 3 ++- src/LightApp/LightApp.pro | 3 ++- src/LightApp/Makefile.am | 3 ++- src/ObjBrowser/Makefile.am | 3 ++- src/Plot2d/Makefile.am | 3 ++- src/Plot2d/Plot2d.pro | 3 ++- src/STD/Makefile.am | 3 ++- src/STD/STD.pro | 3 ++- src/SUIT/Makefile.am | 3 ++- src/SUIT/SUIT.pro | 3 ++- src/SUITApp/Makefile.am | 3 ++- 16 files changed, 33 insertions(+), 16 deletions(-) diff --git a/src/CAF/CAF.pro b/src/CAF/CAF.pro index 0c7313d32..c2fc5de8a 100644 --- a/src/CAF/CAF.pro +++ b/src/CAF/CAF.pro @@ -25,7 +25,8 @@ SOURCES += CAF_Study.cxx SOURCES += CAF_Tools.cxx TRANSLATIONS = resources/CAF_images.ts \ - resources/CAF_msg_en.ts + resources/CAF_msg_en.ts \ + resources/CAF_msg_fr.ts ICONS = resources/*.png diff --git a/src/CAF/Makefile.am b/src/CAF/Makefile.am index 18d31dd30..54fb284af 100755 --- a/src/CAF/Makefile.am +++ b/src/CAF/Makefile.am @@ -45,7 +45,8 @@ MOC_FILES = \ nodist_libcaf_la_SOURCES = $(MOC_FILES) nodist_salomeres_DATA = \ - CAF_msg_en.qm + CAF_msg_en.qm \ + CAF_msg_fr.qm libcaf_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) -I$(srcdir)/../STD -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx libcaf_la_LDFLAGS = $(QT_MT_LIBS) $(CAS_OCAF) $(CAS_OCAFVIS) diff --git a/src/CAM/CAM.pro b/src/CAM/CAM.pro index 7e8055dd7..b6c92cfb3 100644 --- a/src/CAM/CAM.pro +++ b/src/CAM/CAM.pro @@ -27,7 +27,8 @@ SOURCES += CAM_Module.cxx SOURCES += CAM_Study.cxx TRANSLATIONS = resources/CAM_images.ts \ - resources/CAM_msg_en.ts + resources/CAM_msg_en.ts \ + resources/CAM_msg_fr.ts ICONS = resources/*.png diff --git a/src/CAM/Makefile.am b/src/CAM/Makefile.am index 757a523c7..3b80df3f8 100755 --- a/src/CAM/Makefile.am +++ b/src/CAM/Makefile.am @@ -47,7 +47,9 @@ MOC_FILES = \ CAM_DataModel_moc.cxx nodist_libCAM_la_SOURCES = $(MOC_FILES) -nodist_salomeres_DATA = CAM_msg_en.qm +nodist_salomeres_DATA = \ + CAM_msg_en.qm \ + CAM_msg_en.qm libCAM_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../STD -I$(srcdir)/../Qtx libCAM_la_LDFLAGS = $(QT_MT_LIBS) diff --git a/src/GraphicsView/GraphicsView.pro b/src/GraphicsView/GraphicsView.pro index 23b934426..94dec4b8a 100644 --- a/src/GraphicsView/GraphicsView.pro +++ b/src/GraphicsView/GraphicsView.pro @@ -35,7 +35,8 @@ SOURCES += GraphicsView_ViewManager.cxx SOURCES += GraphicsView_ViewTransformer.cxx TRANSLATIONS = resources/GraphicsView_images.ts \ - resources/GraphicsView_msg_en.ts + resources/GraphicsView_msg_en.ts \ + resources/GraphicsView_msg_fr.ts ICONS = resources/*.png diff --git a/src/GraphicsView/Makefile.am b/src/GraphicsView/Makefile.am index f57159c8b..c8a5d805c 100644 --- a/src/GraphicsView/Makefile.am +++ b/src/GraphicsView/Makefile.am @@ -71,7 +71,8 @@ resources/graphics_view_zoom.png nodist_salomeres_DATA = \ GraphicsView_images.qm \ - GraphicsView_msg_en.qm + GraphicsView_msg_en.qm \ + GraphicsView_msg_fr.qm libGraphicsView_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx libGraphicsView_la_LDFLAGS = $(QT_MT_LIBS) diff --git a/src/LightApp/LightApp.pro b/src/LightApp/LightApp.pro index aa420964d..0af9b729d 100644 --- a/src/LightApp/LightApp.pro +++ b/src/LightApp/LightApp.pro @@ -220,7 +220,8 @@ SOURCES += LightApp_WidgetContainer.cxx #endif TRANSLATIONS = resources/LightApp_images.ts \ - resources/LightApp_msg_en.ts + resources/LightApp_msg_en.ts \ + resources/LightApp_msg_fr.ts ICONS = resources/*.png diff --git a/src/LightApp/Makefile.am b/src/LightApp/Makefile.am index ae6a473e3..b2e6bae05 100755 --- a/src/LightApp/Makefile.am +++ b/src/LightApp/Makefile.am @@ -159,7 +159,8 @@ dist_salomeres_DATA = \ nodist_salomeres_DATA = \ LightApp_images.qm \ - LightApp_msg_en.qm + LightApp_msg_en.qm \ + LightApp_msg_fr.qm libLightApp_la_CPPFLAGS = $(PYTHON_INCLUDES) $(QT_INCLUDES) $(CAS_CPPFLAGS) \ $(HDF5_INCLUDES) @KERNEL_CXXFLAGS@ -I$(srcdir)/../SUIT -I$(srcdir)/../STD \ diff --git a/src/ObjBrowser/Makefile.am b/src/ObjBrowser/Makefile.am index 0c9efe47f..f04c65216 100755 --- a/src/ObjBrowser/Makefile.am +++ b/src/ObjBrowser/Makefile.am @@ -41,7 +41,8 @@ MOC_FILES = \ nodist_libObjBrowser_la_SOURCES = $(MOC_FILES) -nodist_salomeres_DATA = OB_msg_en.qm +nodist_salomeres_DATA = OB_msg_en.qm \ + OB_msg_fr.qm libObjBrowser_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../Qtx libObjBrowser_la_LDFLAGS = $(QT_MT_LIBS) diff --git a/src/Plot2d/Makefile.am b/src/Plot2d/Makefile.am index bf2cc34a7..536698395 100755 --- a/src/Plot2d/Makefile.am +++ b/src/Plot2d/Makefile.am @@ -88,7 +88,8 @@ dist_salomeres_DATA = \ nodist_salomeres_DATA = \ Plot2d_images.qm \ - Plot2d_msg_en.qm + Plot2d_msg_en.qm \ + Plot2d_msg_fr.qm libPlot2d_la_CPPFLAGS = $(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) \ -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT diff --git a/src/Plot2d/Plot2d.pro b/src/Plot2d/Plot2d.pro index 8ce03642e..0313105c0 100644 --- a/src/Plot2d/Plot2d.pro +++ b/src/Plot2d/Plot2d.pro @@ -48,7 +48,8 @@ SOURCES += Plot2d_SetupCurveDlg.cxx SOURCES += Plot2d_ToolTip.cxx TRANSLATIONS = resources/Plot2d_msg_en.ts \ - resources/Plot2d_images.ts + resources/Plot2d_images.ts \ + resources/Plot2d_msg_fr.ts ICONS = resources/*.png diff --git a/src/STD/Makefile.am b/src/STD/Makefile.am index 7d803077e..8f0359d66 100755 --- a/src/STD/Makefile.am +++ b/src/STD/Makefile.am @@ -67,7 +67,8 @@ dist_salomeres_DATA = \ nodist_salomeres_DATA = \ STD_images.qm \ - STD_msg_en.qm + STD_msg_en.qm \ + STD_msg_fr.qm libstd_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx libstd_la_LDFLAGS = $(QT_MT_LIBS) diff --git a/src/STD/STD.pro b/src/STD/STD.pro index b895bb959..34a8cc8aa 100644 --- a/src/STD/STD.pro +++ b/src/STD/STD.pro @@ -25,7 +25,8 @@ SOURCES += STD_SDIDesktop.cxx SOURCES += STD_TabDesktop.cxx TRANSLATIONS = resources/STD_images.ts \ - resources/STD_msg_en.ts + resources/STD_msg_en.ts \ + resources/Std_msg_fr.ts ICONS = resources/*.png diff --git a/src/SUIT/Makefile.am b/src/SUIT/Makefile.am index 253d9e53a..b4993f8c6 100755 --- a/src/SUIT/Makefile.am +++ b/src/SUIT/Makefile.am @@ -114,7 +114,8 @@ MOC_FILES = \ nodist_libsuit_la_SOURCES = $(MOC_FILES) nodist_salomeres_DATA = \ - SUIT_msg_en.qm + SUIT_msg_en.qm \ + SUIT_msg_fr.qm libsuit_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../Qtx -I$(srcdir)/../ObjBrowser diff --git a/src/SUIT/SUIT.pro b/src/SUIT/SUIT.pro index 5e53df945..5cd119d8d 100644 --- a/src/SUIT/SUIT.pro +++ b/src/SUIT/SUIT.pro @@ -71,7 +71,8 @@ SOURCES += SUIT_ViewModel.cxx SOURCES += SUIT_ViewWindow.cxx TRANSLATIONS = resources/SUIT_images.ts \ - resources/SUIT_msg_en.ts + resources/SUIT_msg_en.ts \ + resources/SUIT_msg_fr.ts ICONS = resources/*.png diff --git a/src/SUITApp/Makefile.am b/src/SUITApp/Makefile.am index d8e1334ee..e1c3e69d3 100644 --- a/src/SUITApp/Makefile.am +++ b/src/SUITApp/Makefile.am @@ -37,7 +37,8 @@ MOC_FILES = \ nodist_libSUITApp_la_SOURCES = $(MOC_FILES) -nodist_salomeres_DATA = SUITApp_msg_en.qm +nodist_salomeres_DATA = SUITApp_msg_en.qm \ + SUITApp_msg_fr.qm libSUITApp_la_CPPFLAGS = $(QT_INCLUDES) $(PYTHON_INCLUDES) \ -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -I$(srcdir)/../Style -- 2.39.2