2005-11-26 10:32:43 +00:00
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2017-02-05 21:46:51 +00:00
IDD_FIRSTPAGE DIALOGEX 0, 0, 380, 228
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
2005-11-26 10:32:43 +00:00
CAPTION "Create link"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2013-09-01 12:41:58 +00:00
LTEXT "Text1", -1, 115, 15, 160, 24
LTEXT "Text2", -1, 115, 35, 160, 17
2005-11-26 10:32:43 +00:00
END
2017-02-05 21:46:51 +00:00
IDD_SUBMIT_REPORT DIALOGEX 0, 0, 380, 228
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
2005-11-26 10:32:43 +00:00
CAPTION "Create link"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2013-09-01 12:41:58 +00:00
LTEXT "Text1",-1,10,0,225,40
LTEXT "Text2",-1,10,40,120,20
LTEXT "Text3",-1,10,55,120,20
2005-11-26 10:32:43 +00:00
END
2007-10-02 23:34:00 +00:00
IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
2007-10-02 23:34:00 +00:00
CAPTION "Create Shortcut"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2013-09-01 12:41:58 +00:00
LTEXT "This wizard helps you to create shortcuts to local or\nnetwork programs, files, folders, computers, or Internet\naddresses.", -1, 120, 15, 200, 30
LTEXT "Type the location of the item:", -1, 120, 50, 120, 10
EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT
PUSHBUTTON "Browse...", IDC_SHORTCUT_BROWSE, 272, 65, 55, 15, ES_LEFT
LTEXT "Click Next to continue.", -1, 120, 97, 162, 10
2007-10-02 23:34:00 +00:00
END
IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200
2008-01-22 19:08:51 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
2007-10-02 23:34:00 +00:00
CAPTION "Select a Title for the Program"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2013-09-01 12:41:58 +00:00
LTEXT "&Type a name for this shortcut:", -1, 120, 15, 150, 10
EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT
LTEXT "Click Finish to create the shortcut.", -1, 118, 97, 178, 17
2007-10-02 23:34:00 +00:00
END
2016-03-04 15:43:31 +00:00
IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Remove Shortcuts/Folders"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&To remove an item from the Start menu, select the item and click Remove.", -1, 10, 10, 192, 16
CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138
PUSHBUTTON "&Remove", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | WS_TABSTOP
DEFPUSHBUTTON "Close", IDOK, 152, 176, 50, 14, WS_GROUP | WS_TABSTOP
END
2015-04-18 20:03:37 +00:00
ID_DWL_GECKO_DIALOG DIALOGEX 0, 0, 260, 95
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Wine Gecko Installer"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "ReactOS could not find a Wine Gecko package which is needed for applications embedding HTML to work correctly. ReactOS can automatically download and install it for you.",
ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER | PBS_SMOOTH, 10, 40, 240, 12
DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 144, 76, 50, 14, WS_GROUP | WS_TABSTOP
END
2007-10-19 23:21:45 +00:00
STRINGTABLE
2005-11-26 10:32:43 +00:00
BEGIN
2013-09-01 12:41:58 +00:00
IDS_CPLSYSTEMNAME "Add/Remove Programs"
IDS_CPLSYSTEMDESCRIPTION "Sets up programs and creates shortcuts."
2007-10-04 23:51:10 +00:00
IDS_CREATE_SHORTCUT "Create Shortcut"
IDS_ERROR_NOT_FOUND "The file %s was not found."
2005-11-26 10:32:43 +00:00
END
2013-05-19 21:21:20 +00:00
STRINGTABLE
BEGIN
2014-11-15 11:52:50 +00:00
IDS_DOWNLOADING "Downloading..."
IDS_INSTALLING "Installing..."
IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
2018-07-08 14:40:14 +00:00
IDS_NEW_INTERNET_SHORTCUT "New Internet Shortcut"
2018-10-08 12:36:40 +00:00
IDS_DWL_FAILED "Failed to download the Gecko package. Make sure you have an internet connection in order to download it. The setup will proceed without installing Gecko."
2018-07-08 14:40:14 +00:00
IDS_CANTMAKEINETSHORTCUT "Failed to create internet shortcut."
IDS_CANTMAKESHORTCUT "Failed to create shortcut."
2018-12-31 07:42:53 +00:00
IDS_NO_MEMORY "No memory could be allocated!"
IDS_NO_DIRECTORY "No directory given!"
IDS_INVALID_PATH "The given path is invalid!"
2020-01-28 14:31:09 +00:00
IDS_INVALID_NAME "The shortcut name you entered either contained characters that are invalid for file names or was too long."
2013-05-19 21:21:20 +00:00
END