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.
18 lines
343 B
18 lines
343 B
1 year ago
|
;/****************************************************************************
|
||
|
; Messages for ZABBIX Win32 Agent
|
||
|
;****************************************************************************/
|
||
|
;
|
||
|
;#ifndef _messages_h_
|
||
|
;#define _messages_h_
|
||
|
;
|
||
|
|
||
|
MessageIdTypedef=DWORD
|
||
|
|
||
|
MessageId=1
|
||
|
SymbolicName=MSG_ZABBIX_MESSAGE
|
||
|
Language=English
|
||
|
%1 %2
|
||
|
.
|
||
|
|
||
|
;#endif
|