home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / SETUP / NLS / readme.txt < prev   
Encoding:
Text File  |  2004-03-31  |  1.7 KB  |  48 lines

  1. Textfiles in this directory ending with a T (third letter in the extension)
  2. are outdated and need to be adapted to the English version.
  3.  
  4. Please note that menu numbering entries have changed (menu 2)
  5. between Beta9 prerelease 4 and its successor, Beta9 release candidate 5.
  6.  
  7. below is some really ancient stuff.
  8.  
  9. :es
  10. %header%
  11. ECHO         1)   FreeDOS Ripcord Beta9 Installation
  12. ECHO         2)   Run FreeDOS from CD-ROM (return to command prompt)
  13. ECHO         3)   Create FreeDOS boot floppy (1.44MB)
  14. ECHO   
  15. rem ECHO         4)   Partition harddisk(s) using PartitionMagic
  16. rem ECHO         5)   Backup or Restore harddisk(s)/partition(s) using Drive Image
  17. rem ECHO   
  18. rem ECHO         o)   OEM tools
  19. rem ECHO         x)   Install XOSL boot manager (486+, 4MB+, VESA+)
  20. rem ECHO   
  21. ECHO         v)   View the Install text for using this CD-ROM
  22. ECHO              (Press ESC key to exit the viewer)
  23. ECHO   
  24. ECHO         r)   Hasta la vista!
  25. goto end
  26.  
  27.  
  28. :es
  29. %header%
  30. ECHO  
  31. ECHO         1)   Start installation of FreeDOS beta9
  32. if "%cdrom%"=="C" goto end
  33. ECHO         2)   Set language (currently %lang%)
  34. ECHO         3)   Change screenmode (currently %color%)
  35. ECHO         %keyb_opt%)   Select keyboard layout, 286+ (currently: %key%)
  36. ECHO         5)   Change installation mode (currently: %instmode%)
  37. goto end
  38.  
  39.  
  40.  
  41. if "%lang%"=="ES" ECHO         Q)   return to previous menu
  42.  
  43.  
  44. if "%lang%"=="EN" set menu1txt=          What do you want to do?
  45. if "%lang%"=="EN" set header=echo FreeDOS beta9 ("Methusalem") cdrom distribution.
  46. if "%lang%"=="ES" set menu1txt=          ¿Qué desea hacer?
  47. if "%lang%"=="ES" set header=echo Distribución FreeDOS beta9 ("Methusalem") en CD-ROM.
  48.