home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / PACKAGES / BASE / DISK05 / TREEX.ZIP / NLS / TREE.EN < prev    next >
Encoding:
Text File  |  2001-06-19  |  3.3 KB  |  83 lines

  1. # Messages used by pdTree v1 and FreeDOS tree 3.6
  2. # Each line is limited to 159 characters unless MAXLINE is changed,
  3. # but if possible should be limited to 79 per line, with a \n
  4. # added to indicate go to next line, max 2 lines.
  5. # The messages are split into sets,
  6. # where each set corresponds to a given function in pdTree.
  7. # Set 1, is for main and common strings.
  8. # Many of the strings are used directly by printf,
  9. # so when a %? appears, be sure any changes also include the %?
  10. # where ? is a variable identifier and format.
  11. # Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
  12. #
  13. # common to many functions [Set 1]
  14. 1.1:\n
  15. # main [Set 1] 
  16. 1.2:Directory PATH listing\n
  17. # Must include %s for label 
  18. 1.3:Directory PATH listing for Volume %s\n
  19. # Must include %s for serial #  
  20. 1.4:Volume serial number is %s\n
  21. 1.5:No subdirectories exist\n\n
  22. # showUsage [Set 2] 
  23. 2.1:Graphically displays the directory structure of a drive or path.\n
  24. # Each %c below will be replaced with proper switch/option
  25. 2.2:TREE [drive:][path] [%c%c] [%c%c]\n
  26. 2.3:   %c%c   Display the names of the files in each directory.\n
  27. 2.4:   %c%c   Use ASCII instead of extended characters.\n
  28. # showInvalidUsage [Set 3] 
  29. # Must include the %s for option given.
  30. 3.1:Invalid switch - %s\n
  31. # The %c will be replaced with the primary switch (default is /)
  32. 3.2:Use TREE %c? for usage information.\n
  33. #showTooManyOptions
  34. 3.3:Too many parameters - %s\n
  35. # showVersionInfo [Set 4] 
  36. # also uses treeDescription, message 2.1
  37. 4.1:Written to work with FreeDOS\n
  38. 4.2:Win32(c) console and DOS with LFN support.\n
  39. # Must include the %s for version string. 
  40. 4.3:Version %s\n
  41. 4.4:Written by: Kenneth J. Davis\n
  42. 4.5:Date:       August/September/October/November, 2000; January, 2001\n
  43. 4.6:Contact:    jeremyd@computer.org\n
  44. 4.7:Copyright (c): Public Domain [United States Definition]\n
  45. #4.8 is only used when cats support is compiled in.
  46. 4.8:Uses Jim Hall's <jhall@freedos.org> Cats Library\n  Copyright (C) 1999,2000,2001 Jim Hall\n
  47. #4.20 20-30 reserved for FreeDOS tree derived from Dave Dunfield's tree
  48. #4.20:Copyright 1995 Dave Dunfield - Freely distributable.\n
  49. 4.20:Copyright 1995, 2000 Dave Dunfield - Freely distributable (2000 released GPL).\n
  50. # showInvalidDrive [Set 5] 
  51. 5.1:Invalid drive specification\n
  52. # showInvalidPath [Set 6] 
  53. # Must include %s for the invalid path given. 
  54. 6.1:Invalid path - %s\n
  55. # misc error conditions [Set 7]
  56. # showBufferOverrun
  57. # %u required to show what the buffer's current size is. 
  58. 7.1:Error: File path specified exceeds maximum buffer = %u bytes\n
  59. # showOutOfMemory
  60. # %s required to display what directory we were processing when ran out of memory.
  61. 7.2:Out of memory on subdirectory: %s\n
  62. #
  63. # parseArguments [Set 8] contains the Character[s] used for
  64. #   argument processing.  Only the 1st character on a line is used.
  65. #   Each argument is listed twice, the first is the uppercase version,
  66. #   with the next entry being the lowercase version.
  67. # Primary character used to determine option follows, default is '-'
  68. 8.1:/
  69. # Secondary character used to determine option follows, default is '/'
  70. 8.2:-
  71. # Indicates should show files
  72. 8.3:F
  73. 8.4:f
  74. # Use ASCII only
  75. 8.5:A
  76. 8.6:a
  77. # Show Version information
  78. 8.7:V
  79. 8.8:v
  80. # DOS only version, Shortnames only (disable LFN support)
  81. 8.9:S
  82. 8.10:s
  83.