From: mtn Date: Tue, 20 Aug 2013 06:06:30 +0000 (+0000) Subject: Massages neccessary for CurveEditor were added X-Git-Tag: BR_hydro_v_0_1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa08a0a4032a8720bd454929a375ff843ac06610;p=modules%2Fgeom.git Massages neccessary for CurveEditor were added --- diff --git a/src/GEOMGUI/GEOM_images.ts b/src/GEOMGUI/GEOM_images.ts index f0bfad5a7..754ec86c8 100644 --- a/src/GEOMGUI/GEOM_images.ts +++ b/src/GEOMGUI/GEOM_images.ts @@ -3,6 +3,58 @@ @default + + ICON_CC_ARROW_UP + arrow_up.png + + + ICON_CC_ARROW_DOWN + arrow_down.png + + + ICON_CC_CLOSED_POLYLINE + closedpolyline.png + + + ICON_CC_CLOSED_SPLINE + closedspline.png + + + ICON_CC_DELETE + delete.png + + + ICON_CC_JOIN + join2.png + + + ICON_CC_NEW_POINT + new_point.png + + + ICON_CC_NEW_SECTION + new_section.png + + + ICON_CC_POINT + point2.png + + + ICON_CC_POLYLINE + polyline.png + + + ICON_CC_REDO + redo.png + + + ICON_CC_SPLINE + spline.png + + + ICON_CC_UNDO + undo.png + ICON_DLG_ADD_POINT_ON_EDGE pointonedge.png diff --git a/src/GEOMGUI/GEOM_msg_en.ts b/src/GEOMGUI/GEOM_msg_en.ts index 07b8d9356..9e06c0897 100644 --- a/src/GEOMGUI/GEOM_msg_en.ts +++ b/src/GEOMGUI/GEOM_msg_en.ts @@ -5180,6 +5180,246 @@ Ignoring units will cause model scaling (as dimensions are supposed to be specif Face 2 V + + CurveCreator_NewPointDlg + + ADD_NEW_POINT + Add new points + + + X_COORD + X + + + Y_COORD + Y + + + Z_COORD + Z + + + ADD_BTN + Add + + + ADD_CONTINUE_BTN + Add and continue + + + ADD_NEW_POINT_TO_%1 + Add new point to %1 + + + SET_POINT_COORDINATES + Set point coordinates + + + + CurveCreator_NewSectionDlg + + NAME + Name + + + LINE_TYPE + Type + + + POLYLINE_TYPE + Polyline + + + SPLINE_TYPE + Spline + + + LINE_CLOSED + Closed + + + OK + Ok + + + ADD_BTN + Add + + + ADD_CONTINUE_BTN + Add and continue + + + ADD_NEW_SECTION + Add new section + + + SET_SECTION_PARAMETERS + Set section parameters + + + + CurveCreator_TreeViewModel + + X=%1, Y=%2 + X=%1, Y=%2 + + + X=%1, Y=%2, Z=%3 + X=%1, Y=%2, Z=%3 + + + + CurveCreator_Widget + + CURVE_NAME_TLT + Name + + + SECTION_GROUP_TLT + Sections + + + UNDO + Undo + + + UNDO_TLT + Undo + + + REDO + Redo + + + REDO_TLT + Redo + + + NEW_SECTION + New section + + + NEW_SECTION_TLT + Insert new section + + + INSERT_SECTION_BEFORE + Insert section before + + + INSERT_SECTION_BEFORE_TLT + Insert section before + + + INSERT_SECTION_AFTER + Insert section after + + + INSERT_SECTION_AFTER_TLT + Insert section after + + + NEW_POINT + New point + + + NEW_POINT_TLT + New point + + + INSERT_POINT_BEFORE + Insert point before + + + INSERT_POINT_BEFORE_TLT + Insert point before + + + INSERT_POINT_AFTER + Insert point after + + + CLOSE_SECTIONS + Set closed + + + CLOSE_SECTIONS_TLT + Set selected sections closed + + + UNCLOSE_SECTIONS + Set open + + + UNCLOSE_SECTIONS_TLT + Set selected sections open + + + SET_SECTIONS_POLYLINE + Set polyline + + + SET_SECTIONS_POLYLINE_TLT + Set selected section type to polyline + + + SET_SECTIONS_SPLINE + Set spline + + + SET_SECTIONS_SPLINE_TLT + Set selected section type to spline + + + REMOVE + Remove + + + REMOVE_TLT + Remove + + + JOIN + Join + + + JOIN_TLT + Join selected sections + + + STEP_UP + Move up + + + STEP_UP_TLT + Move selected objects up + + + STEP_DOWN + Move down + + + STEP_DOWN_TLT + Move selected objects down + + + CLEAR_ALL + Clear all + + + CLEAR_ALL_TLT + Remove all objects + + + JOIN_ALL + Join all sections + + + JOIN_ALL_TLT + Join all sections + + EntityGUI_SketcherDlg @@ -5899,267 +6139,4 @@ Do you want to create new material? P&ublish And Close - - CurveCreator_Widget - - CC_TITLE - Curve Creator - - - CC_UNDO_REDO_TITLE - Undo/Redo operations - - - CC_UNDO - Undo - - - CC_REDO - Redo - - - CC_UNDO_REDO_ENABLED - Status: Enabled - - - CC_UNDO_REDO_DISABLED - Status: Disabled - - - CC_UNDO_REDO_BUFFER_SIZE - Undo buffer size: %1 - - - CC_UNDO_REDO_UNLIMITED - Unlimited - - - CC_UNDO_REDO_OPTIONS - Undo/Redo options - - - CC_UNDO_REDO_MODIFY - Modify - - - CC_SECTION_ADD_TITLE - Add section - - - CC_SECTION_MODIFICATION_TITLE - Section modification - - - CC_SECTION_TYPE - Type - - - CC_SECTION_CLOSED - Closed - - - CC_SECTION_NEW - New - - - CC_SECTION_MODIFY - Modify - - - CC_SECTION_POINTS_ADD_LBL - Add points - - - CC_SECTION_TITLE - Sections - - - CC_SECTION_MODIFY_TITLE - Modify section - - - CC_SECTION_REMOVE - Remove - - - CC_SECTION_JOIN - Join - - - CC_SECTION_JOIN_ALL - Join all - - - CC_SECTION_CLEAR - Clear - - - CC_SECTION_UP - Up - - - CC_SECTION_DOWN - Down - - - CC_POINTS_ADD_TITLE - Add points - - - CC_POINTS_MODIFICATION_TITLE - Points modification - - - CC_POINTS_ADD_LBL - Add points - - - CC_POINTS_ADD - Add - - - CC_POINTS_INSERT - Insert - - - CC_POINTS_TITLE - Points - - - CC_POINTS_REMOVE - Remove - - - CC_SECTION_ITEM - %1 - - - CC_SECTION_ITEM_CLOSED - %1, closed - - - CC_SECTION_ITEM_POLYLINE - Polyline - - - CC_SECTION_ITEM_BSPLINE - B-spline - - - CC_SECTION_TYPE_POLYLINE - Polyline - - - CC_SECTION_TYPE_BSPLINE - B-spline - - - - CurveCreator_EditPntsWidget - - CC_SECTION_POINTS_EDIT - Edit section points - - - CC_POINTS_EDIT - Edit points - - - CC_POINTS_NUMBER - %1 points - - - - CurveCreator_EditPntsDlg - - CC_EDIT_POINTS_TITLE - Edit points - - - CC_EDIT_POINTS_ADD_MODIFY - Add or modify points - - - CC_EDIT_POINTS_X - X : - - - CC_EDIT_POINTS_Y - Y : - - - CC_EDIT_POINTS_Z - Z : - - - CC_EDIT_POINTS_ADD - Add - - - CC_EDIT_POINTS_MODIFY - Modify - - - CC_EDIT_POINTS_REMOVE - Remove - - - CC_EDIT_POINTS_CLEAR - Clear - - - CC_EDIT_POINTS_UP - Up - - - CC_EDIT_POINTS_DOWN - Down - - - - CurveCreator_EditPntDlg - - CC_EDIT_POINT_TITLE - Edit point - - - CC_EDIT_POINT_MODIFY - Modify point - - - CC_EDIT_POINT_X - X : - - - CC_EDIT_POINT_Y - Y : - - - CC_EDIT_POINT_Z - Z : - - - - CurveCreator_UndoOptsDlg - - CC_UNDO_OPTIONS_TITLE - Undo/Redo options - - - CC_UNDO_OPTIONS_MODIFY - Modify - - - CC_UNDO_OPTIONS_DISABLED - Undo/Redo operations disabled - - - CC_UNDO_OPTIONS_FIXED_SIZE - Fixed Undo/Redo buffer size - - - CC_UNDO_OPTIONS_UNLIMITED - Unlimited Undo/Redo buffer size - -