src/jdk.jpackager/linux/classes/jdk/jpackager/internal/resources/linux/LinuxDebBundler.properties
author herrick
Mon, 05 Nov 2018 17:32:00 -0500
branchJDK-8200758-branch
changeset 57017 1b08af362a30
parent 56989 src/jdk.packager/linux/classes/jdk/packager/internal/resources/linux/LinuxDebBundler.properties@0f19096663d1
permissions -rw-r--r--
8213156:rename packages for jpackager Reviewed-by: almatvee, kcr

#
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#

bundler.name=DEB Installer
bundler.description=Linux Debian Bundle.

param.app-bundler.name=DEB Bundler Name
param.app-bundler.description=DEB Bundler Name

param.bundle-name.name=DEB Bundle Name
param.bundle-name.description=DEB Bundle Name

param.full-package-name.name=Deb Package Name
param.full-package-name.description=Deb Package Name

param.image-dir.name=Image Dir
param.image-dir.description=Image Dir

param.config-root.name=Config Root Dir
param.config-root.description=Config Root Dir

param.app-image-root.name=Image Root Dir
param.app-image-root.description=Image Root Dir

param.config-dir.name=Config Dir
param.config-dir.description=Config Dir

param.maintainer-email.name=DEB Maintainer Email
param.maintainer-email.description=DEB Maintainer Email

param.maintainer-name.name=DEB Maintainer Name
param.maintainer-name.description=DEB Maintainer Name

param.license-type.name=License Type
param.license-type.description=License Type

param.license-text.name=License Content
param.license-text.description=License Content

param.xdg-prefix.name=Prefix for XDG files (mime, desktop)
param.xdg-prefix.description=Prefix for XDG MimeInfo and Desktop Files.  Defaults to <vendor>-<appName>, with spaces dropped.

resource.deb-control-file=DEB control file
resource.deb-preinstall-script=DEB preinstall script
resource.deb-prerm-script=DEB prerm script
resource.deb-postinstall-script=DEB postinstall script
resource.deb-postrm-script=DEB postrm script
resource.deb-copyright-file=DEB copyright file
resource.deb-init-script=DEB init script
resource.menu-shortcut-descriptor=Menu shortcut descriptor
resource.menu-icon=menu icon

error.parameters-null=Parameters map is null.
error.parameters-null.advice=Pass in a non-null parameters map.

error.tool-not-found=Can not find {0}.
error.tool-not-found.advice=Please install required packages.

error.license-missing=Specified license file is missing.
error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative to the basedir "{1}".

error.launcher-name-too-long=The bundle name "{0}" is too long for a daemon.
error.launcher-name-too-long.advice=Set a bundler argument "{0}" to a bundle name that is shorter than 16 characters.

error.cannot-create-output-dir=Output directory {0} cannot be created.
error.cannot-write-to-output-dir=Output directory {0} is not writable.

error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
error.no-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.

error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
error.too-many-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.

error.no-support-for-peruser-daemons=Bundler doesn't support per-user daemons.
error.no-support-for-peruser-daemons.advice=Make sure that the system wide hint is set to true.

error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
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.

message.test-for-tool=Test for [{0}]. Result\: {1}
message.debug-working-directory=Kept working directory for debug\: {0}
message.outputting-to-location=Generating DEB for installer to\: {0}
message.output-to-location=Package (.deb) saved to\: {0}
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.
message.creating-association-with-null-extension=Creating association with null extension.