Changeset 22409 for main


Ignore:
Timestamp:
2010-07-15T14:45:42+12:00 (14 years ago)
Author:
ak19
Message:

Dr Nichols had asked that gli wouldn't end with Done! (the exclamation seemed a bit too dramatic).

Location:
main/trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/gli.bat

    r22088 r22409  
    7575
    7676if not "%_VERSION%" == "" (
    77   echo Greenstone Major Version : %_VERSION%
     77  echo Greenstone Major Version :
     78  echo %_VERSION%
    7879    echo.
    7980)
     
    152153
    153154:finRun
    154     if "%GLILANG%" == "en" echo Done!
    155     if "%GLILANG%" == "es" echo ­Hecho!
    156     if "%GLILANG%" == "fr" echo Termin‚!
    157     if "%GLILANG%" == "ru" echo ‚믮«­¥­®!
     155    if "%GLILANG%" == "en" echo Done.
     156    if "%GLILANG%" == "es" echo Hecho.
     157    if "%GLILANG%" == "fr" echo Termin‚.
     158    if "%GLILANG%" == "ru" echo ‚믮«­¥­®.
    158159    goto done
    159160
  • main/trunk/gli/gli.sh

    r19769 r22409  
    178178
    179179if [ "$glilang" = "es" ]; then
    180     echo "¡Hecho!"
     180    echo "Hecho."
    181181elif [ "$glilang" = "fr" ]; then
    182     echo "Terminé!"
     182    echo "Terminé."
    183183elif [ "$glilang" = "ru" ]; then
    184     echo "÷ÙÐÏÌÎÅÎÏ!"
     184    echo "÷ÙÐÏÌÎÅÎÏ."
    185185else
    186     echo "Done!"
     186    echo "Done."
    187187fi
Note: See TracChangeset for help on using the changeset viewer.