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

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

the language strings for the new installer page in greenstone2 installers

File size: 3.6 KB
Line 
1# intro page
2page.intro.displayText = Greenstone @version@ installer
3welcome-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.
4
5# license page
6page.license.displayText = License conditions
7
8
9# destination page
10page.destination.displayText = Install Destination
11installDir.displayText = Select an installation directory
12
13
14# selector page
15page.selector.displayText = Components to install
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 Greenstone2 system. It is a required component. \
22</html>
23
24install-java.displayText = Java ([email protected]@)
25install-java.explanatoryText = \
26<html> \
27Some of Greenstone2 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-source-code.displayText = Source code
35install-source-code.explanatoryText = \
36<html> \
37The source code is a purely optional component. <br><br> \
38Install the source code if you wish to make modifications to your copy of Greenstone3, or just <br> \
39want to see how it works. \
40</html>
41
42install-start-menu-shortcuts.displayText = Start Menu Shortcuts
43install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
44
45#admin password page
46page.admin-password.displayText = Please set the Admin Password
47admin.password.displayText = Admin Password
48admin-password-expl.displayText = In order to access certain parts of the Greenstone interface you need a password. A user with the username 'admin' will be created for you with the password you provide. The password must be between three and eight characters long.
49
50
51# progress page
52page.progress.displayText = Installation progress
53
54finishButtonText = Install
55
56
57# AntInstaller builtin stuff
58
59dirNotExistCreate=The Directory does not exist, create it?
60dirNotExist=The Directory does not exist
61fileNotExist=The File does not exist
62dirNotCreated=The Directory could not be created
63canNotCreateFile=Can not create file
64appRootInvalid=This directory does not appear to be the root of the application
65selectFile=Select File
66selectFolder=Select Folder
67notValidSelection=Not a valid selection
68showDetails=Show Details
69
70#Default loading
71promptLoadDefaults=Installation configuration found. Load the existing configuration?
72promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
73
74click=Click
75toContinue=to continue
76failed=Failed
77exit=Exit
78complete=Complete
79finished=Finished
80extracting=Extracting...
81installFinished=Install Finished
82running=Running:
83
84backButton=Back
85cancelButton=Cancel
86nextButton=Next
87
88
89output=Output
90errors=Errors
91notCorrectFormat=The field is not of the correct format
92notCorrectPasswordFormat=The password is not of the correct format
93passwordsDoNotMatch=The passwords do not match
94installationFailed=Install failed
95propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
96
97Finished=Finished
98Failed=Failed, view the error messages
99ant.failure=Ant run failed - examine the error logs for details
100
101#Text for license page buttons
102license.next.text=Accept
103license.cancel.text=Reject
104
Note: See TracBrowser for help on using the repository browser.