tests/libjava-mauve/src/gnu/testlet/java/util/zip/InflaterInputStream/messages.properties
branchjk_new_structure
changeset 1541 75c2e24dea9a
parent 1540 92ac284961c1
child 1542 be11db817bcf
equal deleted inserted replaced
1540:92ac284961c1 1541:75c2e24dea9a
     1 ###############################################################################
       
     2 # Copyright (c) 2000, 2003 IBM Corporation and others.
       
     3 # All rights reserved. This program and the accompanying materials 
       
     4 # are made available under the terms of the Common Public License v1.0
       
     5 # which accompanies this distribution, and is available at
       
     6 # http://www.eclipse.org/legal/cpl-v10.html
       
     7 # 
       
     8 # Contributors:
       
     9 #     IBM Corporation - initial API and implementation
       
    10 ###############################################################################
       
    11 ### Runtime plugin message catalog
       
    12 
       
    13 ok = OK
       
    14 
       
    15 ### plugins
       
    16 plugin.extDefNotFound = Executable extension definition for \"{0}\" not found.
       
    17 plugin.extDefNoClass = Executable extension definition \"{0}\" does not specify a class name.
       
    18 plugin.deactivatedLoad = Attempt to load class \"{0}\" from deactivated plug-in \"{1}\".
       
    19 plugin.loadClassError = Plug-in {0} was unable to load class {1}.
       
    20 plugin.instantiateClassError = Plug-in \"{0}\" was unable to instantiate class \"{1}\".
       
    21 plugin.initObjectError = Plug-in \"{0}\" was unable to execute setInitializationData on an instance of \"{1}\".
       
    22 plugin.bundleNotFound = Plug-in \"{0}\" could not find resource bundle \"{1}\".
       
    23 plugin.notPluginClass = Supplied runtime class \"{0}\" does not extend class Plugin.
       
    24 plugin.startupProblems = Problems encountered starting up plug-in: \"{0}\".
       
    25 plugin.pluginDisabled = Attempt to activate a disabled plug-in: \"{0}\".
       
    26 plugin.unableToResolve = Unable to resolve plug-in registry.
       
    27 plugin.mismatchRuntime = Runtime class declaration mismatch for plug-in: \"{0}\".
       
    28 plugin.delegatingLoaderTrouble = "Plug-in \"{0}\" activation failed while loading class \"{1}\".
       
    29 
       
    30 ### parsing/resolve
       
    31 parse.error = Parsing error: \"{0}\".
       
    32 parse.errorProcessing = Error while processing \"{0}\".
       
    33 parse.errorNameLineColumn = Parsing error in \"{0}\" [line {1}, column {2}]: \"{3}\".
       
    34 parse.extPointUnknown = Unknown extension point \"{0}\" specified in plug-in \"{1}\".
       
    35 parse.extPointDisabled = Extension point \"{0}\" specified in plug-in \"{1}\" is disabled.
       
    36 parse.prereqDisabled = Plug-in \"{0}\" was disabled due to missing or disabled prerequisite plug-in \"{1}\".
       
    37 parse.unsatisfiedPrereq = Unable to satisfy prerequisite constraint from \"{0}\" to \"{1}\".
       
    38 parse.prereqLoop = Detected prerequisite loop from \"{0}\" to \"{1}\".
       
    39 parse.registryProblems = Problems encountered loading the plug-in registry.
       
    40 parse.fragmentMissingAttr = Fragment \"{0}\" ignored due to missing attributes.
       
    41 parse.fragmentMissingIdName = Fragment ignored due to missing attributes (including name and id).
       
    42 parse.pluginMissingAttr = Plug-in \"{0}\" disabled due to missing attributes.
       
    43 parse.pluginMissingIdName = Plug-in disabled due to missing attributes (including name and id).
       
    44 parse.unknownElement = Unknown element \"{1}\", found within a \"{0}\", ignored.
       
    45 parse.unknownTopElement = Unknown element \"{0}\", found at the top level, ignored.
       
    46 parse.initializationTrouble = Parser initialization using setFeature failed.
       
    47 parse.internalStack = Element/end element mismatch for element \"{0}\".
       
    48 parse.validMatch = \"{0}\" is not a valid value for the attribute \"match\".   Use \"perfect\", \"equivalent\", \"compatible\" or \"greaterOrEqual\".
       
    49 parse.validExport = \"{0}\" is not a valid value for the attribute \"export\".   Use \"true\" or \"false\".
       
    50 parse.unknownAttribute = Unknown attribute \"{1}\" for element \"{0}\" ignored.
       
    51 parse.missingFragmentPd = Plug-in descriptor \"{0}\" not found for fragment \"{1}\".  Fragment ignored.
       
    52 parse.unsatisfiedOptPrereq = Optional prerequisite constraint from \"{0}\" to\" {1}\" ignored.
       
    53 parse.prereqOptLoop = Optional prerequisite from \"{0}\" to \"{1}\" produced loop.  Prerequisite ignored.
       
    54 parse.unknownLibraryType = Unknown library type \"{0}\" for library \"{1}\".
       
    55 parse.duplicatePlugin= Two plug-ins found with the same id: \"{0}\". Ignoring duplicate at \"{1}\".
       
    56 parse.unknownEntry=Unknown element parsed by plug-in registry: \"{0}\".
       
    57 parse.nullPluginIdentifier=Plug-in not loaded due to missing id or version number: \"{0}\".
       
    58 parse.nullFragmentIdentifier=Fragment not loaded due to missing id or version number: \"{0}\".
       
    59 parse.missingPluginName=Name attribute missing from plug-in or fragment at \"{0}\".
       
    60 parse.missingPluginId=Id attribute missing from plug-in or fragment at \"{0}\".
       
    61 parse.missingPluginVersion=Version attribute missing from plug-in or fragment at \"{0}\".
       
    62 parse.missingFPName=Plug-in name attribute missing from fragment at \"{0}\".
       
    63 parse.missingFPVersion=Plug-in version attribute missing from fragment at \"{0}\".
       
    64 parse.postiveMajor=Plug-in version identifier, \"{0}\", must have a positive major (1st) component.
       
    65 parse.postiveMinor=Plug-in version identifier, \"{0}\", must have a positive minor (2nd) component.
       
    66 parse.postiveService=Plug-in version identifier, \"{0}\", must have a positive service (3rd) component.
       
    67 parse.emptyPluginVersion=A plug-in version identifier must be non-empty.
       
    68 parse.separatorStartVersion=Plug-in version identifier, \"{0}\", must not start with a separator character.
       
    69 parse.separatorEndVersion=Plug-in version identifier, \"{0}\", must not end with a separator character.
       
    70 parse.doubleSeparatorVersion=Plug-in version identifier, \"{0}\", must not contain two consecutive separator characters.
       
    71 parse.oneElementPluginVersion=Plug-in version identifier, \"{0}\", must contain at least one component.
       
    72 parse.fourElementPluginVersion=Plug-in version identifier, \"{0}\", can contain a maximum of four components.
       
    73 parse.numericMajorComponent=The major (1st) component of plug-in version identifier, \"{0}\", must be numeric.
       
    74 parse.numericMinorComponent=The minor (2nd) component of plug-in version identifier, \"{0}\", must be numeric.
       
    75 parse.numericServiceComponent=The service (3rd) component of plug-in version identifier, \"{0}\", must be numeric.
       
    76 parse.badPrereqOnFrag=Fragment \"{0}\" requires non-existent plug-in \"{1}\".  Fragment ignored.
       
    77 parse.duplicateFragment=Duplicate fragment found with id \"{0}\" and version \"{1}\".
       
    78 parse.duplicateLib=Fragment \"{0}\" for plug-in \"{1}\", has added duplicate library entry \"{2}\" .
       
    79 
       
    80 ### metadata
       
    81 meta.appNotInit = The application has not been initialized.
       
    82 meta.authFormatChanged = The platform's authorization database file format has changed.  Cached authorization information will be lost.
       
    83 meta.couldNotCreate = Error trying to create the platform metadata area: {0}.
       
    84 meta.exceptionParsingLog = An exception occurred while parsing the log file: {0}
       
    85 meta.failCreateLock = Unable to create platform lock file: {0}.
       
    86 meta.inUse = \nThe platform metadata area is already in use by another platform instance, or there was a failure\n\
       
    87 	in deleting the old lock file.  If no other platform instances are running, delete the \n\
       
    88 	lock file ({0}) and try starting the platform again.
       
    89 meta.notDir = Specified platform location \"{0}\" is not a directory.
       
    90 meta.pluginProblems = Problems occurred when invoking code from plug-in: \"{0}\".
       
    91 meta.readonly = The platform metadata area could not be written: {0}.  By default the platform writes its content\nunder the current working directory when the platform is launched.  Use the -data parameter to\nspecify a different content area for the platform.
       
    92 meta.readPlatformMeta = Could not read platform metadata: {0}.
       
    93 meta.registryCacheWriteProblems = Trouble writing to the registry cache file.
       
    94 meta.registryCacheReadProblems = Trouble reading from the registry cache file.
       
    95 meta.regCacheIOException = IOException encountered while writing \"{0}\".
       
    96 meta.registryCacheEOFException = Unexpected end-of-file when reading registry cache. Defaulting to not using cached file.
       
    97 meta.unableToWriteRegistry = Unable to write plug-in registry to cache.
       
    98 meta.unableToCreateCache = Unable to create output stream for registry cache.
       
    99 meta.unableToReadCache = Unable to create input stream for registry cache.
       
   100 meta.unableToCreateRegDebug = Unable to create output stream for registry debug information in \"{0}\".
       
   101 meta.unableToWriteDebugRegistry = Unable to write plug-in registry debug information to \"{0}\".
       
   102 meta.unableToReadAuthorization = Unable to read authorization database: {0}.
       
   103 meta.unableToWriteAuthorization = Unable to write to authorization database: {0}.
       
   104 meta.writePlatformMeta = Could not write platform metadata: {0}.
       
   105 meta.invalidRegDebug = Unable to create file \"{0}\" for plug-in registry debug information.
       
   106 meta.infoRegDebug = Plug-in registry debug information created in file \"{0}\".
       
   107 meta.unableToDeleteCache = Unable to delete registry cache file \"{0}\".
       
   108 meta.writeVersion = Unable to write workspace version file: \"{0}\".
       
   109 meta.versionCheckRun = Unable to run the version check application: \"{0}\".
       
   110 meta.checkVersion = Exception trying to read version from file: \"{0}\".
       
   111 
       
   112 ### URL
       
   113 url.badVariant=Unsupported \"platform:\" protocol variation \"{0}\".
       
   114 url.resolveFragment=Unable to resolve fragment \"{0}\".
       
   115 url.resolvePlugin=Unable to resolve plug-in \"{0}\".
       
   116 
       
   117 ### Preferences
       
   118 preferences.errorReading=Error reading exported preferences file: {0}. {1}
       
   119 preferences.errorWriting=Error writing preference file {0}. {1}
       
   120 preferences.fileNotFound=Preference export file not found: {0}.
       
   121 preferences.incompatible=The preference file contains preferences for version \"{0}\" of plug-in \"{1}\", but version \"{2}\" is currently installed.
       
   122 preferences.invalidProperty=The preference export file contained an invalid entry: {0}={1}.
       
   123 preferences.validate=Some preferences may not be compatible with the currently installed plug-ins.