Subversion Repositories SvarDOS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2103 mateusz.vi 1
# Language: Finnish (CP850)
2
# Translated by Sampo Hippel„inen
3
# Last update: 21 Dec 2020
4
#
5
# Messages used by pdTree v1 and FreeDOS tree 3.6
6
# Each line is limited to 159 characters unless MAXLINE is changed,
7
# but if possible should be limited to 79 per line, with a \n
8
# added to indicate go to next line, max 2 lines.
9
# The messages are split into sets,
10
# where each set corresponds to a given function in pdTree.
11
# Set 1, is for main and common strings.
12
# Many of the strings are used directly by printf,
13
# so when a %? appears, be sure any changes also include the %?
14
# where ? is a variable identifier and format.
15
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
16
#
17
 
18
# main [Set 1]
19
1.2:Levyn polkujen luettelo\n
20
# Must include %s for label
21
1.3:Levyn %s polkujen luettelo\n
22
# Must include %s for serial #
23
1.4:Taltion sarjanumero on %s\n
24
1.5:Ei alihakemistoja\n\n
25
1.6: --- Paina n„pp„int„ jatkaaksesi ---\n
26
 
27
# showUsage [Set 2]
28
2.1:Esitt„„ aseman tai polun hakemistorakenteen graafisesti.
29
2.2:\t
30
2.3:TREE [asema:][polku] [/F] [/A]
31
2.4:\t
32
2.5:  /F  N„ytt„„ jokaisen hakemiston tiedostojen nimet.
33
2.6:  /A  K„ytt„„ ASCII:ta laajennettujen merkkien asemesta.
34
 
35
# showInvalidUsage [Set 3]
36
# Must include the %s for option given.
37
3.1:Virheellinen valitsin - %s\n
38
3.2:Kirjoita TREE /? saadaksesi lis„tietoja.
39
3.3:Liikaa parametreja - %s\n
40
 
41
# showVersionInfo [Set 4]
42
 
43
# showInvalidDrive [Set 5]
44
5.1:Virheellinen asemam„„rittely\n
45
# showInvalidPath [Set 6]
46
# Must include %s for the invalid path given.
47
6.1:Virheellinen polku - %s\n
48
# misc error conditions [Set 7]
49
# showBufferOverrun
50
# %u required to show what the buffer's current size is.
51
7.1:Virhe: Tiedostopolku ei mahdu puskuriin = %u tavua\n
52
# showOutOfMemory
53
# %s required to display what directory we were processing when ran out of memory.
54
7.2:Muisti loppui alihakemistossa: %s\n
55
#
56
# deprecated [Set 8]
57
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
58
# parseArguments [Set 8] contains the Character[s] used for
59
#   argument processing.  Only the 1st character on a line is used.
60
# Primary character used to determine option follows, default is '-'
61
8.1:/
62
# Secondary character used to determine option follows, default is '/'
63
8.2:-