57059
|
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 |
|
|
27 |
app.bundler.name=Linux Application Image
|
|
28 |
app.bundler.description=A Directory based image of a linux Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers.
|
|
29 |
deb.bundler.name=DEB Installer
|
|
30 |
deb.bundler.description=Linux Debian Bundle.
|
|
31 |
rpm.bundler.name=RPM Bundle
|
|
32 |
rpm.bundler.description=Redhat Package Manager (RPM) bundler.
|
|
33 |
|
|
34 |
param.icon-png.name=.png Icon
|
|
35 |
param.icon-png.description=Icon for the application, in PNG format.
|
|
36 |
param.linux-install-dir.name=Linux Installation Directory
|
|
37 |
param.linux-install-dir.description=Installation directory of the application on Linux.
|
|
38 |
param.linux-package-dependencies.name=Linux Package Dependencies
|
|
39 |
param.linux-package-dependencies.description=Required packages or capabilities for the application.
|
|
40 |
param.deb-app-bundler.name=DEB Bundler Name
|
|
41 |
param.deb-app-bundler.description=DEB Bundler Name
|
|
42 |
param.full-package-name.name=Deb Package Name
|
|
43 |
param.full-package-name.description=Deb Package Name
|
|
44 |
param.image-dir.name=Image Dir
|
|
45 |
param.image-dir.description=Image Dir
|
|
46 |
param.config-root.name=Config Root Dir
|
|
47 |
param.config-root.description=Config Root Dir
|
|
48 |
param.app-image-root.name=Image Root Dir
|
|
49 |
param.app-image-root.description=Image Root Dir
|
|
50 |
param.config-dir.name=Config Dir
|
|
51 |
param.config-dir.description=Config Dir
|
|
52 |
param.maintainer-email.name=DEB Maintainer Email
|
|
53 |
param.maintainer-email.description=DEB Maintainer Email
|
|
54 |
param.maintainer-name.name=DEB Maintainer Name
|
|
55 |
param.maintainer-name.description=DEB Maintainer Name
|
|
56 |
param.license-type.name=License Type
|
|
57 |
param.license-type.description=License Type
|
|
58 |
param.license-type.default=Unknown
|
|
59 |
param.license-text.name=License Content
|
|
60 |
param.license-text.description=License Content
|
|
61 |
param.xdg-prefix.name=Prefix for XDG files (mime, desktop)
|
|
62 |
param.xdg-prefix.description=Prefix for XDG MimeInfo and Desktop Files. Defaults to <vendor>-<appName>, with spaces dropped.
|
|
63 |
param.rpm-app-bundler.name=RPM Bundler
|
|
64 |
param.rpm-app-bundler.description=RPM Bundler
|
|
65 |
param.bundle-name.name=RPM Bundle
|
|
66 |
param.bundle-name.description=RPM Bundle
|
|
67 |
|
|
68 |
resource.deb-control-file=DEB control file
|
|
69 |
resource.deb-preinstall-script=DEB preinstall script
|
|
70 |
resource.deb-prerm-script=DEB prerm script
|
|
71 |
resource.deb-postinstall-script=DEB postinstall script
|
|
72 |
resource.deb-postrm-script=DEB postrm script
|
|
73 |
resource.deb-copyright-file=DEB copyright file
|
|
74 |
resource.deb-init-script=DEB init script
|
|
75 |
resource.menu-shortcut-descriptor=Menu shortcut descriptor
|
|
76 |
resource.menu-icon=menu icon
|
|
77 |
resource.rpm-spec-file=RPM spec file
|
|
78 |
resource.rpm-init-script=RPM init script
|
|
79 |
|
|
80 |
|
|
81 |
error.parameters-null=Parameters map is null.
|
|
82 |
error.parameters-null.advice=Pass in a non-null parameters map.
|
|
83 |
error.parameters-null=Parameters map is null.
|
|
84 |
error.parameters-null.advice=Pass in a non-null parameters map.
|
|
85 |
error.tool-not-found=Can not find {0}.
|
|
86 |
error.tool-not-found.advice=Please install required packages.
|
|
87 |
error.launcher-name-too-long=The bundle name "{0}" is too long for a daemon.
|
|
88 |
error.launcher-name-too-long.advice=Set a bundler argument "{0}" to a bundle name that is shorter than 16 characters.
|
|
89 |
error.cannot-create-output-dir=Output directory {0} cannot be created.
|
|
90 |
error.cannot-write-to-output-dir=Output directory {0} is not writable.
|
|
91 |
error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
|
|
92 |
error.no-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
|
|
93 |
error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
|
|
94 |
error.too-many-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
|
|
95 |
error.no-support-for-peruser-daemons=Bundler doesn't support per-user daemons.
|
|
96 |
error.no-support-for-peruser-daemons.advice=Make sure that the system wide hint is set to true.
|
|
97 |
error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
|
|
98 |
error.invalid-value-for-package-name.advice=Set the "linux.bundleName" parameter to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
|
|
99 |
error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer.
|
|
100 |
error.cannot-find-rpmbuild.advice=\ Install packages needed to build RPM, version {0} or newer.
|
|
101 |
|
|
102 |
|
|
103 |
message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used. The default icon will be used in it's place.
|
|
104 |
message.test-for-tool=Test for [{0}]. Result\: {1}
|
|
105 |
message.outputting-to-location=Generating DEB for installer to\: {0}
|
|
106 |
message.output-to-location=Package (.deb) saved to\: {0}
|
|
107 |
message.debs-like-licenses=Debian packages should specify a license. The absence of a license will cause some linux distributions to complain about the quality of the application.
|
|
108 |
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
|
|
109 |
message.outputting-bundle-location=Generating RPM for installer to\: {0}
|
|
110 |
message.output-bundle-location=Package (.rpm) saved to\: {0}
|
|
111 |
message.creating-association-with-null-extension=Creating association with null extension.
|