< prev index next >

src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/LinuxResources_ja.properties

Print this page




   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 app.bundler.name=Linux Application Image
  28 app.bundler.description=A Directory based image of a linux Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers.
  29 deb.bundler.name=DEB Installer
  30 deb.bundler.description=Linux Debian Bundle.
  31 rpm.bundler.name=RPM Bundle
  32 rpm.bundler.description=Redhat Package Manager (RPM) bundler.
  33 
  34 param.icon-png.name=.png Icon
  35 param.icon-png.description=Icon for the application, in PNG format.
  36 param.linux-install-dir.name=Linux Installation Directory
  37 param.linux-install-dir.description=Installation directory of the application on Linux.
  38 param.linux-package-dependencies.name=Linux Package Dependencies
  39 param.linux-package-dependencies.description=Required packages or capabilities for the application.
  40 param.deb-app-bundler.name=DEB Bundler Name
  41 param.deb-app-bundler.description=DEB Bundler Name
  42 param.full-package-name.name=Deb Package Name
  43 param.full-package-name.description=Deb Package Name
  44 param.image-dir.name=Image Dir
  45 param.image-dir.description=Image Dir
  46 param.app-image-root.name=Image Root Dir
  47 param.app-image-root.description=Image Root Dir
  48 param.config-dir.name=Config Dir
  49 param.config-dir.description=Config Dir
  50 param.maintainer-email.name=DEB Maintainer Email
  51 param.maintainer-email.description=DEB Maintainer Email
  52 param.maintainer-name.name=DEB Maintainer Name
  53 param.maintainer-name.description=DEB Maintainer Name
  54 param.license-type.name=License Type
  55 param.license-type.description=License Type
  56 param.license-type.default=Unknown
  57 param.license-text.name=License Content
  58 param.license-text.description=License Content
  59 param.xdg-prefix.name=Prefix for XDG files (mime, desktop)
  60 param.xdg-prefix.description=Prefix for XDG MimeInfo and Desktop Files.  Defaults to <vendor>-<appName>, with spaces dropped.
  61 param.rpm-app-bundler.name=RPM Bundler
  62 param.rpm-app-bundler.description=RPM Bundler
  63 param.bundle-name.name=RPM Bundle
  64 param.bundle-name.description=RPM Bundle
  65 
  66 resource.deb-control-file=DEB control file
  67 resource.deb-preinstall-script=DEB preinstall script
  68 resource.deb-prerm-script=DEB prerm script
  69 resource.deb-postinstall-script=DEB postinstall script
  70 resource.deb-postrm-script=DEB postrm script
  71 resource.deb-copyright-file=DEB copyright file
  72 resource.deb-init-script=DEB init script
  73 resource.menu-shortcut-descriptor=Menu shortcut descriptor
  74 resource.menu-icon=menu icon
  75 resource.rpm-spec-file=RPM spec file
  76 resource.rpm-init-script=RPM init script
  77 
  78 
  79 error.parameters-null=Parameters map is null.
  80 error.parameters-null.advice=Pass in a non-null parameters map.
  81 error.parameters-null=Parameters map is null.
  82 error.parameters-null.advice=Pass in a non-null parameters map.
  83 error.tool-not-found=Can not find {0}.
  84 error.tool-not-found.advice=Please install required packages.




   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 param.license-type.default=Unknown








  28 
  29 resource.deb-control-file=DEB control file
  30 resource.deb-preinstall-script=DEB preinstall script
  31 resource.deb-prerm-script=DEB prerm script
  32 resource.deb-postinstall-script=DEB postinstall script
  33 resource.deb-postrm-script=DEB postrm script
  34 resource.deb-copyright-file=DEB copyright file
  35 resource.deb-init-script=DEB init script
  36 resource.menu-shortcut-descriptor=Menu shortcut descriptor
  37 resource.menu-icon=menu icon
  38 resource.rpm-spec-file=RPM spec file
  39 resource.rpm-init-script=RPM init script
  40 
  41 
  42 error.parameters-null=Parameters map is null.
  43 error.parameters-null.advice=Pass in a non-null parameters map.
  44 error.parameters-null=Parameters map is null.
  45 error.parameters-null.advice=Pass in a non-null parameters map.
  46 error.tool-not-found=Can not find {0}.
  47 error.tool-not-found.advice=Please install required packages.


< prev index next >