source: release-kits/shared/launch4j/src/net/sf/launch4j/config/messages.properties@ 15024

Last change on this file since 15024 was 15024, checked in by oranfry, 16 years ago

putting launch4j in the shared area

File size: 2.9 KB
Line 
1#
2# launch4j :: Cross-platform Java application wrapper for creating Windows native executables
3# Copyright (C) 2005 Grzegorz Kowal
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
19
20Splash.splash.file=Splash file
21Splash.splash.timeout=Splash timeout
22
23Config.specify.output.exe=Specify output file with .exe extension.
24Config.application.jar=Application jar
25Config.application.jar.path=Specify runtime path of the jar relative to the executable.
26Config.chdir.relative='chdir' must be a path relative to the executable.
27Config.chdir.path='chdir' is now a path instead of a boolean, please check the docs.
28Config.icon=Icon
29Config.jar.arguments=Jar arguments
30Config.error.title=Error title
31Config.invalid.header.type=Invalid header type
32Config.splash.not.impl.by.console.hdr=Splash screen is not implemented by console header.
33
34VersionInfo.file.version=File version, should be 'x.x.x.x'
35VersionInfo.txt.file.version=Free form file version
36VersionInfo.file.description=File description
37VersionInfo.copyright=Copyright
38VersionInfo.product.version=Product version, should be 'x.x.x.x'
39VersionInfo.txt.product.version=Free from product version
40VersionInfo.product.name=Product name
41VersionInfo.company.name=Company name
42VersionInfo.internal.name=Internal name
43VersionInfo.internal.name.not.exe=Internal name shouldn't have the .exe extension.
44VersionInfo.original.filename=Original filename
45VersionInfo.original.filename.exe=Original filename should end with the .exe extension.
46
47Jre.min.version=Minimum JRE version should be x.x.x[_xx]
48Jre.max.version=Maximum JRE version should be x.x.x[_xx]
49Jre.specify.jre.path.min.version=Specify embedded JRE path or/and minimum JRE version.
50Jre.embedded.path=Embedded JRE path
51Jre.specify.min.version=Specify minimum JRE version.
52Jre.max.greater.than.min=Maximum JRE version must be greater than the minimum.\nTo use a certain JRE version, you may set the min/max range to [1.4.2 - 1.4.2_10] for example.
53Jre.initial.heap=Initial heap size cannot be negative, specify 0 or leave the field blank to use the JVM default.
54Jre.max.heap=Maximum heap size cannot be less than the initial size, specify 0 or leave the field blank to use the JVM default.
55Jre.jvm.args=JVM arguments
56Jre.jvm.args.unclosed.quotation=JVM arguments contain an unclosed quotation.
57Jre.jvm.args.variable=Invalid environment variable reference.
Note: See TracBrowser for help on using the repository browser.