home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / WALLABY / WALLABY.EXE / ENGLISH.ELF < prev    next >
Text File  |  1994-01-08  |  2KB  |  55 lines

  1. ; ******************************************************************
  2. ; Zip Studio Shell 3.0 
  3. ; EXE Language File (ENGLISH.ELF)
  4. ; ******************************************************************
  5. ; English version EXE Language File for Zip Studio Shell 3.0
  6. ; Duplicate this text file and change the follwoing values 
  7. ; to add new languages to your Zip Studio self-extracting ZIP files.
  8. ; ******************************************************************
  9. ; Maximum sizes of the keys:
  10. ;
  11. ; OKButton: 10
  12. ; CancelButton: 10
  13. ; CancelActionMsg: 50
  14. ; IOErrorMsg: 50
  15. ; DiskFullMsg: 50
  16. ; CantCreateDirMsg: 50
  17. ; BrowseDirTitle: 30
  18. ; UnzipPasswordTitle: 20
  19. ; UnzipPasswordLabel: 20
  20. ; UnzipPasswordText: 100
  21. ; UnzipPasswordRetryBtn: 10
  22. ; UnzipPasswordBypassBtn: 10
  23. ; UnzipPasswordNeverBtn: 10
  24. ; UnzipReplaceTitle: 20
  25. ; UnzipReplaceText: 100
  26. ; UnzipReplaceYesBtn: 10
  27. ; UnzipReplaceNoBtn: 10
  28. ; UnzipReplaceAlwaysBtn: 10
  29. ; UnzipReplaceNeverBtn: 10
  30. ; ******************************************************************
  31. ; See ZSSHELL.HLP for details.
  32. ; ******************************************************************
  33.  
  34. [Main]
  35. OKButton=Ok
  36. CancelButton=Cancel
  37. CancelActionMsg=Would you like to stop this program?
  38. IOErrorMsg=Can' t perform the required action (I/O error).
  39. DiskFullMsg=Disk full.
  40. CantCreateDirMsg=Can' t create this directory.
  41. BrowseDirTitle=Choose directory...
  42. UnzipPasswordTitle=Password...
  43. UnzipPasswordLabel=Password:
  44. UnzipPasswordText=A password is required to unzip the file %1.
  45. UnzipPasswordRetryBtn=&Retry
  46. UnzipPasswordBypassBtn=&Bypass
  47. UnzipPasswordNeverBtn=&Never
  48. UnzipReplaceTitle=Replace...
  49. UnzipReplaceText=The file %1 already exist on your disk. Would you like to replace it?
  50. UnzipReplaceYesBtn=&Yes
  51. UnzipReplaceNoBtn=&No
  52. UnzipReplaceAlwaysBtn=&Always
  53. UnzipReplaceNeverBtn=Ne&ver
  54.  
  55.