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

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

a language update for the start menu shortcuts target

File size: 4.7 KB
Line 
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
61install-start-menu-shortcuts.displayText = Start Menu Shortcuts
62install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
63
64
65# tomcat-config page
66
67page.tomcat-config.displayText = Tomcat Configuration
68
69tomcat.server.displayText = Tomcat Server
70tomcat-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).
71
72tomcat.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.
73tomcat.port.displayText = Tomcat Port
74tomcat.shutdown.port.displayText = Tomcat Shutdown Port
75
76
77# progress page
78page.progress.displayText = Installation progress
79
80finishButtonText = Install
81
82
83# AntInstaller builtin stuff
84
85dirNotExistCreate=The Directory does not exist, create it?
86dirNotExist=The Directory does not exist
87fileNotExist=The File does not exist
88dirNotCreated=The Directory could not be created
89canNotCreateFile=Can not create file
90appRootInvalid=This directory does not appear to be the root of the application
91selectFile=Select File
92selectFolder=Select Folder
93notValidSelection=Not a valid selection
94showDetails=Show Details
95
96#Default loading
97promptLoadDefaults=Installation configuration found. Load the existing configuration?
98promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
99
100click=Click
101toContinue=to continue
102failed=Failed
103exit=Exit
104complete=Complete
105finished=Finished
106extracting=Extracting...
107installFinished=Install Finished
108running=Running:
109
110backButton=Back
111cancelButton=Cancel
112nextButton=Next
113
114
115output=Output
116errors=Errors
117notCorrectFormat=The field is not of the correct format
118notCorrectPasswordFormat=The password is not of the correct format
119passwordsDoNotMatch=The passwords do not match
120installationFailed=Install failed
121propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
122
123Finished=Finished
124Failed=Failed, view the error messages
125ant.failure=Ant run failed - examine the error logs for details
126
127#Text for license page buttons
128license.next.text=Accept
129license.cancel.text=Reject
Note: See TracBrowser for help on using the repository browser.