source: release-kits/shared/greenstone2/installer-resources/LanguagePack.properties@ 16173

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

creating places for greenstone2 general stuff and greenstone3 general stuff, and putting installer resources in there

File size: 3.2 KB
Line 
1
2# intro page
3page.intro.displayText = Welcome to the Greenstone @version@ installer
4welcome-message.displayText = This will install the Greenstone2 (version @version@) Digital Library Software onto you computer. Greenstone2 is a software package for building digital libraries and hosting them online.
5
6# license page
7page.license.displayText = License conditions
8
9
10# destination page
11page.destination.displayText = Install Destination
12installDir.displayText = Select an installation directory
13
14
15# selector page
16page.selector.displayText = Components to install
17choose-components.displayText = Choose the components you want to install
18
19install-core-components.displayText = Core components
20install-core-components.explanatoryText = \
21<html> \
22This is the core Greenstone2 system. It is a required component. \
23</html>
24
25install-java.displayText = Java ([email protected]@)
26install-java.explanatoryText = \
27<html> \
28Some of Greenstone2 is written in the Java programming language, and so requires <br> \
29a Java Virtual Machine to run (@java.min.version@ or greater). <br><br> \
30This installer comes bundled with Java (version @bundled.version.java@),<br> \
31which you can choose to install if you don't have a sutible Java installed already.<br><br> \
32If in doubt, install this component. \
33</html>
34
35install-source-code.displayText = Source code
36install-source-code.explanatoryText = \
37<html> \
38The source code is a purely optional component. <br><br> \
39Install the source code if you wish to make modifications to your copy of Greenstone3, or just <br> \
40want to see how it works. \
41</html>
42
43install-start-menu-shortcuts.displayText = Start Menu Shortcuts
44install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
45
46
47
48# progress page
49page.progress.displayText = Installation progress
50
51finishButtonText = Install
52
53
54# AntInstaller builtin stuff
55
56dirNotExistCreate=The Directory does not exist, create it?
57dirNotExist=The Directory does not exist
58fileNotExist=The File does not exist
59dirNotCreated=The Directory could not be created
60canNotCreateFile=Can not create file
61appRootInvalid=This directory does not appear to be the root of the application
62selectFile=Select File
63selectFolder=Select Folder
64notValidSelection=Not a valid selection
65showDetails=Show Details
66
67#Default loading
68promptLoadDefaults=Installation configuration found. Load the existing configuration?
69promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
70
71click=Click
72toContinue=to continue
73failed=Failed
74exit=Exit
75complete=Complete
76finished=Finished
77extracting=Extracting...
78installFinished=Install Finished
79running=Running:
80
81backButton=Back
82cancelButton=Cancel
83nextButton=Next
84
85
86output=Output
87errors=Errors
88notCorrectFormat=The field is not of the correct format
89notCorrectPasswordFormat=The password is not of the correct format
90passwordsDoNotMatch=The passwords do not match
91installationFailed=Install failed
92propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
93
94Finished=Finished
95Failed=Failed, view the error messages
96ant.failure=Ant run failed - examine the error logs for details
97
98#Text for license page buttons
99license.next.text=Accept
100license.cancel.text=Reject
Note: See TracBrowser for help on using the repository browser.