Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2019 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
# common to many functions [Set 1]
18
1.1:\n
19
# main [Set 1] 
20
1.2:Levyn polkujen luettelo\n
21
# Must include %s for label 
22
1.3:Levyn %s polkujen luettelo\n
23
# Must include %s for serial #  
24
1.4:Taltion sarjanumero on %s\n
25
1.5:Ei alihakemistoja\n\n
26
1.6: --- Paina n„pp„int„ jatkaaksesi ---\n
27
# showUsage [Set 2] 
28
2.1:Esitt„„ aseman tai polun hakemistorakenteen graafisesti.\n
29
# Each %c below will be replaced with proper switch/option
30
2.2:TREE [asema:][polku] [%c%c] [%c%c]\n
31
2.3:   %c%c   N„ytt„„ jokaisen hakemiston tiedostojen nimet.\n
32
2.4:   %c%c   K„ytt„„ ASCII:ta laajennettujen merkkien asemesta.\n
33
# showInvalidUsage [Set 3] 
34
# Must include the %s for option given.
35
3.1:Virheellinen valitsin - %s\n
36
# The %c will be replaced with the primary switch (default is /)
37
3.2:Kirjoita TREE %c? saadaksesi lis„tietoja.\n
38
#showTooManyOptions
39
3.3:Liikaa parametreja - %s\n
40
# showVersionInfo [Set 4] 
41
# also uses treeDescription, message 2.1
42
4.1:Kirjoitettu toimimaan FreeDOS:lla\n
43
4.2:Win32(c)-konsolilla ja DOS:lla LFN-tuella.\n
44
# Must include the %s for version string. 
45
4.3:Versio %s\n
46
4.4:Tekij„:       Kenneth J. Davis\n
47
4.5:P„iv„ys:      2000, 2001, 2004\n
48
4.6:Yhteystiedot: jeremyd@computer.org\n
49
4.7:(c): Public domain [Yhdysvaltain m„„ritelm„ll„]\n
50
#4.8 is only used when cats support is compiled in.
51
4.8:K„ytt„„ Jim Hallin <jhall@freedos.org> Cats-kirjastoa\n  versio 3.8 (C) 1999,2000 Jim Hall\n
52
#4.20 20-30 reserved for FreeDOS tree derived from Dave Dunfield's tree
53
#4.20:Copyright 1995 Dave Dunfield - Freely distributable.\n
54
4.20:(C) 1995, 2000 Dave Dunfield - vapaasti jaettava (2000 GPL-lisenssill„).\n
55
# showInvalidDrive [Set 5] 
56
5.1:Virheellinen asemam„„rittely\n
57
# showInvalidPath [Set 6] 
58
# Must include %s for the invalid path given. 
59
6.1:Virheellinen polku - %s\n
60
# misc error conditions [Set 7]
61
# showBufferOverrun
62
# %u required to show what the buffer's current size is. 
63
7.1:Virhe: Tiedostopolku ei mahdu puskuriin = %u tavua\n
64
# showOutOfMemory
65
# %s required to display what directory we were processing when ran out of memory.
66
7.2:Muisti loppui alihakemistossa: %s\n
67
#
68
# deprecated [Set 8]
69
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
70
# parseArguments [Set 8] contains the Character[s] used for
71
#   argument processing.  Only the 1st character on a line is used.
72
# Primary character used to determine option follows, default is '-'
73
8.1:/
74
# Secondary character used to determine option follows, default is '/'
75
8.2:-