Subversion Repositories SvarDOS

Rev

Rev 2073 | Rev 2075 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2067 mateusz.vi 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
#
2073 mateusz.vi 13
 
2067 mateusz.vi 14
# main [Set 1]
15
1.2:Directory PATH listing\n
16
# Must include %s for label
17
1.3:Directory PATH listing for Volume %s\n
18
# Must include %s for serial #
19
1.4:Volume serial number is %s\n
20
1.5:No subdirectories exist\n\n
21
1.6: --- Press any key to continue ---\n
2073 mateusz.vi 22
 
2074 mateusz.vi 23
# show Usage
2073 mateusz.vi 24
2.1:Graphically displays the directory structure of a drive or path.
2074 mateusz.vi 25
2.2:.
26
2.3:TREE [drive:][path] [/F] [/A]
27
2.4:.
28
2.5:  /F  Display the names of the files in each directory.
29
2.6:  /A  Use ASCII instead of extended characters.
2073 mateusz.vi 30
 
2067 mateusz.vi 31
# showInvalidUsage [Set 3]
32
# Must include the %s for option given.
33
3.1:Invalid switch - %s\n
34
# The %c will be replaced with the primary switch (default is /)
35
3.2:Use TREE %c? for usage information.\n
36
#showTooManyOptions
37
3.3:Too many parameters - %s\n
38
# showVersionInfo [Set 4]
39
# also uses treeDescription, message 2.1
40
4.1:Written to work with FreeDOS\n
41
4.2:Win32(c) console and DOS with LFN support.\n
42
# Must include the %s for version string.
43
4.3:Version %s\n
44
4.4:Written by: Kenneth J. Davis\n
45
4.5:Date:       2000, 2001, 2004\n
46
4.6:Contact:    jeremyd@computer.org\n
47
4.7:Copyright (c): Public Domain [United States Definition]\n
48
#4.8 is only used when cats support is compiled in.
49
4.8:Uses Jim Hall's <jhall@freedos.org> Cats Library\n  version 3.8 Copyright (C) 1999,2000 Jim Hall\n
50
#4.20 20-30 reserved for FreeDOS tree derived from Dave Dunfield's tree
51
#4.20:Copyright 1995 Dave Dunfield - Freely distributable.\n
52
4.20:Copyright 1995, 2000 Dave Dunfield - Freely distributable (2000 released GPL).\n
53
# showInvalidDrive [Set 5]
54
5.1:Invalid drive specification\n
55
# showInvalidPath [Set 6]
56
# Must include %s for the invalid path given.
57
6.1:Invalid path - %s\n
58
# misc error conditions [Set 7]
59
# showBufferOverrun
60
# %u required to show what the buffer's current size is.
61
7.1:Error: File path specified exceeds maximum buffer = %u bytes\n
62
# showOutOfMemory
63
# %s required to display what directory we were processing when ran out of memory.
64
7.2:Out of memory on subdirectory: %s\n
65
#
66
# deprecated [Set 8]
67
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
68
# parseArguments [Set 8] contains the Character[s] used for
69
#   argument processing.  Only the 1st character on a line is used.
70
# Primary character used to determine option follows, default is '-'
71
8.1:/
72
# Secondary character used to determine option follows, default is '/'
73
8.2:-