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

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

general stuff for the greenstone2 source releases

File size: 4.5 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_Core.displayText = Source Code Core
31Installing_Source_Code_Core.explanatoryText = \
32<html> \
33This is the core Greenstone2 system for source releases. It includes config files, macros, images and other files which accompany the source code. \
34</html>
35
36Installing_Source_Code.displayText = Source Code
37Installing_Source_Code.explanatoryText = \
38<html> \
39The source code is an optional component. <br><br> \
40Install the source code if you wish to make modifications to your copy of Greenstone3, or just <br> \
41want to see how it works. \
42</html>
43
44Installing_ImageMagick.displayText = ImageMagick (@bundled.version.imagemagick@)
45Installing_ImageMagick.explanatoryText = \
46<html> \
47Greenstone uses ImageMagick to process images. If you have ImageMagick on your computer already,<br> \
48or if you don't wish to include images in Greenstone collections, then you may choose not to<br> \
49install ImageMagick. \
50</html>
51
52Installing_Ghostscript.displayText = GhostScript (@bundled.version.ghostscript@)
53Installing_Ghostscript.explanatoryText = \
54<html> \
55Greenstone uses GhostScript to process PDF and PostScript files.<br> \
56If you have Ghostscript on your computer already, or if you don't wish to include images in<br> \
57Greenstone collections, then you may choose not to install Ghostscript. \
58</html>
59
60Installing_Start_Menu_Shortcuts.displayText = Start Menu Shortcuts
61Installing_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# progress page
69page.progress.displayText = Installation progress
70
71finishButtonText = Install
72
73
74# AntInstaller builtin stuff
75
76dirNotExistCreate=The folder does not exist, create it?
77dirNotExist=The folder does not exist
78fileNotExist=The file does not exist
79dirNotCreated=The folder could not be created
80canNotCreateFile=Can not create file
81appRootInvalid=This folder does not appear to be the root of the application
82selectFile=Select File
83selectFolder=Select Folder
84browseDotDotDot=Browse...
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=
101
102backButton=Back
103cancelButton=Cancel
104nextButton=Next
105
106output=Output
107errors=Errors
108notCorrectFormat=The field is not of the correct format
109notCorrectPasswordFormat=The password is not of the correct format
110passwordsDoNotMatch=The passwords do not match
111installationFailed=Install failed
112propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
113
114install-cancelled=Install Cancelled
115Finished=Finished
116Failed=Failed, view the error messages
117ant.failure=Ant run failed - examine the error logs for details
118
119#Text for license page buttons
120license.next.text=Accept
121license.cancel.text=Reject
122
Note: See TracBrowser for help on using the repository browser.