Initial revision
[ssr] / StraySrc / Libraries / Sapphire / rsc / 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 the application.
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 msgsMLE:Error loading messages: %0
82 rsprSLE:Error loading sprites: %0
83 tplTNF:Template '%0' not found
84 tplTLE:Error loading templates: %0
85
86 ; --- Handling errors ---
87
88 sehNOHND:Fatal internal error: Uncaught exception thrown (type &%x0)
89 rptERR:Internal error: '%1'. Click Continue to try to resume, or Quit to stop %0.
90 rptCONF:Are you sure you want to quit %0? Click Continue to try to resume, or Quit to quit.
91 rptUKEXC:Unknown exception (type &%x0)
92 rptCONT:Continue
93 rptQUIT:Quit
94
95 ; --- Data transfer ---
96
97 saveDTDEAD:Data transfer failed, receiver dead
98
99 ; --- Handling background jobs ---
100
101 thrNOCRT:Couldn't start background job: %0
102 thrNOSEMCRT:Couldn't create semaphore: %0
103 thrSEMINUSE:Can't destroy a semaphore while threads are waiting for it
104 thrNOWAITSEM:Couldn't wait on semaphore: %0
105 thrNOTATHRD:Only threads can wait on semaphores