source: release-kits/shared/cp/resources/LanguagePack.properties@ 15214

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

importing the cp stuff to be shared by release kits

File size: 4.5 KB
RevLine 
[15214]1
2# intro page
3page.intro.displayText = Welcome to the Greenstone @version@ 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
7page.license.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 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
111
112output=Output
113errors=Errors
114notCorrectFormat=The field is not of the correct format
115notCorrectPasswordFormat=The password is not of the correct format
116passwordsDoNotMatch=The passwords do not match
117installationFailed=Install failed
118propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
119
120Finished=Finished
121Failed=Failed, view the error messages
122ant.failure=Ant run failed - examine the error logs for details
123
124#Text for license page buttons
125license.next.text=Accept
126license.cancel.text=Reject
Note: See TracBrowser for help on using the repository browser.