#language english
#version 0
;
;
; And here follows the actual strings themselves
;
;
; 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 V3+.
;
; and some other general start up error messages
;
STARTERROR_NoMBenchAssign								(101//)
ERROR: You need to set up the assign 'MBench2:' to the main\
MBench directory.
;
STARTERROR_NoWorkSpaceAssign						(102//)
ERROR: You need to set up the assign 'WorkSpace:' to the\
directory to use for the main window.
;
STARTERROR_ScreenError									(104//)
ERROR: Unable to open on the specified screen.
;
STARTERROR_MenuFail											(105//)
ERROR: Unable to create the menu items.
;
STARTERROR_CantCreateClasses						(106//)
ERROR: Cant create classes.
;
STARTERROR_CantOpenInternalPort					(107//)
ERROR: Cant open internal message port.
;
STARTERROR_CantCreateMBenchLibrary			(108//)
ERROR: Cant create the MBench.Library.
;
STARTERROR_CantStartRedrawTask					(109//)
ERROR: Cant start redraw task.
;
STARTERROR_CantOpenMainWindow						(110//)
ERROR: Unable to open main window.
;
STARTERROR_OldKey												(111//)
ERROR: The keyfile that you have is for\n\
an older version of MBench and will not\n\
work with this version.\n\
See the help file for upgrade details.
;
STARTERROR_BadKey												(112//)
WARNING: The keyfile that you have is invalid.\n\
If you are a registered user then please contact\n\
me for help.\n\
Anyone else... tut tut!!!!
;
ERROR_LoadProgramsDemoVersion						(113//)
Sorry - This is only a DEMO version of MBench and\n\
is restricted to having one program loaded at once.\n\n\
Please see the help file for details of registering\n\
MBench. It doesn't cost much.\n\
;
;
;
; Now some strings specific to individual modules.
;
;
; MBench.
;
; error when we try and quit and there are MBench programs still loaded
MSG_CantQuitProgramsLoaded							(400//)
Can't quit there are %ld MBench\n launched programs still running!
;
; error when we try and quit with open requesters.
MSG_CantQuitRequestersOpen							(401//)
Please close/respond to all requesters\n before trying to quit MBench.
;
; error when we try and quit with processes still running.
MSG_CantQuitProcessesRunning						(402//)
There are still MBench processes running\n please wait for all processes\n\
to complete before trying to quit MBench again.
;
; mbench library still in use.
MSG_MBenchLibraryInUse									(403//)
Can't quit - MBench.library is still in use.\n\
please try again in a minute
;
; error when we try and quit and there are App Icons windows menis still active
MSG_CantQuitAppsActive									(404//)
Can't quit there are %ld App(Icons/Menus/Windows)\n still added on MBench!
;
;
; And bits for loading up so we can show the progress.
MSG_LoadingTitle												(449//)
Loading MBench...
;
MSG_SPCheckingForKeyFile								(450//)
Checking for keyfile.
;
MSG_SPLoadingFonts											(451//)
Loading fonts.
;
MSG_SPLoadingMenus											(452//)
Loading menus.
;
MSG_SPOpeningDisks											(453//)
Opening Disks.
;
MSG_SPInstallingSystemPatches						(454//)
Installing system patches.
;
MSG_SPLoadingWorkspaceFiles							(455//)
Loading Workspace: files.
;
;
;
; Commodities.
;
MSG_CommodityDescription								(500//)
MBench (c)Copyright 1996 Mark Hewitt.
;
;
; Commands.
;
; Some errors for the commands part
MSG_ErrorNoWindowFor 										(600//)
Error - No Window For %s
;
; Some errors for the commands part
MSG_ErrorUnknownCommand 								(601//)
Error - Unknown command %s
;
; Some errors for the commands part
MSG_ErrorInvalidArguments 							(602//)
Error - Invalid arguments for command %s
;
; inimplemented command
MSG_UnimplementedCommandNumber					(603//)
Error - Unimplemented command number %ld
;
; Attempting to execute
MSG_AttemptingToExecute									(604//)
Attempting to execute internal command '%s'
;
; getting the destination directory
MSG_SetDestinationDirectory							(605//)
Set Destination Directory
;
;
; MBenchCommands.
;
; if unable to open the about window.
MSG_ErrorOpeningAboutWindow							(701//)
Error - Unable to open about window.
;
; The buttons to go into the About window
MSG_AboutButtons 												(702//)	
OK|Help|Registration
;
; The About text to show first line %s should take the version date etc info.
MSG_AboutMBench 												(703//)
KickStart %s, %s\n\n\
Written (%s)\n\
Copyright © 1997 Mark Hewitt,\n\
All Rights Reserved.\n\
Contact cs95mah@exeter.ac.uk.\n\n
;
;
; Settings
;
; LoadSettings
MSG_LoadSettings												(800//)
Load Settings.
;
; SaveSettingsAs
MSG_SaveSettingsAs											(801//)
Save Settings As.
;
;
; AmigaGuide
;
; Cant find correct amigaguide file message
MSG_CantOpenHelpFile 										(900//)
Unable To Locale Help File %s.
;
; General AmigaGuide Error.
MSG_CantOpenAmigaGuide 									(901//)
Error Opening Help File %s.
;
;
; for CommandWindow
;
; message
MSG_EnterCommandName										(1000//)
Enter command to execute.
;
; input text message
MSG_CommandName													(1001//)
Co_mmand :
;
; window title
MSG_ExecuteCommandName									(1002//)
Execute Internal Command
;
; someo of the help strings.
MSG_CommandInputHelp										(1003//)
Enter the command and its \n\
arguments here.
;
MSG_CommandOKHelp												(1004//)
Select this to execute the \n\
command that you entered.
;
MSG_CommandInputKeys										(1006//)
mM
;
;
; for OpenLocationWindow
;
; message
MSG_EnterOpenLocationName								(1100//)
Enter location to open a window for.
;
; input text message
MSG_OpenLocationName										(1101//)
L_ocation :
;
; window title
MSG_OpenALocationName										(1102//)
Open Location.
;
; someo of the help strings.
MSG_OpenLocationInputHelp								(1103//)
Enter the name of the\n\
location to open here.
;
MSG_OpenLocationIconHelp								(1104//)
Select this to open a window for the\n\
location you entered in icon mode.
;
MSG_OpenLocationListHelp								(1105//)
Select this to open a window for the\n\
location you entered in list mode.
;
MSG_OpenLocationSysGadHelp							(1106//)
Select this to open a file requester\n\
to get the name of a location to open.
;
MSG_OpenLocationInputKeys								(1107//)
oO
;
MSG_OpenLocationIconKeys								(1108//)
iI
;
MSG_OpenLocationListKeys								(1109//)
lL
;
MSG_OpenLocationButtons									(1110//)
_Icon|_List|_Cancel
;
;
; for ExecuteFileWindow
;
; message
MSG_EnterExecuteFileName								(1200//)
Enter filename to execute.
;
; input text message
MSG_ExecuteFileName											(1201//)
_FileName :
;
; window title
MSG_ExecuteAFileName										(1202//)
Execute A File.
;
; someo of the help strings.
MSG_FileWindowInputHelp									(1203//)
Enter the name of the file\n\
that you want to tun here.
;
MSG_FileWindowOKHelp										(1204//)
Select this to run the file\n\
that you entered.
;
MSG_FileWindowSysGadHelp								(1205//)
Select this to open a file requester\n\
to get the name of a file.
;
MSG_FileWindowInputKeys									(1206//)
fF
;
;
; For RunPrograms
;
; Attempting to load a program message.
MSG_AttemptingToLoad										(1300//)
Attempting to load program '%s'.
;
; Unable to run message.
MSG_UnableToRun													(1301//)
Unable to run '%s'.
;
;
; For DragMouse
;
; cant drag icons here.
MSG_CantDragIconsHere										(1400//)
Cant drag icons into this window.
;
;
; For IconCommands
;
; for the delete bit.
MSG_OKToDelete													(1500//)
WARNING!\n\
You cannot get back what you delete.\n\
OK To Delete %ld Files?
;
; for emptying trash.
MSG_OKToEmptyTrash											(1501//)
WARNING!\n\
You cannot get back what you delete.\n\
Are you sure you want to empty the trashcan?
;
;
; For AssignWindow.c
;
; the title for them
MSG_AssignListTitle											(1600//)
Assign List.
;
;
; For Delete.c
;
;
MSG_DeleteAmmount												(1700//)
Deleting %ld/%ld
;
; Deleting files
MSG_DeletingFiles												(1701//)
Deleting Files...
;
; Strings for when we try and delete a protected file.
MSG_FileProtected 											(1702//)
'%s' is protected from deletion.\n Select Unprotect to delete it anyway.
;
; the buttons for the above requester
MSG_FileProtectedButtons 								(1703//)
Unprotect|UnprotectAll|Skip|Abort
;
; Emptying trash 
MSG_EmptyingTrash												(1704//)
Emptying Trash...
;
; when the delete failed.
MSG_DeleteFailed												(1705//)
Unable To Delete '%s'.
;
;
; For Copy.c
;
; if we try and copy a file to one that already exists
MSG_ExistsSame 													(1800//)
WARNING: A file named %s already exists in %s\n \
that has the same size and date.\n \
What do you want to do?\n
;
; buttons for above requester
MSG_ExistsResponses											(1801//)
Replace|Replace All|Skip
;
MSG_ExistsDifferent											(1802//)
WARNING: A file named %s already exists in %s.\n \
The existing file is %ld bytes %s\n \
and is %s than the new file.\n \
What do you want to do?\n
;
MSG_CopyingFiles												(1803//)
Copying Files...
;
MSG_DuplicatingFiles										(1804//)
Duplicating Files...
;
MSG_Copying															(1805//)
Copying %d/%d
;
; when the copy failed.
MSG_CopyFailed													(1806//)
Unable To Copy '%s'.
;
; for leave out stuff
MSG_CopyOrLeaveOut											(1820//)
Do you want to:\n\
 Copy the items to WorkSpace:\n\
 Move them to WorkSpace:\n\
 Leave them out in the main window.\n\
;
MSG_CopyOrLeaveOutChoice								(1821//)
Copy|Move|Leave Out
;
;
; For Rename.c
;
; Some bits for the Rename part
MSG_EnterFileNameFor 										(1900//)
Enter New Name For '%s'
;
; Some bits for the Rename part
MSG_RenameText 													(1901//)
_Rename File:
;
; Some bits for the Rename part
MSG_RenameFileText 											(1902//)
Rename
;
; If the rename failed
MSG_ErrorRenaming												(1903//)
Unable To Rename '%s'
;
; someo of the help strings.
MSG_RenameWindowInputHelp								(1904//)
Enter the new name for the file\n\
specified above the gadget, here.
;
MSG_RenameWindowOKHelp									(1905//)
Select this to rename the file\n\
to the name that you entered.
;
MSG_RenameWindowSkipHelp								(1906//)
Select this skip the current\n\
file without renaming it.
;
MSG_RenameWindowSysGadHelp							(1907//)
Select this to open a file requester\n\
to get the name of a file to rename to.
;
MSG_RenameWindowInputKeys								(1908//)
rR
;
;
; list header texts.
;
MSG_Name																(2000//)
Name
MSG_Size																(2001//)
Size
MSG_Protection													(2002//)
Protection
MSG_Date																(2003//)
Date
MSG_Time																(2004//)
Time
MSG_Type																(2005//)
Type
MSG_Comment															(2006//)
Comment
MSG_Link																(2007//)
Link
;
;
;
; for SelectPattern Window
;
; message
MSG_EnterSelectPatternName							(2100//)
Enter selection pattern.
;
; input text message
MSG_PatternName													(2101//)
_Pattern :
;
; window title
MSG_SelectPatternName										(2102//)
Select Files By Pattern
;
; someo of the help strings.
MSG_SelectPatternInputHelp							(2103//)
Enter the pattern with any wild cardsn\n\
for files that you want selectong.
;
MSG_SelectPatternOKHelp									(2104//)
Select this to select files with the pattern\n\
that you entered in the current window.
;
MSG_SelectPatternInputKeys							(2106//)
Pp
;
;
;
;
; Misc texts for various routines.
;
MSG_BuffersFlushed											(3000//)
Buffers Flushed.
;
; used by the project pop up menus
MSG_Project															(3001//)
Project
;
;
;
;
;
; 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"
;
; These are the MBench menu.
MENU_Backdrop							(10000//)
B\x00Backdrop
MENU_ExecuteCommand				(10001//)
X\x00Execute Command...
MENU_ExecuteFile					(10002//)
E\x00Execute File...
MENU_OpenLocation					(10003//)
O\x00Open Location...
MENU_OpenAssignWindow			(10004//)
W\x00Open Assign Window...
MENU_RedrawAll						(10005//)
 \x00Redraw All
MENU_UpdateAll						(10006//)
 \x00Update All
MENU_LastMessage					(10007//)
 \x00Last Message
MENU_Help									(10008//)
 \x00Help
MENU_About								(10009//)
 \x00About
MENU_Quit									(10010//)
Q\x00Quit
;
MENU_FlushBuffers					(10011//)
 \x00Flush Buffers
;
; These are the Window menu.
MENUTITLE_Window					(10100//)
 \x00Windows
MENU_NewDrawer						(10101//)
N\x00New Drawer
MENU_OpenParent						(10102//)
P\x00Open Parent
MENU_Close								(10103//)
C\x00Close
MENU_Update								(10104//)
U\x00Update
MENU_CleanUp							(10105//)
L\x00CleanUp
MENU_SelectType						(10106//)
 \x00Select
MENU_Contents							(10107//)
A\x00Contents
MENU_Pattern							(10108//)
 \x00By Pattern...
MENU_Snapshot							(10109//)
 \x00Snapshot
MENU_Window								(10110//)
 \x00Window
MENU_All									(10111//)
 \x00All
MENU_ViewBy								(10112//)
 \x00View By
MENU_Icon									(10113//)
1\x00Icon
MENU_List									(10114//)
2\x00List
MENU_ShowAllIcons					(10115//)
H\x00ShowAllIcons
MENU_Layout								(10116//)
 \x00Layout
MENU_Stacked							(10117//)
 \x00Stacked
MENU_Horizontal						(10118//)
 \x00Horizontal
MENU_Vertical							(10119//)
 \x00Vertical
MENU_Select								(10120//)
 \x00Select
MENU_SelectNext						(10121//)
,\x00Select Next
MENU_SelectPrevious				(10122//)
.\x00Select Previous
MENU_Order								(10123//)
 \x00Order
MENU_WindowToBack					(10124//)
<\x00Window To Back
MENU_WindowToFront				(10125//)
>\x00Window To Front
;
; These are the Icons menu.
MENUTITLE_Icons						(10200//)
 \x00Icons
MENU_Open									(10201//)
0\x00Open
MENU_Duplicate						(10202//)
D\x00Duplicate
MENU_Rename								(10203//)
R\x00Rename...
MENU_Information					(10204//)
I\x00Information...
MENU_IconSnapshot					(10205//)
S\x00Snapshot
MENU_UnSnapshot						(10206//)
 \x00UnSnapShot
MENU_LeaveOut							(10207//)
 \x00Leave Out
MENU_PutAway							(10208//)
 \x00Put Away
MENU_Delete								(10209//)
 \x00Delete
MENU_FormatDisk						(102010//)
 \x00Format Disk
MENU_EmptyTrash						(102011//)
 \x00Empty Trash
;
; These are for the tools menu
MENUTITLE_Tools						(10300//)
 \x00Tools
;
;
;
; And here are some general messages that are used by a number of different
; modules.
;
;
MSG_NotEnoughMemory											(30000//)
Not Enough Memory.
;
; Some general text definitions
MSG_Ok 																	(30001//)
_OK
;
; Some general text definitions
MSG_Skip 																(30002//)
_Skip
;
; Some general text definitions
MSG_Cancel 															(30003//)
_Cancel
;
; Some general text definitions
MSG_Abort 															(30004//)
_Abort
;
; Some general text definitions
MSG_Stop 																(30005//)
_Stop
;
; Some general text definitions - for EasyRequesters
MSG_OKCancel 														(30006//)
_OK|_Cancel
;
; Some general text messages
MSG_AllDone 														(30007//)
All Done
;
; uncable to open file with name error.
MSG_CantOpenFile												(30008//)
Unable to Open File %s.
;
; uncable to save file with name error.
MSG_CantSaveFile												(30009//)
Unable to Save File %s.
;
; Save
MSG_Save																(30010//)
Save
;
; error opening window
MSG_CantOpenWindow											(30011//)
ERROR: Unable to open window.
;
; Select a directory	
MSG_SelectADirectory										(30012//)
Select A Directory.
;
; Select a file
MSG_SelectAFile													(30013//)
Select A File.
;
MSG_Pause																(30014//)
Pause
;
MSG_Bigger															(30015//)
bigger
;
MSG_Smaller															(30016//)
smaller
;
MSG_Newer																(30017//)
newer
;
MSG_Older																(30018//)
older
;
MSG_OKSkipCancel 												(30019//)
_OK|_Skip|_Cancel
;
MSG_RetrySkipAbort											(30020//)
Retry|Skip|Abort
;
MSG_No_OkCancel													(30021//)
OK|Cancel
;
;
;
;
;
; Some general key short cuts.
;
MSG_StopKeys														(50000//)
sS
MSG_PauseKeys														(50001//)
pP	
MSG_OKKeys															(50002//)
oO	
MSG_CancelKeys													(50003//)
cC	
MSG_SkipKeys														(50004//)
sS
;
;
;
;
;
;
; These strings are for some general floating help that we will show.
;
FHELP_Sizing														(70000//)
Sizing Gadget:\n\
 Click this with the left mouse\n\
 button and while doing so, move\n\
 the mouse to resize the window.
FHELP_Dragging													(70001//)
Drag Bar:\n\
 Click this with the left mouse\n\
 button and while doing so, move the\n\
 mouse to reposition the window.
FHELP_Position													(70002//)
Position Gadget:\n\
 Click this with the left mouse\n\
 button to move the window infront of\n\
 or behind other windows.
FHELP_Zoom															(70003//)
Zoom Gadget:\n\
 Click this with the left mouse\n\
 button to quickly shrink or\n\
 enlarge the window.
FHELP_Close															(70004//)
Close Gadget:\n\
 Click this with the left mouse\n\
 button to close the window.
;
; These strings are for the general help in the main windows.
;
FHELP_Sliders														(70005//)
Sliders:\n\
 Click this with the left mouse\n\
 button and while doing so, move the\n\
 mouse to scroll the window contents.
FHELP_Arrows														(70006//)
Arrows:\n\
 Click this with the left mouse\n\
 button to scroll the window contents\n\
 in the direction of the arrow.
;
; For progress windows	
FHELP_Abort															(70008//)
Click this to abort the \n\
current operation.
FHELP_Pause															(70009//)
Click this to pause the \n\
current operation.
;
;
MSG_CancelHelp													(70010//)
Select this to close the window\n\
with out doing anything.
;
;
FHELP_ListHeader												(70011//)
Select an item in the list header\n\
to have the list sorted by that type.