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

Last change on this file since 17653 was 17653, checked in by oranfry, 15 years ago

started source releases

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