xref: /reactos/dll/win32/iernonce/lang/en-US.rc (revision c2c66aff)
1*c2c66affSColin FinckLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2*c2c66affSColin Finck
3*c2c66affSColin FinckSTRINGTABLE
4*c2c66affSColin FinckBEGIN
5*c2c66affSColin Finck    IDS_INVALIDFORMAT "The format of the %1 RunEx or RunOnceEx entry was invalid. A vertical bar ('|') is needed after the function name and the function needs to support WinMain() parameters."
6*c2c66affSColin Finck    IDS_LOADERROR "An error occurred loading %1. The file may not have been installed or it has been corrupted."
7*c2c66affSColin Finck    IDS_CALLERROR "An error or exception occurred while calling the function %1 in %2."
8*c2c66affSColin Finck    IDS_INCORRECTFORMAT "The format of the following RunEx or RunOnceEx command is incorrect: %1. The shell execute command must start with ||."
9*c2c66affSColin Finck    IDS_NOEXPORT "Unable to call the function %1 in the file %2 because that function does not exist or is not exported."
10*c2c66affSColin Finck    IDS_EXECUTEERROR "An error or exception occurred while executing %1."
11*c2c66affSColin Finck    IDS_NOFUNCTION "Unable to find the function %1 in the file %2."
12*c2c66affSColin Finck    IDS_NODEPENDENCY "Unable to load the dependency file %1."
13*c2c66affSColin Finck    IDS_SETUPERROR "An error has occurred while setting up %1. This error has been logged, the installation will continue"
14*c2c66affSColin Finck    IDS_INCOMPLETE "The previous installation of an application has not been completed.\n\nLogon with an Administrator account to complete the installation."
15*c2c66affSColin Finck    IDS_SETUP "ReactOS Setup"
16*c2c66affSColin Finck    IDS_SERVICEERROR "Some services could not be started. Setup needs to restart your system in order to start the services."
17*c2c66affSColin FinckEND
18*c2c66affSColin Finck
19*c2c66affSColin FinckIDD_DIALOG DIALOGEX 0, 0, 206, 166
20*c2c66affSColin FinckSTYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION
21*c2c66affSColin FinckCAPTION "ReactOS Setup"
22*c2c66affSColin FinckFONT 8, "MS Shell Dlg"
23*c2c66affSColin FinckBEGIN
24*c2c66affSColin Finck    LTEXT "ReactOS is now setting up the following items:", -1, 36, 13, 163, 11
25*c2c66affSColin Finck    LISTBOX IDC_LB_ITEMS, 36, 32, 163, 127, LBS_NOTIFY | LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
26*c2c66affSColin Finck    ICON IDI_ICON, -1, 7, 7, 20, 20
27*c2c66affSColin FinckEND
28