#language english
#version 0
;
; Use the following lines to make the catalog file for this
;updatecat:
;		Flexcat/Flexcat WBInfo.cd WBInfo_Cat.c=DCC:Bin/FlexCat/C_c_V21.sd
;		Flexcat/Flexcat WBInfo.cd WBInfo_Cat.h=DCC:Bin/FlexCat/C_h.sd
;
;
; First we have startup error messages that we can encounter.
;
; Text to show the user is running the wrong system version
STARTERROR_WrongSystemVersion 					(0//)
Sorry MBench Requires Amiga OS2.04+.\n
;
; General library error messages.
;
STARTERROR_IntuitionVersionError 				(1//)
Couldn't Open intuition.library V37+.
;
STARTERROR_GraphicsVersionError 				(2//)
Couldn't Open graphics.library V37+.
;
STARTERROR_LayersVersionError 					(3//)
Couldn't Open layers.library V37+.
;
STARTERROR_ASLVersionError 							(4//)
Couldn't Open asl.library V37+.
;
STARTERROR_UtilityVersionError 					(5//)
Couldn't Open utility.library V37+.
;
STARTERROR_GadToolsVersionError 				(6//)
Couldn't Open gadtools.library V37+.
;
STARTERROR_IconVersionError 						(7//)
Couldn't Open icon.library V33+.
;
STARTERROR_DiskFontVersionError 				(8//)
Couldn't Open diskfont.library V36+.
;
STARTERROR_DOSVersionError 							(9//)
Couldn't Open dosversion.library V37+.
;
STARTERROR_IFFVersionError 							(10//)
Couldn't Open iff.library V37+.
;
STARTERROR_MBMiscVersionError 					(11//)
Couldn't Open mbmisc.library V2+.
;
STARTERROR_ScreenError									(12//)
Unable to set up screen.
;
STARTERROR_GadgetError									(13//)
Unable to set up gadgets.
;
STARTERROR_WindowError									(14//)
Unable to open the window.
;
; Some general text definitions
;
MSG_AboutStartMenuPrefs									(100//)
%s.\nWritten %s.\n(c) Mark Hewitt.
;
;
;
; For the main gadgets.
;
MSG_MenuType														(300//)
Menu Type
;
MSG_Menus																(301//)
Menus
;
MSG_Menu																(302//)
_Menu
;
MSG_Item																(303//)
_Item
;
MSG_Sub																	(304//)
S_ub
;
MSG_Del																	(305//)
_Del
;
MSG_Up																	(306//)
U_p
;
MSG_Down																(307//)
Do_wn
;
MSG_Key																	(308//)
_Key
;
MSG_SelectImage													(309//)
Se_lect Image...
;
MSG_EditCommand													(311//)
_Edit Command...
;
MSG_Save 																(313//)
_Save
;
MSG_Cancel 															(314//)
_Cancel
;
MSG_NewMenu															(315//)
<New Menu>
;
MSG_NewItem															(316//)
 |-<New Item>
;
MSG_NewSubItem													(317//)
   |-<New Sub Item>
;
MSG_SelectAnIcon												(318//)
Select Icon To Use
;
;
;
; Keyboard shortcuts.
;
MSG_MenuKeys														(350//)
mM
MSG_SubKeys															(351//)
uU
MSG_ItemKeys														(352//)
iI
MSG_UpKeys															(354//)
pP
MSG_DownKeys														(355//)
wW
MSG_KeyKeys															(356//)
kK
MSG_SelectImageKeys											(357//)
lL
MSG_EditCommandKeys											(358//)
eE
MSG_CancelKeys													(359//)
cC
MSG_SaveKeys														(360//)
sS
;
;
;
; For the Menu type list gadget
MSG_StartMenu														(400//)
Start Menu
MSG_UserMenus														(401//)
User Menus
MSG_WindowPopup													(402//)
Window Popup
MSG_ProgramPopup												(403//)
Program Popup
MSG_DiskPopup														(404//)
Disk Popup
MSG_ProjectPopup												(405//)
Project Popup
;
;
;
;
; For the Commandwindow
;
MSG_Commands														(701//)
Commands
;
MSG_CommandName													(702//)
Co_mmand
;
MSG_CurrentDir													(703//)
_Current Dir
;
MSG_CommandType													(705//)
Command _Type
;
MSG_Stack																(706//)
_Stack
;
MSG_Priority														(707//)
_Priority
;
MSG_Flags																(708//)
Flags
;
MSG_OK																	(709//)
_OK
;
MSG_New																	(710//)
_New
;
MSG_Internal														(720//)
Internal
;
MSG_FlagsDoAllItems											(725//)
  Repeat All Items
MSG_FlagsRunAsync												(726//)
  Run Asynchronously
MSG_FlagsCDSource												(727//)
  CD Source
MSG_FlagsCDDest													(728//)
  CD Destination
MSG_FlagsDoAllSelected									(729//)
  Do All Selected
MSG_FlagsDoInCurrentWindow							(730//)
  Do In Current Window
MSG_FlagsDoOverItem											(731//)
  Do Item Over
MSG_FlagsOpenWindow											(732//)
  Open Window
;
;
MSG_EditCommandTitle										(750//)
Edit Command
;
MSG_NewCommand													(751//)
New Command
;
MSG_SelectCommand												(752//)
Select File To Run
;
MSG_SelectCurrentDirectory							(753//)
Select Current Directory
;
;
MSG_CurrentDirKeys											(800//)
cC
MSG_OKKeys															(801//)
oO
MSG_CommandNameKeys											(803//)
mM
MSG_CommandTypeKeys											(804//)
tT
MSG_StackKeys														(805//)
sS
MSG_PriorityKeys												(806//)
pP
MSG_NewKeys															(807//)
nN
MSG_DelKeys															(808//)
dD
;
;
;
;
;
;
;
; These strings are for the menus. They require the strings to be
; preceded by the keyboard shortcut for them and a NULL byte 
; (or ' ' for no shortcut)
; eg.  "X\x00Cut"			" \x00No Shortcut"
;
MENUTITLE_Project					(100000//)
 \x00Project
MENU_About								(100001//)
 \x00About
MENU_Quit									(100002//)
Q\x00Quit
MENUTITLE_Edit						(100003//)
 \x00Edit
MENU_ResetToDefaults			(100004//)
D\x00Reset To Defaults
MENU_LastSaved						(100005//)
L\x00Last Saved
