206 lines
4.7 KiB
MonkeyC
206 lines
4.7 KiB
MonkeyC
;/*
|
|
;
|
|
;Copyright (c) 1996-1998 Microsoft Corporation
|
|
;
|
|
;Module Name:
|
|
;
|
|
; pbsvrmsg.mc
|
|
;
|
|
;Abstract:
|
|
;
|
|
; This file contains the message definitions for the events generated by
|
|
; Phone Book Service
|
|
; The events start with an event id of 30000
|
|
;
|
|
;Author:
|
|
;
|
|
; byao Baogang yao
|
|
;
|
|
;Revision History:
|
|
; 01-27-97 Created (partly copied from t-byao's code : pwpmsg)
|
|
; */
|
|
|
|
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
|
Information=0x1:STATUS_SEVERITY_INFORMATION
|
|
Warning=0x2:STATUS_SEVERITY_WARNING
|
|
Error=0x3:STATUS_SEVERITY_ERROR
|
|
)
|
|
|
|
MessageId=30000
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_INIT_DB
|
|
Language=English
|
|
Phone Book Service:: Cannot start the following ODBC data source: %1
|
|
.
|
|
|
|
MessageId=30001
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_ODBC_INTERNAL
|
|
Language=English
|
|
Phone Book Service:: Cannot access the ODBC data source due to the following error: %1
|
|
.
|
|
|
|
MessageId=30002
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_CANT_GET_PARAMETER
|
|
Language=English
|
|
Phone Book Service:: Cannot get query parameters due to error number: %1
|
|
.
|
|
|
|
MessageId=30003
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_SEND_HEADER
|
|
Language=English
|
|
Phone Book Service:: Cannot send HTML header due to the following error: %1
|
|
.
|
|
|
|
MessageId=30004
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_SEND_CONTENT
|
|
Language=English
|
|
Phone Book Service:: Cannot send HTML content due to the following error: %1
|
|
.
|
|
|
|
MessageId=30005
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_OPEN_FILE
|
|
Language=English
|
|
Phone Book Service:: Cannot open the following file: %1
|
|
.
|
|
|
|
MessageId=30006
|
|
Severity=Information
|
|
SymbolicName=PBSERVER_INFO_NEW_PHONEBOOK
|
|
Language=English
|
|
Phone Book Service:: A new phone book was detected.
|
|
.
|
|
|
|
MessageId=30007
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_DISCONNECT
|
|
Language=English
|
|
Phone Book Service:: Cannot disconnect at this time.
|
|
.
|
|
|
|
MessageId=30008
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_FREE_RESOURCES
|
|
Language=English
|
|
Phone Book Service:: Cannot free the following resources: %1
|
|
.
|
|
|
|
MessageId=30009
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_OVERWRITE_PHONEBOOK
|
|
Language=English
|
|
Phone Book Service:: Cannot overwrite the existing phone book file.
|
|
.
|
|
|
|
MessageId=30010
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_INTERNAL
|
|
Language=English
|
|
Phone Book Service:: Cannot continue because of the following error: %1
|
|
.
|
|
|
|
MessageId=30011
|
|
Severity=Information
|
|
SymbolicName=PBSERVER_INFO_INIT_DB
|
|
Language=English
|
|
Phone Book Service:: An ODBC connection has been established!
|
|
.
|
|
|
|
MessageId=30012
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_ODBC_CANT_READ_REGISTRY
|
|
Language=English
|
|
Phone Book Service:: Cannot read the following registry key for ODBC.INI : %1
|
|
.
|
|
|
|
MessageId=30013
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_INTERNAL_CANT_OPEN_DIR
|
|
Language=English
|
|
Cannot open the directory %s because of the following error: %ld
|
|
.
|
|
|
|
MessageId=30014
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_CREATE_NOTIFY_FILE
|
|
Language=English
|
|
Cannot generate a new file to notify the child thread to terminate itself.
|
|
.
|
|
|
|
MessageId=30015
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_WAIT_FOR_THREAD
|
|
Language=English
|
|
The following error occurred while waiting for child thread to terminate: %1
|
|
.
|
|
|
|
MessageId=30016
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_CREATE_FILE
|
|
Language=English
|
|
Cannot create a handle for monitored directory %1 due to the following error: %2
|
|
.
|
|
|
|
MessageId=30017
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_DETERMINE_CHANGE
|
|
Language=English
|
|
Cannot determine file system changes.
|
|
.
|
|
|
|
MessageId=30018
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_CONVERT_FILENAME
|
|
Language=English
|
|
Cannot convert changed filename.
|
|
.
|
|
|
|
|
|
MessageId=30019
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_INIT_DBENV
|
|
Language=English
|
|
Phone Book Service:: Cannot start the ODBC data source because the server failed to allocate environment handle.
|
|
.
|
|
|
|
MessageId=30020
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_INIT_DBCON
|
|
Language=English
|
|
Phone Book Service:: Cannot start the ODBC data source because the server failed to allocate connection handle.
|
|
.
|
|
|
|
MessageId=30021
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_CONNECT_DB
|
|
Language=English
|
|
Phone Book Service:: Cannot connect to the following data source: %1
|
|
.
|
|
|
|
|
|
MessageId=30022
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_GET_FILE_TIME
|
|
Language=English
|
|
Phone Book Service:: Cannot get the creation timestamp for %1
|
|
.
|
|
|
|
MessageId=30023
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_CANT_UPDATE_PHONEBOOK
|
|
Language=English
|
|
Phone Book Service:: Cannot update the phone book file due to the following error: %1
|
|
.
|
|
|
|
MessageId=30024
|
|
Severity=Error
|
|
SymbolicName=PBSERVER_ERROR_SERVICE_EXPIRED
|
|
Language=English
|
|
Phone Book Service:: The Connection Point Service software has expired. To continue use, you must obtain an upgrade.
|
|
.
|
|
|