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

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

recommend that they uninstall other greenstones before proceeding

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