#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2008 Sun Microsystems, Inc. All Rights Reserved.
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# https://opensso.dev.java.net/public/CDDLv1.0.html or
# opensso/legal/CDDLv1.0.txt
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# at opensso/legal/CDDLv1.0.txt.
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: asTools.properties,v 1.1 2009/01/30 12:06:19 kalpanakm Exp $
#
#
# Locale resources for Tools for Agent for Application Server
#
#
# Locale messages for Tasks
# There will be 2 message definitions. 1 for executing and 2 for rollback
# 1. TSK_MSG_<TASK-I18N-KEY>_EXECUTE
# 2. TSK_MSG_<TASK-I18N-KEY>_ROLLBACK
#
# Example Case 1:
# TSK_MSG_COPY_FILE_EXECUTE= Copying file {0} to {1} ...
# The Driver will format this & print as one of the following.
# Copying file OpenSSOAgentBootstrap.properties to /opt/SUNWam/config ...DONE
# Copying file OpenSSOAgentBootstrap.properties to /opt/SUNWam/config ...FAILED
#
# Example Case 2:
# TSK_MSG_COPY_FILE_ROLLBACK= Removing file {0} from {1} ...
# The Driver will format this & print as one of the following.
# Removing file OpenSSOAgentBootstrap.properties from /opt/SUNWam/config ...DONE
# Removing file OpenSSOAgentBootstrap.properties from /opt/SUNWam/config ...FAILED
TSK_MSG_GRANT_JAVA_PERMS_EXECUTE= Adding java permissions to {0} file ...
TSK_MSG_GRANT_JAVA_PERMS_ROLLBACK= Removing java permissions from {0} file ...
file ...
TSK_MSG_REMOVE_JAVA_PERMS_EXECUTE= Removing java permissions from {0} file ...
TSK_MSG_CONFIGURE_LOGIN_CONF_EXECUTE= Adding Agent Realm to {0} file ...
TSK_MSG_CONFIGURE_LOGIN_CONF_ROLLBACK= Removing Agent Realm from {0} file ...
TSK_MSG_UNCONFIGURE_LOGIN_CONF_EXECUTE= Removing Agent parameters from {0} \
file ...