mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
IPAL9155, IPAL9156
This commit is contained in:
parent
13c1cf5e03
commit
a90ef6efde
@ -140,7 +140,7 @@ QFrame* SMESHGUI_MeshPatternDlg::createMainFrame (QWidget* theParent)
|
|||||||
QPixmap iconSlct ( mgr->loadPixmap("SMESH", tr("ICON_SELECT")));
|
QPixmap iconSlct ( mgr->loadPixmap("SMESH", tr("ICON_SELECT")));
|
||||||
QPixmap icon2d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_2d")));
|
QPixmap icon2d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_2d")));
|
||||||
QPixmap icon3d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_3d")));
|
QPixmap icon3d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_3d")));
|
||||||
QPixmap iconOpen ( mgr->loadPixmap("SMESH", tr("ICON_FILE_OPEN")));
|
QPixmap iconOpen ( mgr->loadPixmap("STD", tr("ICON_FILE_OPEN")));
|
||||||
|
|
||||||
QPixmap iconSample2d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_SAMPLE_2D")));
|
QPixmap iconSample2d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_SAMPLE_2D")));
|
||||||
QPixmap iconSample3d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_SAMPLE_3D")));
|
QPixmap iconSample3d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_SAMPLE_3D")));
|
||||||
|
@ -226,11 +226,11 @@ msgid "ICON_APPEND"
|
|||||||
msgstr "mesh_add.png"
|
msgstr "mesh_add.png"
|
||||||
|
|
||||||
msgid "ICON_REMOVE"
|
msgid "ICON_REMOVE"
|
||||||
|
msgstr "mesh_remove.png"
|
||||||
|
|
||||||
msgid "ICON_DELETE"
|
msgid "ICON_DELETE"
|
||||||
msgstr "delete.png"
|
msgstr "delete.png"
|
||||||
|
|
||||||
|
|
||||||
msgid "ICON_COMPUTE"
|
msgid "ICON_COMPUTE"
|
||||||
msgstr "mesh_compute.png"
|
msgstr "mesh_compute.png"
|
||||||
|
|
||||||
@ -326,3 +326,6 @@ msgstr "mesh_revolution.png"
|
|||||||
|
|
||||||
msgid "ICON_MAP"
|
msgid "ICON_MAP"
|
||||||
msgstr "mesh_pattern.png"
|
msgstr "mesh_pattern.png"
|
||||||
|
|
||||||
|
msgid "ICON_FILE_OPEN"
|
||||||
|
msgstr "open.png"
|
||||||
|
@ -1656,6 +1656,12 @@ msgstr "Load pattern"
|
|||||||
msgid "SMESHGUI_MeshPatternDlg::PATTERN_FILT"
|
msgid "SMESHGUI_MeshPatternDlg::PATTERN_FILT"
|
||||||
msgstr "Pattern files(*.smp)"
|
msgstr "Pattern files(*.smp)"
|
||||||
|
|
||||||
|
msgid "SMESHGUI_MeshPatternDlg::CREATE_POLYGONS_NEAR_BOUNDARY"
|
||||||
|
msgstr "Create polygons near boundary"
|
||||||
|
|
||||||
|
msgid "SMESHGUI_MeshPatternDlg::CREATE_POLYEDRS_NEAR_BOUNDARY"
|
||||||
|
msgstr "Create polyhedres near boundary"
|
||||||
|
|
||||||
msgid "SMESHGUI_MeshPatternDlg::ERROR_OF_LOADING"
|
msgid "SMESHGUI_MeshPatternDlg::ERROR_OF_LOADING"
|
||||||
msgstr "Loading of pattern from file failed. Probably file\nis corrupted or contains pattern of the other type"
|
msgstr "Loading of pattern from file failed. Probably file\nis corrupted or contains pattern of the other type"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user