org.glassfish.common.util.admin.LocalStrings.properties Maven / Gradle / Ivy
#
# Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
TooManyValues=Invalid parameter: {0}. This parameter may not have more than one value.
UnacceptableBooleanValue=Invalid parameter: {0}. This boolean option must be set (case insensitive) to true or false. Its value was set to {1}
UnacceptableValue=Invalid parameter: {0}. Its value is {1} but it isn''t one of these acceptable values: {2}
InvalidPropertySyntax=Invalid property syntax: {0}
PropertyMissingName=Invalid property syntax, missing property name: {0}
PropertyMissingValue=Invalid property syntax, missing property value: {0}
PropertyExtraEquals=Invalid property syntax, "=" in value: {0}
NoMoreTokens=No More tokens
EscapeAtEOL=Escape at EOL
UnbalancedQuotes=Unbalanced quotes
FileLockTimeOut=Time out expired on locking {0}
AsadminInputNoVersion=Input to the command does not specify a version using {0} as the first line
AsadminInputUnknownVersion=Input to the command specifies version {0} which is not recognized
AuthTokenInvalid=Use of auth token attempted but token is invalid; usesRemaining = {0,number,integer}, expired = {1}