Changeset 6955


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

Added some missing translations from the second addendum.

Location:
trunk/gli
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.bat

    r6754 r6955  
    3030if "%GLILANG%" == "es" echo -- Still coming --
    3131
    32 if "%GLILANG%" == "fr" echo -- Still coming --
     32if "%GLILANG%" == "fr" echo Interface du Biblioth‚caire Greenstone (Greenstone Librarian Interface - GLI)
     33if "%GLILANG%" == "fr" echo Copyright (C) 2003 Le Projet BibliothŠque Num‚rique de Nouvelle Z‚lande, Universit‚ de Waikato
     34if "%GLILANG%" == "fr" echo GLI est fourni sans AUCUNE GARANTIE; pour des d‚tails, voir LICENSE.txt
     35if "%GLILANG%" == "fr" echo Ceci est un logiciel libre, et vous ˆtes invit‚
     36 le redistribuer
    3337
    3438if "%GLILANG%" == "ru" echo -- Still coming --
  • 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
  • trunk/gli/makegli.bat

    r6883 r6955  
    1313if "%GLILANG%" == "es" echo -- Still coming --
    1414
    15 if "%GLILANG%" == "fr" echo -- Still coming --
     15if "%GLILANG%" == "fr" echo Interface du Biblioth‚caire Greenstone (Greenstone Librarian Interface - GLI)
     16if "%GLILANG%" == "fr" echo Copyright (C) 2003 Le Projet BibliothŠque Num‚rique de Nouvelle Z‚lande, Universit‚ de Waikato
     17if "%GLILANG%" == "fr" echo GLI est fourni sans AUCUNE GARANTIE; pour des d‚tails, voir LICENSE.txt
     18if "%GLILANG%" == "fr" echo Ceci est un logiciel libre, et vous ˆtes invit‚
     19 le redistribuer
    1620
    1721if "%GLILANG%" == "ru" echo -- Still coming --
  • trunk/gli/makegli.sh

    r6883 r6955  
    66    echo "-- Still coming --"
    77elif [ "$glilang" == "fr" ]; then
    8     echo "-- Still coming --"
     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"
    912elif [ "$glilang" == "ru" ]; then
    1013    echo "-- Still coming --"
Note: See TracChangeset for help on using the changeset viewer.