source: other-projects/expeditee-release-kits/shared/core/language-strings/LanguagePack.properties@ 28817

Last change on this file since 28817 was 28817, checked in by davidb, 10 years ago

Updates to text

File size: 6.5 KB
Line 
1### Language page ###
2page.language-selector.displayText=Language
3language-selector-explanation.displayText=Please choose your preferred language
4# (Note: This installer has not been fully translated into all these languages yet)
5
6
7### Intro Page ###
8page.intro.displayText=Expeditee @version@ installer
9welcome.displayText=Expeditee is software for knowledge managment using a unified approach to information be it in text, images, audio, video.\n\nExpeditee is an open source reimplementation of the venerable spatial hypermedia system KMS (Knowledge Management System) original developed by Don McCracken and Rob Akscyn of Knowledge Systems Ltd. Central to Expeditee's operation is the representation all forms of explicit "knowledge artifacts" from which presentations, documentation, databases and even software programs can be developed. See the help tutorials and interactive tutorial that are built into Expeditee for more details.
10
11
12# welcome-greenstone3.displayText=Unused?
13
14## License page ###
15page.license.displayText=Software License
16
17
18### Destination page ###
19page.destination.displayText=Installation Folder
20installDir.displayText=Select an installation folder
21
22
23### Components Page ###
24# (Note: in the html here, we must use '<br>' for breaklines.
25# '<br/>' and other variations are not recognised.)
26page.selector.displayText=Components
27choose-components.displayText=Please choose the components you wish to install
28
29Looking_For_Previous_Installation.displayText=Search for Previous Installations
30Looking_For_Previous_Installation.explanatoryText=If this is an over-install, load some properties of the existing installation to aid the installation process.
31
32Installing_Core_System.displayText=Core System
33Installing_Core_System.explanatoryText=<html>This is the core [email protected]@ system. It is a required component.</html>
34
35Installing_Java_Runtime.displayText=Java 8 Runtime
36Installing_Java_Runtime.explanatoryText=<html>This is a Java 8 runtime</html>
37
38Installing_Start_Menu_Shortcuts.displayText=Start Menu Shortcuts
39Installing_Start_Menu_Shortcuts.explanatoryText=Create shortcuts to [email protected]@ on your Start Menu
40
41### Progress page
42page.progress.displayText=Installation progress
43
44### Uninstaller Strings
45uninstaller.greenstone.uninstaller=Greenstone Uninstaller (TODO: remove Greenstone from this variable name, and change it to Expeditee)
46uninstaller.cancel=Cancel
47uninstaller.uninstall=Uninstall
48uninstaller.finish=Finish
49uninstaller.error=Error
50uninstaller.confirmation=Confirmation
51uninstaller.continue=Continue
52uninstaller.complete=Complete
53uninstaller.skip=Skip
54uninstaller.skip.all=Skip All
55uninstaller.retry=Retry
56uninstaller.readonly=Read Only
57
58uninstaller.will.uninstall.from=Uninstall Expeditee from\:
59uninstaller.uninstall.options=Uninstall Options\:
60uninstaller.keep.collections=Keep Collections (TODO: Greenstone specific? - remove?)
61uninstaller.are.you.sure=Are you sure you wish to uninstall Expeditee
62uninstaller.are.you.sure.collections=You have chosen to delete your collections.\nPlease backup any collections you wish to keep before continuing
63uninstaller.failed.to.figure.cd=Failed to figure out the current directory
64uninstaller.cancelled=Uninstall Cancelled
65uninstaller.finished=Uninstall Finished
66uninstaller.deleting=Deleting {file} from disk
67
68uninstaller.info.skipping=INFO\: Skipping {file}
69uninstaller.info.no.startmenu=INFO\: No StartMenu path found. Deleting a StartMenu group will not be part of this uninstall
70uninstaller.warning.readonly=WARNING\: {file} appears to be read-only
71uninstaller.warning.couldnt.delete=WARNING\: {file} could not be deleted. Skipped.
72uninstaller.warning.nonexistent=WARNING\: {file} does not exist
73uninstaller.error.nonexistent=ERROR\: {file} does not exist
74uninstaller.error.couldnt.find.install.props=ERROR\: Could not find the 'installation.properties' or 'etc/installation.properties' file.\nEither this is not a valid Expeditee installation, or the installation has been corrupted.\nUninstallation cannot proceed
75uninstaller.warning.couldnt.create.flagfile=WARNING\: Couldn't create the flag file. You will have to delete the jre and loose uninstaller files manually
76
77
78### Ant-Installer Core strings
79dirNotExistCreate=The folder does not exist, create it?
80dirNotExist=The folder does not exist
81fileNotExist=The file does not exist
82dirNotCreated=The folder could not be created
83canNotCreateFile=Can not create file
84appRootInvalid=This folder does not appear to be the root of the application
85selectFile=Select File
86selectFolder=Select Folder
87browseDotDotDot=Browse...
88notValidSelection=Not a valid selection
89showDetails=Show Details
90
91#Default loading
92promptLoadDefaults=Installation configuration found. Load the existing configuration?
93promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
94
95click=Click
96toContinue=to continue
97failed=Failed
98exit=Exit
99complete=Complete
100finished=Finished
101extracting=Extracting...
102installFinished=Install Finished
103install-cancelled=Install Cancelled
104running=
105
106backButton=Back
107cancelButton=Cancel
108nextButton=Next
109finishButtonText=Install
110
111output=Output
112errors=Errors
113notCorrectFormat=The field is not of the correct format
114notCorrectPasswordFormat=The password is not of the correct format
115passwordsDoNotMatch=The passwords do not match
116installationFailed=Install failed
117propertiesVersionMismatch=Some options are missing from the previous version and must be manually entered, continue?
118
119Finished=Finished
120Failed=Failed, view the error messages
121ant.failure=Ant run failed - examine the error logs for details
122
123license.next.text=Accept
124license.cancel.text=Reject
125
126#text install strings
127_required_=required
128_default_=default
129true=true
130#The value of 'affirmativeChars' comes from the first letters of "True" and "Yes"
131affirmativeChars=T,Y
132#The value of 'negativeChars' comes from the first letters of "False" and "No"
133negativeChars=F,N
134licenseAccept=Do you accept the license? Y or N [default\:Y]
135clickViewLicense=Press enter to view the license agreement
136clickViewText=Press enter to continue
137enterNumber=Enter a number
138fileDoesNotExist=The File does not exist
139#The value of backChar is the first letter "Back"
140backChar=B
141#The value of nextChar is the first letter "Next"
142nextChar=N
143#In the next two properties, 'N' should be replaced the value of the 'nextChar' property
144license_next=Enter 'N' for the next page, enter anything else to scroll to the the end
145large_select_next=Enter 'N' for the next page, enter anything else to scroll to the the end
146availableOptions=View available options
Note: See TracBrowser for help on using the repository browser.