source: release-kits/lirk3/installer/cp/resources/LanguagePack.properties@ 15205

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

some updates to make the release kit produce nicer installers

File size: 3.1 KB
Line 
1
2# intro page
3page.intro.displayText = Welcome to the Greenstone3 installer
4welcome-message.displayText = This will install the Greenstone3 (version @version@) Digital Library Software onto you computer. Greenstone3 is a software package for building digital libraries and hosting them online.
5
6# license page
7license.displayText = License conditions
8
9
10# destination page
11page.destination.displayText = Install Destination
12installDir.displayText = Select an installation directory
13
14
15# selector page
16page.selector.displayText = Components to install
17choose-components.displayText = Choose the components you want to install
18
19install-core-components.displayText = Core components
20install-core-components.explanatoryText = \
21<html> \
22This is the core Greenstone3 system. It is a required component. \
23</html>
24
25install-java.displayText = Java ([email protected]@)
26install-java.explanatoryText = \
27<html> \
28Much of Greenstone3 is written in the Java programming language, and so requires <br> \
29a Java Virtual Machine to run (@java.min.version@ or greater). <br><br> \
30This installer comes bundled with Java (version @bundled.version.java@),<br> \
31which you can choose to install if you don't have a sutible Java installed already.<br><br> \
32If in doubt, install this component. \
33</html>
34
35install-tomcat.displayText = Apache Tomcat (@bundled.version.tomcat@)
36install-tomcat.explanatoryText = \
37<html> \
38Greenstone3 requires the Apache Tomcat web server to serve your digital library over <br> \
39the web. If you have an existing installation of Tomcat, you can use that installation <br> \
40(some configuration is required), so you can safely opt not to install this component. <br><br> \
41If in doubt, install this component. \
42</html>
43
44install-ant.displayText = Apache Ant (@bundled.version.ant@)
45install-ant.explanatoryText = \
46<html> \
47Greenstone3 requires Apache Ant to start and stop the Tomcat web server, to recompile <br> \
48the source code, and to perform some maintainence tasks. If you already have Ant installed, <br> \
49you can safely opt not to install this component.<br><br> \
50If in doubt, install this component. \
51</html>
52
53install-source-code.displayText = Source code
54install-source-code.explanatoryText = \
55<html> \
56The source code is a purely optional component. <br><br> \
57Install the source code if you wish to make modifications to your copy of Greenstone3, or just <br> \
58want to see how it works. \
59</html>
60
61
62# tomcat-config page
63
64page.tomcat-config.displayText = Tomcat Configuration
65
66tomcat.server.displayText = Tomcat Server
67tomcat-server.explanatoryText = Please type the name of the server machine where the library will be hosted. If you are not sure, accept the default (localhost).
68
69tomcat.port.explanatoryText = Please select the ports which tomcat should use. It is usually safe to accept the defaults. If you are already running other services on the default ports, please select some free ports.
70tomcat.port.displayText = Tomcat Port
71tomcat.shutdown.port.displayText = Tomcat Shutdown Port
72
73
74# progress page
75page.progress.displayText = Installation progress
76
77
78finishButtonText = Install
Note: See TracBrowser for help on using the repository browser.