fix include file case
[reactos.git] / rosapps / packmgr / lib / en.rc
1
2 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3
4 /* String Tables */
5 STRINGTABLE DISCARDABLE
6 BEGIN
7 IDS_LOAD "Loading ..."
8 ERR_OK "Operation done."
9 ERR_PACK "Not all packages could be installed\n\nPlease have a look at the log file for details."
10 ERR_GENERIC "An error occured. \nFor more information please have a look at the log file."
11 ERR_DOWNL "A needed file could not be downloaded!\nFor more information please have a look at the log file."
12 ERR_FILE "Error while Script Execution.\nFile could not be opened."
13
14 ERR_SYNATX "Error while Script Execution.\nWrong Synatx."
15 ERR_CALL "Error while Script Execution.\nCould not find function."
16 ERR_PARAMETER "Error while Script Execution.\nWrong Parameter(s)."
17
18 ERR_DEP1 "To install this package you have to install the following package(s) as well:\n\n"
19 ERR_DEP2 "\nDo you want this ?"
20 ERR_READY "You choosen to install %d package(s). To install them you have to read and agree with each of thier licences. \n\nDo you want still want to ?"
21 END
22
23 123 RCDATA "options.xml"
24
25 /* EOF */