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. |
| 25 | If "%GSDLLANG%" == "en" echo Greenstone needs write permission for the Greenstone home folder, which is %GSDLHOME% |
| 26 | if "%GSDLLANG%" == "en" echo , but right now it does not |
| 27 | if "%GSDLLANG%" == "en" echo Please grant "Full Control" for this folder (and all subfolders) |
| 28 | if "%GSDLLANG%" == "en" echo to the current user (%username%) and try again. |
| 29 | |
| 30 | if "%GSDLLANG%" == "es" echo Greenstone necesita permiso de escritura en el directorio %GSDLHOME%, |
| 31 | if "%GSDLLANG%" == "es" echo pero no lo tiene. |
| 32 | if "%GSDLLANG%" == "es" echo Por favor, concédale âControl completoâ al usuario actual (%username%), |
| 33 | if "%GSDLLANG%" == "es" echo y vuelva a intentarlo. |
| 34 | |
| 35 | if "%GSDLLANG%" == "fr" echo Greenstone nécessite une autorisation d'écriture sur le dossier d'accueil de Greenstone, qui est le dossier %GSDLHOME%, |
| 36 | if "%GSDLLANG%" == "fr" echo mais pour l'instant il n'est pas. |
| 37 | if "%GSDLLANG%" == "fr" echo Autorisez « ContrÎle Total » sur ce dossier (et sur tous les sous-dossiers) |
| 38 | if "%GSDLLANG%" == "fr" echo pour l'utilisateur courant (%username%) et re-essayez. |
| 39 | |
| 40 | if "%GSDLLANG%" == "ru" echo Greenstone ÑÑебÑеÑÑÑ ÑазÑеÑеМОе Ма запОÑÑ Ð² ЎПЌаÑМÑÑ Ð¿Ð°Ð¿ÐºÑ %GSDLHOME%, |
| 41 | if "%GSDLLANG%" == "ru" echo в ЎаММÑй ÐŒÐŸÐŒÐµÐœÑ Ð·Ð°Ð¿ÐžÑÑ Ð² ЎПЌаÑМÑÑ Ð¿Ð°Ð¿ÐºÑ Ð·Ð°Ð¿ÑеÑеМа. |
| 42 | if "%GSDLLANG%" == "ru" echo ÐПжалÑйÑÑа ÑÑÑаМПвОÑе ÐПлМÑй ЎПÑÑÑп ÐŽÐ»Ñ Ð¿Ð°Ð¿ÐºÐž (О вÑÐµÑ |
| 43 | влПжеММÑÑ |
| 44 | папПк) |
| 45 | if "%GSDLLANG%" == "ru" echo ÐŽÐ»Ñ ÑекÑÑегП пПлÑзПваÑÐµÐ»Ñ (%username%) О пПпÑПбÑйÑе заМПвП. |
| 46 | |
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 | |
| 49 | if "%GSDLLANG%" == "en" echo (Alternatively, re-install Greenstone to a location where you have Full |
| 50 | if "%GSDLLANG%" == "en" echo Control already, such as a your home folder or 'My Documents'.) |
| 51 | |
| 52 | if "%GSDLLANG%" == "es" echo (Alternativamente, reinstale Greenstone en una localización en la que tenga âControl completoâ, |
| 53 | if "%GSDLLANG%" == "es" echo como su directorio raÃz o âMis documentosâ). |
| 54 | |
| 55 | if "%GSDLLANG%" == "fr" echo (Alternativement, re-installez Greenstone à l'emplacement où vous avez déjà « ContrÎle Total », |
| 56 | if "%GSDLLANG%" == "fr" echo comme votre dossier d'accueil ou "Documents".) |
| 57 | |
| 58 | if "%GSDLLANG%" == "ru" echo (ÐОбП, пеÑеÑÑÑаМПвОÑе Greenstone в ÑÑ Ð¿Ð°Ð¿ÐºÑ, к кПÑПÑПй ÐÑ Ñже ОЌееÑе пПлМÑй ЎПÑÑÑп, |
| 59 | if "%GSDLLANG%" == "ru" echo МапÑÐžÐŒÐµÑ Ð² ÑÐ²ÐŸÑ ÐŽÐŸÐŒÐ°ÑМÑÑ Ð¿Ð°Ð¿ÐºÑ ÐžÐ»Ðž в Ð¿Ð°Ð¿ÐºÑ "ÐПО ЎПкÑЌеМÑÑ".) |
| 60 | |