1 |
james |
26 |
# 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 |
|
|
# Key handling |
7 |
|
|
|
8 |
|
|
# Add lines of the following syntax to implement keyboard shortcuts: |
9 |
|
|
# Key_<window>_<hex key code>:<icon> |
10 |
|
|
# (fakes click on icon when key pressed in window) |
11 |
|
|
# Key_<window>_<hex key code>:+Help |
12 |
|
|
# (runs !Help - use with F1 as below) |
13 |
|
|
# Key_Main_181:+Help |
14 |
|
|
# See PRM 3-123 for hex key codes |
15 |
|
|
|
16 |
|
|
|
17 |
|
|
# Format of info box version icon |
18 |
|
|
IBox_Date:%DY %M3 %CE%YR |
19 |
|
|
IBox_Vers:%0 (%1) |