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

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

updated language strings, and chinese file renamed

File size: 4.6 KB
RevLine 
[15998]1# intro page
[17108]2page.intro.displayText = Greenstone @version@ installer
[15998]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
[17383]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 = \
[15998]27<html> \
28Some of Greenstone2 is written in the Java programming language, and so requires <br> \
[17309]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> \
[15998]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
[17383]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
[15998]58install-start-menu-shortcuts.displayText = Start Menu Shortcuts
59install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
60
[17151]61#language page
[17522]62page.language-selector.displayText = Language
63language-selector-explanation.displayText = Please choose your preferred language (Note: The install has not been fully translated into all these languages yet)
[17151]64
[17108]65#admin password page
66page.admin-password.displayText = Please set the Admin Password
67admin.password.displayText = Admin Password
68admin-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.
[15998]69
70
71# progress page
72page.progress.displayText = Installation progress
73
74finishButtonText = Install
75
76
77# AntInstaller builtin stuff
78
79dirNotExistCreate=The Directory does not exist, create it?
80dirNotExist=The Directory does not exist
81fileNotExist=The File does not exist
82dirNotCreated=The Directory could not be created
83canNotCreateFile=Can not create file
84appRootInvalid=This directory does not appear to be the root of the application
85selectFile=Select File
86selectFolder=Select Folder
87notValidSelection=Not a valid selection
88showDetails=Show Details
89
90#Default loading
[17397]91promptLoadDefaults=Installation configujration found. Load the existing configuration?
[15998]92promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
93
94click=Click
95toContinue=to continue
96failed=Failed
97exit=Exit
98complete=Complete
99finished=Finished
100extracting=Extracting...
101installFinished=Install Finished
102running=Running:
103
104backButton=Back
105cancelButton=Cancel
106nextButton=Next
107
108
109output=Output
110errors=Errors
111notCorrectFormat=The field is not of the correct format
112notCorrectPasswordFormat=The password is not of the correct format
113passwordsDoNotMatch=The passwords do not match
114installationFailed=Install failed
115propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
116
[17315]117install-cancelled=Install Cancelled
[15998]118Finished=Finished
119Failed=Failed, view the error messages
120ant.failure=Ant run failed - examine the error logs for details
121
122#Text for license page buttons
123license.next.text=Accept
124license.cancel.text=Reject
[17108]125
Note: See TracBrowser for help on using the repository browser.