< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Print this page




  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.images-root.name=Image Root
  28 param.images-root.description=Image Root
  29 param.config-root.name=Config Root
  30 param.config-root.description=Config root dir
  31 param.create-image.name=Create Image
  32 param.create-image.description=Creates platform-specific application image.
  33 param.create-installer.name=Create Installer
  34 param.create-installer.description=Creates platform-specific installer for the application.
  35 param.create-jre-installer.name=Create JRE Installer
  36 param.create-jre-installer.description=Creates platform-specific JRE installer.
  37 param.jlink-builder.name=JLink Builder
  38 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
  39 param.app-name.name=App Name
  40 param.app-name.description=The name of the application.
  41 param.app-fs-name.name=App File System Name
  42 param.app-fs-name.description=The name of the application suitable for file system use.  Typically this is just letters, numbers, dots, and dashes.
  43 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
  44 param.app-resources.name=Resources
  45 param.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory.  Including all needed jars as assets.
  46 param.app-resources-list.name=Resources List
  47 param.build-root.name=Build Root
  48 param.build-root.description=The directory in which to use and place temporary files.
  49 param.category.name=Category
  50 param.category.description=The category oor group of the application.  Generally speaking you will also want to specify application specific categories as well.
  51 param.category.default=Unknown
  52 param.copyright.name=Copyright
  53 param.copyright.description=The copyright for the application.
  54 param.copyright.default=Copyright (C) {0,date,YYYY}
  55 param.description.name=Description
  56 param.description.description=A longer description of the application
  57 param.description.default=none
  58 param.icon-file.name=Icon
  59 param.icon-file.description=The main icon of the application bundle.
  60 param.identifier.name=Identifier
  61 param.identifier.description=What is the machine readable identifier of this application?  The format should be a DNS name in reverse order, such as com.example.myapplication.
  62 param.arguments.name=Command Line Arguments


 151 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
 152 error.main-jar-does-not-exist=The configured main jar does not exist {0}
 153 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
 154 
 155 warning.module.does.not.exist=Module {0} does not exist.
 156 warning.no.jdk.modules.found=Warning: No JDK Modules found.
 157 
 158 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 159 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
 160 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
 161 Advice to fix\: {2}
 162 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}
 163 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
 164 MSG_Version=jpackage version
 165 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 166 
 167 ERR_MissingArgument=Error: Missing argument: {0}
 168 ERR_MissingAppResources=Error: No application jars found
 169 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
 170 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
 171 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
 172 ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
 173 ERR_NoJreInstallerName=Jre Installers require a name parameter.
 174 ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument

 175 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
 176 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.


  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.images-root.name=Image Root
  28 param.images-root.description=Image Root
  29 param.config-root.name=Config Root
  30 param.config-root.description=Config root dir
  31 param.create-image.name=Create Image
  32 param.create-image.description=Creates platform-specific application image.
  33 param.create-installer.name=Create Installer
  34 param.create-installer.description=Creates platform-specific installer for the application.
  35 param.create-jre-installer.name=Create JRE Installer
  36 param.create-jre-installer.description=Creates platform-specific JRE installer.
  37 param.jlink-builder.name=JLink Builder
  38 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
  39 param.app-name.name=App Name
  40 param.app-name.description=The name of the application.


  41 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
  42 param.app-resources.name=Resources
  43 param.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory.  Including all needed jars as assets.
  44 param.app-resources-list.name=Resources List
  45 param.build-root.name=Build Root
  46 param.build-root.description=The directory in which to use and place temporary files.
  47 param.category.name=Category
  48 param.category.description=The category oor group of the application.  Generally speaking you will also want to specify application specific categories as well.
  49 param.category.default=Unknown
  50 param.copyright.name=Copyright
  51 param.copyright.description=The copyright for the application.
  52 param.copyright.default=Copyright (C) {0,date,YYYY}
  53 param.description.name=Description
  54 param.description.description=A longer description of the application
  55 param.description.default=none
  56 param.icon-file.name=Icon
  57 param.icon-file.description=The main icon of the application bundle.
  58 param.identifier.name=Identifier
  59 param.identifier.description=What is the machine readable identifier of this application?  The format should be a DNS name in reverse order, such as com.example.myapplication.
  60 param.arguments.name=Command Line Arguments


 149 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
 150 error.main-jar-does-not-exist=The configured main jar does not exist {0}
 151 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
 152 
 153 warning.module.does.not.exist=Module {0} does not exist.
 154 warning.no.jdk.modules.found=Warning: No JDK Modules found.
 155 
 156 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 157 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
 158 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
 159 Advice to fix\: {2}
 160 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}
 161 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
 162 MSG_Version=jpackage version
 163 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 164 
 165 ERR_MissingArgument=Error: Missing argument: {0}
 166 ERR_MissingAppResources=Error: No application jars found
 167 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
 168 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
 169 ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter.
 170 ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter.
 171 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
 172 ERR_InvalidAppName=Error: Invalid Application name: {0}.
 173 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}.
 174 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
 175 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.
< prev index next >