Subversion Repositories SvarDOS

Rev

Rev 2067 | Rev 2073 | 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
#
17
# common to many functions [Set 1]
18
1.1:\n
2070 mateusz.vi 19
# main [Set 1]
2067 mateusz.vi 20
1.2:Levyn polkujen luettelo\n
2070 mateusz.vi 21
# Must include %s for label
2067 mateusz.vi 22
1.3:Levyn %s polkujen luettelo\n
2070 mateusz.vi 23
# Must include %s for serial #
2067 mateusz.vi 24
1.4:Taltion sarjanumero on %s\n
25
1.5:Ei alihakemistoja\n\n
26
1.6: --- Paina näppäintä jatkaaksesi ---\n
2070 mateusz.vi 27
# showUsage [Set 2]
2067 mateusz.vi 28
2.1:Esittää aseman tai polun hakemistorakenteen graafisesti.\n
29
# Each %c below will be replaced with proper switch/option
2070 mateusz.vi 30
2.2:TREE [asema:][polku] [/F] [/A]\n
31
2.3:   /F   Näyttää jokaisen hakemiston tiedostojen nimet.\n
32
2.4:   /A   Käyttää ASCII:ta laajennettujen merkkien asemesta.\n
33
# showInvalidUsage [Set 3]
2067 mateusz.vi 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
2070 mateusz.vi 40
# showVersionInfo [Set 4]
2067 mateusz.vi 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
2070 mateusz.vi 44
# Must include the %s for version string.
2067 mateusz.vi 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
2070 mateusz.vi 55
# showInvalidDrive [Set 5]
2067 mateusz.vi 56
5.1:Virheellinen asemamäärittely\n
2070 mateusz.vi 57
# showInvalidPath [Set 6]
58
# Must include %s for the invalid path given.
2067 mateusz.vi 59
6.1:Virheellinen polku - %s\n
60
# misc error conditions [Set 7]
61
# showBufferOverrun
2070 mateusz.vi 62
# %u required to show what the buffer's current size is.
2067 mateusz.vi 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:-