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

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

language changes for the updated installer

File size: 4.8 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-windows-jre.displayText = Java Runtime Environment (@bundled.version.windows-java@)
25install-linux-jre.displayText = Java Runtime Environment (@bundled.version.linux-java@)
26install-jre.explanatoryText = \
27<html> \
28Some of Greenstone2 is written in the Java programming language, and so requires <br> \
29a Java Runtime Environment to run (@java.min.version@ or greater). <br><br> \
30This installer comes bundled with a recent Java Runtime Environment (version @bundled.version.java@),<br> \
31which you can choose to install if you don't have a sutible Java Runtime Environment 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-imagemagick.displayText = ImageMagick (@bundled.version.imagemagick@)
44install-imagemagick.explanatoryText = \
45<html> \
46Greenstone uses ImageMagick to process images. If you have ImageMagick on your computer already,<br> \
47or if you don't wish to include images in Greenstone collections, then you may choose not to<br> \
48install ImageMagick. \
49</html>
50
51install-ghostscript.displayText = GhostScript (@bundled.version.ghostscript@)
52install-ghostscript.explanatoryText = \
53<html> \
54Greenstone uses GhostScript to process PDF and PostScript files.<br> \
55then you may choose not to install ImageMagick. \
56</html>
57
58install-start-menu-shortcuts.displayText = Start Menu Shortcuts
59install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
60
61#language page
62page.language-selector.displayText = Please choose you language
63language.displayText = Language
64language.1.displayText = English
65language.2.displayText = French
66language.3.displayText = Spanish
67language.4.displayText = Russian
68language.5.displayText = German
69choose-language.displayText = Please select your preferred core language
70
71#admin password page
72page.admin-password.displayText = Please set the Admin Password
73admin.password.displayText = Admin Password
74admin-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.
75
76
77# progress page
78page.progress.displayText = Installation progress
79
80finishButtonText = Install
81
82
83# AntInstaller builtin stuff
84
85dirNotExistCreate=The Directory does not exist, create it?
86dirNotExist=The Directory does not exist
87fileNotExist=The File does not exist
88dirNotCreated=The Directory could not be created
89canNotCreateFile=Can not create file
90appRootInvalid=This directory does not appear to be the root of the application
91selectFile=Select File
92selectFolder=Select Folder
93notValidSelection=Not a valid selection
94showDetails=Show Details
95
96#Default loading
97promptLoadDefaults=Installation configuration found. Load the existing configuration?
98promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
99
100click=Click
101toContinue=to continue
102failed=Failed
103exit=Exit
104complete=Complete
105finished=Finished
106extracting=Extracting...
107installFinished=Install Finished
108running=Running:
109
110backButton=Back
111cancelButton=Cancel
112nextButton=Next
113
114
115output=Output
116errors=Errors
117notCorrectFormat=The field is not of the correct format
118notCorrectPasswordFormat=The password is not of the correct format
119passwordsDoNotMatch=The passwords do not match
120installationFailed=Install failed
121propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
122
123install-cancelled=Install Cancelled
124Finished=Finished
125Failed=Failed, view the error messages
126ant.failure=Ant run failed - examine the error logs for details
127
128#Text for license page buttons
129license.next.text=Accept
130license.cancel.text=Reject
131
Note: See TracBrowser for help on using the repository browser.