Subversion Repositories SvarDOS

Rev

Rev 2075 | 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.
2075 mateusz.vi 29
2.2:\t
2074 mateusz.vi 30
2.3:TREE [asema:][polku] [/F] [/A]
2075 mateusz.vi 31
2.4:\t
2074 mateusz.vi 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
2076 mateusz.vi 38
3.2:Kirjoita TREE /? saadaksesi lisätietoja.
2067 mateusz.vi 39
3.3:Liikaa parametreja - %s\n
2075 mateusz.vi 40
 
2070 mateusz.vi 41
# showVersionInfo [Set 4]
2075 mateusz.vi 42
 
2070 mateusz.vi 43
# showInvalidDrive [Set 5]
2067 mateusz.vi 44
5.1:Virheellinen asemamäärittely\n
2070 mateusz.vi 45
# showInvalidPath [Set 6]
46
# Must include %s for the invalid path given.
2067 mateusz.vi 47
6.1:Virheellinen polku - %s\n
48
# misc error conditions [Set 7]
49
# showBufferOverrun
2070 mateusz.vi 50
# %u required to show what the buffer's current size is.
2067 mateusz.vi 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:-