Changeset 6703


Ignore:
Timestamp:
2004-02-03T13:28:41+13:00 (20 years ago)
Author:
mdewsnip
Message:

Now with Russian strings!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/clean.sh

    r5009 r6703  
    11#!/bin/sh
    2 
     2glilang=
    33
    44##  -------- Clean up the Greenstone Librarian Interface directory --------
    55
    66## ---- Remove class files ----
    7 echo "Removing the Greenstone Librarian Interface class files..."
     7if [ "$glilang" == "ru" ]; then
     8    echo "õÄÁÌÅÎÉÅ ÆÁÊÌÏ× ËÌÁÓÓÁ ÂÉÂÌÉÏÔÅÞÎÏÇÏ ÉÎÔÅÒÆÅÊÓÁ Greenstone"
     9else
     10    echo "Removing the Greenstone Librarian Interface class files..."
     11fi
    812
    913cd classes/org/greenstone/gatherer
    10 rm *.class
     14rm -f *.class
    1115rm -rf cdm
    1216rm -rf checklist
     
    2428cd ../../../..
    2529
    26 echo "Done!"
     30if [ "$glilang" == "ru" ]; then
     31    echo "÷ÙÐÏÌÎÅÎÏ!"
     32else
     33    echo "Done!"
     34fi
Note: See TracChangeset for help on using the changeset viewer.