source: release-kits/wirk3/bin/launch4j/src/net/sf/launch4j/formimpl/messages.properties@ 15023

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

did the bulk of the work on wirk3

File size: 4.6 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
20tab.basic=Basic
21tab.header=Header
22tab.jre=JRE
23tab.splash=Splash
24tab.version=Version Info
25
26log=Log
27outfile=<html><b>Output file</b></html>
28outfileTip=Output executable file.
29errorTitle=Error title
30errorTitleTip=Launch4j signals errors using a message box, you can set it's title to the application's name.
31customProcName=Custom process name
32stayAlive=Stay alive after launching a GUI application
33icon=Icon
34iconTip=Application icon.
35jar=<html><b>Jar</b></html>
36jarPath=<html><b>Jar runtime path</b></html>
37jarTip=Application jar.
38jarPathTip=Runtime path of the jar relative to the executable. For example, if the executable launcher and the application jar named calc.exe and calc.jar are in the same directory, it would be: calc.jar.
39dontWrapJar=Dont't wrap the jar, launch only
40jarArgs=Jar arguments
41jarArgsTip=Constant command line arguments passed to the application.
42options=Options
43chdir=Change dir
44chdirTip=Change current directory to a location relative to the executable. Empty field has no effect, . - changes directory to the exe location.
45
46headerType=Header type
47gui=GUI
48console=Console
49objectFiles=Object files
50libs=w32api
51linkerOptions=Custom header - linker options
52jrePath=<html><b>Emb. JRE path</b></html>
53jrePathTip=Embedded JRE path relative to the executable or absolute.
54jreMin=<html><b>Min JRE version</b></html>
55jreMax=Max JRE version
56jvmArgs=JVM arguments
57jvmArgsTip=Accepts everything you would normally pass to java/javaw launcher: assertion options, system properties and X options.
58initialHeapSize=Initial heap size
59maxHeapSize=Max heap size
60addVariables=Add variables
61addVariablesTip=Add special variable or map environment variables to system properties.
62exeDirVarTip=Executable's runtime directory path.
63exeFileVarTip=Executable's runtime file path (directory and filename).
64other=Other
65otherTip=Map an environment variable to a system property.
66otherVarTip=Environment variable to map.
67add=Add
68specifyVar=Specify environment variable to add.
69
70enableSplash=Enable splash screen
71splashFile=Splash file
72splashFileTip=Splash screen file in BMP format.
73waitForWindow=Wait for window
74waitForWindowText=Close splash screen when an application window appears
75timeout=Timeout [s]
76timeoutTip=Number of seconds after which the splash screen must close. Splash timeout may cause an error depending on splashTimeoutErr property.
77timeoutErr=Signal error on timeout
78timeoutErrTip=True signals an error on splash timeout, false closes the splash screen quietly.
79
80addVersionInfo=Add version information
81fileVersion=File version
82fileVersionTip=Version number 'x.x.x.x'
83additionalInfo=Additional information
84productVersion=Product version
85productVersionTip=Version number 'x.x.x.x'
86fileDescription=File description
87fileDescriptionTip=File description presented to the user.
88copyright=Copyright
89txtFileVersion=Free form
90txtFileVersionTip=Free form file version, for example '1.20.RC1'.
91txtProductVersion=Free form
92txtProductVersionTip=Free form product version, for example '1.20.RC1'.
93productName=Product name
94originalFilename=Original filename
95originalFilenameTip=Original name of the file without the path. Allows to determine whether a file has been renamed by a user.
96internalName=Internal name
97internalNameTip=Internal name without extension, original filename or module name for example.
98companyName=Company name
99
100MainFrame.config.files=launch4j config files (.xml, .cfg)
101MainFrame.new.config=New configuration
102MainFrame.open.config=Open configuration or import 1.x
103MainFrame.save.config=Save configuration
104MainFrame.build.wrapper=Build wrapper
105MainFrame.test.wrapper=Test wrapper
106MainFrame.about.launch4j=About launch4j
107MainFrame.discard.changes=Discard changes?
108MainFrame.confirm=Confirm
109MainFrame.untitled=untitled
110MainFrame.executing=Executing:
111MainFrame.jar.integrity.test=Jar integrity test, executing:
Note: See TracBrowser for help on using the repository browser.