Subversion Repositories SvarDOS

Rev

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