Subversion Repositories SvarDOS

Rev

Rev 2074 | 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
 
2070 mateusz.vi 14
# main [Set 1]
2067 mateusz.vi 15
1.2:Dizin PATH listelemesi\n
2070 mateusz.vi 16
# Must include %s for label
2067 mateusz.vi 17
1.3:%s disk bölümü için dizin PATH listelemesi\n
2070 mateusz.vi 18
# Must include %s for serial #
2067 mateusz.vi 19
1.4:Bölüm seri numarası %s\n
20
1.5:Alt dizin mevcut değil\n\n
21
1.6: --- Sürdürmek için bir düğmeye basın ---\n
2073 mateusz.vi 22
 
2070 mateusz.vi 23
# showUsage [Set 2]
2073 mateusz.vi 24
2.1:Bir disk bölümünün veya yolun dizin yapısını grafik biçiminde görüntüler.
2075 mateusz.vi 25
2.2:\t
2074 mateusz.vi 26
2.3:TREE [sürücü:][yol] [/F] [/A]
2075 mateusz.vi 27
2.4:\t
2074 mateusz.vi 28
2.5:  /F  Her bir dizindeki dosya adlarını görüntüler.
29
2.6:  /A  Genişletilmiş karakterler yerine ASCII kullanır.
2073 mateusz.vi 30
 
2070 mateusz.vi 31
# showInvalidUsage [Set 3]
2067 mateusz.vi 32
# Must include the %s for option given.
33
3.1:Geçersiz anahtar - %s\n
34
# The %c will be replaced with the primary switch (default is /)
35
3.2:Kullanım bilgisi için TREE %c? yazın.\n
36
#showTooManyOptions
37
3.3:Çok fazla parametre - %s\n
2075 mateusz.vi 38
 
2070 mateusz.vi 39
# showVersionInfo [Set 4]
2075 mateusz.vi 40
 
2070 mateusz.vi 41
# showInvalidDrive [Set 5]
2067 mateusz.vi 42
5.1:Geçersiz sürücü belirtimi\n
2070 mateusz.vi 43
# showInvalidPath [Set 6]
44
# Must include %s for the invalid path given.
2067 mateusz.vi 45
6.1:Geçersiz yol - %s\n
46
# misc error conditions [Set 7]
47
# showBufferOverrun
2070 mateusz.vi 48
# %u required to show what the buffer's current size is.
2067 mateusz.vi 49
7.1:Hata: Belirtilen dosya yolu olabilecek en büyük arabelleği aşıyor (%u bayt)\n
50
# showOutOfMemory
51
# %s required to display what directory we were processing when ran out of memory.
52
7.2:Şu altdizinde bellek yetersiz: %s\n
53
#
54
# deprecated [Set 8]
55
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
56
# parseArguments [Set 8] contains the Character[s] used for
57
#   argument processing.  Only the 1st character on a line is used.
58
# Primary character used to determine option follows, default is '-'
59
8.1:/
60
# Secondary character used to determine option follows, default is '/'
61
8.2:-