;
; Sapphire messages
;
;  1994 Straylight
;

; --- Note ---
;
; This file contains the actual message strings for all Sapphire message
; tags.  The idea is that you can just dump the ones you really want into
; your messages file and have done with it.

;----- Miscellaneous strings ------------------------------------------------

; --- Memory allocation ---

allocNOMEM:Not enough memory
hpNEMI:Not enough memory to intialise heap

; --- Dialogue box handling ---

dboxCRTERR:Couldn't create dialogue box: %0
dboxNIND:Can't set text in non-indirected icon
dbxDECLTWICE:Dialogue box already known to dbx
ok:OK
can:Cancel

; --- Draw file handling ---

drawTOONEW:This drawfile has an unrecognised format and cannot be rendered.
drawBADFILE:This is not a drawfile.

; --- Various standard dialogue boxes ---

ebERRFRM:Error from %0
noteFROM:Note from %0
warnFROM:Warning from %0

piHELP:This window shows you information about this version of the application.

saDRAGICN:To save, drag the file icon to a directory viewer.
sahDB:This is the save dialogue box.
sahFICN:Drag this icon to a directory viewer or another application to save the file.
sahWRT:Type a filename for the file here.
sahOK:Click here to save the file under the name shown.

; --- Menus ---

mSOVF:Not enough memory to create menu -- increase menu_stackSize

; --- Dealing with help messages ---

helpOFLOW:Help message overflow

; --- Key translation ---

kstrF:F%i2
kstrPRT:Print
kstrTAB:Tab
kstrCOPY:Copy
kstrLEFT:Left
kstrRIGHT:Right
kstrDOWN:Down
kstrUP:Up
kstrINS:Insert
kstrPDN:PageDown
kstrPUP:PageUp
kstrENTER:Enter
kstrDEL:Delete
kstrSPC:Space
kstrESC:Esc
kstrBSP:Backspace
kstrRET:Return
kstrHOME:Home
kstrSH:Shift
kstrCTL:Ctrl
kstrKPD:Keypad

; --- Loading resources ---

msgsMLE:Error loading messages: %0
rsprSLE:Error loading sprites: %0
tplTNF:Template '%0' not found
tplTLE:Error loading templates: %0

; --- Handling errors ---

sehNOHND:Fatal internal error: Uncaught exception thrown (type &%x0)
rptERR:Internal error: '%1'.  Click Continue to try to resume, or Quit to stop %0.
rptCONF:Are you sure you want to quit %0?  Click Continue to try to resume, or Quit to quit.
rptUKEXC:Unknown exception (type &%x0)
rptCONT:Continue
rptQUIT:Quit

; --- Data transfer ---

saveDTDEAD:Data transfer failed, receiver dead

; --- Handling background jobs ---

thrNOCRT:Couldn't start background job: %0
thrNOSEMCRT:Couldn't create semaphore: %0
thrSEMINUSE:Can't destroy a semaphore while threads are waiting for it
thrNOWAITSEM:Couldn't wait on semaphore: %0
thrNOTATHRD:Only threads can wait on semaphores
