You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.4 KiB
77 lines
2.4 KiB
//******************************************************************************
|
|
//
|
|
// Copyright (c) 2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// HCAppRes.h
|
|
//
|
|
// Abstract:
|
|
// IDs for localizable resources.
|
|
//
|
|
// Revision History:
|
|
// Davide Massarenti (Dmassare) 05/27/2000
|
|
// created
|
|
//
|
|
//******************************************************************************
|
|
|
|
#define IDS_MAINWND_TITLE 2048
|
|
|
|
// SAF messages
|
|
#define IDS_RECORD_EXIST 2049
|
|
#define IDS_RECORD_NOT_FOUND 2050
|
|
#define IDS_RECORD_NOT_CLOSED 2051
|
|
|
|
// UnsolicitedRC Messages
|
|
#define IDS_NOPOLICY 2052
|
|
|
|
// HCP friendly name.
|
|
#define IDS_HELPCTR_HCP_DISPLAYNAME 2100
|
|
|
|
// HelpCtr messages
|
|
#define IDS_HELPCTR_DLG_ERROR 2200
|
|
#define IDS_HELPCTR_DLG_USAGE 2201
|
|
|
|
#define IDS_HELPCTR_MARSCORE_INCORRECT_VERSION 2210
|
|
#define IDS_HELPCTR_MARSCORE_NOT_FOUND 2211
|
|
#define IDS_HELPCTR_SVC_MISSING 2212
|
|
|
|
#define IDS_HELPCTR_PRINT_TITLE 2213
|
|
|
|
#define IDS_HELPCTR_TAXO_UNKNOWN_NODE 2214
|
|
#define IDS_HELPCTR_HIST_NOTITLE 2215
|
|
#define IDS_HELPCTR_SYSMENU_GOTO 2216
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// HelpSvc strings
|
|
|
|
#define IDS_HELPSVC_DISPLAYNAME 2500
|
|
#define IDS_HELPSVC_DESCRIPTION 2501
|
|
#define IDS_HELPSVC_GROUPNAME 2502
|
|
#define IDS_HELPSVC_GROUPCOMMENT 2503
|
|
#define IDS_HELPSVC_USERCOMMENT 2504
|
|
|
|
#define IDS_HELPSVC_TASKNAME 2510
|
|
#define IDS_HELPSVC_TASKCOMMENT 2511
|
|
|
|
#define IDS_HELPSVC_UNKNOWNERROR 2512
|
|
|
|
#define IDS_HELPSVC_SEMGR_OWNER 2520
|
|
|
|
#define IDS_HELPSVC_SEMGR_FTS_NAME 2521
|
|
#define IDS_HELPSVC_SEMGR_FTS_DESC 2522
|
|
|
|
#define IDS_HELPSVC_SEMGR_KW_NAME 2523
|
|
#define IDS_HELPSVC_SEMGR_KW_DESC 2524
|
|
|
|
#define IDS_HELPSVC_TITLE_ONLY 2525
|
|
#define IDS_HELPSVC_STEMMING 2526
|
|
|
|
|
|
// News strings
|
|
// Update Headlines provider name
|
|
#define IDS_NEWS_UPDATEBLOCK_NAME 2700
|
|
|
|
|