Subversion Repositories SvarDOS

Rev

Rev 2070 | Rev 2074 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2070 Rev 2073
Line 1... Line 1...
1
# Messages used by pdTree v1 and FreeDOS tree 3.6
1
# Messages used by pdTree v1 and FreeDOS tree 3.6
2
 
-
 
3
# Each line is limited to 159 characters unless MAXLINE is changed,
2
# Each line is limited to 159 characters unless MAXLINE is changed,
4
 
-
 
5
# but if possible should be limited to 79 per line, with a \n
3
# but if possible should be limited to 79 per line, with a \n
6
 
-
 
7
# added to indicate go to next line, max 2 lines.
4
# added to indicate go to next line, max 2 lines.
8
 
-
 
9
# The messages are split into sets,
5
# The messages are split into sets,
10
 
-
 
11
# where each set corresponds to a given function in pdTree.
6
# where each set corresponds to a given function in pdTree.
12
 
7
 
13
# Set 1, is for main and common strings.
8
# Set 1, is for main and common strings.
14
 
-
 
15
# Many of the strings are used directly by printf,
9
# Many of the strings are used directly by printf,
16
 
-
 
17
# so when a %? appears, be sure any changes also include the %?
10
# so when a %? appears, be sure any changes also include the %?
18
 
-
 
19
# where ? is a variable identifier and format.
11
# where ? is a variable identifier and format.
20
 
-
 
21
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
12
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
22
 
-
 
23
#
13
#
24
 
14
 
25
# common to many functions [Set 1]
-
 
26
 
-
 
27
1.1:\n
-
 
28
 
-
 
29
# main [Set 1]
15
# main [Set 1]
30
 
-
 
31
1.2:Список каталогов\n
16
1.2:Список каталогов\n
32
 
-
 
33
# Must include %s for label
17
# Must include %s for label
34
 
-
 
35
1.3:Список каталогов для тома %s\n
18
1.3:Список каталогов для тома %s\n
36
 
-
 
37
# Must include %s for serial #
19
# Must include %s for serial #
38
 
-
 
39
1.4:Серийный номер тома: %s\n
20
1.4:Серийный номер тома: %s\n
40
 
-
 
41
1.5:Том не содержит подкаталогов.\n\n
21
1.5:Том не содержит подкаталогов.\n\n
42
 
22
 
43
# showUsage [Set 2]
23
# showUsage [Set 2]
44
 
-
 
45
2.1:Графическое представление структуры диска или каталога.\n
24
2.1:Графическое представление структуры диска или каталога.
46
 
-
 
47
# Each %c below will be replaced with proper switch/option
-
 
48
 
-
 
49
2.2:TREE [диск:][путь] [/F] [/A]\n
25
2.2:TREE [диск:][путь] [/F] [/A]
50
 
-
 
51
2.3:   /F   Отображать имена файлов в каждом каталоге.\n
26
2.3:   /F   Отображать имена файлов в каждом каталоге.
52
 
-
 
53
2.4:   /A   Использовать ASCII вместо Extended ASCII.\n
27
2.4:   /A   Использовать ASCII вместо Extended ASCII.
54
 
28
 
55
# showInvalidUsage [Set 3]
29
# showInvalidUsage [Set 3]
56
 
30
 
57
# Must include the %s for option given.
31
# Must include the %s for option given.
58
 
32