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

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

the language strings needed for the language page, plus changes to stop the replacement of the jre size since it is no longer a full component

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