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