40 resource.menu-icon=menu icon |
40 resource.menu-icon=menu icon |
41 resource.rpm-spec-file=RPM spec file |
41 resource.rpm-spec-file=RPM spec file |
42 |
42 |
43 error.parameters-null=Parameters map is null |
43 error.parameters-null=Parameters map is null |
44 error.parameters-null.advice=Pass in a non-null parameters map |
44 error.parameters-null.advice=Pass in a non-null parameters map |
45 error.tool-not-found=Can not find {0} |
45 |
46 error.tool-not-found.advice=Please install required packages |
46 error.tool-not-found.advice=Please install required packages |
|
47 error.tool-old-version.advice=Please install required packages |
|
48 |
47 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0} |
49 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0} |
48 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}. |
50 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}. |
49 error.invalid-value-for-package-name=Invalid value "{0}" for the bundle name. |
51 error.invalid-value-for-package-name=Invalid value "{0}" for the bundle name. |
50 error.invalid-value-for-package-name.advice=Set the "linux-bundle-name" option to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character. |
52 error.invalid-value-for-package-name.advice=Set the "linux-bundle-name" option to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character. |
51 error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer |
|
52 error.cannot-find-rpmbuild.advice=\ Install packages needed to build RPM, version {0} or newer |
|
53 |
53 |
54 message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used. The default icon will be used in it's place. |
54 message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used. The default icon will be used in it's place. |
55 message.test-for-tool=Test for [{0}]. Result: {1} |
55 message.test-for-tool=Test for [{0}]. Result: {1} |
56 message.outputting-to-location=Generating DEB for installer to: {0}. |
56 message.outputting-to-location=Generating DEB for installer to: {0}. |
57 message.output-to-location=Package (.deb) saved to: {0}. |
57 message.output-to-location=Package (.deb) saved to: {0}. |
58 message.debs-like-licenses=Debian packages should specify a license. The absence of a license will cause some linux distributions to complain about the quality of the application. |
58 message.debs-like-licenses=Debian packages should specify a license. The absence of a license will cause some linux distributions to complain about the quality of the application. |
59 message.outputting-bundle-location=Generating RPM for installer to: {0}. |
59 message.outputting-bundle-location=Generating RPM for installer to: {0}. |
60 message.output-bundle-location=Package (.rpm) saved to: {0}. |
60 message.output-bundle-location=Package (.rpm) saved to: {0}. |
61 message.creating-association-with-null-extension=Creating association with null extension. |
61 message.creating-association-with-null-extension=Creating association with null extension. |
|
62 |
|
63 message.ldd-not-available=ldd command not found. Package dependencies will not be generated. |
|
64 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd. |
|
65 message.rpm-ldd-not-available.advice=Install "glibc-common" RPM package to get ldd. |