Windows2003-3790/termsrv/admtools/chgusr/chgusr.rc
2020-09-30 16:53:55 +02:00

55 lines
1.8 KiB
Plaintext

// Copyright (c) 1998-1999 Microsoft Corporation
#ifdef NOMINMAX
#undef NOMINMAX
#endif
#include <winver.h>
#include <ntverp.h>
#include "chgusr.h"
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Change INI File Mapping Utility"
#define VER_INTERNALNAME_STR "chgusr"
#define VER_ORIGINALFILENAME_STR "chgusr.exe"
#include <verall.h>
#include "common.ver"
STRINGTABLE
BEGIN
IDS_ERROR_MALLOC
L"Error allocating memory\n"
IDS_ERROR_INVALID_PARAMETERS
L"Invalid parameter(s)\n"
IDS_HELP_USAGE1
L"Change Install Mode.\n\n"
IDS_HELP_USAGE2
L"CHANGE USER {/EXECUTE | /INSTALL | /QUERY}\n\n"
IDS_HELP_USAGE3
L" /EXECUTE Enable execute mode (default).\n"
IDS_HELP_USAGE4
L" /INSTALL Enable install mode.\n"
IDS_HELP_USAGE5
L" /QUERY Display current settings.\n\n"
IDS_EXECUTE
L"Application EXECUTE mode is enabled. \n"
IDS_INSTALL
L"Application INSTALL mode is enabled. \n"
IDS_ERROR_ADMIN_ONLY
L"Only members of the Administrators group may enable Install Mode.\n"
IDS_READY_INSTALL
L"User session is ready to install applications.\n"
IDS_READY_EXECUTE
L"User session is ready to execute applications.\n"
IDS_ERROR_INI_MAPPING_FAILED
L"Error %d setting Install Mode\n"
IDS_ERROR_NOT_TS
L"This utility needs Terminal Services to be running.\n"
IDS_ERROR_REMOTE_ADMIN
L"Install mode does not apply to a Terminal server configured for remote administration.\n"
END