< prev index next >

src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources_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=Mac Application Image
  28 app.bundler.description=A Directory based image of a mac Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers
  29 store.bundler.name=Mac App Store Ready Bundler
  30 store.bundler.description=Creates a binary bundle ready for deployment into the Mac App Store."
  31 dmg.bundler.name=DMG Installer
  32 dmg.bundler.description=Mac DMG Installer Bundle
  33 pkg.bundler.name=PKG Installer
  34 pkg.bundler.description=Mac PKG Installer Bundle.
  35 
  36 param.signing-key-developer-id-app.name=Apple Developer ID Application Signing Key
  37 param.signing-key-developer-id-app.description=The full name of the Apple Developer ID Application signing key.
  38 param.icon-icns.name=.icns Icon
  39 param.icon-icns.description=Icon for the application, in ICNS format.
  40 param.configure-launcher-in-plist=Configure Launcher in Info.plist
  41 param.configure-launcher-in-plist.description=Should the legacy method of configuring hte launcher in the Info.plist be used.
  42 param.category-name=Category
  43 param.category-name.description=Mac App Store Categories. Note that the key is the string to display to the user and the value is the id of the category.
  44 param.cfbundle-name.name=CFBundleName
  45 param.cfbundle-name.description=The name of the app as it appears in the Menu Bar.  This can be different from the application name.  This name should be less than 16 characters long and be suitable for displaying in the menu bar and the app's Info window.
  46 param.cfbundle-identifier.name=CFBundleIdentifier
  47 param.cfbundle-identifier.description=An identifier that uniquely identifies the application for MacOSX (and on the Mac App Store).  May only use alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.
  48 param.cfbundle-version.name=CFBundleVersion
  49 param.cfbundle-version.description=An computer readable version for the CFBundle.  May contain only digits and from zero to two dots, such as "1.8.1" or "100".
  50 param.bundle-id-signing-prefix.name=Bundle Signing Prefix
  51 param.bundle-id-signing-prefix.description=When signing the application bundle this value is prefixed to all components that need to be signed that don't have an existing CFBundleIdentifier.
  52 param.raw-executable-url.name=Launcher URL
  53 param.raw-executable-url.description=Override the jpackage default launcher with a custom launcher.
  54 param.default-icon-icns=Default Icon
  55 param.default-icon-icns.description=The Default Icon for when a user does not specify an icns file.
  56 param.icon-icns.name=.icns Icon
  57 param.icon-icns.description= Icon for the application, in ICNS format.
  58 param.sign-bundle.name=Sign Bundle
  59 param.sign-bundle.description=Request that the bundle be signed.
  60 param.signing-key-app.name=Application Signing Key
  61 param.signing-key-app.description=The full name of the signing key to sign the application with.
  62 param.signing-key-pkg.name=Installer Signing Key
  63 param.signing-key-pkg.description=The full name of the signing key to sign the PKG Installer with.
  64 param.mac-app-store-entitlements.name=Entitlements File
  65 param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file
  66 param.installer-suffix.name=Installer Suffix
  67 param.installer-suffix.description=The suffix for the installer this package.
  68 param.app-bundler.name=Mac App Bundler
  69 param.app-bundle.description=Creates a .app bundle for the Mac
  70 param.app-image-build-root.name=Build Root Dir
  71 param.app-image-build-root.description=This is temporary location built by jpackage that is the root of the image application
  72 param.signing-keychain.name=Signing Keychain
  73 param.signing-keychain.description=The location of the keychain to use.  If not specified the standard keychains will be used.
  74 param.signing-key-name.name=Signing Key User Name
  75 param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.
  76 param.installer-name.name=Installer Name
  77 param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
  78 param.simple-dmg.name=Simple DMG Generation
  79 param.simple-dmg.description=Generate a DMG without AppleScript customizations.  Recommended for continuous automated builds.
  80 param.signing-key-developer-id-installer.name=Apple Developer ID Installer Signing Key
  81 param.signing-key-developer-id-installer.description=The full name of the Apple Developer ID Installer signing key.
  82 param.packages-root.name=PKG Root Dir
  83 param.packages-root.description=This is temporary location for component packages (application and daemon).  The packages are incorporated into final product package.
  84 param.scripts-dir.name=Scripts Dir
  85 param.scripts-dir.description=This is temporary location for package scripts
  86 param.mac-install-dir.name=Mac Installation Directory
  87 param.mac-install-dir.description=Installation directory of the application on Mac.
  88 
  89 error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}''
  90 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'.  Valid versions are one to three integers separated by dots.
  91 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
  92 error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-app' or unset 'signBundle' or set 'signBundle' to false.
  93 error.non-existent-runtime=The file for the Runtime/JRE directory does not exist.
  94 error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE.
  95 error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory.
  96 error.cannot-detect-runtime-in-directory.advice=Point the runtime directory to one of the JDK/JRE root, the Contents/Home directory of that root, or the Contents/Home/jre directory of the JDK.
  97 error.parameters-null=Parameters map is null.
  98 error.parameters-null.advice=Pass in a non-null parameters map.
  99 error.cannot-create-output-dir=Output directory {0} cannot be created.
 100 error.cannot-write-to-output-dir=Output directory {0} is not writable.
 101 error.no-system-runtime=Bundle Configured to use the System JRE
 102 error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
 103 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
 104 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
 105 error.no-app-signing-key=No Mac App Store App Signing Key
 106 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
 107 error.no-pkg-signing-key=No Mac App Store Installer Signing Key




   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 
  28 error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}''
  29 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'.  Valid versions are one to three integers separated by dots.
  30 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
  31 error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-app' or unset 'signBundle' or set 'signBundle' to false.
  32 error.non-existent-runtime=The file for the Runtime/JRE directory does not exist.
  33 error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE.
  34 error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory.
  35 error.cannot-detect-runtime-in-directory.advice=Point the runtime directory to one of the JDK/JRE root, the Contents/Home directory of that root, or the Contents/Home/jre directory of the JDK.
  36 error.parameters-null=Parameters map is null.
  37 error.parameters-null.advice=Pass in a non-null parameters map.
  38 error.cannot-create-output-dir=Output directory {0} cannot be created.
  39 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  40 error.no-system-runtime=Bundle Configured to use the System JRE
  41 error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
  42 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  43 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  44 error.no-app-signing-key=No Mac App Store App Signing Key
  45 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  46 error.no-pkg-signing-key=No Mac App Store Installer Signing Key


< prev index next >