Subversion Repositories SvarDOS

Rev

Rev 2019 | Details | Compare with Previous | 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
# 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
#
13
# common to many functions [Set 1]
14
1.1:\n
15
# main [Set 1] 
16
1.2:Dizin PATH listelemesi\n
17
# Must include %s for label 
18
1.3:%s disk b”lm i‡in dizin PATH listelemesi\n
19
# Must include %s for serial #  
20
1.4:B”lm seri numaras %s\n
21
1.5:Alt dizin mevcut de§il\n\n
22
1.6: --- Srdrmek i‡in bir d§meye basn ---\n
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
25
# Each %c below will be replaced with proper switch/option
26
2.2:TREE [src:][yol] [%c%c] [%c%c]\n
27
2.3:   %c%c   Her bir dizindeki dosya adlarn g”rntler.\n
28
2.4:   %c%c   GeniŸletilmiŸ karakterler yerine ASCII kullanr.\n
29
# showInvalidUsage [Set 3] 
30
# Must include the %s for option given.
31
3.1:Ge‡ersiz anahtar - %s\n
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
34
#showTooManyOptions
35
3.3:€ok fazla parametre - %s\n
36
# showVersionInfo [Set 4] 
37
# also uses treeDescription, message 2.1
38
4.1:FreeDOS ile ‡alŸmak zere yazlmŸtr.\n
39
4.2:LFN deste§i ile Win32(c) konsol ve DOS srm.\n
40
# Must include the %s for version string. 
41
4.3:Srm %s\n
42
4.4:Yazan:       Kenneth J. Davis\n
43
4.5:Tarih:       2000, 2001, 2004\n
44
4.6:˜letiŸim:    jeremyd@computer.org\n
45
4.7:Telif hakk (c): Kamusal alan [BirleŸik Devletler tanm]\n
46
#4.8 is only used when cats support is compiled in.
47
4.8:Jim Hall'un <jhall@freedos.org> Cats kitapl§n kullanr\n  srm 3.8 Telif hakk (C) 1999,2000 Jim Hall\n
48
#4.20 20-30 reserved for FreeDOS tree derived from Dave Dunfield's tree
49
#4.20:Copyright 1995 Dave Dunfield - Freely distributable.\n
50
4.20:Telif hakk 1995, 2000 Dave Dunfield - ™zgrce da§tlabilir (2000 GPL).\n
51
# showInvalidDrive [Set 5] 
52
5.1:Ge‡ersiz src belirtimi\n
53
# showInvalidPath [Set 6] 
54
# Must include %s for the invalid path given. 
55
6.1:Ge‡ersiz yol - %s\n
56
# misc error conditions [Set 7]
57
# showBufferOverrun
58
# %u required to show what the buffer's current size is. 
59
7.1:Hata: Belirtilen dosya yolu olabilecek en byk arabelle§i aŸyor (%u bayt)\n
60
# showOutOfMemory
61
# %s required to display what directory we were processing when ran out of memory.
62
7.2:žu altdizinde bellek yetersiz: %s\n
63
#
64
# deprecated [Set 8]
65
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
66
# parseArguments [Set 8] contains the Character[s] used for
67
#   argument processing.  Only the 1st character on a line is used.
68
# Primary character used to determine option follows, default is '-'
69
8.1:/
70
# Secondary character used to determine option follows, default is '/'
71
8.2:-