#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_AboutFileTypePrefs									(100//)
%s.\nWritten %s.\n(c) Mark Hewitt.
;
;
;
; For the main gadgets.
;
MSG_FileTypes														(300//)
File Types
;
MSG_New																	(301//)
_New
;
MSG_Del																	(302//)
_Del
;
MSG_Description													(303//)
D_escription
;
MSG_EditClass														(304//)
Edit Class_...
;
MSG_IconMenu														(305//)
Icon Menu
;
MSG_NewItem															(306//)
_Add
;
MSG_DelItem															(307//)
De_l
;
MSG_Command															(308//)
Ed_it...
;
MSG_DefaultIcon													(309//)
Default Icon
;
MSG_SelectIcon													(310//)
Selec_t...
;
MSG_Save 																(313//)
_Save
;
MSG_Cancel 															(314//)
_Cancel
;
;
MSG_NewFileType													(320//)
New FileType
;
MSG_NewMenuItem													(321//)
New Item
;
MSG_SelectAnIcon												(322//)
Select an Icon
;
;
; Keyboard shortcuts.
;
MSG_NewKeys															(350//)
nN
MSG_DelKeys															(351//)
dD
MSG_DescriptionKeys											(352//)
eE
MSG_EditClassKeys												(354//)
..
MSG_NewItemKeys													(355//)
aA
MSG_DelItemKeys													(356//)
lL
MSG_CommandKeys													(357//)
iI
MSG_SelectIconKeys											(358//)
tT
MSG_CancelKeys													(359//)
cC
MSG_SaveKeys														(360//)
sS
;
;
;
;
;
; 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_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
;
;
;
;
; For the EditFileTypeWindow
;
MSG_MatchName														(900//)
_Match Name
;
MSG_ToDo																(901//)
File scanning is still to do!!
;
MSG_EditFileTypeTitle										(950//)
File Type Detection
;
;
MSG_MatchNameKeys												(1000//)
mM
;
;
;
;
;
;
;
; 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
