mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-21 08:50:32 -05:00
39 lines
766 B
MonkeyC
39 lines
766 B
MonkeyC
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
;
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
; information regarding copyright ownership.
|
|
|
|
MessageIdTypedef=DWORD
|
|
|
|
LanguageNames = (English=0x409:MSG00409)
|
|
|
|
OutputBase = 16
|
|
|
|
|
|
MessageId=0x1
|
|
Severity=Error
|
|
Facility=Application
|
|
SymbolicName=BIND_ERR_MSG
|
|
Language=English
|
|
%1
|
|
.
|
|
|
|
MessageId=0x2
|
|
Severity=Warning
|
|
Facility=Application
|
|
SymbolicName=BIND_WARN_MSG
|
|
Language=English
|
|
%1
|
|
.
|
|
|
|
MessageId=0x3
|
|
Severity=Informational
|
|
Facility=Application
|
|
SymbolicName=BIND_INFO_MSG
|
|
Language=English
|
|
%1
|
|
.
|