msgcommon.properties
From Documentation
#class=org.zkoss.mesg.MCommon
#"charset=utf-8"
#Copyright (C) 2005,2006 Potix Corporation
#
# Generic #
#
#-=EMPTY_NOT_ALLOWED
1000={0} must be specified and cannot be empty.
#-=REQUIRED
1001={0} is required.
#-=ILLEGAL_CHAR
1002=Illegal character, {0}.
#-=MESSAGE_CODE_NOT_FOUND
1003=Unknown message code: {0}.
#-=UNKNOWN_EXCEPTION
1006=Unknown exception: {0}.
#-=NOT_FOUND
100a={0} not found.
#
# File I/O #
#
#-=FILE_NOT_FOUND
1200=File not found, {0}.
#-=FILE_READ_FAILED
1201=Failed to read {0}.
#-=FILE_WRITE_FAILED
1202=Failed to write {0}.
#-=FILE_REMOVE_FAILED
1203=Failed to remove {0}.
#-=FILE_OPENING
1204=Opening {0}.
#-=FILE_LOADED
1205={0} is loaded.
#-=FILE_NOT_FOUND_IGNORED
1206=File not found and ignored, {0}.
#-=FILE_DUPLICATE
1207=Duplicate filename: {0}.
#-=NOT_A_FILE
1208=Not a regular file, {0}.
#
# Generic I/O #
#
#-=FAILED_TO_LOAD
1300=Failed to load {0}.
#
# Service #
#
#-=SERVICE_INIT_OK
1600=Service {0} is initialized.
#-=SERVICE_STOP_OK
1601=Service {0} is stopped.
#-=SERVICE_INIT_TWICE_NOT_ALLOWED
1603=Service {0} cannot be initialized twice.
#
# Java #
#
#-=CLASS_NOT_COMPATIABLE
1800={0} cannot be converted to {1}.
#
# XML #
#
#-=XML_ELEMENT_REQUIRED
2400=<{0}> is required ({1}).
#-=XML_ATTRIBUTE_REQUIRED
2404=Attribute {0} is required ({1}).
#
# Parsing #
#
#-=QUOTE_UNMATCHED
2800=The string''s quote is un-paired: {0}.
#-=UNEXPECTED_CHARACTER
2801=Unexpected character, {0}, in "{1}".
#-=EXPECTING_CHARACTER
2802=Expecting character, {0}, in "{1}".