All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.jdo.api.persistence.enhancer.Bundle.properties Maven / Gradle / Ivy

#
# Copyright (c) 1997, 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
#

# ResourceBundle properties file for model messages
# key consists of: enhancer..
#  - is optional, package under model
#  - short description (use _ to represent space)
# all keys should be in lowercase


#
# Global enhancer messages
#

# {0}=detailed message
enhancer.error=JDO ENHANCER: At least one error occurred while enhancing input class for Transparent Persistence; detailed message(s): {0}

# {0}=error number, {1}=detailed message
enhancer.enumerated_error=JDO ENHANCER: Error ({0}): {1}

# {0}=detailed message
enhancer.internal_error=JDO ENHANCER: An internal error occurred while enhancing input class; detailed message: {0}

# {0}=detailed message
enhancer.warning=JDO ENHANCER: Warning: A problem has been detected while enhancing input class for transparent persistence; detailed message: {0}


#
# Enhancer core messages
#

#
enhancer.io_error_while_reading_stream=I/O error while reading input stream.

#
enhancer.class_format_error=The input stream does not denote a valid Java class.

#
enhancer.io_error_while_writing_stream=I/O error while writing output stream.

# {0}=file name
enhancer.file_not_found=The file {0} was not found.

# {0}=file name
enhancer.io_error_while_reading_file=I/O error while reading file {0}.

# {0}=dir name
enhancer.unable_to_create_dir=Unable to create the directory named {0}.

# {0}=file name
enhancer.class_previously_annotated=The class {0} was previously annotated.

# {0}=class name, {1}=interface name
enhancer.class_implements_jdo_pc=The class {0} implements the interface {1}.

# {0}=class name, {1}=method name
enhancer.class_defines_jdo_method=The persistence-capable class {0} defines a JDO method called {1}.

# {0}=class name, {1}=field name
enhancer.class_defines_jdo_field=The persistence-capable class {0} defines a JDO field called {1}.

# {0}=class name, {1}=member name
enhancer.class_has_jdo_like_member=The persistence-capable class {0} defines a member {1} whose name starts with the reserved jdo prefix.


#
# Unsupported enhancer messages
#
# (don't need to be localized unless we expose the command-line interface
# of the enhancer to the user)
#

# {0}=class name, {1}=file name, {2}=file name
enhancer.class_already_entered=The class {0} from {1} is already entered from {2}.

# {0}=dir name, {1}=dir name
enhancer.destination_directory_already_set=Attempt to set the destination directory to {0}, but it has already been set to {1}.

# {0}=dir name
enhancer.destination_directory_not_exist=The destination directory {0} does not exist.

# Enhancer generator messages
# {0}=exception string
CME.generic_exception=Some exception occurred in enhancer generator: {0}
CME.generic_exception_stack=Some exception occurred in enhancer generator:

#Failed to create destination directory.
#{0}=Destination directory
EXC_DestDirCreateFailure=Unable to create destination directory: {0}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy