1 |
# Error messages |
2 |
Erro_Erro:%0 (Code %1/%2) |
3 |
Erro_Quit:Are you sure you want to quit (Cancel to quit)? |
4 |
Erro_Memo:Not enough free memory - operation abandoned. Please free some memory and try again. |
5 |
|
6 |
DropBootHere:Drag a new style boot structure such as !Boot, !ArmBoot or !ShareBoot to this icon to edit it. |
7 |
NotBoot:This does not look like a new style boot structure. Has it been installed correctly? |
8 |
NoPreDesktop:The file PreDesktop cannot be found - has the boot structure been installed correctly? |
9 |
NoPreDesk:The directory PreDesk cannot be found - has the boot structure been installed correctly? |
10 |
NoDesktop:The file Desktop cannot be found - has the boot structure been installed correctly? |
11 |
NoTasks:The directory Tasks cannot be found - has the boot structure been installed correctly? |
12 |
NoTitle:Please enter a title for the action. |
13 |
ToAdd:To add an object to the boot sequence, drag it to the list of objects. |
14 |
NotFEB:Only Obey (&FEB) files can be added to the actions before the desktop is entered. |
15 |
NotFEA:Only Desktop (&FEA) files can be added to the actions after the desktop is entered. |
16 |
NoHeader:This file does not contain a header line describing the contents. The first line should be |Start <description of file>. |
17 |
NoEnd:This file does not have an end line. The last line should be |End. |
18 |
AlreadyExists:An object with this name already exists. |
19 |
|
20 |
# Key handling |
21 |
|
22 |
# Add lines of the following syntax to implement keyboard shortcuts: |
23 |
# Key_<window>_<hex key code>:<icon> |
24 |
# (fakes click on icon when key pressed in window) |
25 |
# Key_<window>_<hex key code>:+Help |
26 |
# (runs !Help - use with F1 as below) |
27 |
# Key_Main_181:+Help |
28 |
# See PRM 3-123 for hex key codes |
29 |
Key_Main_2/Key_Main_42/Key_Main_62:Boot |
30 |
Key_Main_13/Key_Main_53/Key_Main_73:Resources |
31 |
Key_Main_3/Key_Main_43/Key_Main_63:Library |
32 |
Key_Main_15/Key_Main_55/Key_Main_75:Utils |
33 |
Key_Main_181:Help |
34 |
|
35 |
Key_Boot_1/Key_Boot_41/Key_Boot_61:Add |
36 |
Key_Boot_12/Key_Boot_52/Key_Boot_72:Remove |
37 |
Key_Boot_5/Key_Boot_45/Key_Boot_65:Edit |
38 |
Key_Boot_F/Key_Boot_4F/Key_Boot_6F:Open |
39 |
Key_Boot_31:PreDesktop |
40 |
Key_Boot_32:PreDesk |
41 |
Key_Boot_33:Desktop |
42 |
Key_Boot_34:Tasks |
43 |
Key_Boot_181:Help |
44 |
|
45 |
Key_Add_D:OK |
46 |
Key_Add_181:+Help |
47 |
|
48 |
Key_Remove_D:Remove |
49 |
Key_Remove_181:+Help |
50 |
|
51 |
# Format of info box version icon |
52 |
IBox_Date:%DY %M3 %CE%YR |
53 |
IBox_Vers:%0 (%1) |