From fdaf93c1e6361cebf5edcc2366e3614922c20ef2 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 27 Nov 2008 12:56:20 +0000 Subject: [PATCH] PARAVIS main menus and toolbars. --- src/PVGUI/resources/PARAVIS_images.ts | 145 +++++ src/PVGUI/resources/PARAVIS_msg_en.ts | 818 +++++++++++++++++++++++++- 2 files changed, 960 insertions(+), 3 deletions(-) diff --git a/src/PVGUI/resources/PARAVIS_images.ts b/src/PVGUI/resources/PARAVIS_images.ts index 32d83a1d..5609995b 100644 --- a/src/PVGUI/resources/PARAVIS_images.ts +++ b/src/PVGUI/resources/PARAVIS_images.ts @@ -5,5 +5,150 @@ ICON_PARAVIS pqAppIcon22.png + + ICON_OPEN_FILE + pqOpen24.png + + + ICON_SAVE_DATA + pqSave24.png + + + ICON_SAVE_SCREENSHOT + pqCaptureScreenshot24.png + + + ICON_SAVE_ANIMATION + pqSaveAnimation24.png + + + ICON_CONNECT + pqConnect24.png + + + ICON_DISCONNECT + pqDisconnect24.png + + + ICON_UNDO + pqUndo24.png + + + ICON_REDO + pqRedo24.png + + + ICON_CAMERA_UNDO + pqUndoCamera24.png + + + ICON_CAMERA_REDO + pqRedoCamera24.png + + + ICON_INTERACT + pqRotate24.png + + + ICON_SELECT_CELLS_ON + pqSurfaceSelectionCell24.png + + + ICON_SELECT_POINTS_ON + pqSurfaceSelectionPoint24.png + + + ICON_SELECT_CELLS_THROUGH + pqFrustumSelectionCell24.png + + + ICON_SELECT_POINTS_THROUGH + pqFrustumSelectionPoint24.png + + + ICON_SELECT_BLOCK + pqGroupExtract24.png + + + ICON_RESET_CAMERA + pqResetCamera24.png + + + ICON_+X + pqXPlus24.png + + + ICON_-X + pqXMinus24.png + + + ICON_+Y + pqYPlus24.png + + + ICON_-Y + pqYMinus24.png + + + ICON_+Z + pqZPlus24.png + + + ICON_-Z + pqZMinus24.png + + + ICON_SHOW_CENTER + pqShowCenterAxes24.png + + + ICON_RESET_CENTER + pqResetCenter24.png + + + ICON_PICK_CENTER + pqPickCenter24.png + + + ICON_SHOW_COLOR_LEGEND + pqScalarBar24.png + + + ICON_EDIT_COLOR_MAP + pqEditColor24.png + + + ICON_RESET_RANGE + pqResetRange24.png + + + ICON_FIRST_FRAME + pqVcrFirst24.png + + + ICON_PREVIOUS_FRAME + pqVcrBack24.png + + + ICON_PLAY + pqVcrPlay24.png + + + ICON_PAUSE + pqVcrPause24.png + + + ICON_NEXT_FRAME + pqVcrForward24.png + + + ICON_LAST_FRAME + pqVcrLast24.png + + + ICON_LOOP + pqVcrLoop24.png + + diff --git a/src/PVGUI/resources/PARAVIS_msg_en.ts b/src/PVGUI/resources/PARAVIS_msg_en.ts index b981aaf8..54b90ea7 100644 --- a/src/PVGUI/resources/PARAVIS_msg_en.ts +++ b/src/PVGUI/resources/PARAVIS_msg_en.ts @@ -161,12 +161,824 @@ PVGUI_Module - MEN_TOOLS - Tools + TOP_OPEN_FILE + Open File + + + MEN_OPEN_FILE + &Open File... + + + STB_OPEN_FILE + Open File + + + TOP_LOAD_STATE + Load State + + + MEN_LOAD_STATE + &Load State... + + + STB_LOAD_STATE + Load State + + + TOP_SAVE_STATE + Save State + + + MEN_SAVE_STATE + &Save State... + + + STB_SAVE_STATE + Save State + + + TOP_SAVE_DATA + Save Data + + + MEN_SAVE_DATA + Save Data... + + + STB_SAVE_DATA + Save Data + + + TOP_SAVE_SCREENSHOT + Save Screenshot + + + MEN_SAVE_SCREENSHOT + Save Screenshot... + + + STB_SAVE_SCREENSHOT + Save Screenshot + + + TOP_EXPORT + Export + + + MEN_EXPORT + Export... + + + STB_EXPORT + Export + + + TOP_SAVE_ANIMATION + Save Animation + + + MEN_SAVE_ANIMATION + Save &Animation... + + + STB_SAVE_ANIMATION + Save Animation + + + TOP_SAVE_GEOMETRY + Save Geometry + + + MEN_SAVE_GEOMETRY + Save &Geometry... + + + STB_SAVE_GEOMETRY + Save Geometry + + + TOP_CONNECT + Connect + + + MEN_CONNECT + &Connect... + + + STB_CONNECT + Connect to server + + + TOP_DISCONNECT + Disconnect + + + MEN_DISCONNECT + &Disconnect... + + + STB_DISCONNECT + Disconnect from server + + + TOP_UNDO + Undo + + + MEN_UNDO + &Undo + + + STB_UNDO + Undoes the last operation + + + INF_APP_UNDOACTIONS + Undoes %1 action(s) + + + TOP_REDO + Redo + + + MEN_REDO + &Redo + + + STB_REDO + Redoes the last operation + + + INF_APP_REDOACTIONS + Redoes %1 action(s) + + + TOP_CAMERA_UNDO + Camera Undo + + + MEN_CAMERA_UNDO + Camera Undo + + + STB_CAMERA_UNDO + Undoes the last camera operation + + + INF_APP_CAMERA_UNDOACTIONS + Undoes %1 camera action(s) + + + TOP_CAMERA_REDO + Camera Redo + + + MEN_CAMERA_REDO + Camera Redo + + + STB_CAMERA_REDO + Redoes the last camera operation + + + INF_APP_CAMERA_REDOACTIONS + Redoes %1 camera action(s) + + + TOP_CHANGE_INPUT + Change Input... + + + MEN_CHANGE_INPUT + Change &Input... + + + STB_CHANGE_INPUT + Change a Filter's Input + + + INF_APP_CHANGE_INPUTACTIONS + Change a Filter's Input + + + TOP_DELETE + Delete + + + MEN_DELETE + &Delete + + + STB_DELETE + Delete + + + TOP_DELETE_ALL + Delete All + + + MEN_DELETE_ALL + Delete All + + + STB_DELETE_ALL + Delete All + + + TOP_INTERACT + Interact + + + MEN_INTERACT + Interact + + + STB_INTERACT + Interact + + + TOP_SELECT_CELLS_ON + Select Cells On + + + MEN_SELECT_CELLS_ON + Select Cells On + + + STB_SELECT_CELLS_ON + Select Cells On + + + TOP_SELECT_POINTS_ON + Select Points On + + + MEN_SELECT_POINTS_ON + Select Points On + + + STB_SELECT_POINTS_ON + Select Points On + + + TOP_SELECT_CELLS_THROUGH + Select Cells Through + + + MEN_SELECT_CELLS_THROUGH + Select Cells Through + + + STB_SELECT_CELLS_THROUGH + Select Cells Through + + + TOP_SELECT_POINTS_THROUGH + Select Points Through + + + MEN_SELECT_POINTS_THROUGH + Select Points Through + + + STB_SELECT_POINTS_THROUGH + Select Points Through + + + TOP_SELECT_BLOCK + Select Block + + + MEN_SELECT_BLOCK + Select Block + + + STB_SELECT_BLOCK + Select Block + + + TOP_SETTINGS + Settings + + + MEN_SETTINGS + Settings... + + + STB_SETTINGS + Settings + + + TOP_VIEW_SETTINGS + View Settings + + + MEN_VIEW_SETTINGS + View Settings... + + + STB_VIEW_SETTINGS + View Settings + + + MEN_CAMERA + Camera + + + TOP_RESET_CAMERA + Reset Camera + + + MEN_RESET_CAMERA + &Reset + + + STB_RESET_CAMERA + Reset Camera + + + TOP_+X + Set view direction to +X + + + MEN_+X + +X + + + STB_+X + Set view direction to +X + + + TOP_-X + Set view direction to -X + + + MEN_-X + -X + + + STB_-X + Set view direction to -X + + + TOP_+Y + Set view direction to +Y + + + MEN_+Y + +Y + + + STB_+Y + Set view direction to +Y + + + TOP_-Y + Set view direction to -Y + + + MEN_-Y + -Y + + + STB_-Y + Set view direction to -Y + + + TOP_+Z + Set view direction to +Z + + + MEN_+Z + +Z + + + STB_+Z + Set view direction to +Z + + + TOP_-Z + Set view direction to -Z + + + MEN_-Z + -Z + + + STB_-Z + Set view direction to -Z + + + TOP_SHOW_CENTER + Show Center + + + MEN_SHOW_CENTER + Show Center + + + PRP_APP_SHOW_CENTER + Show/Hide center of rotation + + + TOP_RESET_CENTER + Reset Center + + + MEN_RESET_CENTER + Reset Center + + + STB_RESET_CENTER + Reset center of rotation + + + TOP_PICK_CENTER + Pick Center + + + MEN_PICK_CENTER + Pick Center + + + PRP_APP_PICK_CENTER + Mouse press to pick center of rotation + + + TOP_SHOW_COLOR_LEGEND + Toggle Color Legend Visibility + + + MEN_SHOW_COLOR_LEGEND + Show Color Legend + + + PRP_APP_SHOW_COLOR_LEGEND + Toggle Color Legend Visibility + + + TOP_EDIT_COLOR_MAP + Edit Color Map + + + MEN_EDIT_COLOR_MAP + Edit Color Map + + + PRP_APP_EDIT_COLOR_MAP + Edit Color Map + + + TOP_RESET_RANGE + Rescale to Data Range + + + MEN_RESET_RANGE + Reset Range + + + PRP_APP_RESET_RANGE + Rescale to Data Range + + + MEN_DESK_SOURCES + &Sources + + + MEN_DESK_FILTERS + F&ilters + + + MEN_DESK_ANIMATION + A&nimation + + + TOP_FIRST_FRAME + First Frame + + + MEN_FIRST_FRAME + &First Frame + + + STB_FIRST_FRAME + First Frame + + + TOP_PREVIOUS_FRAME + Previous Frame + + + MEN_PREVIOUS_FRAME + Pre&vious Frame + + + STB_PREVIOUS_FRAME + Previous Frame + + + TOP_PLAY + Play + + + MEN_PLAY + &Play + + + STB_PLAY + Play + + + TOP_NEXT_FRAME + Next Frame + + + MEN_NEXT_FRAME + &Next Frame + + + STB_NEXT_FRAME + Next Frame + + + TOP_LAST_FRAME + Last Frame + + + MEN_LAST_FRAME + &Last Frame + + + STB_LAST_FRAME + Last Frame + + + TOP_LOOP + Loop + + + MEN_LOOP + L&oop + + + PRP_APP_LOOP + Loop + + + MEN_DESK_TOOLS + &Tools + + + TOP_CREATE_CUSTOM_FILTER + Create Custom Filter + + + MEN_CREATE_CUSTOM_FILTER + &Create Custom Filter... + + + STB_CREATE_CUSTOM_FILTER + Create Custom Filter + + + TOP_MANAGE_CUSTOM_FILTERS + Manage Custom Filters + + + MEN_MANAGE_CUSTOM_FILTERS + &Manage Custom Filters... + + + STB_MANAGE_CUSTOM_FILTERS + Manage Custom Filters + + + TOP_CREATE_LOOKMARK + Create Lookmark + + + MEN_CREATE_LOOKMARK + Create Lookmark + + + STB_CREATE_LOOKMARK + Create Lookmark + + + TOP_MANAGE_LINKS + Manage Links + + + MEN_MANAGE_LINKS + Manage Links... + + + STB_MANAGE_LINKS + Manage Links + + + TOP_ADD_CAMERA_LINK + Add Camera Link + + + MEN_ADD_CAMERA_LINK + Add Camera Link... + + + STB_ADD_CAMERA_LINK + Add Camera Link + + + WRN_ADD_CAMERA_LINK + Add Camera Link : No render module is active + + + TOP_MANAGE_PLUGINS + Manage Plugins/Extensions MEN_MANAGE_PLUGINS - Manage plug-ins... + Manage Plugins/Extensions... + + + STB_MANAGE_PLUGINS + Manage Plugins/Extensions + + + TOP_DUMP_WIDGET_NAMES + Dump Widget Names + + + MEN_DUMP_WIDGET_NAMES + &Dump Widget Names + + + STB_DUMP_WIDGET_NAMES + Dump Widget Names + + + TOP_RECORD_TEST + Record Test + + + MEN_RECORD_TEST + &Record Test + + + STB_RECORD_TEST + Record Test + + + TOP_RECORD_TEST_SCREENSHOT + Record Test Screenshot + + + MEN_RECORD_TEST_SCREENSHOT + Record &Test Screenshot + + + STB_RECORD_TEST_SCREENSHOT + Record Test Screenshot + + + TOP_PLAY_TEST + Play Test + + + MEN_PLAY_TEST + Play Test + + + STB_PLAY_TEST + Play Test + + + TOP_MAX_WINDOW_SIZE + Max Window Size: 300x300 + + + MEN_MAX_WINDOW_SIZE + Max Window Size: 300x300 + + + PRP_APP_MAX_WINDOW_SIZE + Set Max Window Size: 300x300 + + + TOP_TIMER_LOG + Timer Log + + + MEN_TIMER_LOG + Timer &Log + + + STB_TIMER_LOG + Timer Log + + + TOP_OUTPUT_WINDOW + Output Window + + + MEN_OUTPUT_WINDOW + &Output Window + + + STB_OUTPUT_WINDOW + Output Window + + + TOP_PYTHON_SHELL + Python Shell + + + MEN_PYTHON_SHELL + Python &Shell + + + STB_PYTHON_SHELL + Python Shell + + + TOP_ABOUT + About ParaView + + + MEN_ABOUT + About ParaView + + + STB_ABOUT + About ParaView + + + TOP_PARAVIEW_HELP + ParaView Help + + + MEN_PARAVIEW_HELP + ParaView Help + + + STB_PARAVIEW_HELP + ParaView Help + + + TOP_ENABLE_TOOLTIPS + Enable Tooltips + + + MEN_ENABLE_TOOLTIPS + Enable Tooltips + + + STB_ENABLE_TOOLTIPS + Enable Tooltips + + + TOOL_ACTIVE_VARIABLE_CONTROLS + Active Variable Controls + + + TOOL_CAMERA_CONTROLS + Camera Controls + + + TOOL_CENTER_AXES_CONTROLS + Center Axes Controls + + + TOOL_COMMON_FILTERS + Common Filters + + + TOOL_CURRENT_TIME_CONTROLS + Current Time Controls + + + TOOL_LOOKMARKS + Lookmarks + + + TOOL_MAIN_CONTROLS + Main Controls + + + TOOL_REPRESENTATION + Representation + + + TOOL_SELECTION_CONTROLS + Selection Controls + + + TOOL_UNDOREDO_CONTROLS + Undo/Redo Controls + + + TOOL_VCR_CONTROLS + VCR Controls -- 2.39.2