source: release-kits/shared/greenstone3/installer-classes/resources/LanguagePack.properties@ 17122

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

small changes to language strings

File size: 4.6 KB
Line 
1# intro page
2page.intro.displayText = Greenstone @version@ installer
3welcome-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.
4
5# license page
6page.license.displayText = License conditions
7
8# destination page
9page.destination.displayText = Install Destination
10installDir.displayText = Select an installation directory
11
12# selector page
13page.selector.displayText = Components to install
14choose-components.displayText = Choose the components you want to install
15
16install-core-components.displayText = Core components
17install-core-components.explanatoryText = \
18<html> \
19This is the core Greenstone3 system. It is a required component. \
20</html>
21
22install-java.displayText = Java ([email protected]@)
23install-java.explanatoryText = \
24<html> \
25Much of Greenstone3 is written in the Java programming language, and so requires <br> \
26a Java Virtual Machine to run (@java.min.version@ or greater). <br><br> \
27This installer comes bundled with Java (version @bundled.version.java@),<br> \
28which you can choose to install if you don't have a sutible Java installed already.<br><br> \
29If in doubt, install this component. \
30</html>
31
32install-tomcat.displayText = Apache Tomcat (@bundled.version.tomcat@)
33install-tomcat.explanatoryText = \
34<html> \
35Greenstone3 requires the Apache Tomcat web server to serve your digital library over <br> \
36the web. If you have an existing installation of Tomcat, you can use that installation <br> \
37(some configuration is required), so you can safely opt not to install this component. <br><br> \
38If in doubt, install this component. \
39</html>
40
41install-ant.displayText = Apache Ant (@bundled.version.ant@)
42install-ant.explanatoryText = \
43<html> \
44Greenstone3 requires Apache Ant to start and stop the Tomcat web server, to recompile <br> \
45the source code, and to perform some maintainence tasks. If you already have Ant installed, <br> \
46you can safely opt not to install this component.<br><br> \
47If in doubt, install this component. \
48</html>
49
50install-source-code.displayText = Source code
51install-source-code.explanatoryText = \
52<html> \
53The source code is a purely optional component. <br><br> \
54Install the source code if you wish to make modifications to your copy of Greenstone3, or just <br> \
55want to see how it works. \
56</html>
57
58install-start-menu-shortcuts.displayText = Start Menu Shortcuts
59install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
60
61
62# tomcat-config page
63
64page.tomcat-config.displayText = Tomcat Configuration
65
66tomcat.server.displayText = Tomcat Server
67tomcat-server.explanatoryText = Please enter 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
77finishButtonText = Install
78
79
80# AntInstaller builtin stuff
81
82dirNotExistCreate=The Directory does not exist, create it?
83dirNotExist=The Directory does not exist
84fileNotExist=The File does not exist
85dirNotCreated=The Directory could not be created
86canNotCreateFile=Can not create file
87appRootInvalid=This directory does not appear to be the root of the application
88selectFile=Select File
89selectFolder=Select Folder
90notValidSelection=Not a valid selection
91showDetails=Show Details
92
93#Default loading
94promptLoadDefaults=Installation configuration found. Load the existing configuration?
95promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
96
97click=Click
98toContinue=to continue
99failed=Failed
100exit=Exit
101complete=Complete
102finished=Finished
103extracting=Extracting...
104installFinished=Install Finished
105running=Running:
106
107backButton=Back
108cancelButton=Cancel
109nextButton=Next
110
111output=Output
112errors=Errors
113notCorrectFormat=The field is not of the correct format
114notCorrectPasswordFormat=The password is not of the correct format
115passwordsDoNotMatch=The passwords do not match
116installationFailed=Install failed
117propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
118
119Finished=Finished
120Failed=Failed, view the error messages
121ant.failure=Ant run failed - examine the error logs for details
122
123#Text for license page buttons
124license.next.text=Accept
125license.cancel.text=Reject
Note: See TracBrowser for help on using the repository browser.