Subversion Repositories SvarDOS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2103 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
 
8
# Set 1, is for main and common strings.
9
# Many of the strings are used directly by printf,
10
# so when a %? appears, be sure any changes also include the %?
11
# where ? is a variable identifier and format.
12
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
13
#
14
 
15
# main [Set 1]
16
1.2:Список каталогов\n
17
# Must include %s for label
18
1.3:Список каталогов для тома %s\n
19
# Must include %s for serial #
20
1.4:Серийный номер тома: %s\n
21
1.5:Том не содержит подкаталогов.\n\n
22
 
23
# showUsage [Set 2]
24
2.1:Графическое представление структуры диска или каталога.
25
2.2:\t
26
2.3:TREE [диск:][путь] [/F] [/A]
27
2.4:\t
28
2.5:  /F  Отображать имена файлов в каждом каталоге.
29
2.6:  /A  Использовать ASCII вместо Extended ASCII.
30
 
31
# showInvalidUsage [Set 3]
32
# Must include the %s for option given.
33
3.1:Некорректный ключ - %s\n
34
3.2:Использовать TREE /? для использования информации.
35
 
36
#showTooManyOptions
37
 
38
3.3:Слишком много параметров - %s\n
39
 
40
# showVersionInfo [Set 4]
41
 
42
# showInvalidDrive [Set 5]
43
5.1:Недопустимое имя диска\n
44
 
45
# showInvalidPath [Set 6]
46
# Must include %s for the invalid path given.
47
6.1:Некорректный путь - %s\n
48
 
49
# misc error conditions [Set 7]
50
# showBufferOverrun
51
# %u required to show what the buffer's current size is.
52
 
53
7.1:Ошибка: Указанный путь к файлу превышает максимальный буфер = %u bytes\n
54
 
55
# showOutOfMemory
56
 
57
# %s required to display what directory we were processing when ran out of memory.
58
 
59
7.2:Недостаточно памяти в подкаталоге: %s\n
60
 
61
#
62
 
63
# parseArguments [Set 8] contains the Character[s] used for
64
 
65
#   argument processing.  Only the 1st character on a line is used.
66
 
67
#   Each argument is listed twice, the first is the uppercase version,
68
 
69
#   with the next entry being the lowercase version.
70
 
71
# Primary character used to determine option follows, default is '-'
72
 
73
8.1:/
74
 
75
# Secondary character used to determine option follows, default is '/'
76
 
77
8.2:-
78
 
79
# Indicates should show files
80
 
81
8.3:F
82
 
83
8.4:f
84
 
85
# Использовать только ASCII-кодировку
86
 
87
8.5:A
88
 
89
8.6:a
90
 
91
# Show Version information
92
 
93
8.7:V
94
 
95
8.8:v
96
 
97
# DOS only version, Shortnames only (disable LFN support)
98
 
99
8.9:S
100
 
101
8.10:s