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#
3646N/A# You can obtain a copy of the license at
3646N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
3646N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
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
3646N/A# file and include the License file at
3646N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3646N/A# add the following below this CDDL HEADER, with the fields enclosed
3646N/A# by brackets "[]" replaced with your own identifying 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'.