Subversion Repositories SvarDOS

Rev

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