Changeset 6955 for trunk/gli/gli.sh


Ignore:
Timestamp:
2004-03-08T12:39:05+13:00 (20 years ago)
Author:
mdewsnip
Message:

Added some missing translations from the second addendum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.sh

    r6752 r6955  
    66    echo "-- Still coming --"
    77elif [ "$glilang" == "fr" ]; then
     8    echo "Interface du Bibliothécaire Greenstone (Greenstone Librarian Interface - GLI)"
     9    echo "Copyright (C) 2004 Le Projet Bibliothèque Numérique de Nouvelle Zélande, Université de Waikato"
     10    echo "GLI est fourni sans AUCUNE GARANTIE; pour des détails, voir LICENSE.txt"
     11    echo "Ceci est un logiciel libre, et vous êtes invité à le redistribuer"
     12elif [ "$glilang" == "ru" ]; then
    813    echo "-- Still coming --"
    9 elif [ "$glilang" == "ru" ]; then
    10     echo "-- Still coming --"
    11 else
    12     echo 'Greenstone Librarian Interface (GLI)'
    13     echo 'Copyright (C) 2004, New Zealand Digital Library Project, University Of Waikato'
    14     echo 'GLI comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt'
    15     echo 'This is free software, and you are welcome to redistribute it'
     14else
     15    echo "Greenstone Librarian Interface (GLI)"
     16    echo "Copyright (C) 2004, New Zealand Digital Library Project, University Of Waikato"
     17    echo "GLI comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt"
     18    echo "This is free software, and you are welcome to redistribute it"
    1619fi
    1720echo
     
    244247    echo "-- Still coming --"
    245248    elif [ "$glilang" == "fr" ]; then
     249    echo "Classe de test: $2"
     250    echo "Arguments $*"
     251    elif [ "$glilang" == "ru" ]; then
    246252    echo "-- Still coming --"
    247     elif [ "$glilang" == "ru" ]; then
    248     echo "-- Still coming --"
    249253    else
    250254    echo "Testing class: $2"
    251     echo "arguments $*"
     255    echo "Arguments $*"
    252256    fi
    253257    java -classpath classes/:GLI.jar:lib/apache.jar:lib/calpa.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/skinlf.jar $2 $3
Note: See TracChangeset for help on using the changeset viewer.