Retro68/gcc/libcpp/po/fi.po

1027 lines
31 KiB
Plaintext
Raw Normal View History

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