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