# Finnish translation for GNU grep. # Copyright © 2002, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018 Free Software Foundation, Inc. # This file is distributed under the same license as the grep package. # Sami J. Laine , 2002. # Jorma Karvonen , 2007-2016, 2018. # Lauri Nurmi , 2019-2022. # msgid "" msgstr "" "Project-Id-Version: grep 3.7.98\n" "Report-Msgid-Bugs-To: bug-grep@gnu.org\n" "POT-Creation-Date: 2023-04-20 18:51-0700\n" "PO-Revision-Date: 2022-07-03 21:37+0300\n" "Last-Translator: Lauri Nurmi \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "X-Generator: Poedit 3.0.1\n" #: lib/argmatch.c:145 #, c-format msgid "invalid argument %s for %s" msgstr "virheellinen argumentti %s kohteelle %s" #: lib/argmatch.c:146 #, c-format msgid "ambiguous argument %s for %s" msgstr "monimerkityksellinen argumentti %s kohteelle %s" #: lib/argmatch.c:165 lib/argmatch.h:242 msgid "Valid arguments are:" msgstr "Kelvolliset argumentit ovat:" #: lib/c-stack.c:186 msgid "program error" msgstr "ohjelmavirhe" #: lib/c-stack.c:187 msgid "stack overflow" msgstr "pinon ylivuoto" #: lib/closeout.c:121 src/grep.c:1346 msgid "write error" msgstr "kirjoitusvirhe" #: lib/dfa.c:897 msgid "unbalanced [" msgstr "pariton [" #: lib/dfa.c:1018 msgid "invalid character class" msgstr "virheellinen merkkiluokka" #: lib/dfa.c:1146 msgid "character class syntax is [[:space:]], not [:space:]" msgstr "merkkiluokkasyntaksi on [[:space:]], ei [:space:]" #: lib/dfa.c:1222 msgid "unfinished \\ escape" msgstr "keskeneräinen \\-ohjaussarja" #: lib/dfa.c:1332 msgid "? at start of expression" msgstr "? lausekkeen alussa" #: lib/dfa.c:1344 msgid "* at start of expression" msgstr "* lausekkeen alussa" #: lib/dfa.c:1358 msgid "+ at start of expression" msgstr "+ lausekkeen alussa" #: lib/dfa.c:1413 msgid "{...} at start of expression" msgstr "? lausekkeen alussa" #: lib/dfa.c:1416 msgid "invalid content of \\{\\}" msgstr "virheellinen \\{\\}:n sisältö" #: lib/dfa.c:1418 msgid "regular expression too big" msgstr "säännöllinen lauseke on liian suuri" #: lib/dfa.c:1568 msgid "stray \\ before unprintable character" msgstr "harhautunut \\ ennen ei-tulostuvaa merkkiä" #: lib/dfa.c:1570 msgid "stray \\ before white space" msgstr "harhautunut \\ ennen tyhjettä" #: lib/dfa.c:1574 #, c-format msgid "stray \\ before %lc" msgstr "harhautunut \\ ennen merkkiä %lc" #: lib/dfa.c:1575 msgid "stray \\" msgstr "harhautunut \\" #: lib/dfa.c:1925 msgid "unbalanced (" msgstr "pariton (" #: lib/dfa.c:2042 msgid "no syntax specified" msgstr "syntaksia ei ole määritelty" #: lib/dfa.c:2053 msgid "unbalanced )" msgstr "pariton )" #: lib/error.c:193 msgid "Unknown system error" msgstr "Tuntematon järjestelmävirhe" #: lib/getopt.c:278 #, c-format msgid "%s: option '%s%s' is ambiguous\n" msgstr "%s: valitsin ”%s%s” on moniselitteinen\n" #: lib/getopt.c:284 #, c-format msgid "%s: option '%s%s' is ambiguous; possibilities:" msgstr "%s: valitsin ”%s%s” on moniselitteinen; vaihtoehdot:" #: lib/getopt.c:319 #, c-format msgid "%s: unrecognized option '%s%s'\n" msgstr "%s: tunnistamaton valitsin ”%s%s”\n" #: lib/getopt.c:345 #, c-format msgid "%s: option '%s%s' doesn't allow an argument\n" msgstr "%s: valitsin ”%s%s” ei salli argumenttia\n" #: lib/getopt.c:360 #, c-format msgid "%s: option '%s%s' requires an argument\n" msgstr "%s: valitsin ”%s%s” vaatii argumentin\n" #: lib/getopt.c:621 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "%s: virheellinen valitsin -- ”%c”\n" #: lib/getopt.c:636 lib/getopt.c:682 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "%s: valitsin vaatii argumentin -- ”%c”\n" #: lib/obstack.c:337 lib/obstack.c:339 lib/xalloc-die.c:34 msgid "memory exhausted" msgstr "muisti loppui" #: lib/openat-die.c:38 #, c-format msgid "unable to record current working directory" msgstr "nykyisen työhakemiston kirjaaminen ei onnistu" #: lib/openat-die.c:57 #, c-format msgid "failed to return to initial working directory" msgstr "palaaminen alkuperäiseen työhakemistoon epäonnistui" #: lib/xbinary-io.c:36 #, c-format msgid "failed to set file descriptor text/binary mode" msgstr "tiedostokahvan teksti-/binääritilan asettaminen epäonnistui" #. TRANSLATORS: #. Get translations for open and closing quotation marks. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". For example, a French Unicode local should translate #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE #. QUOTATION MARK), respectively. #. #. If the catalog has no translation, we will try to #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the #. current locale is not Unicode, locale_quoting_style #. will quote 'like this', and clocale_quoting_style will #. quote "like this". You should always include translations #. for "`" and "'" even if U+2018 and U+2019 are appropriate #. for your locale. #. #. If you don't know what to put here, please see #. #. and use glyphs suitable for your language. #: lib/quotearg.c:354 msgid "`" msgstr "”" #: lib/quotearg.c:355 msgid "'" msgstr "”" #: lib/regcomp.c:122 msgid "Success" msgstr "Onnistui" #: lib/regcomp.c:125 msgid "No match" msgstr "Ei täsmäävyyttä" #: lib/regcomp.c:128 msgid "Invalid regular expression" msgstr "Virheellinen säännöllinen lauseke" #: lib/regcomp.c:131 msgid "Invalid collation character" msgstr "Virheellinen vertailumerkki" #: lib/regcomp.c:134 msgid "Invalid character class name" msgstr "Virheellinen merkkiluokan nimi" #: lib/regcomp.c:137 msgid "Trailing backslash" msgstr "Kenoviiva lopussa" #: lib/regcomp.c:140 msgid "Invalid back reference" msgstr "Virheellinen takaisinviittaus" #: lib/regcomp.c:143 msgid "Unmatched [, [^, [:, [., or [=" msgstr "Pariton [, [^, [:, [. tai [=" #: lib/regcomp.c:146 msgid "Unmatched ( or \\(" msgstr "Pariton ( tai \\(" #: lib/regcomp.c:149 msgid "Unmatched \\{" msgstr "Pariton \\{" #: lib/regcomp.c:152 msgid "Invalid content of \\{\\}" msgstr "Virheellinen \\{\\}:n sisältö" #: lib/regcomp.c:155 msgid "Invalid range end" msgstr "Virheellinen välin loppu" #: lib/regcomp.c:158 msgid "Memory exhausted" msgstr "Muisti loppui" #: lib/regcomp.c:161 msgid "Invalid preceding regular expression" msgstr "Virheellinen edeltävä säännöllinen lauseke" #: lib/regcomp.c:164 msgid "Premature end of regular expression" msgstr "Ennenaikainen säännöllisen lausekkeen loppu" #: lib/regcomp.c:167 msgid "Regular expression too big" msgstr "Säännöllinen lauseke on liian suuri" #: lib/regcomp.c:170 msgid "Unmatched ) or \\)" msgstr "Pariton ) tai \\)" #: lib/regcomp.c:650 msgid "No previous regular expression" msgstr "Ei edeltävää säännöllistä lauseketta" #: lib/version-etc.c:73 #, c-format msgid "Packaged by %s (%s)\n" msgstr "Paketoinut %s (%s)\n" #: lib/version-etc.c:76 #, c-format msgid "Packaged by %s\n" msgstr "Paketoinut %s\n" #. TRANSLATORS: Translate "(C)" to the copyright symbol #. (C-in-a-circle), if this symbol is available in the user's #. locale. Otherwise, do not translate "(C)"; leave it as-is. #: lib/version-etc.c:83 msgid "(C)" msgstr "©" #. TRANSLATORS: The %s placeholder is the web address of the GPL license. #: lib/version-etc.c:88 #, c-format msgid "" "License GPLv3+: GNU GPL version 3 or later <%s>.\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Lisenssi GPLv3+: GNU GPL versio 3 tai myöhäisempi <%s>.\n" "Tämä on vapaa ohjelma: voit vapaasti muuttaa ja jakaa sitä edelleen.\n" "Ohjelmalla EI OLE TAKUUTA siinä laajuudessa kuin laki sen sallii.\n" #. TRANSLATORS: %s denotes an author name. #: lib/version-etc.c:105 #, c-format msgid "Written by %s.\n" msgstr "Kirjoittanut %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:109 #, c-format msgid "Written by %s and %s.\n" msgstr "Kirjoittaneet %s ja %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:113 #, c-format msgid "Written by %s, %s, and %s.\n" msgstr "Kirjoittaneet %s, %s ja %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:120 #, c-format msgid "" "Written by %s, %s, %s,\n" "and %s.\n" msgstr "" "Kirjoittaneet %s, %s,\n" "%s ja %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:127 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "Kirjoittaneet %s, %s, %s,\n" "%s ja %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:134 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, and %s.\n" msgstr "" "Kirjoittaneet %s, %s, %s,\n" "%s, %s ja %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 1