< prev index next >

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_ja.properties

Print this page




  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=Windows Application Image
  28 app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers
  29 exe.bundler.name=EXE Installer
  30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
  31 msi.bundler.name=MSI Installer
  32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
  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
  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 
  78 resource.application-icon=application icon
  79 resource.executable-properties-template=Template for creating executable properties file.
  80 resource.inno-setup-project-file=Inno Setup project file
  81 resource.setup-icon=setup dialog icon
  82 resource.post-install-script=script to run after application image is populated
  83 resource.wix-config-file=WiX config file
  84 
  85 error.parameters-null=Parameters map is null.
  86 error.parameters-null.advice=Pass in a non-null parameters map.
  87 error.no-windows-resources=This copy of the JDK does not support Windows.
  88 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
  89 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
  90 error.cannot-create-output-dir=Output directory {0} cannot be created.
  91 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  92 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
  93 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
  94 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
  95 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
  96 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.




  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=Windows Application Image
  28 app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers
  29 exe.bundler.name=EXE Installer
  30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
  31 msi.bundler.name=MSI Installer
  32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
  33 










  34 param.menu-group.default=Unknown
































  35 
  36 resource.application-icon=application icon
  37 resource.executable-properties-template=Template for creating executable properties file.
  38 resource.inno-setup-project-file=Inno Setup project file
  39 resource.setup-icon=setup dialog icon
  40 resource.post-install-script=script to run after application image is populated
  41 resource.wix-config-file=WiX config file
  42 
  43 error.parameters-null=Parameters map is null.
  44 error.parameters-null.advice=Pass in a non-null parameters map.
  45 error.no-windows-resources=This copy of the JDK does not support Windows.
  46 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
  47 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
  48 error.cannot-create-output-dir=Output directory {0} cannot be created.
  49 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  50 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
  51 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
  52 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
  53 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
  54 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.


< prev index next >