• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# translation of popt-1.14.pot to Finnish
2# Copyright © 2008 Free Software Foundation, Inc.
3# This file is distributed under the same license as the popt package.
4# This file is put in the public domain.
5# Jorma Karvonen <karvjorm@users.sf.net>, 2008.
6# Ricky Tigg <ricky.tigg@gmail.com>, 2020.
7msgid ""
8msgstr ""
9"Project-Id-Version: popt 1.14\n"
10"Report-Msgid-Bugs-To: <rpm-maint@lists.rpm.org>\n"
11"POT-Creation-Date: 2022-09-16 10:04+0300\n"
12"PO-Revision-Date: 2020-12-02 14:36+0000\n"
13"Last-Translator: Ricky Tigg <ricky.tigg@gmail.com>\n"
14"Language-Team: Finnish <https://translate.fedoraproject.org/projects/popt/"
15"master/fi/>\n"
16"Language: fi\n"
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
20"Plural-Forms: nplurals=2; plural=n != 1;\n"
21"X-Generator: Weblate 4.3.2\n"
22
23#  errno - number of last error (defined by the ISO C standard)
24#: src/popt.c:46
25msgid "unknown errno"
26msgstr "tuntematon errno-virhenumeroarvo"
27
28#: src/popt.c:1200
29#, c-format
30msgid "option type (%u) not implemented in popt\n"
31msgstr "valitsintyyppiä (%u) ei ole toteutettu popt-ohjelmassa\n"
32
33#: src/popt.c:1638
34msgid "missing argument"
35msgstr "puuttuva argumentti"
36
37#: src/popt.c:1640
38msgid "option does not take an argument"
39msgstr ""
40
41#: src/popt.c:1642
42msgid "unknown option"
43msgstr "tuntematon valitsin"
44
45#: src/popt.c:1644
46msgid "mutually exclusive logical operations requested"
47msgstr "pyydettyjä loogisia toimintoja ei voi käyttää yhdessä"
48
49#: src/popt.c:1646
50msgid "opt->arg should not be NULL"
51msgstr "”opt->arg”-valitsinargumentti ei saa olla NULL"
52
53#: src/popt.c:1648
54msgid "aliases nested too deeply"
55msgstr "liian monta aliasta sisäkkäin"
56
57#: src/popt.c:1650
58msgid "error in parameter quoting"
59msgstr "virhe parametrien lainauksessa"
60
61#: src/popt.c:1652
62msgid "invalid numeric value"
63msgstr "virheellinen numeroarvo"
64
65#: src/popt.c:1654
66msgid "number too large or too small"
67msgstr "numero on liian iso tai liian pieni"
68
69#: src/popt.c:1656
70msgid "memory allocation failed"
71msgstr "muistin varaus ei onnistunut"
72
73#: src/popt.c:1658
74msgid "config file failed sanity test"
75msgstr "kokoonpanotiedosto epäonnistui terveystestissä"
76
77#: src/popt.c:1662
78msgid "unknown error"
79msgstr "tuntematon virhe"
80
81#: src/popthelp.c:64 src/popthelp.c:72
82msgid "Show this help message"
83msgstr "Näytä tämä ohje"
84
85#: src/popthelp.c:65 src/popthelp.c:73
86msgid "Display brief usage message"
87msgstr "Näytä lyhyt käyttöohje"
88
89#: src/popthelp.c:76
90msgid "Display option defaults in message"
91msgstr "Näytä valitsinoletukset ohjeessa"
92
93#: src/popthelp.c:78
94msgid "Terminate options"
95msgstr "Lopettamisvalitsimet"
96
97#: src/popthelp.c:170
98msgid "Help options:"
99msgstr "Ohjevalitsimet:"
100
101#: src/popthelp.c:171
102msgid "Options implemented via popt alias/exec:"
103msgstr ""
104"Valitsimet toteutettu ”popt alias”-määrittelyillä tai ”popt exec”-"
105"määrittelyillä:"
106
107#: src/popthelp.c:179
108msgid "NONE"
109msgstr "EI MITÄÄN"
110
111#: src/popthelp.c:181
112msgid "VAL"
113msgstr "ARVO"
114
115#: src/popthelp.c:185
116msgid "INT"
117msgstr "INT-KOKONAISLUKU"
118
119#: src/popthelp.c:186
120msgid "SHORT"
121msgstr "LYHYT"
122
123#: src/popthelp.c:187
124msgid "LONG"
125msgstr "LONG-KOKONAISLUKU"
126
127#: src/popthelp.c:188
128msgid "LONGLONG"
129msgstr "LONGLONG-KOKONAISLUKU"
130
131#: src/popthelp.c:189
132msgid "STRING"
133msgstr "MERKKIJONO"
134
135#: src/popthelp.c:190
136msgid "FLOAT"
137msgstr "FLOAT-LIUKULUKU"
138
139#: src/popthelp.c:191
140msgid "DOUBLE"
141msgstr "DOUBLE-LIUKULUKU"
142
143#: src/popthelp.c:194
144msgid "ARG"
145msgstr "ARGUMENTTI"
146
147#: src/popthelp.c:615
148msgid "Usage:"
149msgstr "Käyttö:"
150
151#: src/popthelp.c:640
152msgid "[OPTION...]"
153msgstr "[VALITSIN...]"
154