src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacDmgBundler.properties
branchJDK-8200758-branch
changeset 57017 1b08af362a30
parent 57016 f63f13da91c0
child 57018 9d782e357916
equal deleted inserted replaced
57016:f63f13da91c0 57017:1b08af362a30
     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=DMG Installer
       
    28 bundler.description=Mac DMG Installer Bundle
       
    29 
       
    30 param.simple-dmg.name=Simple DMG Generation
       
    31 param.simple-dmg.description=Generate a DMG without AppleScript customizations.  Recommended for continuous automated builds.
       
    32 
       
    33 param.installer-suffix.name=Installer Suffix
       
    34 param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.dmg.
       
    35 
       
    36 error.parameters-null=Parameters map is null.
       
    37 error.parameters-null.advice=Pass in a non-null parameters map.
       
    38 
       
    39 error.dmg-does-not-do-daemons=DMG bundler doesn't support services.
       
    40 error.dmg-does-not-do-daemons.advice=Make sure that the service hint is set to false.
       
    41 
       
    42 error.license-missing=Specified license file is missing.
       
    43 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
       
    44 
       
    45 error.cannot-create-output-dir=Output directory {0} cannot be created.
       
    46 error.cannot-write-to-output-dir=Output directory {0} is not writable.
       
    47 
       
    48 resource.dmg-setup-script=DMG setup script
       
    49 resource.license-setup=License setup
       
    50 resource.dmg-background=dmg background
       
    51 resource.volume-icon=volume icon
       
    52 resource.post-install-script=script to run after application image is populated
       
    53 
       
    54 message.building-dmg=Building DMG package for {0}
       
    55 message.running-script=Running shell script on application image [{0}]
       
    56 message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0}
       
    57 message.preparing-dmg-setup=Preparing dmg setup\: {0}
       
    58 message.creating-dmg-file=Creating DMG file\: {0}
       
    59 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
       
    60 message.output-to-location=Result DMG installer for {0}\: {1}
       
    61