Subversion Repositories SvarDOS

Rev

Rev 2080 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2080 bernd.boec 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
 
14
# main [Set 1]
15
1.2:Verzeichnisauflistung\n
16
# Must include %s for label
17
1.3:Verzeichnisauflistung für Datenträger %s\n
18
# Must include %s for serial #
19
1.4:Seriennummer des Datenträgers ist %s\n
20
1.5:Keine Unterverzeichnisse vorhanden\n\n
21
1.6: --- Press any key to continue ---\n
22
 
23
# show Usage
24
2.1:Grafische Darstellung von Verzeichnisstrukturen
25
2.2:\t
26
2.3:TREE [Laufwerk:][Pfad] [/F] [/A]
27
2.4:\t
28
2.5:  /F   Zeige Dateinamen in Verzeichnissen
29
2.6:  /A   Nutze ASCII anstatt erweiterter Zeichen
30
2.7:  /P   Pause nach jeder Bildschirmseite
31
2.8:  /V   Zeige Versionsinformationen
32
2.10:  /DF  Zeige Dateigrößen
33
2.11:  /DA  Zeige Dateiattribute
34
2.12:  /DH  Zeige versteckte und Systemdateien (standardmäßig keine Anzeige)
35
2.13:  /DR  Zeige Statistiken
36
 
37
# showInvalidUsage [Set 3]
38
# Must include the %s for option given.
39
3.1:Ungültiger Schalter - %s\n
40
3.2:TREE /? für Nutzungshinweise.
41
3.3:Zu viele Parameter - %s\n
42
 
43
# showVersionInfo
2081 bernd.boec 44
4.0:Basiert auf pdTREE von Kenneth J. Davis (2000-2004)
45
4.1:Weiterentwickelt und angepasst an SvarDOS von Mateusz Viste (2024)
46
4.2:Urheberrecht: Public Domain [gemäß US-amerikanischer Definition]
2080 bernd.boec 47
 
48
# showInvalidDrive [Set 5]
49
5.1:Ungültige Laufwerksspezifikation\n
50
# showInvalidPath [Set 6]
51
# Must include %s for the invalid path given.
52
6.1:Ungültiger Pfad - %s\n
53
# misc error conditions [Set 7]
54
# showBufferOverrun
55
# %u required to show what the buffer's current size is.
56
7.1:Fehler: Angegebener Dateipfad zu groß für Zwischenspeicher (%u Bytes)\n
57
# showOutOfMemory
58
# %s required to display what directory we were processing when ran out of memory.
59
7.2:Zu wenig Arbeitsspeicher: %s\n
60
#
61
# deprecated [Set 8]
62
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
63
# parseArguments [Set 8] contains the Character[s] used for
64
#   argument processing.  Only the 1st character on a line is used.
65
# Primary character used to determine option follows, default is '-'
66
8.1:/
67
# Secondary character used to determine option follows, default is '/'
68
8.2:-