Changeset 6747 for trunk/gli/clean.bat


Ignore:
Timestamp:
2004-02-09T15:51:07+13:00 (20 years ago)
Author:
mdewsnip
Message:

Now with French strings!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/clean.bat

    r5824 r6747  
    11@echo off
     2set GLILANG=en
    23
    34
     
    67:: This script must be run from within the directory in which it lives
    78if exist clean.bat goto cleanGLI
    8     echo This script must be run from the directory in which it resides.
     9    if "%GLILANG%" == "en" echo This script must be run from the directory in which it resides.
     10    if "%GLILANG%" == "fr" echo Ce script doit ˆtre ex‚cut‚
     11 partir du r‚pertoire dans lequel il se trouve.
    912    goto exit
    1013
     
    1316:: ---- Remove class files ----
    1417echo.
    15 echo Removing the Greenstone Librarian Interface class files...
     18if "%GLILANG%" == "en" echo Removing the Greenstone Librarian Interface class files...
     19if "%GLILANG%" == "fr" echo Suppression des fichiers de classe de Greenstone Librarian Interface
    1620
    1721cd classes\org\greenstone\gatherer
     
    3236cd ..\..\..\..
    3337
    34 echo Done!
     38if "%GLILANG%" == "en" echo Done!
     39if "%GLILANG%" == "fr" echo Termin‚!
    3540
    3641:exit
Note: See TracChangeset for help on using the changeset viewer.