gcc/libcpp/po/fi.po

1027 lines
31 KiB
Plaintext
Raw Normal View History

2010-05-15 03:06:29 +02:00
# Finnish messages for cpplib.
2016-01-31 16:48:42 +01:00
# Copyright © 2010, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
2010-05-15 03:06:29 +02:00
# This file is distributed under the same license as the gcc package.
# Jorma Karvonen <karvonen.jorma@gmail.com>, 2010, 2012-2015.
2016-01-31 16:48:42 +01:00
# Lauri Nurmi <lanurmi@iki.fi>, 2016.
2010-05-15 03:06:29 +02:00
#
msgid ""
msgstr ""
2017-01-04 02:16:16 +01:00
"Project-Id-Version: cpplib 7.1-b20170101\n"
2010-05-15 03:06:29 +02:00
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
"POT-Creation-Date: 2017-01-01 00:51+0000\n"
2017-01-04 02:16:16 +01:00
"PO-Revision-Date: 2017-01-04 02:11+0200\n"
2016-01-31 16:48:42 +01:00
"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
2010-05-15 03:06:29 +02:00
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
"Language: fi\n"
2010-05-15 03:06:29 +02:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
2010-05-15 03:06:29 +02:00
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2017-01-04 02:16:16 +01:00
"X-Generator: Poedit 1.8.11\n"
2010-05-15 03:06:29 +02:00
#: charset.c:674
2010-05-15 03:06:29 +02:00
#, c-format
msgid "conversion from %s to %s not supported by iconv"
2016-01-31 16:48:42 +01:00
msgstr "iconv ei tue muunnosta %s -> %s"
2010-05-15 03:06:29 +02:00
#: charset.c:677
2010-05-15 03:06:29 +02:00
msgid "iconv_open"
msgstr "iconv_open"
#: charset.c:685
2010-05-15 03:06:29 +02:00
#, c-format
msgid "no iconv implementation, cannot convert from %s to %s"
2016-01-31 16:48:42 +01:00
msgstr "ei iconv-toteutusta, muunnosta %s -> %s ei voida suorittaa"
2010-05-15 03:06:29 +02:00
#: charset.c:781
2010-05-15 03:06:29 +02:00
#, c-format
msgid "character 0x%lx is not in the basic source character set\n"
2016-01-31 16:48:42 +01:00
msgstr "merkki 0x%lx ei ole peruslähdemerkistössä\n"
2010-05-15 03:06:29 +02:00
#: charset.c:798 charset.c:1677
2010-05-15 03:06:29 +02:00
msgid "converting to execution character set"
2016-01-31 16:48:42 +01:00
msgstr "muunnetaan suoritusmerkistöön"
2010-05-15 03:06:29 +02:00
#: charset.c:804
2010-05-15 03:06:29 +02:00
#, c-format
msgid "character 0x%lx is not unibyte in execution character set"
2016-01-31 16:48:42 +01:00
msgstr "merkki 0x%lx ei ole yksitavuinen suoritusmerkistössä"
2010-05-15 03:06:29 +02:00
#: charset.c:1047
2010-05-15 03:06:29 +02:00
msgid "universal character names are only valid in C++ and C99"
2016-01-31 16:48:42 +01:00
msgstr "universaalit merkkinimet ovat kelvollisia vai C++:ssa ja C99:ssä"
2010-05-15 03:06:29 +02:00
#: charset.c:1051
msgid "C99's universal character names are incompatible with C90"
2016-01-31 16:48:42 +01:00
msgstr "C99:n universaalit merkkinimet ovat epäyhteensopivia C90:n kanssa"
#: charset.c:1054
2010-05-15 03:06:29 +02:00
#, c-format
msgid "the meaning of '\\%c' is different in traditional C"
2016-01-31 16:48:42 +01:00
msgstr "\\%c:lla on eri merkitys perinteisessä C:ssä"
2010-05-15 03:06:29 +02:00
# UCN tarkoittaa Universal Character Names ja se sallii minkä tahansa kirjaimen käyttämisen C-lähdekielessä, ei vain englanninkielen kirjainten käytön. Merkki voidaan ilmaista joko kenoviivalla, sitä seuraavalla pienellä u-kirjaimella ja nelinumeroisella heksadesimaaliluvulla tai kenoviivaa seuraavalla suurella U-kirjaimella ja kahdeksannumeroisella heksadesimaaliluvulla.
#: charset.c:1063
2010-05-15 03:06:29 +02:00
msgid "In _cpp_valid_ucn but not a UCN"
2016-01-31 16:48:42 +01:00
msgstr "Funktiossa _cpp_valid_ucn mutta ei ole UCN"
2010-05-15 03:06:29 +02:00
#: charset.c:1096
2010-05-15 03:06:29 +02:00
#, c-format
msgid "incomplete universal character name %.*s"
2016-01-31 16:48:42 +01:00
msgstr "vaillinainen universaali merkkinimi %.*s"
2010-05-15 03:06:29 +02:00
#: charset.c:1111
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%.*s is not a valid universal character"
2016-01-31 16:48:42 +01:00
msgstr "%.*s ei ole kelvollinen universaali merkki"
2010-05-15 03:06:29 +02:00
#: charset.c:1121 lex.c:1333
2010-05-15 03:06:29 +02:00
msgid "'$' in identifier or number"
2016-01-31 16:48:42 +01:00
msgstr "$ tunnisteessa tai lukuarvossa"
2010-05-15 03:06:29 +02:00
#: charset.c:1131
2010-05-15 03:06:29 +02:00
#, c-format
msgid "universal character %.*s is not valid in an identifier"
2016-01-31 16:48:42 +01:00
msgstr "universaali merkki %.*s ei ole kelvollinen tunniste"
2010-05-15 03:06:29 +02:00
#: charset.c:1135
2010-05-15 03:06:29 +02:00
#, c-format
msgid "universal character %.*s is not valid at the start of an identifier"
2016-01-31 16:48:42 +01:00
msgstr "universaali merkki %.*s ei ole kelvollinen tunnisteen alussa"
2010-05-15 03:06:29 +02:00
#: charset.c:1181 charset.c:2000
2010-05-15 03:06:29 +02:00
msgid "converting UCN to source character set"
2016-01-31 16:48:42 +01:00
msgstr "muunnetaan UCN lähdemerkistöön"
2010-05-15 03:06:29 +02:00
#: charset.c:1188
2010-05-15 03:06:29 +02:00
msgid "converting UCN to execution character set"
2016-01-31 16:48:42 +01:00
msgstr "muunnetaan UCN suoritusmerkistöön"
2010-05-15 03:06:29 +02:00
#: charset.c:1277
2010-05-15 03:06:29 +02:00
msgid "the meaning of '\\x' is different in traditional C"
2016-01-31 16:48:42 +01:00
msgstr "\\%x:lla on eri merkitys perinteisessä C:ssä"
2010-05-15 03:06:29 +02:00
#: charset.c:1302
2010-05-15 03:06:29 +02:00
msgid "\\x used with no following hex digits"
2016-02-10 00:37:02 +01:00
msgstr "\\x:ää käytetty ilman seuraavia heksanumeroita"
2010-05-15 03:06:29 +02:00
#: charset.c:1309
2010-05-15 03:06:29 +02:00
msgid "hex escape sequence out of range"
2016-02-10 00:37:02 +01:00
msgstr "heksadesimaalinen ohjaussarja sallitun välin ulkopuolella"
2010-05-15 03:06:29 +02:00
#: charset.c:1361
2010-05-15 03:06:29 +02:00
msgid "octal escape sequence out of range"
2016-01-31 16:48:42 +01:00
msgstr "oktaalinen ohjaussarja sallitun välin ulkopuolella"
2010-05-15 03:06:29 +02:00
#: charset.c:1443
2010-05-15 03:06:29 +02:00
msgid "the meaning of '\\a' is different in traditional C"
2016-01-31 16:48:42 +01:00
msgstr "\\a:lla on eri merkitys perinteisessä C:ssä"
2010-05-15 03:06:29 +02:00
#: charset.c:1450
2010-05-15 03:06:29 +02:00
#, c-format
msgid "non-ISO-standard escape sequence, '\\%c'"
2016-01-31 16:48:42 +01:00
msgstr "ISO-standardiin kuulumaton ohjaussarja \\%c"
2010-05-15 03:06:29 +02:00
#: charset.c:1458
2010-05-15 03:06:29 +02:00
#, c-format
msgid "unknown escape sequence: '\\%c'"
2016-01-31 16:48:42 +01:00
msgstr "tuntematon ohjaussarja \\%c"
2010-05-15 03:06:29 +02:00
#: charset.c:1466
2010-05-15 03:06:29 +02:00
#, c-format
msgid "unknown escape sequence: '\\%s'"
2016-01-31 16:48:42 +01:00
msgstr "tuntematon ohjaussarja \\%s"
2010-05-15 03:06:29 +02:00
#: charset.c:1474
2010-05-15 03:06:29 +02:00
msgid "converting escape sequence to execution character set"
2016-01-31 16:48:42 +01:00
msgstr "muunnetaan ohjaussarja suoritusmerkistöön"
2010-05-15 03:06:29 +02:00
#: charset.c:1614
msgid "missing open quote"
2017-01-04 02:16:16 +01:00
msgstr "avautuva sulje puuttuu"
#: charset.c:1827 charset.c:1891
2010-05-15 03:06:29 +02:00
msgid "character constant too long for its type"
2016-01-31 16:48:42 +01:00
msgstr "merkkivakio on liian pitkä tyypilleen"
2010-05-15 03:06:29 +02:00
#: charset.c:1830
2010-05-15 03:06:29 +02:00
msgid "multi-character character constant"
2016-01-31 16:48:42 +01:00
msgstr "monimerkkinen merkkivakio"
2010-05-15 03:06:29 +02:00
#: charset.c:1931
2010-05-15 03:06:29 +02:00
msgid "empty character constant"
msgstr "tyhjä merkkivakio"
#: charset.c:2047
2010-05-15 03:06:29 +02:00
#, c-format
msgid "failure to convert %s to %s"
2016-01-31 16:48:42 +01:00
msgstr "muunnos %s -> %s epäonnistui"
2010-05-15 03:06:29 +02:00
#: directives.c:235 directives.c:278
2010-05-15 03:06:29 +02:00
#, c-format
msgid "extra tokens at end of #%s directive"
2016-01-31 16:48:42 +01:00
msgstr "ylimääräisiä merkkejä #%s-direktiivin lopussa"
2010-05-15 03:06:29 +02:00
#: directives.c:385
2010-05-15 03:06:29 +02:00
#, c-format
msgid "#%s is a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "#%s on GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: directives.c:390
2010-05-15 03:06:29 +02:00
#, c-format
msgid "#%s is a deprecated GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "#%s on vanhentunut GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: directives.c:403
2010-05-15 03:06:29 +02:00
msgid "suggest not using #elif in traditional C"
2016-01-31 16:48:42 +01:00
msgstr "ehdotetaan #elif:in käytön välttämistä perinteisessä C:ssä"
2010-05-15 03:06:29 +02:00
#: directives.c:406
2010-05-15 03:06:29 +02:00
#, c-format
msgid "traditional C ignores #%s with the # indented"
2016-02-10 00:37:02 +01:00
msgstr "#%s ohitetaan perinteisessä C:ssä kun # on sisennetty"
2010-05-15 03:06:29 +02:00
#: directives.c:410
2010-05-15 03:06:29 +02:00
#, c-format
msgid "suggest hiding #%s from traditional C with an indented #"
2016-01-31 16:48:42 +01:00
msgstr "ehdotetaan #%s:n piilottamista perinteiseltä C:ltä sisentämällä #"
2010-05-15 03:06:29 +02:00
#: directives.c:436
2010-05-15 03:06:29 +02:00
msgid "embedding a directive within macro arguments is not portable"
2016-01-31 16:48:42 +01:00
msgstr "direktiivin upottaminen makroargumenttien sisälle ei ole siirrettävää"
2010-05-15 03:06:29 +02:00
#: directives.c:456
2010-05-15 03:06:29 +02:00
msgid "style of line directive is a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "rividirektiivin tyyli on GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: directives.c:537
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid preprocessing directive #%s"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen esikääntäjän direktiivi #%s"
2010-05-15 03:06:29 +02:00
#: directives.c:606
2010-05-15 03:06:29 +02:00
msgid "\"defined\" cannot be used as a macro name"
2016-01-31 16:48:42 +01:00
msgstr "”defined” ei ole kelvollinen makron nimi"
2010-05-15 03:06:29 +02:00
#: directives.c:611
msgid "\"__has_include__\" cannot be used as a macro name"
2016-01-31 16:48:42 +01:00
msgstr "”__has_include__” ei ole kelvollinen makron nimi"
#: directives.c:617
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
2016-01-31 16:48:42 +01:00
msgstr "”%s” ei ole kelvollinen makron nimi, sillä se on C++:n operaattori"
2010-05-15 03:06:29 +02:00
#: directives.c:620
2010-05-15 03:06:29 +02:00
#, c-format
msgid "no macro name given in #%s directive"
2016-01-31 16:48:42 +01:00
msgstr "makron nimeä ei ole annettu #%s-direktiivissä"
2010-05-15 03:06:29 +02:00
#: directives.c:623
2010-05-15 03:06:29 +02:00
msgid "macro names must be identifiers"
2016-01-31 16:48:42 +01:00
msgstr "makrojen nimien on oltava tunnisteita"
2010-05-15 03:06:29 +02:00
#: directives.c:672 directives.c:677
2010-05-15 03:06:29 +02:00
#, c-format
msgid "undefining \"%s\""
2016-01-31 16:48:42 +01:00
msgstr "kumotaan määrittely ”%s”"
2010-05-15 03:06:29 +02:00
#: directives.c:732
2010-05-15 03:06:29 +02:00
msgid "missing terminating > character"
2016-01-31 16:48:42 +01:00
msgstr "päättävä >-merkki puuttuu"
2010-05-15 03:06:29 +02:00
#: directives.c:791
2010-05-15 03:06:29 +02:00
#, c-format
msgid "#%s expects \"FILENAME\" or <FILENAME>"
2016-01-31 16:48:42 +01:00
msgstr "#%s odottaa argumenttia \"TIEDOSTONIMI\" tai <TIEDOSTONIMI>"
2010-05-15 03:06:29 +02:00
#: directives.c:837
2010-05-15 03:06:29 +02:00
#, c-format
msgid "empty filename in #%s"
2016-01-31 16:48:42 +01:00
msgstr "tyhjä tiedostonimi direktiivissä #%s"
2010-05-15 03:06:29 +02:00
#: directives.c:847
2010-05-15 03:06:29 +02:00
msgid "#include nested too deeply"
2016-01-31 16:48:42 +01:00
msgstr "liikaa sisäkkäisiä #include:ja"
2010-05-15 03:06:29 +02:00
#: directives.c:888
2010-05-15 03:06:29 +02:00
msgid "#include_next in primary source file"
msgstr "#include_next ensisijaisessa lähdetiedostossa"
#: directives.c:914
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid flag \"%s\" in line directive"
msgstr "virheellinen lippu ”%s” rividirektiivissä"
#: directives.c:974
2010-05-15 03:06:29 +02:00
msgid "unexpected end of file after #line"
2016-01-31 16:48:42 +01:00
msgstr "odottamaton tiedoston loppu #line-direktiivin jälkeen"
2010-05-15 03:06:29 +02:00
#: directives.c:977
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" after #line is not a positive integer"
2016-01-31 16:48:42 +01:00
msgstr "#line:n jälkeinen ”%s” ei ole positiivinen kokonaisluku"
2010-05-15 03:06:29 +02:00
#: directives.c:983 directives.c:985
2010-05-15 03:06:29 +02:00
msgid "line number out of range"
2016-01-31 16:48:42 +01:00
msgstr "rivinumero sallitun välin ulkopuolella"
2010-05-15 03:06:29 +02:00
#: directives.c:998 directives.c:1079
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" is not a valid filename"
msgstr "”%s” ei ole kelvollinen tiedostonimi"
#: directives.c:1039
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" after # is not a positive integer"
2016-01-31 16:48:42 +01:00
msgstr "#:n jälkeinen ”%s” ei ole positiivinen kokonaisluku"
2010-05-15 03:06:29 +02:00
#: directives.c:1098
#, c-format
msgid "file \"%s\" linemarker ignored due to incorrect nesting"
2016-05-12 23:00:28 +02:00
msgstr "tiedoston ”%s” rivinmerkitsin jätetään huomiotta virheellisen sisäkkäisyyden vuoksi"
#: directives.c:1157 directives.c:1159 directives.c:1161 directives.c:1747
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s"
msgstr "%s"
#: directives.c:1185
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid #%s directive"
msgstr "virheellinen #%s-direktiivi"
#: directives.c:1248
2010-05-15 03:06:29 +02:00
#, c-format
msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
2016-01-31 16:48:42 +01:00
msgstr "rekisteröidään pragmat nimiavaruudessa ”%s” epäsopivalla nimenlavennuksella"
2010-05-15 03:06:29 +02:00
#: directives.c:1257
2010-05-15 03:06:29 +02:00
#, c-format
msgid "registering pragma \"%s\" with name expansion and no namespace"
2016-01-31 16:48:42 +01:00
msgstr "rekisteröidään pragma ”%s” nimenlavennuksella ja ilman nimiavaruutta"
2010-05-15 03:06:29 +02:00
#: directives.c:1275
2010-05-15 03:06:29 +02:00
#, c-format
msgid "registering \"%s\" as both a pragma and a pragma namespace"
2016-01-31 16:48:42 +01:00
msgstr "rekisteröidään ”%s” sekä pragmana että pragma-nimiavaruutena"
2010-05-15 03:06:29 +02:00
#: directives.c:1278
2010-05-15 03:06:29 +02:00
#, c-format
msgid "#pragma %s %s is already registered"
msgstr "#pragma %s %s on jo rekisteröity"
#: directives.c:1281
2010-05-15 03:06:29 +02:00
#, c-format
msgid "#pragma %s is already registered"
msgstr "#pragma %s on jo rekisteröity"
#: directives.c:1311
2010-05-15 03:06:29 +02:00
msgid "registering pragma with NULL handler"
msgstr "rekisteröidään pragma NULL-käsittelijällä"
#: directives.c:1528
2010-05-15 03:06:29 +02:00
msgid "#pragma once in main file"
2016-01-31 16:48:42 +01:00
msgstr "#pragma once päätiedostossa"
2010-05-15 03:06:29 +02:00
#: directives.c:1551
2010-05-15 03:06:29 +02:00
msgid "invalid #pragma push_macro directive"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen #pragma push_macro -direktiivi"
2010-05-15 03:06:29 +02:00
#: directives.c:1606
2010-05-15 03:06:29 +02:00
msgid "invalid #pragma pop_macro directive"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen #pragma pop_macro -direktiivi"
2010-05-15 03:06:29 +02:00
# poison tarkoittaa, että makroa tai direktiiviä ei koskaan määritellä tai käytetä
#: directives.c:1661
2010-05-15 03:06:29 +02:00
msgid "invalid #pragma GCC poison directive"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen #pragma GCC poison -direktiivi"
2010-05-15 03:06:29 +02:00
#: directives.c:1670
2010-05-15 03:06:29 +02:00
#, c-format
msgid "poisoning existing macro \"%s\""
2016-01-31 16:48:42 +01:00
msgstr "myrkytetään olemassa oleva makro ”%s”"
2010-05-15 03:06:29 +02:00
#: directives.c:1689
2010-05-15 03:06:29 +02:00
msgid "#pragma system_header ignored outside include file"
2016-01-31 16:48:42 +01:00
msgstr "#pragma system_header ohitetaan otsaketiedoston ulkopuolella"
2010-05-15 03:06:29 +02:00
#: directives.c:1714
2010-05-15 03:06:29 +02:00
#, c-format
msgid "cannot find source file %s"
2016-01-31 16:48:42 +01:00
msgstr "lähdetiedostoa %s ei löydy"
2010-05-15 03:06:29 +02:00
#: directives.c:1718
2010-05-15 03:06:29 +02:00
#, c-format
msgid "current file is older than %s"
msgstr "nykyinen tiedosto on vanhempi kuin %s"
#: directives.c:1742
#, c-format
msgid "invalid \"#pragma GCC %s\" directive"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen ”#pragma GCC %s” -direktiivi"
#: directives.c:1943
2010-05-15 03:06:29 +02:00
msgid "_Pragma takes a parenthesized string literal"
2016-01-31 16:48:42 +01:00
msgstr "_Pragma ottaa sulkeilla ympäröidyn merkkijonoliteraalin"
2010-05-15 03:06:29 +02:00
#: directives.c:2064
2010-05-15 03:06:29 +02:00
msgid "#else without #if"
2016-01-31 16:48:42 +01:00
msgstr "#else ilman #if:iä"
2010-05-15 03:06:29 +02:00
#: directives.c:2069
2010-05-15 03:06:29 +02:00
msgid "#else after #else"
2016-01-31 16:48:42 +01:00
msgstr "#else #else:n jälkeen"
2010-05-15 03:06:29 +02:00
#: directives.c:2071 directives.c:2104
2010-05-15 03:06:29 +02:00
msgid "the conditional began here"
2016-01-31 16:48:42 +01:00
msgstr "ehtolause alkoi tästä"
2010-05-15 03:06:29 +02:00
#: directives.c:2097
2010-05-15 03:06:29 +02:00
msgid "#elif without #if"
2016-01-31 16:48:42 +01:00
msgstr "#elif ilman #if:iä"
2010-05-15 03:06:29 +02:00
#: directives.c:2102
2010-05-15 03:06:29 +02:00
msgid "#elif after #else"
2016-01-31 16:48:42 +01:00
msgstr "#elif #else:n jälkeen"
2010-05-15 03:06:29 +02:00
#: directives.c:2133
2010-05-15 03:06:29 +02:00
msgid "#endif without #if"
2016-01-31 16:48:42 +01:00
msgstr "#endif ilman #if:iä"
2010-05-15 03:06:29 +02:00
#: directives.c:2213
2010-05-15 03:06:29 +02:00
msgid "missing '(' after predicate"
2016-01-31 16:48:42 +01:00
msgstr "( puuttuu predikaatin jäljestä"
2010-05-15 03:06:29 +02:00
#: directives.c:2228
2010-05-15 03:06:29 +02:00
msgid "missing ')' to complete answer"
2016-01-31 16:48:42 +01:00
msgstr ") puuttuu vastauksen täydentämisestä"
2010-05-15 03:06:29 +02:00
#: directives.c:2248
2010-05-15 03:06:29 +02:00
msgid "predicate's answer is empty"
msgstr "predikaatin vastaus on tyhjä"
#: directives.c:2275
2010-05-15 03:06:29 +02:00
msgid "assertion without predicate"
2016-01-31 16:48:42 +01:00
msgstr "väite ilman predikaattia"
2010-05-15 03:06:29 +02:00
#: directives.c:2278
2010-05-15 03:06:29 +02:00
msgid "predicate must be an identifier"
msgstr "predikaatin on oltava tunniste"
#: directives.c:2364
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" re-asserted"
2016-01-31 16:48:42 +01:00
msgstr "”%s” väitetty uudelleen"
2010-05-15 03:06:29 +02:00
#: directives.c:2656
2010-05-15 03:06:29 +02:00
#, c-format
msgid "unterminated #%s"
msgstr "päättämätön #%s"
#: directives-only.c:221 lex.c:2819 traditional.c:167
2010-05-15 03:06:29 +02:00
msgid "unterminated comment"
msgstr "päättämätön kommentti"
#: errors.c:300
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
#: errors.c:312
msgid "stdout"
msgstr "vakiotuloste"
#: expr.c:601 expr.c:718
2010-05-15 03:06:29 +02:00
msgid "fixed-point constants are a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "kiintopistevakiot ovat GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: expr.c:626
2010-05-15 03:06:29 +02:00
msgid "invalid prefix \"0b\" for floating constant"
msgstr "virheellinen etuliite ”0b” liukulukuvakiolle"
#: expr.c:639
msgid "use of C++1z hexadecimal floating constant"
2016-05-12 23:00:28 +02:00
msgstr "C++1z:n heksadesimaaliliukulukuvakion käyttö"
#: expr.c:642
2010-05-15 03:06:29 +02:00
msgid "use of C99 hexadecimal floating constant"
2016-01-31 16:48:42 +01:00
msgstr "C99:n heksadesimaaliliukulukuvakion käyttö"
2010-05-15 03:06:29 +02:00
#: expr.c:686
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid suffix \"%.*s\" on floating constant"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen loppuliite ”%.*s” liukulukuvakiolla"
2010-05-15 03:06:29 +02:00
#: expr.c:697 expr.c:757
2010-05-15 03:06:29 +02:00
#, c-format
msgid "traditional C rejects the \"%.*s\" suffix"
2016-01-31 16:48:42 +01:00
msgstr "perinteinen C ei salli ”%.*s”-loppuliitettä"
2010-05-15 03:06:29 +02:00
#: expr.c:705
2010-05-15 03:06:29 +02:00
msgid "suffix for double constant is a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "loppuliite double-vakiolle on GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: expr.c:711
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen loppuliite ”%.*s” heksadesimaalisella liukulukuvakiolla"
2010-05-15 03:06:29 +02:00
#: expr.c:722
2010-05-15 03:06:29 +02:00
msgid "decimal float constants are a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "desimaali-float-vakiot ovat GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: expr.c:740
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid suffix \"%.*s\" on integer constant"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen loppuliite ”%.*s” kokonaislukuvakiolla"
2010-05-15 03:06:29 +02:00
#: expr.c:765
msgid "use of C++11 long long integer constant"
2016-01-31 16:48:42 +01:00
msgstr "C++11:n long long -kokonaislukuvakion käyttö"
2010-05-15 03:06:29 +02:00
#: expr.c:766
msgid "use of C99 long long integer constant"
2016-01-31 16:48:42 +01:00
msgstr "C99:n long long -kokonaislukuvakion käyttö"
#: expr.c:782
2010-05-15 03:06:29 +02:00
msgid "imaginary constants are a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "imaginäärivakiot ovat GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: expr.c:788
msgid "binary constants are a C++14 feature or GCC extension"
2016-02-10 00:37:02 +01:00
msgstr "binäärivakiot ovat C++14:n ominaisuus tai GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: expr.c:790
msgid "binary constants are a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "binäärivakiot ovat GCC-laajennos"
#: expr.c:885
2010-05-15 03:06:29 +02:00
msgid "integer constant is too large for its type"
2016-01-31 16:48:42 +01:00
msgstr "kokonaislukuvakio on liian suuri tyypilleen"
2010-05-15 03:06:29 +02:00
#: expr.c:916
2010-05-15 03:06:29 +02:00
msgid "integer constant is so large that it is unsigned"
2016-01-31 16:48:42 +01:00
msgstr "kokonaislukuvakio on niin suuri, että se on etumerkitön"
2010-05-15 03:06:29 +02:00
#: expr.c:1011
2010-05-15 03:06:29 +02:00
msgid "missing ')' after \"defined\""
2016-01-31 16:48:42 +01:00
msgstr ") puuttuu ”defined”-sanan jäljestä"
2010-05-15 03:06:29 +02:00
#: expr.c:1018
2010-05-15 03:06:29 +02:00
msgid "operator \"defined\" requires an identifier"
msgstr "operaattori ”defined” vaatii tunnisteen"
#: expr.c:1026
2010-05-15 03:06:29 +02:00
#, c-format
msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
2016-01-31 16:48:42 +01:00
msgstr "(”%s” on vaihtoehtoinen symboli ”%s”:lle C++:ssa)"
2010-05-15 03:06:29 +02:00
#: expr.c:1038
2010-05-15 03:06:29 +02:00
msgid "this use of \"defined\" may not be portable"
2016-01-31 16:48:42 +01:00
msgstr "tämä ”defined”-sanan käyttö ei ehkä ole siirrettävää"
2010-05-15 03:06:29 +02:00
#: expr.c:1098
msgid "user-defined literal in preprocessor expression"
2016-01-31 16:48:42 +01:00
msgstr "käyttäjän määrittelemä literaali esikääntäjän lausekkeessa"
#: expr.c:1103
2010-05-15 03:06:29 +02:00
msgid "floating constant in preprocessor expression"
2016-01-31 16:48:42 +01:00
msgstr "liukulukuvakio esikääntäjän lausekkeessa"
2010-05-15 03:06:29 +02:00
#: expr.c:1109
2010-05-15 03:06:29 +02:00
msgid "imaginary number in preprocessor expression"
2016-01-31 16:48:42 +01:00
msgstr "imaginääriluku esikääntäjän lausekkeessa"
2010-05-15 03:06:29 +02:00
#: expr.c:1162
2017-01-04 02:16:16 +01:00
#, c-format
msgid "\"%s\" is not defined, evaluates to 0"
2017-01-04 02:16:16 +01:00
msgstr "”%s” on määrittelemättä, evaluoituu 0:ksi"
2010-05-15 03:06:29 +02:00
#: expr.c:1175
2010-05-15 03:06:29 +02:00
msgid "assertions are a GCC extension"
2016-01-31 16:48:42 +01:00
msgstr "väitteet ovat GCC-laajennos"
2010-05-15 03:06:29 +02:00
#: expr.c:1178
2010-05-15 03:06:29 +02:00
msgid "assertions are a deprecated extension"
2016-01-31 16:48:42 +01:00
msgstr "väitteet ovat vanhentunut laajennos"
2010-05-15 03:06:29 +02:00
2016-01-31 16:48:42 +01:00
# %s on #if tai #elif
#: expr.c:1424
2010-05-15 03:06:29 +02:00
#, c-format
msgid "unbalanced stack in %s"
2016-01-31 16:48:42 +01:00
msgstr "tasapainoton pino %s:ssä"
2010-05-15 03:06:29 +02:00
#: expr.c:1444
2010-05-15 03:06:29 +02:00
#, c-format
msgid "impossible operator '%u'"
msgstr "mahdoton operaattori %u"
#: expr.c:1545
2010-05-15 03:06:29 +02:00
msgid "missing ')' in expression"
2016-01-31 16:48:42 +01:00
msgstr ") puuttuu lausekkeesta"
2010-05-15 03:06:29 +02:00
#: expr.c:1574
2010-05-15 03:06:29 +02:00
msgid "'?' without following ':'"
2016-01-31 16:48:42 +01:00
msgstr "? ilman sitä seuraavaa :-merkkiä"
2010-05-15 03:06:29 +02:00
#: expr.c:1584
2010-05-15 03:06:29 +02:00
msgid "integer overflow in preprocessor expression"
2016-01-31 16:48:42 +01:00
msgstr "kokonaislukuylivuoto esikääntäjän lausekkeessa"
2010-05-15 03:06:29 +02:00
#: expr.c:1589
2010-05-15 03:06:29 +02:00
msgid "missing '(' in expression"
2016-01-31 16:48:42 +01:00
msgstr "( puuttuu lausekkeesta"
2010-05-15 03:06:29 +02:00
#: expr.c:1621
2010-05-15 03:06:29 +02:00
#, c-format
msgid "the left operand of \"%s\" changes sign when promoted"
2016-01-31 16:48:42 +01:00
msgstr "”%s”:n vasen operandi vaihtaa ylennettäessä etumerkkiään"
2010-05-15 03:06:29 +02:00
#: expr.c:1626
2010-05-15 03:06:29 +02:00
#, c-format
msgid "the right operand of \"%s\" changes sign when promoted"
2016-01-31 16:48:42 +01:00
msgstr "”%s”:n oikea operandi vaihtaa ylennettäessä etumerkkiään"
2010-05-15 03:06:29 +02:00
#: expr.c:1885
2010-05-15 03:06:29 +02:00
msgid "traditional C rejects the unary plus operator"
2016-01-31 16:48:42 +01:00
msgstr "perinteinen C ei salli unaarista plus-operaattoria"
2010-05-15 03:06:29 +02:00
#: expr.c:1983
2010-05-15 03:06:29 +02:00
msgid "comma operator in operand of #if"
2016-01-31 16:48:42 +01:00
msgstr "pilkkuoperaattori #if:in operandissa"
2010-05-15 03:06:29 +02:00
#: expr.c:2119
2010-05-15 03:06:29 +02:00
msgid "division by zero in #if"
2016-01-31 16:48:42 +01:00
msgstr "jako nollalla #if-ehdossa"
2010-05-15 03:06:29 +02:00
#: expr.c:2216
msgid "operator \"__has_include__\" requires a header string"
msgstr "operaattori ”__has_include__” vaatii otsakemerkkijonon"
#: expr.c:2232
msgid "missing ')' after \"__has_include__\""
2016-01-31 16:48:42 +01:00
msgstr ") puuttuu ”__has_include__”-sanan jäljestä"
#: files.c:573
2010-05-15 03:06:29 +02:00
msgid "one or more PCH files were found, but they were invalid"
msgstr "yksi tai useampia PCH-tiedostoja löytyi, mutta ne olivat virheellisiä"
#: files.c:576
2010-05-15 03:06:29 +02:00
msgid "use -Winvalid-pch for more information"
2016-02-10 00:37:02 +01:00
msgstr "käytä valitsinta -Winvalid-pch lisätietojen saamiseksi"
2010-05-15 03:06:29 +02:00
#: files.c:981
2010-05-15 03:06:29 +02:00
#, c-format
msgid "no include path in which to search for %s"
2016-01-31 16:48:42 +01:00
msgstr "ei include-polkua, josta etsiä tiedostoa %s"
2010-05-15 03:06:29 +02:00
#: files.c:1441
2010-05-15 03:06:29 +02:00
msgid "Multiple include guards may be useful for:\n"
2016-01-31 16:48:42 +01:00
msgstr "Monen includen estimet voivat olla hyödyllisiä tiedostoille:\n"
2010-05-15 03:06:29 +02:00
#: init.c:553
2010-05-15 03:06:29 +02:00
msgid "cppchar_t must be an unsigned type"
2016-01-31 16:48:42 +01:00
msgstr "cppchar_t:n on oltava etumerkitön tyyppi"
2010-05-15 03:06:29 +02:00
#: init.c:557
2010-05-15 03:06:29 +02:00
#, c-format
msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
2016-01-31 16:48:42 +01:00
msgstr "esikääntäjäaritmetiikan enimmäistarkkuus on %lu bittiä; kohde vaatii %lu bittiä"
2010-05-15 03:06:29 +02:00
#: init.c:564
2010-05-15 03:06:29 +02:00
msgid "CPP arithmetic must be at least as precise as a target int"
2016-01-31 16:48:42 +01:00
msgstr "CPP-aritmetiikan on oltava vähintään yhtä tarkka kuin kohteen int-tyypin"
2010-05-15 03:06:29 +02:00
#: init.c:567
2010-05-15 03:06:29 +02:00
msgid "target char is less than 8 bits wide"
2016-01-31 16:48:42 +01:00
msgstr "kohteen char-tyyppi on alle 8 bittiä leveä"
2010-05-15 03:06:29 +02:00
#: init.c:571
2010-05-15 03:06:29 +02:00
msgid "target wchar_t is narrower than target char"
msgstr "kohteen wchar_t-tyyppi on kapeampi kuin kohteen char-tyyppi"
#: init.c:575
2010-05-15 03:06:29 +02:00
msgid "target int is narrower than target char"
2016-01-31 16:48:42 +01:00
msgstr "kohteen int-tyyppi on kapeampi kuin kohteen char-tyyppi"
2010-05-15 03:06:29 +02:00
#: init.c:580
2010-05-15 03:06:29 +02:00
msgid "CPP half-integer narrower than CPP character"
msgstr "CPP-puolikokonaisluku on kapeampi kuin CPP-merkki"
#: init.c:584
2010-05-15 03:06:29 +02:00
#, c-format
msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
2016-02-10 00:37:02 +01:00
msgstr "tämän koneen CPP ei pysty käsittelemään yli %lu-bittisiä leveämerkkivakioita, mutta kohde vaatii %lu bittiä"
2010-05-15 03:06:29 +02:00
#: lex.c:1126
2010-05-15 03:06:29 +02:00
msgid "backslash and newline separated by space"
2016-01-31 16:48:42 +01:00
msgstr "kenoviiva ja rivinvaihto erotettu välilyönnillä"
2010-05-15 03:06:29 +02:00
#: lex.c:1131
2010-05-15 03:06:29 +02:00
msgid "backslash-newline at end of file"
msgstr "kenoviiva-rivinvaihto tiedoston lopussa"
#: lex.c:1147
2010-05-15 03:06:29 +02:00
#, c-format
msgid "trigraph ??%c converted to %c"
2016-01-31 16:48:42 +01:00
msgstr "kolmoismerkki ??%c muunnettu merkiksi %c"
2010-05-15 03:06:29 +02:00
#: lex.c:1155
2010-05-15 03:06:29 +02:00
#, c-format
msgid "trigraph ??%c ignored, use -trigraphs to enable"
2016-01-31 16:48:42 +01:00
msgstr "kolmoismerkki ??%c ohitettiin, ota käyttöön valitsimella -trigraphs"
2010-05-15 03:06:29 +02:00
#: lex.c:1204
2010-05-15 03:06:29 +02:00
msgid "\"/*\" within comment"
msgstr "”/*” kommentin sisällä"
2016-01-31 16:48:42 +01:00
# Mahdolliset arvot: "form feed", "vertical tab", eivät käännettäviä.
#: lex.c:1262
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s in preprocessing directive"
2016-01-31 16:48:42 +01:00
msgstr "%s esikääntäjän direktiivissä"
2010-05-15 03:06:29 +02:00
#: lex.c:1271
2010-05-15 03:06:29 +02:00
msgid "null character(s) ignored"
2016-01-31 16:48:42 +01:00
msgstr "null-merkit ohitetaan"
2010-05-15 03:06:29 +02:00
# NFKC-muodossa Unicode-merkki ilmaistaan nelinumeroisella heksadesimaaliluvulla
#: lex.c:1308
2010-05-15 03:06:29 +02:00
#, c-format
msgid "`%.*s' is not in NFKC"
2016-01-31 16:48:42 +01:00
msgstr "”%.*s” ei ole NFKC-muodossa"
2010-05-15 03:06:29 +02:00
# NFC-muodossa Unicode-merkki ilmaistaan nelinumeroisella heksadesimaaliluvulla
#: lex.c:1311
2010-05-15 03:06:29 +02:00
#, c-format
msgid "`%.*s' is not in NFC"
2016-02-10 00:37:02 +01:00
msgstr "”%.*s” ei ole NFC-muodossa"
2010-05-15 03:06:29 +02:00
# poison tarkoittaa, että makroa tai direktiiviä ei koskaan määritellä tai käytetä
#: lex.c:1381 lex.c:1470
2010-05-15 03:06:29 +02:00
#, c-format
msgid "attempt to use poisoned \"%s\""
2016-01-31 16:48:42 +01:00
msgstr "myrkytetyn makron ”%s” käyttöyritys"
2010-05-15 03:06:29 +02:00
# Variadic-makro on sellainen makro, jonka argumenttien lukumäärä voi vaihdella.
#: lex.c:1391 lex.c:1480
msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
2016-02-10 00:37:02 +01:00
msgstr "__VA_ARGS__ voi esiintyä vain C++11:n variadisen makron lavennoksessa"
# Variadic-makro on sellainen makro, jonka argumenttien lukumäärä voi vaihdella.
#: lex.c:1395 lex.c:1484
2010-05-15 03:06:29 +02:00
msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
2016-02-10 00:37:02 +01:00
msgstr "__VA_ARGS__ voi esiintyä vain C99:n variadisen makron lavennoksessa"
2010-05-15 03:06:29 +02:00
#: lex.c:1402 lex.c:1491
2010-05-15 03:06:29 +02:00
#, c-format
msgid "identifier \"%s\" is a special operator name in C++"
2016-01-31 16:48:42 +01:00
msgstr "tunniste ”%s” on operaattorin nimi C++:ssa"
2010-05-15 03:06:29 +02:00
#: lex.c:1781
2010-05-15 03:06:29 +02:00
msgid "raw string delimiter longer than 16 characters"
2016-01-31 16:48:42 +01:00
msgstr "raaan merkkijonon erotin pitempi kuin 16 merkkiä"
2010-05-15 03:06:29 +02:00
#: lex.c:1785
msgid "invalid new-line in raw string delimiter"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen rivinvaihto raaan merkkijonon erottimessa"
#: lex.c:1789
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid character '%c' in raw string delimiter"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen merkki %c raaan merkkijonon erottimessa"
2010-05-15 03:06:29 +02:00
#: lex.c:1838 lex.c:1860
2010-05-15 03:06:29 +02:00
msgid "unterminated raw string"
2016-01-31 16:48:42 +01:00
msgstr "päättämätön raaka merkkijono"
2010-05-15 03:06:29 +02:00
#: lex.c:1881 lex.c:2011
msgid "invalid suffix on literal; C++11 requires a space between literal and string macro"
2016-02-10 00:37:02 +01:00
msgstr "literaalissa virheellinen jälkiliite; C++11 vaatii välilyönnin literaalin ja merkkijonomakron väliin"
#: lex.c:1993
2010-05-15 03:06:29 +02:00
msgid "null character(s) preserved in literal"
2016-01-31 16:48:42 +01:00
msgstr "null-merkit säilytetään literaalissa"
2010-05-15 03:06:29 +02:00
#: lex.c:1996
2010-05-15 03:06:29 +02:00
#, c-format
msgid "missing terminating %c character"
2016-01-31 16:48:42 +01:00
msgstr "päättävä merkki %c puuttuu"
2010-05-15 03:06:29 +02:00
#: lex.c:2029
msgid "C++11 requires a space between string literal and macro"
2016-02-05 14:24:28 +01:00
msgstr "C++11 vaatii välilyönnin literaalin ja merkkijonomakron väliin"
#: lex.c:2833 lex.c:2867
2010-05-15 03:06:29 +02:00
msgid "C++ style comments are not allowed in ISO C90"
2016-01-31 16:48:42 +01:00
msgstr "C++-tyyliset kommentit eivät ole sallittuja ISO C90:ssä"
2010-05-15 03:06:29 +02:00
#: lex.c:2835 lex.c:2846 lex.c:2869
2010-05-15 03:06:29 +02:00
msgid "(this will be reported only once per input file)"
2016-01-31 16:48:42 +01:00
msgstr "(tästä ilmoitetaan vain kerran syötetiedostoa kohden)"
2010-05-15 03:06:29 +02:00
#: lex.c:2844
msgid "C++ style comments are incompatible with C90"
2016-01-31 16:48:42 +01:00
msgstr "C++-tyyliset kommentit ovat epäyhteensopivia C90:n kanssa"
#: lex.c:2875
2010-05-15 03:06:29 +02:00
msgid "multi-line comment"
msgstr "monirivinen kommentti"
#: lex.c:3248
2010-05-15 03:06:29 +02:00
#, c-format
msgid "unspellable token %s"
2016-01-31 16:48:42 +01:00
msgstr "kirjoitusasuton symboli %s"
2010-05-15 03:06:29 +02:00
#: macro.c:203
2010-05-15 03:06:29 +02:00
#, c-format
msgid "macro \"%s\" is not used"
2016-01-31 16:48:42 +01:00
msgstr "makroa ”%s” ei käytetä"
2010-05-15 03:06:29 +02:00
#: macro.c:242 macro.c:488
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid built-in macro \"%s\""
msgstr "virheellinen sisäinen makro ”%s”"
#: macro.c:249 macro.c:349
#, c-format
msgid "macro \"%s\" might prevent reproducible builds"
2016-01-31 16:48:42 +01:00
msgstr "makro ”%s” saattaa estää toistettavat käännökset"
#: macro.c:280
2010-05-15 03:06:29 +02:00
msgid "could not determine file timestamp"
2016-01-31 16:48:42 +01:00
msgstr "ei voitu selvittää tiedoston aikaleimaa"
2010-05-15 03:06:29 +02:00
#: macro.c:395
2010-05-15 03:06:29 +02:00
msgid "could not determine date and time"
2016-01-31 16:48:42 +01:00
msgstr "ei voitu selvittää päivämäärää ja aikaa"
2010-05-15 03:06:29 +02:00
#: macro.c:411
2010-05-15 03:06:29 +02:00
msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
2016-01-31 16:48:42 +01:00
msgstr "__COUNTER__ lavennettu direktiivin sisällä valitsimella -fdirectives-only"
2010-05-15 03:06:29 +02:00
#: macro.c:599
2010-05-15 03:06:29 +02:00
msgid "invalid string literal, ignoring final '\\'"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen merkijonoliteraali, ohitetaan viimeinen \\"
2010-05-15 03:06:29 +02:00
#: macro.c:661
2010-05-15 03:06:29 +02:00
#, c-format
msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
2016-01-31 16:48:42 +01:00
msgstr "liittämällä ”%s” ja ”%s” ei saada kelvollista esikääntäjän symbolia"
2010-05-15 03:06:29 +02:00
# Variadic-makro on sellainen makro, jonka argumenttien lukumäärä voi vaihdella.
#: macro.c:785
msgid "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
2016-01-31 16:48:42 +01:00
msgstr "ISO C++11 vaatii vähintään yhden argumentin variadisen makron ”...”:lle"
# Variadic-makro on sellainen makro, jonka argumenttien lukumäärä voi vaihdella.
#: macro.c:789
msgid "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
2016-01-31 16:48:42 +01:00
msgstr "ISO C99 vaatii vähintään yhden argumentin variadisen makron ”...”:lle"
2010-05-15 03:06:29 +02:00
#: macro.c:796
2010-05-15 03:06:29 +02:00
#, c-format
msgid "macro \"%s\" requires %u arguments, but only %u given"
msgstr "makro ”%s” vaatii %u argumenttia, mutta vain %u on annettu"
#: macro.c:801
2010-05-15 03:06:29 +02:00
#, c-format
msgid "macro \"%s\" passed %u arguments, but takes just %u"
2016-01-31 16:48:42 +01:00
msgstr "makrolle ”%s” annettu %u argumenttia, mutta se ottaa vain %u"
2010-05-15 03:06:29 +02:00
#: macro.c:995 traditional.c:819
2010-05-15 03:06:29 +02:00
#, c-format
msgid "unterminated argument list invoking macro \"%s\""
2016-02-10 00:37:02 +01:00
msgstr "päättämätön argumenttiluettelo ”%s”-makron kutsussa"
2010-05-15 03:06:29 +02:00
#: macro.c:1146
2010-05-15 03:06:29 +02:00
#, c-format
msgid "function-like macro \"%s\" must be used with arguments in traditional C"
2016-01-31 16:48:42 +01:00
msgstr "funktion kaltaista makroa ”%s” on käytettävä argumenttien kanssa perinteisessä C:ssä"
2010-05-15 03:06:29 +02:00
#: macro.c:1836
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C++98"
2016-02-10 00:37:02 +01:00
msgstr "%s-makron argumentin %d kutsu: tyhjät makroargumentit ovat määrittelemättömiä ISO C++98:ssa"
2010-05-15 03:06:29 +02:00
#: macro.c:1844 macro.c:1853
#, c-format
msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
2016-02-10 00:37:02 +01:00
msgstr "%s-makron argumentin %d kutsu: tyhjät makroargumentit ovat määrittelemättömiä ISO C90:ssä"
#: macro.c:2817
2010-05-15 03:06:29 +02:00
#, c-format
msgid "duplicate macro parameter \"%s\""
2016-01-31 16:48:42 +01:00
msgstr "kahdenkertainen makroparametri ”%s”"
2010-05-15 03:06:29 +02:00
#: macro.c:2866
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" may not appear in macro parameter list"
2016-01-31 16:48:42 +01:00
msgstr "”%s” ei saa esiintyä makron parametriluettelossa"
2010-05-15 03:06:29 +02:00
#: macro.c:2874
2010-05-15 03:06:29 +02:00
msgid "macro parameters must be comma-separated"
2016-01-31 16:48:42 +01:00
msgstr "makron parametrien on oltava pilkuin eroteltuja"
2010-05-15 03:06:29 +02:00
#: macro.c:2893
2010-05-15 03:06:29 +02:00
msgid "parameter name missing"
2016-01-31 16:48:42 +01:00
msgstr "parametrin nimi puuttuu"
2010-05-15 03:06:29 +02:00
#: macro.c:2914
msgid "anonymous variadic macros were introduced in C++11"
2016-01-31 16:48:42 +01:00
msgstr "anonyymit variadiset makrot esiteltiin C++11:ssä"
#: macro.c:2918 macro.c:2923
2010-05-15 03:06:29 +02:00
msgid "anonymous variadic macros were introduced in C99"
2016-01-31 16:48:42 +01:00
msgstr "anonyymit variadiset makrot esiteltiin C99:ssä"
2010-05-15 03:06:29 +02:00
#: macro.c:2930
msgid "ISO C++ does not permit named variadic macros"
2016-01-31 16:48:42 +01:00
msgstr "ISO C++ ei salli nimettyjä variadisia makroja"
#: macro.c:2933
2010-05-15 03:06:29 +02:00
msgid "ISO C does not permit named variadic macros"
2016-01-31 16:48:42 +01:00
msgstr "ISO C ei salli nimettyjä variadisia makroja"
2010-05-15 03:06:29 +02:00
#: macro.c:2943
2010-05-15 03:06:29 +02:00
msgid "missing ')' in macro parameter list"
2016-01-31 16:48:42 +01:00
msgstr ") puuttuu makron parametriluettelosta"
2010-05-15 03:06:29 +02:00
#: macro.c:2994
2010-05-15 03:06:29 +02:00
msgid "'##' cannot appear at either end of a macro expansion"
2016-02-10 00:37:02 +01:00
msgstr "”##” ei voi esiintyä makrolavennuksen kummassakaan päässä"
2010-05-15 03:06:29 +02:00
#: macro.c:3031
msgid "ISO C++11 requires whitespace after the macro name"
2016-01-31 16:48:42 +01:00
msgstr "ISO C++11 vaatii tyhjemerkin makron nimen jälkeen"
#: macro.c:3034
2010-05-15 03:06:29 +02:00
msgid "ISO C99 requires whitespace after the macro name"
2016-01-31 16:48:42 +01:00
msgstr "ISO C99 vaatii tyhjemerkin makron nimen jälkeen"
2010-05-15 03:06:29 +02:00
#: macro.c:3059
2010-05-15 03:06:29 +02:00
msgid "missing whitespace after the macro name"
2016-01-31 16:48:42 +01:00
msgstr "tyhjemerkki puuttuu makron nimen jäljestä"
2010-05-15 03:06:29 +02:00
#: macro.c:3093
2010-05-15 03:06:29 +02:00
msgid "'#' is not followed by a macro parameter"
2016-02-10 00:37:02 +01:00
msgstr "”#” ilman sitä seuraavaa makroparametria"
2010-05-15 03:06:29 +02:00
#: macro.c:3254
2010-05-15 03:06:29 +02:00
#, c-format
msgid "\"%s\" redefined"
2016-01-31 16:48:42 +01:00
msgstr "”%s” määritelty uudelleen"
2010-05-15 03:06:29 +02:00
#: macro.c:3259
2010-05-15 03:06:29 +02:00
msgid "this is the location of the previous definition"
msgstr "tämä on edellisen määrittelyn sijainti"
#: macro.c:3320
2010-05-15 03:06:29 +02:00
#, c-format
msgid "macro argument \"%s\" would be stringified in traditional C"
2016-01-31 16:48:42 +01:00
msgstr "makron argumentti ”%s” merkkijonostettaisiin perinteisessä C:ssä"
2010-05-15 03:06:29 +02:00
#: macro.c:3356
2010-05-15 03:06:29 +02:00
#, c-format
msgid "invalid hash type %d in cpp_macro_definition"
2016-01-31 16:48:42 +01:00
msgstr "virheellinen hash-tyyppi %d funktiossa cpp_macro_definition"
2010-05-15 03:06:29 +02:00
#: pch.c:89 pch.c:347 pch.c:361 pch.c:379 pch.c:385 pch.c:394 pch.c:401
2010-05-15 03:06:29 +02:00
msgid "while writing precompiled header"
2016-02-10 00:37:02 +01:00
msgstr "kirjoitettaessa esikäännettyä otsaketta"
2010-05-15 03:06:29 +02:00
#: pch.c:621
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s: not used because `%.*s' is poisoned"
2016-01-31 16:48:42 +01:00
msgstr "%s: ei käytetä, koska ”%.*s” on myrkytetty"
2010-05-15 03:06:29 +02:00
#: pch.c:643
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s: not used because `%.*s' not defined"
2016-01-31 16:48:42 +01:00
msgstr "%s: ei käytetä, koska ”%.*s” on määrittelemättä"
2010-05-15 03:06:29 +02:00
#: pch.c:655
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
2016-01-31 16:48:42 +01:00
msgstr "%s: ei käytetä, koska ”%.*s” on määritelty arvoon ”%s” eikä ”%.*s”"
2010-05-15 03:06:29 +02:00
#: pch.c:696
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s: not used because `%s' is defined"
msgstr "%s: ei käytetä, koska ”%s” on määritelty"
#: pch.c:716
2010-05-15 03:06:29 +02:00
#, c-format
msgid "%s: not used because `__COUNTER__' is invalid"
2016-01-31 16:48:42 +01:00
msgstr "%s: ei käytetä, koska ”__COUNTER__” on virheellinen"
2010-05-15 03:06:29 +02:00
#: pch.c:725 pch.c:902
2010-05-15 03:06:29 +02:00
msgid "while reading precompiled header"
2016-02-10 00:37:02 +01:00
msgstr "luettaessa esikäännettyä otsaketta"
2010-05-15 03:06:29 +02:00
#: traditional.c:889
2010-05-15 03:06:29 +02:00
#, c-format
msgid "detected recursion whilst expanding macro \"%s\""
2016-01-31 16:48:42 +01:00
msgstr "havaittiin rekursio lavennettaessa makroa ”%s”"
2010-05-15 03:06:29 +02:00
#: traditional.c:1108
2010-05-15 03:06:29 +02:00
msgid "syntax error in macro parameter list"
2016-01-31 16:48:42 +01:00
msgstr "syntaksivirhe makron parameteriluettelossa"
#~ msgid "NULL directory in find_file"
#~ msgstr "NULL-hakemisto funktiossa find_file"
#~ msgid "%s is a block device"
#~ msgstr "%s on lohkolaite"
#~ msgid "%s is too large"
#~ msgstr "%s on liian suuri"
#~ msgid "%s is shorter than expected"
#~ msgstr "%s on odotettua lyhyempi"
# NFKC-muodossa Unicode-merkki ilmaistaan nelinumeroisella heksadesimaaliluvulla
#~ msgid "Character %x might not be NFKC"
#~ msgstr "Merkki %x ei saattaisi olla Unicode-normalisointimerkkijonomuotoa NFKC"
#~ msgid "too many decimal points in number"
#~ msgstr "liian monta desimaalipistettä numerossa"
#~ msgid "invalid digit \"%c\" in binary constant"
#~ msgstr "virheellinen numero ”%c” binäärivakiossa"
#~ msgid "invalid digit \"%c\" in octal constant"
#~ msgstr "virheellinen numero ”%c” oktaalivakiossa"
#~ msgid "no digits in hexadecimal floating constant"
#~ msgstr "ei lukuja heksadesimaalisessa liukulukuvakiossa"
#~ msgid "exponent has no digits"
#~ msgstr "eksponentilla ei ole numeoita"
#~ msgid "hexadecimal floating constants require an exponent"
#~ msgstr "heksadesimaalinen liukulukuvakio vaatii eksponentin"
#~ msgid "missing binary operator before token \"%s\""
#~ msgstr "puuttua binäärioperaattori ennen merkkijonoa ”%s”"
#~ msgid "token \"%s\" is not valid in preprocessor expressions"
#~ msgstr "merkkijono ”%s” ei ole kelvollinen esikäsittelijälausekkeissa"
#~ msgid "missing expression between '(' and ')'"
#~ msgstr "puuttuva lauseke merkkien ( ja ) välillä"
#~ msgid "%s with no expression"
#~ msgstr "%s ilman lauseketta"
#~ msgid "operator '%s' has no right operand"
#~ msgstr "operaattorilla %s ei ole oikeaa operandia"
#~ msgid "operator '%s' has no left operand"
#~ msgstr "operaattorilla %s ei ole vasenta operandia"
#~ msgid " ':' without preceding '?'"
#~ msgstr " : ilman edeltävää ?"