Changeset 6959


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

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

Location:
trunk/gli
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.bat

    r6955 r6959  
    2828if "%GLILANG%" == "en" echo This is free software, and you are welcome to redistribute it
    2929
    30 if "%GLILANG%" == "es" echo -- Still coming --
     30if "%GLILANG%" == "es" echo Interfaz de la Biblioteca Digital Greenstone (Greenstone Librarian Interface - GLI)
     31if "%GLILANG%" == "es" echo Copyright (C) 2003 The New Zealand Digital Library Project, University Of Waikato
     32if "%GLILANG%" == "es" echo La Interfaz de la Biblioteca Digital Greenstone NO INCLUYE ABSOLUTAMENTE NINGUNA GARANTÖA.
     33if "%GLILANG%" == "es" echo Para mayor informaci¢n vea los t‚rminos de la licencia en LICENSE.txt
     34if "%GLILANG%" == "es" echo Este es un software abierto, por lo que lo invitamos a que lo distribuya de forma gratuita
    3135
    3236if "%GLILANG%" == "fr" echo Interface du Biblioth‚caire Greenstone (Greenstone Librarian Interface - GLI)
  • 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"
  • trunk/gli/makegli.bat

    r6955 r6959  
    1111if "%GLILANG%" == "en" echo This is free software, and you are welcome to redistribute it
    1212
    13 if "%GLILANG%" == "es" echo -- Still coming --
     13if "%GLILANG%" == "es" echo Interfaz de la Biblioteca Digital Greenstone (Greenstone Librarian Interface - GLI)
     14if "%GLILANG%" == "es" echo Copyright (C) 2003 The New Zealand Digital Library Project, University Of Waikato
     15if "%GLILANG%" == "es" echo La Interfaz de la Biblioteca Digital Greenstone NO INCLUYE ABSOLUTAMENTE NINGUNA GARANTÖA.
     16if "%GLILANG%" == "es" echo Para mayor informaci¢n vea los t‚rminos de la licencia en LICENSE.txt
     17if "%GLILANG%" == "es" echo Este es un software abierto, por lo que lo invitamos a que lo distribuya de forma gratuita
    1418
    1519if "%GLILANG%" == "fr" echo Interface du Biblioth‚caire Greenstone (Greenstone Librarian Interface - GLI)
  • trunk/gli/makegli.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)"
Note: See TracChangeset for help on using the changeset viewer.