org.netbeans.api.sendopts.Bundle.properties Maven / Gradle / Ivy
The newest version!
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# {0} - name of the option, like --help or -h
MSG_MissingArgument=Option {0} needs an argument
# {0} - name of already used option
# {1} - name of option used again
MSG_CannotTogether=Option {0} cannot be used together with option {1}
# {0} - list of options separated by comma
MSG_NeedAtLeastOne=Need at least one of {0}
# {0} - list of options separated by comma
MSG_MissingOptions=Need to use also {0}
# {0} - name of already used option
# {1} - name of option used again
MSG_NeedBoth=Option {0} needs also option {1}
MSG_Unknown=Unrecognized option {0}
MSG_OneArg=
MSG_OptionalArg=[]
MSG_AddionalArgs=...
MSG_OPTION_CANNOT_HAVE_VALUE=Option {0} cannot have value {1}
MSG_UNKNOWN_OPTION=Unknown option {0}
MSG_TWO_DEFAULT_OPTIONS=There cannot be two default options: {0} and {1}
MSG_NOT_PROCESSED_PARAMS=There are parameters but nobody wants to proces them: {0}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy