- Set up the real-mode IDT.
[AROS.git] / workbench / utilities / Installer / texts.h
blobe84d77e151867ddf45561be5038eddbf36b3bbe2
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _TEXTS_H
7 #define _TEXTS_H
9 /* Preset variables */
11 #define ABORT_BUTTON "Abort Install"
12 #define DEFAULT_DEST "ProgDir"
15 /* Texts */
17 #define WELCOME_TEMPLATE "Welcome to the %s App installation utility!"
18 #define USERLEVEL_REQUEST "Which user-level do you want?"
19 #define NOVICE_NAME "Novice"
20 #define ADVANCED_NAME "Advanced"
21 #define EXPERT_NAME "Expert"
22 #define HELP_ON_USERLEVEL "Help on UserLevel"
23 #define USERLEVEL_HELP \
24 " Please select the installation method\n" \
25 " according to your knowledge.\n" \
26 "\n" \
27 " NOVICE\n" \
28 " user won't be asked anymore questions.\n" \
29 " However, the user may be requested to\n" \
30 " insert disks or make other decisions.\n" \
31 "\n" \
32 " AVERAGE\n" \
33 " user will have to interact sometimes.\n" \
34 " This usually includes important\n" \
35 " decisions, but not unimportant ones like\n"\
36 " copying files or creating directories.\n" \
37 "\n" \
38 " EXPERT\n" \
39 " user must confirm all actions.\n"
41 #define LOG_QUESTION "Installer can log all actions. What do you want?"
42 #define LOG_FILE_TEXT "Write to log file"
43 #define LOG_PRINT_TEXT "Log to printer (PRT:)"
44 #define LOG_NOLOG_TEXT "Disable logging"
45 #define HELP_ON_LOGFILES "Help on Logfiles"
46 #define LOG_HELP \
47 " Printer will go to PRT:\n" \
48 " Log File will be %s"
50 #define PRETEND_QUESTION "Installer can pretend to install. Do you want this?"
51 #define NOPRETEND_TEXT "Install for real"
52 #define PRETEND_TEXT "Pretend to install"
53 #define HELP_ON_PRETEND "Help on Pretend-to-install mode"
54 #define PRETEND_HELP \
55 " \"Pretend to Install\" will not install the\n" \
56 " application for real on your Disk, instead\n" \
57 " it will only log all the actions to the\n" \
58 " log-file. However, if the \"(safe)\" flag is\n" \
59 " set for functions in the script these will\n" \
60 " be done even if in pretend mode."
62 #define HELP_ON_MESSAGE "Help on Message"
63 #define ABOUT_ON_INSTALLER "About Installer"
64 #define ABOUT_INSTALLER \
65 " This is AROS Installer V%d.%d\n" \
66 " Copyright © 1995-2003, The AROS Development Team.\n"\
67 " All rights reserved.\n" \
68 "\n" \
69 " It is intended to be compatible to\n" \
70 "\n" \
71 " Installer V43.3\n" \
72 "\n" \
73 "\n" \
74 " This program was mainly written by\n" \
75 "\n" \
76 " Henning Kiel <hkiel@aros.org>\n"
79 #define HELP_ON_USERCONFIRM "Help on Confirmation"
80 #define USERCONFIRM_HELP \
81 " Click \"Proceed\" button to perform action\n" \
82 " or \"Skip\" button to leave it out."
85 #define HELP_ON_CONFIRM "Help on Confirmation"
87 #define HELP_ON_ASKCHOICE "Help on AskChoice"
88 #define ASKCHOICE_HELP \
89 " Select one of the specified items. Proceed\n" \
90 " with your selected item with \"Proceed\" or\n" \
91 " abort the installation with \"Abort\"."
94 #define HELP_ON_ASKOPTIONS "Help on AskOptions"
95 #define ASKOPTIONS_HELP \
96 " Select all items you want or need. Proceed\n" \
97 " with your selected items with \"Proceed\" or\n" \
98 " abort the installation with \"Abort\"."
101 #define HELP_ON_ASKNUMBER "Help on AskNumber"
102 #define ASKNUMBER_HELP \
103 " Fill in the number gadget and press \"Proceed\"\n" \
104 " to proceed or abort the installation with\n" \
105 " \"Abort\"."
108 #define HELP_ON_ASKSTRING "Help on AskString"
109 #define ASKSTRING_HELP \
110 " Fill in the string gadget and press \"Proceed\"\n" \
111 " to proceed or abort the installation with\n" \
112 " \"Abort\"."
114 #define ASKQUIT_STRING "Do you really want to abort the installation?"
115 #define DONE_TEXT "Done with Installation."
117 /* Miscellaneous strings */
119 #define EMPTY_STRING ""
122 #endif /* _TEXTS_H */