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

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

reshuffle

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