mirror of https://github.com/lianthony/NT4.0
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.
116 lines
4.6 KiB
116 lines
4.6 KiB
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995.
|
|
//
|
|
// File: strings.h
|
|
//
|
|
// Contents:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 12-06-95 michth Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define IDS_BASE 4000
|
|
|
|
#define IDS_USAGE1 (IDS_BASE+1)
|
|
#define IDS_USAGE2 (IDS_BASE+2)
|
|
#define IDS_USAGE3 (IDS_BASE+3)
|
|
#define IDS_USAGE4 (IDS_BASE+4)
|
|
#define IDS_USAGE5 (IDS_BASE+5)
|
|
#define IDS_USAGE6 (IDS_BASE+6)
|
|
#define IDS_USAGE7 (IDS_BASE+7)
|
|
#define IDS_USAGE8 (IDS_BASE+8)
|
|
#define IDS_USAGE9 (IDS_BASE+9)
|
|
#define IDS_USAGE10 (IDS_BASE+10)
|
|
#define IDS_USAGE11 (IDS_BASE+11)
|
|
#define IDS_USAGE12 (IDS_BASE+12)
|
|
#define IDS_USAGE13 (IDS_BASE+13)
|
|
#define IDS_USAGE14 (IDS_BASE+14)
|
|
#define IDS_USAGE15 (IDS_BASE+15)
|
|
#define IDS_USAGE16 (IDS_BASE+16)
|
|
#define IDS_USAGE17 (IDS_BASE+17)
|
|
#define IDS_USAGE18 (IDS_BASE+18)
|
|
#define IDS_USAGE19 (IDS_BASE+19)
|
|
#define IDS_USAGE20 (IDS_BASE+20)
|
|
#define IDS_USAGE21 (IDS_BASE+21)
|
|
#define IDS_USAGE22 (IDS_BASE+22)
|
|
#define IDS_USAGE23 (IDS_BASE+23)
|
|
#define IDS_USAGE24 (IDS_BASE+24)
|
|
#define IDS_USAGE25 (IDS_BASE+25)
|
|
#define IDS_USAGE26 (IDS_BASE+26)
|
|
|
|
#define IDS_TIME_ZONE1 (IDS_BASE+27)
|
|
#define IDS_TIME_ZONE2 (IDS_BASE+28)
|
|
|
|
#define IDS_BAD_DIR (IDS_BASE+29)
|
|
|
|
#define IDS_FILE_ERR (IDS_BASE+30)
|
|
#define IDS_FILE_CLOSE (IDS_BASE+31)
|
|
#define IDS_FILE_OPEN (IDS_BASE+32)
|
|
#define IDS_FILE_WRITE (IDS_BASE+33)
|
|
#define IDS_FILE_EXIST (IDS_BASE+34)
|
|
#define IDS_FILE_NONE (IDS_BASE+35)
|
|
|
|
#define IDS_STRING_ERR (IDS_BASE+36)
|
|
|
|
#define IDS_WINSOCK_ERR (IDS_BASE+37)
|
|
|
|
#define IDS_LINES (IDS_BASE+38)
|
|
#define IDS_FTP_LINES (IDS_BASE+39)
|
|
#define IDS_WEB_LINES (IDS_BASE+40)
|
|
#define IDS_GOPH_LINES (IDS_BASE+41)
|
|
|
|
#define IDS_TOTALS (IDS_BASE+42)
|
|
#define IDS_TOT_LINES (IDS_BASE+43)
|
|
#define IDS_TOT_FTP_LINES (IDS_BASE+44)
|
|
#define IDS_TOT_WEB_LINES (IDS_BASE+45)
|
|
#define IDS_TOT_GOPH_LINES (IDS_BASE+46)
|
|
|
|
#define IDS_CACHE_ERR (IDS_BASE+47)
|
|
#define IDS_CACHE_HITS (IDS_BASE+48)
|
|
#define IDS_CACHE_MISS (IDS_BASE+49)
|
|
#define IDS_CACHE_TOT (IDS_BASE+50)
|
|
|
|
#define IDS_LINES_PROC (IDS_BASE+51)
|
|
|
|
#define IDS_USAGE17A (IDS_BASE+52)
|
|
|
|
|
|
#define IDS_USAGE27 (IDS_BASE+53)
|
|
#define IDS_PREPROC (IDS_BASE+54)
|
|
|
|
#define IDS_JAN (IDS_BASE+55)
|
|
#define IDS_FEB (IDS_BASE+56)
|
|
#define IDS_MAR (IDS_BASE+57)
|
|
#define IDS_APR (IDS_BASE+58)
|
|
#define IDS_MAY (IDS_BASE+59)
|
|
#define IDS_JUN (IDS_BASE+60)
|
|
#define IDS_JUL (IDS_BASE+61)
|
|
#define IDS_AUG (IDS_BASE+62)
|
|
#define IDS_SEP (IDS_BASE+63)
|
|
#define IDS_OCT (IDS_BASE+64)
|
|
#define IDS_NOV (IDS_BASE+65)
|
|
#define IDS_DEC (IDS_BASE+66)
|
|
#define IDS_MON (IDS_BASE+67)
|
|
#define IDS_TUE (IDS_BASE+68)
|
|
#define IDS_WED (IDS_BASE+69)
|
|
#define IDS_THU (IDS_BASE+70)
|
|
#define IDS_FRI (IDS_BASE+71)
|
|
#define IDS_SAT (IDS_BASE+72)
|
|
#define IDS_SUN (IDS_BASE+73)
|
|
|
|
#define IDS_LASTDATE (IDS_BASE+74)
|
|
#define IDS_LASTTIME (IDS_BASE+75)
|
|
#define IDS_OPEN (IDS_BASE+76)
|
|
#define IDS_CREATE (IDS_BASE+77)
|