Changeset 17577 for release-kits/shared


Ignore:
Timestamp:
2008-10-23T10:57:51+13:00 (16 years ago)
Author:
oranfry
Message:

more HCI changes to the installer: an animated activity indicator during install, better target names for the greenstone2 installers

Location:
release-kits/shared/greenstone2
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/docs/LICENSE.txt

    r17036 r17577  
     1Greenstone2 is licensed under the GNU General Public License v2
     2
    13            GNU GENERAL PUBLIC LICENSE
    24               Version 2, June 1991
  • release-kits/shared/greenstone2/installer-classes/resources/LanguagePack.properties

    r17541 r17577  
    11#language page
    22page.language-selector.displayText = Language
    3 language-selector-explanation.displayText = Please choose your preferred language (Note: The install has not been fully translated into all these languages yet)
     3language-selector-explanation.displayText = Please choose your preferred language (Note: This installer has not been fully translated into all these languages yet)
    44
    55# intro page
     
    1212# destination page
    1313page.destination.displayText = Install Destination
    14 installDir.displayText = Select an installation directory
     14installDir.displayText = Select an installation folder
    1515
    1616# selector page
    17 page.selector.displayText = Components to install
     17page.selector.displayText = Components
    1818choose-components.displayText = Choose the components you want to install
    1919
    20 install-core-components.displayText = Core components
    21 install-core-components.explanatoryText = \
     20#target names and descriptions
     21Installing_Core_System.displayText = Core System
     22Installing_Core_System.explanatoryText = \
    2223<html> \
    2324This is the core Greenstone2 system. It is a required component. \
    2425</html>
    2526
    26 install-windows-jre.displayText = Java Runtime Environment (@bundled.version.windows-java@)
    27 install-linux-jre.displayText = Java Runtime Environment (@bundled.version.linux-java@)
    28 install-jre.explanatoryText = \
     27Installing_Source_Code.displayText = Source code
     28Installing_Source_Code.explanatoryText = \
    2929<html> \
    30 Some of Greenstone2 is written in the Java programming language, and so requires <br> \
    31 a Java Runtime Environment to run (@java.min.version@ or greater). <br><br> \
    32 This installer comes bundled with a recent Java Runtime Environment (version @bundled.version.java@),<br> \
    33 which you can choose to install if you don't have a sutible Java Runtime Environment installed already.<br><br> \
    34 If in doubt, install this component. \
    35 </html>
    36 
    37 install-source-code.displayText = Source code
    38 install-source-code.explanatoryText = \
    39 <html> \
    40 The source code is a purely optional component. <br><br> \
     30The source code is an optional component. <br><br> \
    4131Install the source code if you wish to make modifications to your copy of Greenstone3, or just <br> \
    4232want to see how it works. \
    4333</html>
    4434
    45 install-imagemagick.displayText = ImageMagick (@bundled.version.imagemagick@)
    46 install-imagemagick.explanatoryText = \
     35Installing_ImageMagick.displayText = ImageMagick (@bundled.version.imagemagick@)
     36Installing_ImageMagick.explanatoryText = \
    4737<html> \
    4838Greenstone uses ImageMagick to process images. If you have ImageMagick on your computer already,<br> \
     
    5141</html>
    5242
    53 install-ghostscript.displayText = GhostScript (@bundled.version.ghostscript@)
    54 install-ghostscript.explanatoryText = \
     43Install_Ghostscript.displayText = GhostScript (@bundled.version.ghostscript@)
     44Install_Ghostscript.explanatoryText = \
    5545<html> \
    5646Greenstone uses GhostScript to process PDF and PostScript files.<br> \
     
    5848</html>
    5949
    60 install-start-menu-shortcuts.displayText = Start Menu Shortcuts
    61 install-start-menu-shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
     50Installing_Start_Menu_Shortcuts.displayText = Start Menu Shortcuts
     51Installing_Start_Menu_Shortcuts.explanatoryText = Create shortcuts to Greenstone on your Start Menu
    6252
    6353#admin password page
     
    6555admin.password.displayText = Admin Password
    6656admin-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.
    67 
    6857
    6958# progress page
     
    7564# AntInstaller builtin stuff
    7665
    77 dirNotExistCreate=The Directory does not exist, create it?
    78 dirNotExist=The Directory does not exist
    79 fileNotExist=The File does not exist
    80 dirNotCreated=The Directory could not be created
     66dirNotExistCreate=The folder does not exist, create it?
     67dirNotExist=The folder does not exist
     68fileNotExist=The file does not exist
     69dirNotCreated=The folder could not be created
    8170canNotCreateFile=Can not create file
    82 appRootInvalid=This directory does not appear to be the root of the application
     71appRootInvalid=This folder does not appear to be the root of the application
    8372selectFile=Select File
    8473selectFolder=Select Folder
     74browseDotDotDot=Browse...
    8575notValidSelection=Not a valid selection
    8676showDetails=Show Details
     
    9888extracting=Extracting...
    9989installFinished=Install Finished
    100 running=Running:
     90running=
    10191
    10292backButton=Back
     
    10494nextButton=Next
    10595
     96info=info
    10697
    10798output=Output
Note: See TracChangeset for help on using the changeset viewer.