telldus/telldus-core/service/Messages.mc

44 lines
1.1 KiB
MonkeyC
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;#ifndef __MESSAGES_H__
;#define __MESSAGES_H__
;
LanguageNames =
(
English = 0x0409:Messages_ENU
)
;////////////////////////////////////////
;// Events
;//
MessageId = 1
SymbolicName = LOG_DEBUG
Language = English
%1
.
MessageId = +1
SymbolicName = LOG_NOTICE
Language = English
%1
.
MessageId = +1
SymbolicName = LOG_WARNING
Language = English
%1
.
MessageId = +1
SymbolicName = LOG_ERR
Language = English
%1
.
;
;#endif //__MESSAGES_H__
;