|
- ; ToolsMenu - Add tools to the Workbench Tools menu
- ;
- ; Copyright (C) 2015, 2018 Kim Fastrup Larsen
- ;
- ; This program is free software: you can redistribute it and/or
- ; modify it under the terms of the GNU General Public License
- ; as published by the Free Software Foundation, either ver-
- ; sion 3 of the License, or (at your option) any later version.
- ;
- ; This program is distributed in the hope that it will be use-
- ; ful, but WITHOUT ANY WARRANTY; without even the implied war-
- ; ranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- ; See the GNU General Public License for more details.
- ;
- ; You should have received a copy of the GNU General Public Li-
- ; cense along with this program. If not, see
- ; <http://www.gnu.org/licenses/>.
- ;
- ; The author can be contacted on <kimflarsen@hotmail.com>
- ;
- MSG_ERR_OPEN (//)
- Could not open %s
- ;
- MSG_ERR_HOTKEY (//)
- Illegal hot key
- ;
- MSG_WINDOW_TITLE (//)
- %s: Hot Key = <%s>
- ;
- MSG_DESCRIPTION (//)
- Add tools to the Workbench Tools Menu
- ; Description should be at most 40 characters
- MSG_PROJECT_MENU (//)
- Project
- ;
- MSG_PROJECT_SAVE (//)
- Save Menu Items
- ;
- MSG_PROJECT_HIDE (//)
- Hide
- ;
- MSG_PROJECT_ABOUT (//)
- About...
- ;
- MSG_PROJECT_QUIT (//)
- Quit
- ;
- MSG_GAD_CONTINUE (//)
- Continue
- ;
- MSG_GAD_MENU_ITEMS (//)
- Menu Items
- ;
- MSG_GAD_NEW (//)
- New
- ;
- MSG_GAD_DELETE (//)
- Delete
- ;
- MSG_GAD_TOOL (//)
- Tool
- ;
- MSG_INFO_1 (//)
- You can add tools
- ;
- MSG_INFO_2 (//)
- by dragging their icons
- ;
- MSG_INFO_3 (//)
- into this window.
- ;
|