Changeset 14875


Ignore:
Timestamp:
2007-12-04T12:08:13+13:00 (16 years ago)
Author:
anna
Message:

updated translations for file permissions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/branches/2.80/bin/script/checkwritability.bat

    r14844 r14875  
    1616echo.
    1717echo -----------------------------------
    18 echo  WARNING: CANNOT WRITE TO GSDLHOME
     18
     19if "%GSDLLANG%" == "en" echo  WARNING: CANNOT WRITE TO GSDLHOME
     20if "%GSDLLANG%" == "es" echo  ATENCIÓN: NO PUEDE ESCRIBIR EN EL DIRECTORIO RAÍZ DE GREENSTONE.
     21if "%GSDLLANG%" == "fr" echo  AVERTISSEMENT: NE PEUT PAS ECRIRE DANS LE DOSSIER D'ACCUEIL DE GREENSTONE
     22if "%GSDLLANG%" == "ru" echo  ВНИМАНИЕ: НЕВОЗМОЖНО ОСУЩЕСТВИТЬ ЗАПИСЬ В ДОМАКНЮЮ ПАПКУ GREENSTONE
     23
    1924echo -----------------------------------
    20 echo Greenstone needs write-permission on the GSDLHOME directory,
    21 echo but we have detected that this is not present.
    22 echo Please grant 'Full Control' to the current user (%username%)
    23 echo on the GSDLHOME directory, plus all subfolders and files, and try again.
     25If "%GSDLLANG%" == "en" echo Greenstone needs write permission for the Greenstone home folder, which is %GSDLHOME%
     26if "%GSDLLANG%" == "en" echo , but right now it does not
     27if "%GSDLLANG%" == "en" echo Please grant "Full Control" for this folder (and all subfolders) 
     28if "%GSDLLANG%" == "en" echo to the current user (%username%) and try again.
     29
     30if "%GSDLLANG%" == "es" echo Greenstone necesita permiso de escritura en el directorio %GSDLHOME%,
     31if "%GSDLLANG%" == "es" echo pero no lo tiene.
     32if "%GSDLLANG%" == "es" echo Por favor, concédale “Control completo” al usuario actual (%username%),
     33if "%GSDLLANG%" == "es" echo y vuelva a intentarlo.
     34
     35if "%GSDLLANG%" == "fr" echo Greenstone nécessite une autorisation d'écriture sur le dossier d'accueil de Greenstone, qui est le dossier %GSDLHOME%,
     36if "%GSDLLANG%" == "fr" echo mais pour l'instant il n'est pas.
     37if "%GSDLLANG%" == "fr" echo Autorisez « ContrÃŽle Total » sur ce dossier (et sur tous les sous-dossiers)
     38if "%GSDLLANG%" == "fr" echo pour l'utilisateur courant (%username%) et re-essayez.
     39
     40if "%GSDLLANG%" == "ru" echo Greenstone требуется разрешеМОе Ма запОсь в ЎПЌашМюю папку %GSDLHOME%,
     41if "%GSDLLANG%" == "ru" echo в ЎаММый ЌПЌеМт запОсь в ЎПЌашМюю папку запрещеМа.
     42if "%GSDLLANG%" == "ru" echo ППжалуйста устаМПвОте ППлМый ЎПступ Ўля папкО (О всеÑ
     43 Ð²Ð»ÐŸÐ¶ÐµÐœÐœÑ‹Ñ
     44 Ð¿Ð°Ð¿ÐŸÐº)
     45if "%GSDLLANG%" == "ru" echo Ўля текущегП пПльзПвателя (%username%) О пПпрПбуйте заМПвП.
     46
    2447echo.
    25 echo Alternatively, re-install Greenstone to a location where you have Full
    26 echo Control already, such as a your home folder or 'My Documents'.
     48
     49if "%GSDLLANG%" == "en" echo (Alternatively, re-install Greenstone to a location where you have Full
     50if "%GSDLLANG%" == "en" echo Control already, such as a your home folder or 'My Documents'.)
     51
     52if "%GSDLLANG%" == "es" echo (Alternativamente, reinstale Greenstone en una localización en la que tenga “Control completo”,
     53if "%GSDLLANG%" == "es" echo como su directorio raíz o “Mis documentos”).
     54
     55if "%GSDLLANG%" == "fr" echo (Alternativement, re-installez Greenstone à l'emplacement où vous avez déjà « ContrÃŽle Total »,
     56if "%GSDLLANG%" == "fr" echo comme votre dossier d'accueil ou  "Documents".)
     57
     58if "%GSDLLANG%" == "ru" echo (ЛОбП, переустаМПвОте Greenstone в ту папку, к кПтПрПй Вы уже ОЌеете пПлМый ЎПступ,
     59if "%GSDLLANG%" == "ru" echo МапрОЌер в свПю ЎПЌашМюю папку ОлО в папку "МПО ЎПкуЌеМты".)
     60
    2761echo.
    28 echo GSDLHOME is:
    29 echo %GSDLHOME%
    3062echo.
    3163echo.
Note: See TracChangeset for help on using the changeset viewer.