|
|
Glassfish example source code file (ResourceMsgs.properties)
This example Glassfish source code file (ResourceMsgs.properties) is included in the DevDaily.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.
The Glassfish ResourceMsgs.properties source code
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2006, 2007-2010 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt. See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#
LOG_ILLEGAL_ARGUMENT=Illegal Argument
LOG_ILLEGAL_STATE=Illegal State
LOG_EXCEPTION=Exception
LOG_ENTERING=Entering
LOG_EXITING=Exiting
LOG_ECHO=Echo
LOG_INFO=Info
# Product messages
PRODUCT_NAME=Install Engine
PRODUCT_VERSION=1.0
# Generic names of things that are passed on the "left side" of the
# EnhancedException
cmd=Command
file=File
dir=Directory
output=Output
url=URL
urls=URLs
product=Product
products=Products
target=Target
platform=Platform
method=Method
class=Class
count=Count
frame=Frame
name=Name
arguments=Arguments
page=Page
root=Root
domain=Domain
data=Data
install=Install {0}
uninstall=Uninstall {0}
configure=Configure {0}
unconfigure=Unconfigure {0}
repair=Repair {0}
back=Back
next=Next
close=Close
# General messages.
PACKAGE_DB_NO_ACCESS=Native package database not readable or writable
INTERRUPTED_CMD=Interrupted while waiting for command to finish.
INVALID_CONFIG_SETTING={0}: {1}
DUPLICATE_CONFIG=Duplicate configuration option specified. This value will overwrite the previous value.
prev-val=Previous Value
FATAL=Fatal Error
RECOVERED=Recovered
EXCEPTION=Exception
ILLEGAL_OPTION=Illegal option: {0}
OPTION_REQUIRES_ARG=Option requires argument: {0}
OPTION_CANNOT_GROUP=Cannot group option {0} with other options
EMPTY_KEY=Key must not be empty or null
EXE_CMD_CANT_BE_NULL=ExecuteCommand: removeEnvironmentSetting: setting cannot be null
CMD_TO_EXECUTE_IS_NULL=Command to execute is null
NOT_TEXT_FILE=Not a text file
LOGGER_FAILED_WITH=Logger failed to log message.
NO_LOG_ADAPT_PROV_STDERR=No LoggerAdapter provided. Logging to STDERR
EXECMD_PUT_ENVIR_SET_CANT_BE_NULL=ExecuteCommand: putEnvironmentSetting: setting cannot be null
EXECUTECMD=ExecuteCommand:
FAILED=failed
EXECUTECMD_ERR=ExecuteCommand Error:
LOGTHREAD_ERR=LogThread error:
USAGE=Usage:
DOESNT_EXIST={0}: does not exist.
ISNT_A_FILE={0} is not a file.
IS_TEXT={0} is text.
IS_BINARY={0} is binary.
NULL_OBJECT=Object is null
EXEC_CMD_INTERRUPTED=Interrupted executing command
INTERRUPTED_WHEN_READING_OUTPUT=Interrupted while waiting
ERROR_IN_GET_NEXT_OPTION=Error getting next option
FILE_NO_LINE_SEP=File does not end with Line separator
ERROR_CHECKING_TEXT_FILE=Error checking text file
SIMS_DRY_RUN=SIMS is running in Dry Run Mode. {0} will not be registered/unregistered in/from SIMS.
DRY_RUN_MODE=Dry run mode. Nothing will be installed or uninstalled.
CANNOT_GET_ALT_ROOT=Cannot determine alternate root. Message : {0}
CANNOT_GET_INSTALL_LOC=Could not retrieve Install location.
FILE_NOT_FOUND=File could not be found
INVALID_FILE=Not a valid file
COULD_NOT_CREATE_FILE=File could not be created
COULD_NOT_CHANGE_READONLY_FOR_FILE=File could not be changed to read-only mode
NOT_IMPLEMENTED_YET=Functionality not implemented yet
CANNOT_CREATE_FILE=Cannot create file
CANT_CREATE_DIRECTORY=Cannot create directory
BUS_REQUEST_FAILED=Error placing a bus request
UNEXPECTED_RUNTIME_WARNING=An unexpected, but non-fatal, error has occurred, which has been logged.
CONFIRM_EXIT_MESSAGE=Are you sure you want to exit?
CONFIRM_EXIT_TITLE=Exit?
# I18N: Do not translate the example paths in the next line. Only translate the text around it.
INVALID_JDK_HOME=Invalid JDK Directory. Please specify the path to a valid JDK. For example, c:\\Program Files\\Sun\\jdk1.6.0 (Windows) or /usr/jdk/instances/jdk1.6.0 (Unix).
# I18N: Do not translate the example paths in the next line. Only translate the text around it.
INVALID_JAVA_PER_CONSTRAINTS=Invalid or incompatible Java directory. Please specify the path to a valid Java directory.
INVALID_JAVA_REQUIREMENT_SPECIFICATION=Invalid specification supplied to Java Detection mechanism.
# Util Messages
ERROR_READING_STREAM=Error reading stream
WARN_COULDNT_DET_OSTYPE=Warning : Could not detect OS Type
WARN_COULDNT_DET_OSNAME=Warning: Could not detect OS Name
WARN_COULDNT_DET_ARCH_STR=Warning: Could not detect OS Architecture, falling back to os.arch
INTEPRETER_CREATION_FAILED=Interpreter creation failed
NULL_STRING_PASSED=Null string passed to convert to proper case
RANGE_SPEC_NULL=Version range spec must not be null
INVALID_RANGE_SPEC_FIRST_CHAR_INCORRECT=Invalid range specification. First character is not [ or (
INVALID_RANGE_SPEC_LAST_CHAR_INCORRECT=Invalid range specification. Last character is not ] or )
CANNOT_CREATE_VERSION_RANGE=Invalid version range values specified
NULL_VERSION_RANGE=One of the version range values is null
key=Key
subkey=Subkey
# Context Info : Util
arch=Architecture
low-version=Low Version
high-version=High Version
# Bus messages.
NO_BUS_MEMBER=No bus member {0} on bus {1}
CANT_CREATE_EVENT_NULLNAME=Cannot create event with null name
CANT_CREATE_REQUEST_NULLNAME=Cannot create request with null data value
SKIPPING_NON_MATCHING_MEMBER=Skipping member {0} since it does not match {1}
PROVIDER_FAILED_INITIALIZATION=Provider failed to initialize.
STACK=Stack :
ILLEGAL_EVENT=Not a valid BusEvent
# Context items : Bus
provider=Provider
# Core messages.
CANNOT_PREFILL=Error reading previous session data from Config-State directory, previous session data will be ignored
CANT_READ=Cannot Read
BAD_PATH=Invalid Path
FATAL_ERROR=Fatal Error: {0}
UNKNOWN_OPT=Unknown Option: {0}
NOT_DEFINED=is not defined
NOT_CONFIG_CMD=Not a ConfigCommand
NOT_CONFIG_ITEM=Not a ConfigItem
NOT_CONFIG_SET=Not a ConfigSetting
NOT_VALID_CMD=Not a valid command for ConfigManager
NOT_A_FILE={0}: is not a File
INIT_BUS=Initializing ControlBus
READ_DEF_CONFIG=Reading default configuration
IS_NOT_NAME_EQUALS_VALUE_FORM=Not in name equals value form
DISCOVERED_SERVICE_PROVIDERS=Discovered Service Providers
DISCOVERING_SERVICE_PROVIDERS=Discovering Service Providers
INTERRUPTED_AT_INIT=Initialization interrupted
INTERRUPTED_AT_SHUTDOWN=Shutdown Interrupted
BEGIN_EXEC=Begin Execution
NOT_ORCHESTRATOR_CMD={0}: is not an Orchestrator command
NOT_A_URL={0}: is not a URL
DOES_NOT_EXIST={0}: does not exist
MALFORMED_PLATFORM_SPEC={0}: Malformed platform specification
SKIPPING_PLATFORM=Skipping incompatible platform: {0}
INVALID_CONFIG=Invalid configuration: {0}
INIT_ORCHESTRATOR=Initializing orchestrator
ORCHESTRATOR_CMD=Orchestrator Command: {0}
CANNOT_CONVERT_TO_URL=Cannot Convert to URL: {0}
FOUND_SERVICE_PROVIDER=Found Service Provider: {0}
CANT_OPEN_OR_LOAD_STREAM=Cannot open or load stream
ERROR_MERGING_SETTINGS=Error merging config settings
MUST_SPECIFY_ALL_PARAMS=Must specify all the three arguments: Schema, OOR update file, operation (encode or decode)
NO_OPERATION_SPECIFIED=Encode/Decode operation should be specified.
CANNOT_GET_ENGINE_CONFIG_ITEM=Cannot retrieve installer engine's configuration item
UNDEFINED_ENGINE_CONFIG_ITEM=Engine configuration item is undefined
MUST_PROVIDE_DEF_PRODUCT_ID=Must supply Default-Product-ID option using -p
INVALID_LOG_LOC=The specified log location {0} is not accessible. Using system's temporary directory instead.
NO_LOGGING=The specified log file location {0} is not accessible and the system's temporary directory is not accessible. Logs will not be saved.
CANNOT_SET_PROVIDER_PATH=Path to the providers is incorrect.
SCRIPT_LANG_NOT_BEANSHELL=Script language specified is not beanshell.
BROWSER_NOT_SUPPORTED=Could not find a supported web browser.
CANNOT_BROWSE_PAGE=Cannot load page into browser
INVALID_LOG_LEVEL=Invalid log level specified: {0}. Must be one of FATAL, SEVERE, WARNING, or INFO. Using INFO.
# L10N: YOU MUST ONLY TRANSLATE "Time Remaining" in the following string for PERCENT_COMPLETE:
PROGRESS_COMPLETE={0,number,percent} Time Remaining: {1,number,00}:{2,number,00}:{3,number,00}
PROGRESS_TIME_REMAINING=Time Remaining
# Context items : Core
config-item=Config item
# Package messages.
pkg=Package
prod=Product
CANT_CREATE_TMP_DIR=Cannot create temporary directory
PKG_ADD_FAILED=pkgadd failed
PKGRM_FAILED=pkgrm failed
CANT_EXEC_PKG_CMD=Cannot execute package command.
MISSING_PKG_TOOL=Package tool cannot be found on the system.
CANT_MSIEXEC=Cannot execute msiexec utility.
CANT_RESOLVE_PKG_SRC=Cannot resolve path to the package source.
INSTALL_SUCCESSFUL=Installation successful
INSTALL_FAILED=Installation failed.
UNINSTALL_SUCCESSFUL=Uninstallation completed successfully
UNINSTALL_FAILED=Uninstallation failed
RPM_INSTALLATION_FAILED=RPM installation failed.
RPM_UNINSTALLATION_FAILED=RPM removal failed.
REBOOT_REQUIRED=A reboot is required after the operation is complete
PATCH_INSTALL_SUCCESSFUL=Patch installation successful
PATCH_INSTALL_FAILED=Patch installation failed
PATCH_REMOVE_SUCCESSFUL=Patch removal was successful
PATCH_REMOVAL_FAILED=Patch removal failed
MSI_UNINSTALLATION_FAILED=MSI Uninstallation Failed
MSI_INSTALLATION_FAILED=MSI installation failed
CANNOT_CREATE_DIRECTORY=Cannot Create Directory
CANNOT_WRITE_FILE=Cannot write file
CANNOT_INSTALL_PKG=Cannot install package
CANNOT_CLOSE_STREAM=Cannot close stream connection
CANNOT_READ_MANIFEST=Cannot read package manifest file
CANNOT_CLOSE_FILE=Cannot close file
INSTALLING_SVR4_PKG=Installing SVR4 Package
INSTALLING_RPM=Installing RPM Package
PACKAGE_INSTALL_SUCCESSFUL=Package installation successful
REMOVING_PKG=Removing Package
PACKAGE_UNINSTALL_SUCCESSFUL=Package removal successful
EXTRACTING_ZIP=Extracting zip package
EXTRACTING_FILE=Extracting file
REMOVING_PKG_FILES=Removing zip package files
# Context items : Package
command=Command
exit-code=Exit Code
rpm=RPM
too=Tool
temp-dir=Temp Dir
# SIMS messages
spec=Specification
VAR_CANNOT_BE_NULL=Variable cannot be null
ERROR_PKG_SELF_DEPENDENCE=Package cannot depend on itself
ERROR_PRODUCT_SELF_DEPENDENCE=Product cannot depend on itself
START_MUST_BE_LESS_OR_EQUAL_TO_END=start must be less than or equal to end
UNKNOWN_PARAM=Unknown parameter found in rpm query output. Ignoring entry.
CORRUPT_ENTRY_IN_RPM_QUERY=Corrupt entry in package rpm query line
INCORRECT_DESC_IN_RPM=DESCRIPTION field within RPM not terminated properly
CANNOT_READ_TAG=Cannot read DESCRIPTION tag
RPM_CMD_FAILED=rpm command failed (non-zero exit status) for package
FAILED_SIMS_META_RPM=rpm creation of meta SIMS RPM failed
MISSING_RPM_TOOL=Required RPM packaging tool not present
SIMS_CMD_FAILED=Command failed while retrieving package list
CANNOT_GET_ALL_PKGS=cannot get all SIMS packages
CANNOT_GET_ALL_PRODUCTS=cannot get all SIMS products
RPM_QUERY_CMD_FAILED=rpm command failed while querying RPM.
INVALID_PROGRESS_VALUE=Progress value specified is not valid
CANNOT_CROSS_LINK_PRODUCTS=Cannot determine the contained/required products for a product
CANNOT_BUILD_PRODUCT_INDEX=Error constructing product structure
PROD_NAME_CANNOT_BE_NULL=Product name cannot be null
PKG_NAME_CANNOT_BE_NULL=Package name cannot be null
CANNOT_REGISTER_PKG=Cannot register package in SIMS
CANNOT_UNREGISTER_PKG=Cannot unregister package in SIMS
#Install Home panel messages
INSTALL_TOP_TEXT=<html> GlassFish Server will be installed into the specified directory. You may specify a different directory or click the Browse to select a directory. |