jbossv7-tools.properties revision 504576c0cd21165cc879543ca89164d214acf996
4924N/A#
4924N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5751N/A#
5751N/A# Copyright (c) 2013 ForgeRock, Inc. All Rights Reserved
4924N/A#
4924N/A# The contents of this file are subject to the terms
4924N/A# of the Common Development and Distribution License
4924N/A# (the License). You may not use this file except in
4924N/A# compliance with the License.
4924N/A#
4924N/A# You can obtain a copy of the License at
4924N/A# http://forgerock.org/license/CDDLv1.0.html
4924N/A# See the License for the specific language governing
4924N/A# permission and limitations under the License.
4924N/A#
4924N/A# When distributing Covered Code, include this CDDL
4924N/A# Header Notice in each file and include the License file
4924N/A# at http://forgerock.org/license/CDDLv1.0.html
4924N/A# If applicable, add the following below the CDDL Header,
4924N/A# with the fields enclosed by brackets [] replaced by
4924N/A# your own identifying information:
4924N/A# "Portions Copyrighted [year] [name of copyright owner]"
4924N/A#
4924N/A
4924N/A#
4924N/A# Locale resources for JBoss Server 7.x agent installer
4924N/A#
4924N/A
4924N/A# Welcome message for the installer
4924N/AWELCOME_MESSAGE = Welcome to the OpenAM Policy Agent for JBoss Server 7.x
4924N/A
4924N/A# Interaction messages
4924N/A
4924N/A# INT_HOME_DIR
4924N/AINT_HOME_DIR_DESC = Enter the complete path to the home directory of the JBoss instance.
4924N/AINT_HOME_DIR_PROMPT = Enter the path to the JBoss installation
4924N/AINT_HOME_DIR_SUMMARY_DESC = JBoss home directory
4924N/AINT_HOME_DIR_HELP = The home directory of JBoss server where the standalone/domain configurations can be found.
4924N/AINT_HOME_DIR_ERROR = ERROR: Invalid JBoss home directory. Please try again.
4924N/A
4924N/AHOME_DIR_INVALID = Invalid JBoss home directory: {0}
4924N/AHOME_DIR_VALID = JBoss home directory is valid: {0}
4924N/A
4924N/A# INT_INSTANCE_NAME
4924N/AINT_INSTANCE_NAME_DESC = Enter the name of the deployment mode of the JBoss installation that you wish to use with \
4924N/Athis agent. Supported values are: domain, standalone.
4924N/AINT_INSTANCE_NAME_PROMPT = Enter the deployment mode of JBoss
4924N/AINT_INSTANCE_NAME_SUMMARY_DESC = JBoss deployment mode
4924N/AINT_INSTANCE_NAME_HELP = Use domain only if you are using JBoss in clustered (domain) mode. Otherwise use standalone.
4924N/AINT_INSTANCE_NAME_ERROR = ERROR: Invalid deployment mode provided.
4924N/A
4924N/AVERSION_INVALID = ERROR: Unsupported JBoss version, see installer logs for more detail.
4924N/AVERSION_VALID = Supported JBoss version detected.
4924N/A
4924N/AINT_GLOBAL_MODULE_DESC = Enter true if you'd like to deploy the policy agent as a global JBoss module.
4924N/AINT_GLOBAL_MODULE_PROMPT = Install agent as global module?
4924N/AINT_GLOBAL_MODULE_SUMMARY_DESC = Install agent as global module
4924N/AINT_GLOBAL_MODULE_HELP = When the agent is installed as a global module, all applications will have access to the \
4924N/Aagent filter and to the ClientSDK as well. If the agent is not installed as a global module, then applications needs \
4924N/Ato depend on the agent either in the MANIFEST.MF file (Dependencies: org.forgerock.openam.agent), or through a \
4924N/Ajboss-deployment-structure.xml descriptor.
4924N/AINT_GLOBAL_MODULE_ERROR = Invalid value provided.
4924N/A
4924N/A# Task execution messages
4924N/A
4924N/AUPDATE_CONFIG_XML_EXECUTE = Adding agent settings to {0} file ...
4924N/AUPDATE_CONFIG_XML_ROLLBACK = Removing Agent settings from {0} file ...
4924N/AADD_AGENT_MODULE_EXECUTE = Adding agent module to JBoss installation ...
4924N/AADD_AGENT_MODULE_ROLLBACK = Removing agent module from JBoss installation ...
4924N/AMODULE_MKDIR_FAIL = Unable to create agent module directory.
4924N/ATSK_MSG_CONFIGURE_AGENT_APP_EXECUTE = Installing the agent application ...
4924N/ATSK_MSG_CONFIGURE_AGENT_APP_ROLLBACK = Removing the agent application ...
4924N/A
4924N/A# Exit message for the installer
4924N/AEXIT_MESSAGE = Thank you for using OpenAM Policy Agent.
4924N/A