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 8... Line 8...
8
# Many of the strings are used directly by printf,
8
# Many of the strings are used directly by printf,
9
# so when a %? appears, be sure any changes also include the %?
9
# so when a %? appears, be sure any changes also include the %?
10
# where ? is a variable identifier and format.
10
# where ? is a variable identifier and format.
11
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
11
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
12
#
12
#
13
# common to many functions [Set 1]
-
 
14
1.1:\n
13
 
15
# main [Set 1]
14
# main [Set 1]
16
1.2:Dizin PATH listelemesi\n
15
1.2:Dizin PATH listelemesi\n
17
# Must include %s for label
16
# Must include %s for label
18
1.3:%s disk bölümü için dizin PATH listelemesi\n
17
1.3:%s disk bölümü için dizin PATH listelemesi\n
19
# Must include %s for serial #
18
# Must include %s for serial #
20
1.4:Bölüm seri numarası %s\n
19
1.4:Bölüm seri numarası %s\n
21
1.5:Alt dizin mevcut değil\n\n
20
1.5:Alt dizin mevcut değil\n\n
22
1.6: --- Sürdürmek için bir düğmeye basın ---\n
21
1.6: --- Sürdürmek için bir düğmeye basın ---\n
-
 
22
 
23
# showUsage [Set 2]
23
# showUsage [Set 2]
24
2.1:Bir disk bölümünün veya yolun dizin yapısını grafik biçiminde görüntüler.\n
24
2.1:Bir disk bölümünün veya yolun dizin yapısını grafik biçiminde görüntüler.
25
# Each %c below will be replaced with proper switch/option
-
 
26
2.2:TREE [sürücü:][yol] [/F] [/A]\n
25
2.2:TREE [sürücü:][yol] [/F] [/A]
27
2.3:   /F   Her bir dizindeki dosya adlarını görüntüler.\n
26
2.3:   /F   Her bir dizindeki dosya adlarını görüntüler.
28
2.4:   /A   Genişletilmiş karakterler yerine ASCII kullanır.\n
27
2.4:   /A   Genişletilmiş karakterler yerine ASCII kullanır.
-
 
28
 
29
# showInvalidUsage [Set 3]
29
# showInvalidUsage [Set 3]
30
# Must include the %s for option given.
30
# Must include the %s for option given.
31
3.1:Geçersiz anahtar - %s\n
31
3.1:Geçersiz anahtar - %s\n
32
# The %c will be replaced with the primary switch (default is /)
32
# The %c will be replaced with the primary switch (default is /)
33
3.2:Kullanım bilgisi için TREE %c? yazın.\n
33
3.2:Kullanım bilgisi için TREE %c? yazın.\n