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