scripting.properties revision 7197110fbdb6deb7868581c455516161cbcf7e0f
# 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 legal/CDDLv1.0.txt. See the License for the
# specific language governing permission and limitations under the License.
#
# When distributing Covered Software, include this CDDL Header Notice in each file and include
# the License file at 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 copyright [year] [name of copyright owner]".
#
# Copyright 2015 ForgeRock AS.
########################################################################################################################
# This section holds the error messages used by the Scripting framework and specifically used by ScriptException
########################################################################################################################
1=Scripting context not recognised: {0}
2=Scripting language not supported: {0}
3=Failed to read script called {0} from realm {1}
4=Failed to read script with UUID {0} from realm {1}
5=Failed to delete script with UUID {0} from realm {1}
6=Failed to retrieve script with UUID {0} from realm {1}
7=Failed to retrieve scripts from realm {0}
8=Failed to save script with UUID {0} in realm {1}
9=Script UUID must be specified
10=Script name must be specified
11=A script must be specified
12=Scripting language must be specified
13=Script context must be specified
14=Script with name '{0}' already exist in realm {1}
15=Script with UUID '{0}' already exist in realm {1}
16=Script with UUID '{0}' could not be found in realm {1}
########################################################################################################################