example_plugin.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0N/A# or http://forgerock.org/license/CDDLv1.0.html.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information:
0N/A# Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A# Copyright 2006-2008 Sun Microsystems, Inc.
0N/A
0N/A
0N/A
0N/A#
0N/A# Global directives
0N/A#
0N/Aglobal.category=USER_DEFINED
0N/A
0N/A#
0N/A# Format string definitions
0N/A#
0N/A# Keys must be formatted as follows:
2157N/A#
2157N/A# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
0N/A#
0N/A# where:
0N/A#
0N/A# SEVERITY is one of:
0N/A# [ERR, WARN, NOTE, INFO, DEBUG]
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
# ORDINAL is an integer unique among other ordinals in this file
#
ERR_INITIALIZE_PLUGIN_1="Invalid plugin type %s for the example plugin.
NOTE_DO_STARTUP_2=Example plugin message '%s'.
NOTE_APPLY_CONFIGURATION_CHANGE_3="Example plugin message has been changed \
from '%s' to '%s'.