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

Last change on this file since 28742 was 28742, checked in by ak19, 10 years ago

Replace Greenstone info in installer with Expeditee, disable other languages since they need to be translated from the English version once the English version is finished, remove license text since idk if Expeditee is actually under GPL2

File size: 5.9 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 an alternate hypermedia software... TODO write more stuff here
10# welcome-greenstone3.displayText=Unused?
11
12## License page ###
13page.license.displayText=Software License
14
15
16### Destination page ###
17page.destination.displayText=Installation Folder
18installDir.displayText=Select an installation folder
19
20
21### Components Page ###
22# (Note: in the html here, we must use '<br>' for breaklines.
23# '<br/>' and other variations are not recognised.)
24page.selector.displayText=Components
25choose-components.displayText=Please choose the components you wish to install
26
27Looking_For_Previous_Installation.displayText=Search for Previous Installations
28Looking_For_Previous_Installation.explanatoryText=If this is an over-install, load some properties of the existing installation to aid the installation process.
29
30Installing_Core_System.displayText=Core System
31Installing_Core_System.explanatoryText=<html>This is the core [email protected]@ system. It is a required component.</html>
32
33Installing_Java_Runtime.displayText=Java 8 Runtime
34Installing_Java_Runtime.explanatoryText=<html>This is a Java 8 runtime</html>
35
36Installing_Start_Menu_Shortcuts.displayText=Start Menu Shortcuts
37Installing_Start_Menu_Shortcuts.explanatoryText=Create shortcuts to [email protected]@ on your Start Menu
38
39### Progress page
40page.progress.displayText=Installation progress
41
42### Uninstaller Strings
43uninstaller.greenstone.uninstaller=Greenstone Uninstaller (TODO: remove Greenstone from this variable name, and change it to Expeditee)
44uninstaller.cancel=Cancel
45uninstaller.uninstall=Uninstall
46uninstaller.finish=Finish
47uninstaller.error=Error
48uninstaller.confirmation=Confirmation
49uninstaller.continue=Continue
50uninstaller.complete=Complete
51uninstaller.skip=Skip
52uninstaller.skip.all=Skip All
53uninstaller.retry=Retry
54uninstaller.readonly=Read Only
55
56uninstaller.will.uninstall.from=Uninstall Expeditee from\:
57uninstaller.uninstall.options=Uninstall Options\:
58uninstaller.keep.collections=Keep Collections (TODO: Greenstone specific? - remove?)
59uninstaller.are.you.sure=Are you sure you wish to uninstall Expeditee
60uninstaller.are.you.sure.collections=You have chosen to delete your collections.\nPlease backup any collections you wish to keep before continuing
61uninstaller.failed.to.figure.cd=Failed to figure out the current directory
62uninstaller.cancelled=Uninstall Cancelled
63uninstaller.finished=Uninstall Finished
64uninstaller.deleting=Deleting {file} from disk
65
66uninstaller.info.skipping=INFO\: Skipping {file}
67uninstaller.info.no.startmenu=INFO\: No StartMenu path found. Deleting a StartMenu group will not be part of this uninstall
68uninstaller.warning.readonly=WARNING\: {file} appears to be read-only
69uninstaller.warning.couldnt.delete=WARNING\: {file} could not be deleted. Skipped.
70uninstaller.warning.nonexistent=WARNING\: {file} does not exist
71uninstaller.error.nonexistent=ERROR\: {file} does not exist
72uninstaller.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
73uninstaller.warning.couldnt.create.flagfile=WARNING\: Couldn't create the flag file. You will have to delete the jre and loose uninstaller files manually
74
75
76### Ant-Installer Core strings
77dirNotExistCreate=The folder does not exist, create it?
78dirNotExist=The folder does not exist
79fileNotExist=The file does not exist
80dirNotCreated=The folder could not be created
81canNotCreateFile=Can not create file
82appRootInvalid=This folder does not appear to be the root of the application
83selectFile=Select File
84selectFolder=Select Folder
85browseDotDotDot=Browse...
86notValidSelection=Not a valid selection
87showDetails=Show Details
88
89#Default loading
90promptLoadDefaults=Installation configuration found. Load the existing configuration?
91promptMissingDefaultPassword=A password was not found it may have been omitted for security reasons, it will be set to the default.
92
93click=Click
94toContinue=to continue
95failed=Failed
96exit=Exit
97complete=Complete
98finished=Finished
99extracting=Extracting...
100installFinished=Install Finished
101install-cancelled=Install Cancelled
102running=
103
104backButton=Back
105cancelButton=Cancel
106nextButton=Next
107finishButtonText=Install
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
117Finished=Finished
118Failed=Failed, view the error messages
119ant.failure=Ant run failed - examine the error logs for details
120
121license.next.text=Accept
122license.cancel.text=Reject
123
124#text install strings
125_required_=required
126_default_=default
127true=true
128#The value of 'affirmativeChars' comes from the first letters of "True" and "Yes"
129affirmativeChars=T,Y
130#The value of 'negativeChars' comes from the first letters of "False" and "No"
131negativeChars=F,N
132licenseAccept=Do you accept the license? Y or N [default\:Y]
133clickViewLicense=Press enter to view the license agreement
134clickViewText=Press enter to continue
135enterNumber=Enter a number
136fileDoesNotExist=The File does not exist
137#The value of backChar is the first letter "Back"
138backChar=B
139#The value of nextChar is the first letter "Next"
140nextChar=N
141#In the next two properties, 'N' should be replaced the value of the 'nextChar' property
142license_next=Enter 'N' for the next page, enter anything else to scroll to the the end
143large_select_next=Enter 'N' for the next page, enter anything else to scroll to the the end
144availableOptions=View available options
Note: See TracBrowser for help on using the repository browser.