mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
IPAL9152
This commit is contained in:
parent
6da95b11c6
commit
1e87c371f2
@ -2498,6 +2498,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
createSMESHAction( 401, "EDGE", "ICON_DLG_EDGE" );
|
||||
createSMESHAction( 4021, "TRIANGLE", "ICON_DLG_TRIANGLE" );
|
||||
createSMESHAction( 4022, "QUAD", "ICON_DLG_QUADRANGLE" );
|
||||
createSMESHAction( 4023, "POLYGON", "ICON_DLG_POLYGON" );
|
||||
createSMESHAction( 4031, "TETRA", "ICON_DLG_TETRAS" );
|
||||
createSMESHAction( 4032, "HEXA", "ICON_DLG_HEXAS" );
|
||||
createSMESHAction( 4041, "REMOVE_NODES", "ICON_DLG_REM_NODE" );
|
||||
@ -2641,6 +2642,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
createMenu( 401, addId, -1 );
|
||||
createMenu( 4021, addId, -1 );
|
||||
createMenu( 4022, addId, -1 );
|
||||
createMenu( 4023, addId, -1 );
|
||||
createMenu( 4031, addId, -1 );
|
||||
createMenu( 4032, addId, -1 );
|
||||
createMenu( 4033, addId, -1 );
|
||||
@ -2736,6 +2738,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
createTool( 401, addRemTb );
|
||||
createTool( 4021, addRemTb );
|
||||
createTool( 4022, addRemTb );
|
||||
createTool( 4023, addRemTb );
|
||||
createTool( 4031, addRemTb );
|
||||
createTool( 4032, addRemTb );
|
||||
createTool( 4033, addRemTb );
|
||||
|
@ -1705,6 +1705,15 @@ msgstr "Polyhedron preview"
|
||||
msgid "SMESH_CREATE_POLYHEDRAL_VOLUME_TITLE"
|
||||
msgstr "Create oplyhedral volume"
|
||||
|
||||
msgid "SMESH_ADD_POLYGON_TITLE"
|
||||
msgstr "Add polygon"
|
||||
|
||||
msgid "SMESH_POLYGON"
|
||||
msgstr "Polygon"
|
||||
|
||||
msgid "SMESH_ADD_POLYGON"
|
||||
msgstr "Add polygon"
|
||||
|
||||
#----------------------------------------------------
|
||||
|
||||
msgid "SMESHGUI_CreatePatternDlg::CAPTION"
|
||||
@ -1916,6 +1925,9 @@ msgstr "Tetrahedron"
|
||||
msgid "MEN_HEXA"
|
||||
msgstr "Hexahedron"
|
||||
|
||||
msgid "MEN_POLYGON"
|
||||
msgstr "Polygon"
|
||||
|
||||
msgid "MEN_POLYHEDRON"
|
||||
msgstr "Polyhedron"
|
||||
|
||||
@ -2239,6 +2251,9 @@ msgstr "Tetrahedron"
|
||||
msgid "TOP_HEXA"
|
||||
msgstr "Hexahedron"
|
||||
|
||||
msgid "TOP_POLYGON"
|
||||
msgstr "Polygon"
|
||||
|
||||
msgid "TOP_POLYHEDRON"
|
||||
msgstr "Polyhedron"
|
||||
|
||||
@ -2507,6 +2522,9 @@ msgstr "Tetrahedron"
|
||||
msgid "STB_HEXA"
|
||||
msgstr "Hexahedron"
|
||||
|
||||
msgid "STB_POLYGON"
|
||||
msgstr "Polygon"
|
||||
|
||||
msgid "STB_POLYHEDRON"
|
||||
msgstr "Polyhedron"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user