Changeset 6742


Ignore:
Timestamp:
2004-02-05T12:30:30+13:00 (20 years ago)
Author:
mdewsnip
Message:

Now with Spanish strings!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/document.sh

    r6709 r6742  
    2222
    2323# Check that a Javadoc executable has been found
    24 if [ "$glilang" == "fr" ]; then
     24if [ "$glilang" == "es" ]; then
     25    echo "Revisando Javadoc: $javadocpath"
     26elif [ "$glilang" == "fr" ]; then
    2527    echo "Vérification de Javadoc: $javadocpath"
    2628elif [ "$glilang" == "ru" ]; then
     
    3133if [ ! -x "$javadocpath" ]; then
    3234    echo
    33     if [ "$glilang" == "fr" ]; then
     35    if [ "$glilang" == "es" ]; then
     36    echo "No se pudo localizar una versión apropiada de Javadoc. Usted deberá "
     37        echo "instalar un Kit de Desarrollo de Software Java (versión 1.4 o "
     38        echo "superior) antes de generar la documentación para la Interfaz de la "
     39        echo "Biblioteca Digital Greenstone."
     40    elif [ "$glilang" == "fr" ]; then
    3441    echo "Une version appropriée de Javadoc n'a pas pu être localisée."
    3542    echo "Vous devez installer un Kit de Développement Java (version 1.4 ou"
     
    5259## ---- Document the GLI ----
    5360echo
    54 if [ "$glilang" == "fr" ]; then
     61if [ "$glilang" == "es" ]; then
     62    echo "Generando documentación para la Interfaz de la Biblioteca Digital"
     63    echo "Greenstone..."
     64elif [ "$glilang" == "fr" ]; then
    5565    echo "Production de documentation pour la Greenstone Librarian Interface"
    5666elif [ "$glilang" == "ru" ]; then
     
    6272javadoc -classpath classes/:GLI.jar:lib/apache.jar:lib/calpa.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/skinlf.jar -sourcepath src/ -source 1.4 -author -breakiterator -d docs/ -group "Gatherer v2.3" org.greenstone.gatherer:org.greenstone.gatherer.checklist:org.greenstone.gatherer.collection:org.greenstone.gatherer.file:org.greenstone.gatherer.gui:org.greenstone.gatherer.gui.border:org.greenstone.gatherer.gui.metaaudit:org.greenstone.gatherer.gui.table:org.greenstone.gatherer.gui.tree:org.greenstone.gatherer.help:org.greenstone.gatherer.shell:org.greenstone.gatherer.util -group "Collection Design Module" org.greenstone.gatherer.cdm -group "Metadata Set Manager" org.greenstone.gatherer.msm:org.greenstone.gatherer.msm.parsers -group "Value Tree Controls" org.greenstone.gatherer.valuetree -private -splitindex -version   org.greenstone.gatherer org.greenstone.gatherer.checklist org.greenstone.gatherer.collection org.greenstone.gatherer.file org.greenstone.gatherer.gui org.greenstone.gatherer.gui.border org.greenstone.gatherer.gui.metaaudit org.greenstone.gatherer.gui.table org.greenstone.gatherer.gui.tree org.greenstone.gatherer.help org.greenstone.gatherer.shell org.greenstone.gatherer.util org.greenstone.gatherer.cdm org.greenstone.gatherer.msm org.greenstone.gatherer.msm.parsers org.greenstone.gatherer.valuetree
    6373
    64 if [ "$glilang" == "fr" ]; then
     74if [ "$glilang" == "es" ]; then
     75    echo "¡Hecho!"
     76elif [ "$glilang" == "fr" ]; then
    6577    echo "Terminé!"
    6678elif [ "$glilang" == "ru" ]; then
Note: See TracChangeset for help on using the changeset viewer.