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# 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: 2020-06-23 13:29+0300\n" 12"PO-Revision-Date: 2008-02-21 18:19+0200\n" 13"Last-Translator: Jorma Karvonen <karvjorm@users.sf.net>\n" 14"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" 15"Language: fi\n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=UTF-8\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=2; plural=(n != 1);\n" 20"X-Generator: KBabel 1.11.4\n" 21 22# errno - number of last error (defined by the ISO C standard) 23#: src/popt.c:46 24msgid "unknown errno" 25msgstr "tuntematon errno-virhenumeroarvo" 26 27#: src/popt.c:1206 28#, c-format 29msgid "option type (%u) not implemented in popt\n" 30msgstr "valitsintyyppiä (%u) ei ole toteutettu popt-ohjelmassa\n" 31 32#: src/popt.c:1625 33msgid "missing argument" 34msgstr "puuttuva argumentti" 35 36#: src/popt.c:1627 37msgid "unknown option" 38msgstr "tuntematon valitsin" 39 40#: src/popt.c:1629 41msgid "mutually exclusive logical operations requested" 42msgstr "pyydettyjä loogisia toimintoja ei voi käyttää yhdessä" 43 44#: src/popt.c:1631 45msgid "opt->arg should not be NULL" 46msgstr "”opt->arg”-valitsinargumentti ei saa olla NULL" 47 48#: src/popt.c:1633 49msgid "aliases nested too deeply" 50msgstr "liian monta aliasta sisäkkäin" 51 52#: src/popt.c:1635 53msgid "error in parameter quoting" 54msgstr "virhe parametrien lainauksessa" 55 56#: src/popt.c:1637 57msgid "invalid numeric value" 58msgstr "virheellinen numeroarvo" 59 60#: src/popt.c:1639 61msgid "number too large or too small" 62msgstr "numero on liian iso tai liian pieni" 63 64#: src/popt.c:1641 65msgid "memory allocation failed" 66msgstr "muistin varaus ei onnistunut" 67 68#: src/popt.c:1643 69msgid "config file failed sanity test" 70msgstr "" 71 72#: src/popt.c:1647 73msgid "unknown error" 74msgstr "tuntematon virhe" 75 76#: src/popthelp.c:64 src/popthelp.c:72 77msgid "Show this help message" 78msgstr "Näytä tämä ohje" 79 80#: src/popthelp.c:65 src/popthelp.c:73 81msgid "Display brief usage message" 82msgstr "Näytä lyhyt käyttöohje" 83 84#: src/popthelp.c:76 85msgid "Display option defaults in message" 86msgstr "Näytä valitsinoletukset ohjeessa" 87 88#: src/popthelp.c:78 89msgid "Terminate options" 90msgstr "Lopettamisvalitsimet" 91 92#: src/popthelp.c:170 93msgid "Help options:" 94msgstr "Ohjevalitsimet:" 95 96#: src/popthelp.c:171 97msgid "Options implemented via popt alias/exec:" 98msgstr "" 99"Valitsimet toteutettu ”popt alias”-määrittelyillä tai ”popt exec”-" 100"määrittelyillä:" 101 102#: src/popthelp.c:179 103msgid "NONE" 104msgstr "EI MITÄÄN" 105 106#: src/popthelp.c:181 107msgid "VAL" 108msgstr "ARVO" 109 110#: src/popthelp.c:185 111msgid "INT" 112msgstr "INT-KOKONAISLUKU" 113 114#: src/popthelp.c:186 115msgid "SHORT" 116msgstr "" 117 118#: src/popthelp.c:187 119msgid "LONG" 120msgstr "LONG-KOKONAISLUKU" 121 122#: src/popthelp.c:188 123msgid "LONGLONG" 124msgstr "LONGLONG-KOKONAISLUKU" 125 126#: src/popthelp.c:189 127msgid "STRING" 128msgstr "MERKKIJONO" 129 130#: src/popthelp.c:190 131msgid "FLOAT" 132msgstr "FLOAT-LIUKULUKU" 133 134#: src/popthelp.c:191 135msgid "DOUBLE" 136msgstr "DOUBLE-LIUKULUKU" 137 138#: src/popthelp.c:194 139msgid "ARG" 140msgstr "ARGUMENTTI" 141 142#: src/popthelp.c:616 143msgid "Usage:" 144msgstr "Käyttö:" 145 146#: src/popthelp.c:638 147msgid "[OPTION...]" 148msgstr "[VALITSIN...]" 149