Subversion Repositories SvarDOS

Rev

Rev 2070 | Rev 2074 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2070 Rev 2073
Line 12... Line 12...
12
# Many of the strings are used directly by printf,
12
# Many of the strings are used directly by printf,
13
# so when a %? appears, be sure any changes also include the %?
13
# so when a %? appears, be sure any changes also include the %?
14
# where ? is a variable identifier and format.
14
# where ? is a variable identifier and format.
15
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
15
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
16
#
16
#
17
# common to many functions [Set 1]
-
 
18
1.1:\n
17
 
19
# main [Set 1]
18
# main [Set 1]
20
1.2:Levyn polkujen luettelo\n
19
1.2:Levyn polkujen luettelo\n
21
# Must include %s for label
20
# Must include %s for label
22
1.3:Levyn %s polkujen luettelo\n
21
1.3:Levyn %s polkujen luettelo\n
23
# Must include %s for serial #
22
# Must include %s for serial #
24
1.4:Taltion sarjanumero on %s\n
23
1.4:Taltion sarjanumero on %s\n
25
1.5:Ei alihakemistoja\n\n
24
1.5:Ei alihakemistoja\n\n
26
1.6: --- Paina näppäintä jatkaaksesi ---\n
25
1.6: --- Paina näppäintä jatkaaksesi ---\n
27
# showUsage [Set 2]
26
# showUsage [Set 2]
28
2.1:Esittää aseman tai polun hakemistorakenteen graafisesti.\n
27
2.1:Esittää aseman tai polun hakemistorakenteen graafisesti.
29
# Each %c below will be replaced with proper switch/option
-
 
30
2.2:TREE [asema:][polku] [/F] [/A]\n
28
2.2:TREE [asema:][polku] [/F] [/A]
31
2.3:   /F   Näyttää jokaisen hakemiston tiedostojen nimet.\n
29
2.3:   /F   Näyttää jokaisen hakemiston tiedostojen nimet.
32
2.4:   /A   Käyttää ASCII:ta laajennettujen merkkien asemesta.\n
30
2.4:   /A   Käyttää ASCII:ta laajennettujen merkkien asemesta.
33
# showInvalidUsage [Set 3]
31
# showInvalidUsage [Set 3]
34
# Must include the %s for option given.
32
# Must include the %s for option given.
35
3.1:Virheellinen valitsin - %s\n
33
3.1:Virheellinen valitsin - %s\n
36
# The %c will be replaced with the primary switch (default is /)
34
# The %c will be replaced with the primary switch (default is /)
37
3.2:Kirjoita TREE %c? saadaksesi lisätietoja.\n
35
3.2:Kirjoita TREE %c? saadaksesi lisätietoja.\n