From 9285e39b8061e11be49bd9116a939b6c07fb36e0 Mon Sep 17 00:00:00 2001 From: adv Date: Fri, 19 Jun 2015 11:22:18 +0300 Subject: [PATCH] Translation file added - english text of course. --- adm_local/win32/GLViewer.vcproj | 24 +++++ src/GLViewer/resources/GLViewer_msg_fr.ts | 115 ++++++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 src/GLViewer/resources/GLViewer_msg_fr.ts diff --git a/adm_local/win32/GLViewer.vcproj b/adm_local/win32/GLViewer.vcproj index 8a0fa16bd..51f8b86f3 100644 --- a/adm_local/win32/GLViewer.vcproj +++ b/adm_local/win32/GLViewer.vcproj @@ -1760,6 +1760,30 @@ /> + + + + + + + + + + @default + + DSC_FITSELECT + Fit area of selection within the view frame + + + ERROR + Error + + + MNU_DUMP_VIEW + Dump + + + MNU_PAN_VIEW + Panning + + + DSC_GLOBALPAN_VIEW + Selection of a new center of the view + + + MNU_ZOOM_VIEW + Zoom + + + DSC_PAN_VIEW + Panning the view + + + DSC_FITALL + Fit all objects inside the view frame + + + MNU_FITALL + Fit All + + + MNU_GLOBALPAN_VIEW + Global Panning + + + INF_APP_DUMP_VIEW + Dump view + + + GL_IMAGE_FILES + Images Files (*.bmp *.png) + + + MNU_RESET_VIEW + Reset + + + DSC_FITRECT + Fit area within the view frame + + + MNU_FITRECT + Fit Area + + + CHANGE_BGCOLOR + Change background... + + + DSC_DUMP_VIEW + Saves the active view in the image file + + + MNU_FITSELECT + Fit Selection + + + DSC_ZOOM_VIEW + Zoom the view + + + DSC_RESET_VIEW + Reset View Point + + + ERR_DOC_CANT_SAVE_FILE + Cannot save file + + + LBL_TOOLBAR_LABEL + View Operations + + + + GLViewer_ViewFrame + + DUMP_VIEW_SAVE_FILE_DLG_CAPTION + Save Dump View in file + + + DUMP_VIEW_ERROR_DLG_TEXT + Can't save Dump View in file + + + DUMP_VIEW_ERROR_DLG_CAPTION + Error + + + + GLViewer_ViewManager + + GL_VIEW_TITLE + GL Scene:%M - viewer:%V + + + -- 2.39.2