cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# CDDL HEADER START
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# The contents of this file are subject to the terms of the
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# Common Development and Distribution License, Version 1.0 only
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# (the "License"). You may not use this file except in compliance
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# with the License.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://forgerock.org/license/CDDLv1.0.html.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# See the License for the specific language governing permissions
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# and limitations under the License.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# When distributing Covered Code, include this CDDL HEADER in each
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# file and include the License file at legal-notices/CDDLv1_0.txt.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information:
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# Portions Copyright [yyyy] [name of copyright owner]
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# CDDL HEADER END
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# Copyright 2006-2008 Sun Microsystems, Inc.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# Global directives
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissotglobal.category=USER_DEFINED
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# Format string definitions
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# Keys must be formatted as follows:
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# where:
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# SEVERITY is one of:
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# DESCRIPTION is an upper case string providing a hint as to the context of
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# the message in upper case with the underscore ('_') character serving as
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# word separator
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot# ORDINAL is an integer unique among other ordinals in this file
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot#
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissotSEVERE_ERR_INITIALIZE_PLUGIN_1="Type de plugin invalide %s pour le plugin d'exemple.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissotNOTICE_DO_STARTUP_2=Message du plugin d'exemple '%s'.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissotNOTICE_APPLY_CONFIGURATION_CHANGE_3="Le message du plugin d'exemple a été modifié \
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissotde '%s' en '%s'.