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

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

icons and language fixes

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