23 # questions. |
23 # questions. |
24 # |
24 # |
25 # |
25 # |
26 |
26 |
27 app.bundler.name=Mac Application Image |
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 |
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 |
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. |
30 store.bundler.description=Creates a binary bundle ready for deployment into the Mac App Store. |
31 dmg.bundler.name=DMG Installer |
31 dmg.bundler.name=DMG Installer |
32 dmg.bundler.description=Mac DMG Installer Bundle |
32 dmg.bundler.description=Mac DMG Installer Bundle |
33 pkg.bundler.name=PKG Installer |
33 pkg.bundler.name=PKG Installer |
34 pkg.bundler.description=Mac PKG Installer Bundle. |
34 pkg.bundler.description=Mac PKG Installer Bundle |
35 |
35 |
36 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}]. |
36 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}]. |
37 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots. |
37 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots. |
38 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified. |
38 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified. |
39 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. |
39 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. |
40 error.non-existent-runtime=The file for the Runtime/JRE directory does not exist. |
|
41 error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE. |
|
42 error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory. |
|
43 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. |
|
44 error.parameters-null=Parameters map is null. |
40 error.parameters-null=Parameters map is null. |
45 error.parameters-null.advice=Pass in a non-null parameters map. |
41 error.parameters-null.advice=Pass in a non-null parameters map. |
46 error.cannot-create-output-dir=Output directory {0} cannot be created. |
42 error.cannot-create-output-dir=Output directory {0} cannot be created. |
47 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
43 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
48 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration. |
44 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration. |
50 error.no-app-signing-key=No Mac App Store App Signing Key |
46 error.no-app-signing-key=No Mac App Store App Signing Key |
51 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
47 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
52 error.no-pkg-signing-key=No Mac App Store Installer Signing Key |
48 error.no-pkg-signing-key=No Mac App Store Installer Signing Key |
53 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
49 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
54 error.certificate.expired=Error: Certificate expired {0}. |
50 error.certificate.expired=Error: Certificate expired {0}. |
55 error.dmg-does-not-do-daemons=DMG bundler doesn't support services. |
|
56 error.dmg-does-not-do-daemons.advice=Make sure that the service hint is set to false. |
|
57 |
51 |
58 resource.bundle-config-file=Bundle config file |
52 resource.bundle-config-file=Bundle config file |
59 resource.app-info-plist=Application Info.plist |
53 resource.app-info-plist=Application Info.plist |
60 resource.runtime-info-plist=Java Runtime Info.plist |
54 resource.runtime-info-plist=Java Runtime Info.plist |
61 resource.mac-app-store-entitlements=Mac App Store Entitlements |
55 resource.mac-app-store-entitlements=Mac App Store Entitlements |
68 resource.pkg-preinstall-script=PKG preinstall script |
62 resource.pkg-preinstall-script=PKG preinstall script |
69 resource.pkg-postinstall-script=PKG postinstall script |
63 resource.pkg-postinstall-script=PKG postinstall script |
70 resource.pkg-background-image=pkg background image |
64 resource.pkg-background-image=pkg background image |
71 |
65 |
72 |
66 |
73 message.bundle-name-too-long-warning={0} is set to ''{1}'', which is longer than 16 characters. For a better Mac experience consider shortening it. |
67 message.bundle-name-too-long-warning={0} is set to ''{1}'', which is longer than 16 characters. For a better Mac experience consider shortening it. |
74 message.null-classpath=Null app resources? |
68 message.null-classpath=Null app resources? |
75 message.preparing-info-plist=Preparing Info.plist: {0}. |
69 message.preparing-info-plist=Preparing Info.plist: {0}. |
76 message.icon-not-icns= The specified icon "{0}" is not an ICNS file and will not be used. The default icon will be used in it's place. |
70 message.icon-not-icns= The specified icon "{0}" is not an ICNS file and will not be used. The default icon will be used in it's place. |
77 message.version-string-too-many-components=Version sting may have between 1 and 3 numbers: 1, 1.2, 1.2.3. |
71 message.version-string-too-many-components=Version sting may have between 1 and 3 numbers: 1, 1.2, 1.2.3. |
78 message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative. |
72 message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative. |
79 message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings. |
73 message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings. |
80 message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots. |
74 message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots. |
81 message.creating-association-with-null-extension=Creating association with null extension. |
75 message.creating-association-with-null-extension=Creating association with null extension. |
82 message.ignoring.symlink=Warning: codesign is skipping the symlink {0}. |
76 message.ignoring.symlink=Warning: codesign is skipping the symlink {0}. |
83 message.keychain.error=Error: unable to get keychain list. |
77 message.keychain.error=Error: unable to get keychain list. |
84 message.building-bundle=Building Mac App Store Bundle for {0}. |
78 message.building-bundle=Building Mac App Store Bundle for {0}. |
85 mesasge.intermediate-bundle-location=Intermediate application bundle image: {0} |
|
86 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists. |
79 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists. |
87 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists. |
80 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists. |
88 message.could-not-retrieve-name=Could not retrieve gecos name. |
|
89 message.app-image-requires-app-name=When using an external app image you must specify the app name. |
81 message.app-image-requires-app-name=When using an external app image you must specify the app name. |
90 message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument. |
82 message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument. |
91 message.app-image-requires-identifier=When using an external app image you must specify the identifier. |
83 message.app-image-requires-identifier=When using an external app image you must specify the identifier. |
92 message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument. |
84 message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument. |
93 message.building-dmg=Building DMG package for {0}. |
85 message.building-dmg=Building DMG package for {0}. |
94 message.running-script=Running shell script on application image [{0}]. |
86 message.running-script=Running shell script on application image [{0}]. |
95 message.intermediate-image-location=[DEBUG] Intermediate application bundle image: {0}. |
|
96 message.preparing-dmg-setup=Preparing dmg setup: {0}. |
87 message.preparing-dmg-setup=Preparing dmg setup: {0}. |
97 message.creating-dmg-file=Creating DMG file: {0}. |
88 message.creating-dmg-file=Creating DMG file: {0}. |
98 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed. |
89 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed. |
99 message.output-to-location=Result DMG installer for {0}: {1}. |
90 message.output-to-location=Result DMG installer for {0}: {1}. |
100 message.building-pkg=Building PKG package for {0}. |
91 message.building-pkg=Building PKG package for {0}. |