src/jdk.jpackager/linux/classes/jdk/jpackager/internal/resources/LinuxRpmBundler.properties
branchJDK-8200758-branch
changeset 57038 b0f09e7c4680
equal deleted inserted replaced
57032:a42d0a8e0916 57038:b0f09e7c4680
       
     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 bundler.name=RPM Bundle
       
    28 bundler.description=Redhat Package Manager (RPM) bundler.
       
    29 
       
    30 param.app-bundler.name=RPM Bundler
       
    31 param.app-bundler.description=RPM Bundler
       
    32 
       
    33 param.image-dir.name=Image Dir
       
    34 param.image-dir.description=Image Dir
       
    35 
       
    36 param.bundle-name.name=RPM Bundle
       
    37 param.bundle-name.description=RPM Bundle
       
    38 
       
    39 param.config-root.name=Config Root Dir
       
    40 param.config-root.description=Config Root Dir
       
    41 
       
    42 param.xdg-prefix.name=Prefix for XDG files (mime, desktop)
       
    43 param.xdg-prefix.description=Prefix for XDG MimeInfo and Desktop Files.  Defaults to <vendor>-<appName>, with spaces dropped.
       
    44 
       
    45 param.license-type.name=License Type
       
    46 param.license-type.description=License Type for RPM package.
       
    47 param.license-type.default=Unknown
       
    48 
       
    49 resource.rpm-spec-file=RPM spec file
       
    50 resource.rpm-init-script=RPM init script
       
    51 resource.menu-shortcut-descriptor=Menu shortcut descriptor
       
    52 resource.menu-icon=menu icon
       
    53 
       
    54 error.parameters-null=Parameters map is null.
       
    55 error.parameters-null.advice=Pass in a non-null parameters map.
       
    56 
       
    57 error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer.
       
    58 error.cannot-find-rpmbuild.advice=\  Install packages needed to build RPM, version {0} or newer.
       
    59 
       
    60 error.license-missing=Specified license file is missing.
       
    61 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
       
    62 
       
    63 error.cannot-create-output-dir=Output directory {0} cannot be created.
       
    64 error.cannot-write-to-output-dir=Output directory {0} is not writable.
       
    65 
       
    66 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
       
    67 error.no-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
       
    68 
       
    69 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
       
    70 error.too-many-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
       
    71 
       
    72 error.no-support-for-peruser-daemons=Bundler doesn't support per-user daemons.
       
    73 error.no-support-for-peruser-daemons.advice=Make sure that the system wide hint is set to true.
       
    74 
       
    75 error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
       
    76 error.invalid-value-for-package-name.advice=Set the "linux.bundleName" parameter to a valid RPM package name. Note that the packages must be named using only the following ASCII characters:  abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._+
       
    77 
       
    78 message.test-for-tool=Test for [{0}]. Result\: {1}
       
    79 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
       
    80 message.debug-working-directory=Kept working directory for debug\: {0}
       
    81 message.outputting-bundle-location=Generating RPM for installer to\: {0}
       
    82 message.output-bundle-location=Package (.rpm) saved to\: {0}
       
    83 message.creating-association-with-null-extension=Creating association with null extension.