src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_ja.properties
branchJDK-8200758-branch
changeset 57256 d7c27451f759
parent 57254 c1b92a014e89
child 57283 0b0be19f79e4
equal deleted inserted replaced
57255:f686bda3b831 57256:d7c27451f759
    29 exe.bundler.name=EXE Installer
    29 exe.bundler.name=EXE Installer
    30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
    30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
    31 msi.bundler.name=MSI Installer
    31 msi.bundler.name=MSI Installer
    32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
    32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
    33 
    33 
    34 param.raw-executable-url.name=Launcher URL
       
    35 param.raw-executable-url.description=Override the jpackage default launcher with a custom launcher.
       
    36 param.rebrand-executable.name=Rebrand Launcher
       
    37 param.rebrand-executable.description=Update the launcher with the application icon and update ownership information.
       
    38 param.icon-ico.name=.ico Icon
       
    39 param.icon-ico.description=Icon for the application, in ICO format.
       
    40 param.console-hint.name=Console Hint
       
    41 param.console-hint.description=Indicates if the bundler should use console launcher
       
    42 param.menu-group.name=Menu Group
       
    43 param.menu-group.description=The Start Menu group this application should be placed in
       
    44 param.menu-group.default=Unknown
    34 param.menu-group.default=Unknown
    45 param.installer-name.name=Installer Name
       
    46 param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
       
    47 param.registry-name.name=Registry Name
       
    48 param.registry-name.description=The name of the application for registry references.  Default is the Application Name with only alphanumerics, dots, and dashes (no whitespace).
       
    49 param.installdir-chooser.name=Install Directory Chooser
       
    50 param.installdir-chooser.description=Adds a dialog to let the user choose a directory where the product will be installed.
       
    51 param.system-wide.name=System Wide
       
    52 param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
       
    53 param.exe-bundler.name=Exe Installer Bundler
       
    54 param.exe-bundler.description=Exe Installer Bundler
       
    55 param.image-dir.name=Image Dir
       
    56 param.image-dir.description=Image Dir
       
    57 param.app-dir.name=App Dir
       
    58 param.app-dir.description=App Dir
       
    59 param.menu-shortcut-hint.name=Menu Hint
       
    60 param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?
       
    61 param.desktop-shortcut-hint.name=Shortcut Hint
       
    62 param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?
       
    63 param.upgrade-uuid.name=Upgrade UUID
       
    64 param.upgrade-uuid.description=The UUID associated with upgrades for this package.
       
    65 param.product-version.name=Product Version
       
    66 param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"
       
    67 param.iscc-path.name=InnoSetup iscc.exe location
       
    68 param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
       
    69 param.msi-bundler.name=MSI App Bundler
       
    70 param.msi-bundler.description=MSI App Bundler
       
    71 param.can-use-wix36.name=Can Use Wix
       
    72 param.can-use-wix36.description=Can Use Wix
       
    73 param.candle-path.name=WiX candle.exe location
       
    74 param.candle-path.description=File path to candle.exe from the WiX toolset.
       
    75 param.light-path.name=WiX light.exe location
       
    76 param.light-path.description=File path to light.exe from the WiX toolset.
       
    77 
    35 
    78 resource.application-icon=application icon
    36 resource.application-icon=application icon
    79 resource.executable-properties-template=Template for creating executable properties file.
    37 resource.executable-properties-template=Template for creating executable properties file.
    80 resource.inno-setup-project-file=Inno Setup project file
    38 resource.inno-setup-project-file=Inno Setup project file
    81 resource.setup-icon=setup dialog icon
    39 resource.setup-icon=setup dialog icon