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