Changeset 6959 for trunk/gli/gli.sh


Ignore:
Timestamp:
2004-03-08T13:37:24+13:00 (20 years ago)
Author:
mdewsnip
Message:

Added some missing translations (Spanish) from the second addendum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.sh

    r6955 r6959  
    44echo
    55if [ "$glilang" == "es" ]; then
    6     echo "-- Still coming --"
     6    echo "Interfaz de la Biblioteca Digital Greenstone (Greenstone Librarian Interface - GLI)"
     7    echo "Copyright (C) 2004, New Zealand Digital Library Project, University Of Waikato"
     8    echo "La Interfaz de la Biblioteca Digital Greenstone NO INCLUYE ABSOLUTAMENTE NINGUNA GARANTÍA."
     9    echo "Para mayor información vea los términos de la licencia en LICENSE.txt"
     10    echo "Este es un software abierto, por lo que lo invitamos a que lo distribuya de forma gratuita"
    711elif [ "$glilang" == "fr" ]; then
    812    echo "Interface du Bibliothécaire Greenstone (Greenstone Librarian Interface - GLI)"
     
    245249if [ "$1" == "-test" ]; then
    246250    if [ "$glilang" == "es" ]; then
    247     echo "-- Still coming --"
     251    echo "Clase de prueba: $2"
     252    echo "Argumentos $*"
    248253    elif [ "$glilang" == "fr" ]; then
    249254    echo "Classe de test: $2"
Note: See TracChangeset for help on using the changeset viewer.