1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3STRINGTABLE 4BEGIN 5 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 IDS_LOADERROR "An error occurred loading %1. The file may not have been installed or it has been corrupted." 7 IDS_CALLERROR "An error or exception occurred while calling the function %1 in %2." 8 IDS_INCORRECTFORMAT "The format of the following RunEx or RunOnceEx command is incorrect: %1. The shell execute command must start with ||." 9 IDS_NOEXPORT "Unable to call the function %1 in the file %2 because that function does not exist or is not exported." 10 IDS_EXECUTEERROR "An error or exception occurred while executing %1." 11 IDS_NOFUNCTION "Unable to find the function %1 in the file %2." 12 IDS_NODEPENDENCY "Unable to load the dependency file %1." 13 IDS_SETUPERROR "An error has occurred while setting up %1. This error has been logged, the installation will continue" 14 IDS_INCOMPLETE "The previous installation of an application has not been completed.\n\nLogon with an Administrator account to complete the installation." 15 IDS_SETUP "ReactOS Setup" 16 IDS_SERVICEERROR "Some services could not be started. Setup needs to restart your system in order to start the services." 17END 18 19IDD_DIALOG DIALOGEX 0, 0, 206, 166 20STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION 21CAPTION "ReactOS Setup" 22FONT 8, "MS Shell Dlg" 23BEGIN 24 LTEXT "ReactOS is now setting up the following items:", -1, 36, 13, 163, 11 25 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 ICON IDI_ICON, -1, 7, 7, 20, 20 27END 28