Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2019 mateusz.vi 1
# Messages used by pdTree v1 and FreeDOS tree 3.6
2
 
3
# but if possible should be limited to 79 per line, with a \n
4
 
5
# The messages are split into sets,
6
 
7
# Set 1, is for main and common strings.
8
 
9
# so when a %? appears, be sure any changes also include the %?
10
 
11
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
12
 
13
# common to many functions [Set 1]
14
 
15
# main [Set 1] 
16
 
17
# Must include %s for label 
18
 
19
# Must include %s for serial #  
20
 
21
1.5:Том не содержит подкаталогов.\n\n
22
 
23
2.1:Графическое представление структуры диска или каталога.\n
24
 
25
2.2:TREE [диск:][путь] [%c%c] [%c%c]\n
26
 
27
2.4:   %c%c   Использовать ASCII вместо Extended ASCII.\n
28
 
29
# Must include the %s for option given.
30
 
31
# The %c will be replaced with the primary switch (default is /)
32
 
33
#showTooManyOptions
34
 
35
# showVersionInfo [Set 4] 
36
 
37
4.1:Написано для работы под FreeDOS,\n
38
 
39
# Must include the %s for version string. 
40
 
41
4.4:Автор: Kenneth J. Davis\n
42
 
43
4.6:Контакты:    jeremyd@computer.org\n
44
 
45
#4.8 is only used when cats support is compiled in.
46
 
47
#4.20 20-30 reserved for FreeDOS tree derived from Dave Dunfield's tree
48
 
49
4.20:Copyright 1995, 2000 Dave Dunfield - Freely distributable (2000 released GPL).\n
50
 
51
5.1:Недопустимое имя диска\n
52
 
53
# Must include %s for the invalid path given. 
54
 
55
# misc error conditions [Set 7]
56
 
57
# %u required to show what the buffer's current size is. 
58
 
59
# showOutOfMemory
60
 
61
7.2:Недостаточно памяти в подкаталоге: %s\n
62
 
63
# parseArguments [Set 8] contains the Character[s] used for
64
 
65
#   Each argument is listed twice, the first is the uppercase version,
66
 
67
# Primary character used to determine option follows, default is '-'
68
 
69
# Secondary character used to determine option follows, default is '/'
70
 
71
# Indicates should show files
72
 
73
8.4:f
74
 
75
8.5:A
76
 
77
# Show Version information
78
 
79
8.8:v
80
 
81
8.9:S
82
 
83

84
 
85

86
 
87

88