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

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

updated language strings

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