Initial revision
[ssr] / StraySrc / SapphToys / !ColDemo / Resources / Messages
1 ;
2 ; Sapphire messages
3 ;
4 ; © 1994 Straylight
5 ;
6
7 ; --- Note ---
8 ;
9 ; This file contains the actual message strings for all Sapphire message
10 ; tags. The idea is that you can just dump the ones you really want into
11 ; your messages file and have done with it.
12
13 ;----- Miscellaneous strings ------------------------------------------------
14
15 ; --- Memory allocation ---
16
17 allocNOMEM:Not enough memory
18 hpNEMI:Not enough memory to intialise heap
19
20 ; --- Dialogue box handling ---
21
22 dboxCRTERR:Couldn't create dialogue box: %0
23 dboxNIND:Can't set text in non-indirected icon
24 dbxDECLTWICE:Dialogue box already known to dbx
25 ok:OK
26 can:Cancel
27
28 ; --- Draw file handling ---
29
30 drawTOONEW:This drawfile has an unrecognised format and cannot be rendered.
31 drawBADFILE:This is not a drawfile.
32
33 ; --- Various standard dialogue boxes ---
34
35 ebERRFRM:Error from %0
36 noteFROM:Note from %0
37 warnFROM:Warning from %0
38
39 piHELP:This window shows you information about this version of {app}
40
41 saDRAGICN:To save, drag the file icon to a directory viewer.
42 sahDB:This is the save dialogue box.
43 sahFICN:Drag this icon to a directory viewer or another application to save the file.
44 sahWRT:Type a filename for the file here.
45 sahOK:Click here to save the file under the name shown.
46
47 ; --- Menus ---
48
49 mSOVF:Not enough memory to create menu -- increase menu_stackSize
50
51 ; --- Dealing with help messages ---
52
53 helpOFLOW:Help message overflow
54
55 ; --- Key translation ---
56
57 kstrF:F%i2
58 kstrPRT:Print
59 kstrTAB:Tab
60 kstrCOPY:Copy
61 kstrLEFT:Left
62 kstrRIGHT:Right
63 kstrDOWN:Down
64 kstrUP:Up
65 kstrINS:Insert
66 kstrPDN:PageDown
67 kstrPUP:PageUp
68 kstrENTER:Enter
69 kstrDEL:Delete
70 kstrSPC:Space
71 kstrESC:Esc
72 kstrBSP:Backspace
73 kstrRET:Return
74 kstrHOME:Home
75 kstrSH:Shift
76 kstrCTL:Ctrl
77 kstrKPD:Keypad
78
79 ; --- Loading resources ---
80
81 rsprSLE:Error loading sprites: %0
82 tplTNF:Template '%0' not found
83 tplTLE:Error loading templates: %0
84
85 ; --- Handling errors ---
86
87 reprtERR:Internal error: '%1'. Click OK to continue, or Cancel to quit %0.
88 reprtCONF:Are you sure you want to quit %0? Click OK to continue, or Cancel to quit.
89
90 ; --- Data transfer ---
91
92 saveDTDEAD:Data transfer failed, receiver dead
93
94 ; --- Standard dialogue box controls ---
95
96 slNOSLIDE:Couldn't slide slider: %0
97
98 ; --- Handling background jobs ---
99
100 thrNOCRT:Couldn't start background job: %0
101 thrNOSEMCRT:Couldn't create semaphore: %0
102 thrSEMINUSE:Can't destroy a semaphore while threads are waiting for it
103 thrNOWAITSEM:Couldn't wait on semaphore: %0
104 thrNOTATHRD:Only threads can wait on semaphores