|
1 # |
|
2 # Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. |
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 # |
|
5 # This code is free software; you can redistribute it and/or modify it |
|
6 # under the terms of the GNU General Public License version 2 only, as |
|
7 # published by the Free Software Foundation. Oracle designates this |
|
8 # particular file as subject to the "Classpath" exception as provided |
|
9 # by Oracle in the LICENSE file that accompanied this code. |
|
10 # |
|
11 # This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 # version 2 for more details (a copy is included in the LICENSE file that |
|
15 # accompanied this code). |
|
16 # |
|
17 # You should have received a copy of the GNU General Public License version |
|
18 # 2 along with this work; if not, write to the Free Software Foundation, |
|
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 # |
|
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 |
1 MSG_Version=jpackager version |
27 MSG_Version=jpackager version |
2 ERR_UnknownArgument=Error: Unknown argument: {0} |
|
3 ERR_UnknownCommand=Error: Unknown command: {0} |
|
4 ERR_UnknownReason=Unknown reason |
|
5 ERR_MissingArgument=Error: Missing argument: {0} |
28 ERR_MissingArgument=Error: Missing argument: {0} |
6 ERR_EmbedingLauncher=Error: Missing embedded resource [{0}] |
|
7 ERR_ContradictorySetting=Error: Ant script manifest argument ''{0}'' contradicts Ant script data type settings. |
|
8 ERR_CreatingDirFailed=Error: Failed to create directory {0} |
|
9 ERR_CreatingFileFailed=Error: Failed to create file {0} |
|
10 ERR_CreatingTempFileFailed=Error: Failed to create temporary file |
|
11 ERR_CreatingJarFailed=Error: Failed to create jar file {0} |
|
12 ERR_FileCopyFailed=Error: Failed copy file to directory {0} |
|
13 ERR_FileReadFailed=Error: Failed reading file {0} |
|
14 ERR_CantDeleteFile=Error: File {0} could not be deleted. |
|
15 ERR_MissingDirectory=Missing directory {0} |
|
16 ERR_InvalidDirectory=Invalid directory {0} |
|
17 ERR_EmptySourceDirectory=Empty source directory {0} |
|
18 ERR_MissingJavaHome=Error: Java home directory is not known. |
|
19 ERR_MissingJavaFxHome=Error: JavaFx home directory is not known. |
|
20 ERR_JavacFailed=Error: javac execution failed, exit code: {0} |
|
21 ERR_MakeAllJavacFailed=Error: compilation of java sources failed |
|
22 ERR_DeployFailed=Error: deploy failed |
|
23 ERR_InvalidStoreFile=Error: Invalid keystore file: {0} |
|
24 ERR_SignFailed=Error: Signing failed |
|
25 ERR_MissingAppResources=Error: No application jars found |
29 ERR_MissingAppResources=Error: No application jars found |
26 ERR_NoEmbeddedDT=Error: -includedt requires the java deployment toolkit, which is not included in this distribution |
|
27 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
30 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
28 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories |
31 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories |
29 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter. |
32 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter. |
30 ERR_NoUniqueName=Secondary Launchers require a unique name parameter. |
33 ERR_NoUniqueName=Secondary Launchers require a unique name parameter. |
31 ERR_NoJreInstallerName=Jre Installers require a name parameter. |
34 ERR_NoJreInstallerName=Jre Installers require a name parameter. |
32 |
35 |
33 MSG_UpdatingJar=Updating jar file\: {0} |
|
34 MSG_NoJREPackaged=Package is configured to ship without a JRE. |
|
35 MSG_UserProvidedJRE=Using base JDK at\: {0} |
|
36 MSG_UseSystemJRE=No base JDK. Package will use system JRE. |
|
37 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
36 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
38 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. |
37 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. |
39 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\ |
38 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\ |
40 Advice to fix\: {2} |
39 Advice to fix\: {2} |
41 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1} |
40 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1} |
42 MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
41 MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
43 MSG_JarNoSelfCopy=Skip jar copy to itself\: {0} |
|
44 MSG_EnterKeystorePassword=Enter Passphrase for keystore: |
|
45 MSG_EnterKeyPassword=Enter key password for %s: |
|