GNU Coreutils, osa 5

Lauri Nurmi <[email protected]>
Newsgroups gmane.comp.internationalization.finnish
Message-ID <[email protected]>
Taas lisää Coreutilsia.


#: src/mkdir.c:61
#, c-format
msgid "Usage: %s [OPTION] DIRECTORY...\n"
msgstr "Käyttö: %s [VALITSIN] HAKEMISTO...\n"

#: src/mkdir.c:62
msgid ""
"Create the DIRECTORY(ies), if they do not already exist.\n"
"\n"
msgstr ""
"Luo HAKEMISTO(t), elleivät ne ole jo olemassa.\n"
"\n"

#: src/mkdir.c:69
msgid ""
"  -m, --mode=MODE   set permission mode (as in chmod), not rwxrwxrwx - "
"umask\n"
"  -p, --parents     no error if existing, make parent directories as needed\n"
"  -v, --verbose     print a message for each created directory\n"
msgstr ""
"  -m, --mode=OIK    aseta oikeudet (kuten chmodilla), ei rwxrwxrwx vaan "
"umask\n"
"  -p, --parents     ei virhettä jos jo olemassa, luo tarvittavat "
"ylähakemistot\n"
"  -v, --verbose     näytä viesti kutakin hakemistoa luodessa\n"

#: src/mkdir.c:114
#, c-format
msgid "created directory %s"
msgstr "luotiin hakemisto %s"

#: src/mkdir.c:191
#, c-format
msgid "cannot set permissions of directory %s"
msgstr "hakemiston %s oikeuksien asettaminen ei onnistu"

#: src/mkfifo.c:55
#, c-format
msgid "Usage: %s [OPTION] NAME...\n"
msgstr "Käyttö: %s [VALITSIN] NIMI...\n"

#: src/mkfifo.c:56
msgid ""
"Create named pipes (FIFOs) with the given NAMEs.\n"
"\n"
msgstr "Luo nimettyjä putkia (FIFOja) annetuilla NIMIllä.\n"

#: src/mkfifo.c:63 src/mknod.c:64
msgid ""
"  -m, --mode=MODE   set permission mode (as in chmod), not a=rw - umask\n"
msgstr ""
"  -m, --mode=OIK    aseta oikeudet (kuten chmodilla), ei a=rw vaan umask\n"

#: src/mkfifo.c:94 src/mknod.c:207
msgid "fifo files not supported"
msgstr "fifo-tiedostot eivät ole tuettuja"

#: src/mkfifo.c:124 src/mknod.c:128
msgid "invalid mode"
msgstr "virheelliset oikeudet"

#: src/mkfifo.c:143
#, c-format
msgid "cannot set permissions of fifo %s"
msgstr "fifon %s oikeuksien asettaminen ei onnistu"

#: src/mknod.c:55
#, c-format
msgid "Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n"
msgstr "Käyttö: %s [VALITSIN]... NIMI TYYPPI [MAJOR MINOR]\n"

#: src/mknod.c:57
msgid ""
"Create the special file NAME of the given TYPE.\n"
"\n"
msgstr ""
"Luo TYYPIn mukainen erikoistiedosto NIMI.\n"
"\n"

#: src/mknod.c:69
msgid ""
"\n"
"Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they\n"
"must be omitted when TYPE is p.  If MAJOR or MINOR begins with 0x or 0X,\n"
"it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;\n"
"otherwise, as decimal.  TYPE may be:\n"
msgstr ""
"\n"
"Sekä MAJOR- että MINOR-arvo on annettava, jos TYYPPI on b, c tai u, ja ne\n"
"on jätettävä antamatta, jos tyyppi on p. Jos MAJOR tai MINOR alkaa 0x "
"tai 0X,\n"
"se tulkitaan heksaluvuksi; jos se alkaa numerolla 0, oktaaliluvuksi;\n"
"muussa tapauksessa kymmenkantaiseksi luvuksi. TYYPPI voi olla:\n"


#: src/mknod.c:76
msgid ""
"\n"
"  b      create a block (buffered) special file\n"
"  c, u   create a character (unbuffered) special file\n"
"  p      create a FIFO\n"
msgstr ""
"\n"
"  b      luo lohkoerikoistiedosto (puskuroitu)\n"
"  c, u   luo merkkierikoistiedosto (puskuroimaton)\n"
"  p      luo FIFO-putki\n"

#: src/mknod.c:142
msgid "wrong number of arguments"
msgstr "väärä määrä argumentteja"

#: src/mknod.c:154
msgid "block special files not supported"
msgstr "lohkoerikoistiedostot eivät ole tuettuja"

#: src/mknod.c:163
msgid "character special files not supported"
msgstr "merkkierikoistiedostot eivät ole tuettuja"

#: src/mknod.c:172
msgid ""
"when creating special files, major and minor device\n"
"numbers must be specified"
msgstr ""
"major- ja minor-laitearvot on annettava luotaessa\n"
"erikoistiedostoja"

#: src/mknod.c:187
#, c-format
msgid "invalid major device number %s"
msgstr "virheellinen laitteen major-arvo %s"

#: src/mknod.c:192
#, c-format
msgid "invalid minor device number %s"
msgstr "virheellinen laitteen minor-arvo %s"

#: src/mknod.c:197
#, c-format
msgid "invalid device %s %s"
msgstr "virheellinen laite %s %s"

#: src/mknod.c:211
msgid "major and minor device numbers may not be specified for fifo files"
msgstr "fifo-tiedostoille ei voi antaa major- ja minor-laitearvoja"

#: src/mknod.c:221
#, c-format
msgid "invalid device type %s"
msgstr "virheellinen laitetyyppi %s"

#: src/mknod.c:232
#, c-format
msgid "cannot set permissions of %s"
msgstr "tiedoston %s oikeuksien asettaminen ei onnistu"

#: src/mv.c:40
msgid "Mike Parker, David MacKenzie, and Jim Meyering"
msgstr "Mike Parker, David MacKenzie ja Jim Meyering"

#: src/mv.c:313
msgid ""
"Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n"
"\n"
msgstr ""
"Uudelleennimeä LÄHDE -> KOHDE, tai siirrä LÄHDE(teet) HAKEMISTOon.\n"
"\n"

#: src/mv.c:320
msgid ""
"      --backup[=CONTROL]       make a backup of each existing destination "
"file\n"
"  -b                           like --backup but does not accept an "
"argument\n"
"  -f, --force                  do not prompt before overwriting\n"
"                                 equivalent to --reply=yes\n"
"  -i, --interactive            prompt before overwrite\n"
"                                 equivalent to --reply=query\n"
msgstr ""
"      --backup[=OHJAUS]        tee varmuuskopio jokaisesta olemassaolevasta\n"
"                                 kohdetiedostosta\n"
"  -b                           kuten --backup, mutta ei hyväksy argumenttia\n"
"  -f, --force                  älä kysy ennen ylikirjoitusta\n"
"                                 vastaava kuin --reply=yes\n"
"  -i, --interactive            kysy ennen ylikirjoitusta\n"
"                                 vastaava kuin --reply=query\n"

#: src/mv.c:328
msgid ""
"      --reply={yes,no,query}   specify how to handle the prompt about an\n"
"                                 existing destination file\n"
"      --strip-trailing-slashes remove any trailing slashes from each SOURCE\n"
"                                 argument\n"
"  -S, --suffix=SUFFIX          override the usual backup suffix\n"
msgstr ""
"      --reply={yes,no,query}   määrittele miten kysymykseen olemassaolevasta\n"
"                                 kohdetiedostosta vastataan\n"
"      --strip-trailing-slashes poista /-merkit jokaisen LÄHDEargumentin\n"
"                                 perästä\n"
"  -S, --suffix=JÄLKILIITE      kumoa tavanomainen varmuuskopion jälkiliite\n"

#: src/mv.c:335
msgid ""
"      --target-directory=DIRECTORY  move all SOURCE arguments into "
"DIRECTORY\n"
"  -u, --update                 move only when the SOURCE file is newer\n"
"                                 than the destination file or when the\n"
"                                 destination file is missing\n"
"  -v, --verbose                explain what is being done\n"
msgstr ""
"      --target-directory=HAKEMISTO  siirrä kaikki LÄHDEargumentit\n"
"                                 kohdeHAKEMISTOon\n"
"  -u, --update                 siirrä vain, jos LÄHDEtiedosto on uudempi\n"
"                                 kuin kohdetiedosto, tai kohdetiedosto "
"puuttuu\n"
"  -v, --verbose                selitä, mitä tapahtuu\n"

#: src/mv.c:464
#, c-format
msgid "specified target, %s is not a directory"
msgstr "annettu kohde %s ei ole hakemisto"

#: src/mv.c:472
msgid "when moving multiple files, last argument must be a directory"
msgstr ""
"viimeisen argumentin on oltava hakemisto siirrettäessä useita tiedostoja"

#: src/nice.c:69
#, c-format
msgid "Usage: %s [OPTION] [COMMAND [ARG]...]\n"
msgstr "Käyttö: %s [VALITSIN] [KOMENTO [ARG]...]\n"

#: src/nice.c:70
msgid ""
"Run COMMAND with an adjusted scheduling priority.\n"
"With no COMMAND, print the current scheduling priority.  ADJUST is 10\n"
"by default.  Range goes from -20 (highest priority) to 19 (lowest).\n"
"\n"
"  -n, --adjustment=ADJUST   increment priority by ADJUST first\n"
msgstr ""
"Aja KOMENTO säädetyllä vuorotusprioriteetilla.\n"
"Ilman KOMENTOa, näytä voimassaoleva prioriteetti. SÄÄTÖ on oletuksena 10.\n"
"Sen arvoalue on -20:stä (korkein prioriteetti) 19:ään (matalin).\n"
"\n"
"  -n, --adjustment=SÄÄTÖ   lisää prioriteettiin SÄÄTÖ\n"

#: src/nice.c:112 src/nice.c:125
#, c-format
msgid "invalid option `%s'"
msgstr "valitsin \"%s\" ei kelpaa"

#: src/nice.c:150
#, c-format
msgid "invalid priority `%s'"
msgstr "prioriteetti \"%s\" ei kelpaa"

#: src/nice.c:174
msgid "a command must be given with an adjustment"
msgstr "kun säätöarvo on annettu, on komento pakollinen"

#: src/nice.c:181 src/nice.c:190
msgid "cannot get priority"
msgstr "prioriteetin haku ei onnistu"

#: src/nice.c:195
msgid "cannot set priority"
msgstr "prioriteetin asetus ei onnistu"

#: src/nl.c:39
msgid "Scott Bartram and David MacKenzie"
msgstr "Scott Bartram ja David MacKenzie"

#: src/nl.c:180
msgid ""
"Write each FILE to standard output, with line numbers added.\n"
"With no FILE, or when FILE is -, read standard input.\n"
"\n"
msgstr ""
"Kirjoita jokainen TIEDOSTO vakiotulosteeseen rivinumerointi lisäten.\n"
"Jos TIEDOSTOa ei ole annettu, tai se on -, luetaan vakiosyötettä.\n"
"\n"

#: src/nl.c:188
msgid ""
"  -b, --body-numbering=STYLE      use STYLE for numbering body lines\n"
"  -d, --section-delimiter=CC      use CC for separating logical pages\n"
"  -f, --footer-numbering=STYLE    use STYLE for numbering footer lines\n"
msgstr ""

#: src/nl.c:193
msgid ""
"  -h, --header-numbering=STYLE    use STYLE for numbering header lines\n"
"  -i, --page-increment=NUMBER     line number increment at each line\n"
"  -l, --join-blank-lines=NUMBER   group of NUMBER empty lines counted as "
"one\n"
"  -n, --number-format=FORMAT      insert line numbers according to FORMAT\n"
"  -p, --no-renumber               do not reset line numbers at logical "
"pages\n"
"  -s, --number-separator=STRING   add STRING after (possible) line number\n"
msgstr ""

#: src/nl.c:201
msgid ""
"  -v, --first-page=NUMBER         first line number on each logical page\n"
"  -w, --number-width=NUMBER       use NUMBER columns for line numbers\n"
msgstr ""
"  -v, --first-page=NUMERO         ensimmäinen rivinumero jokaisella "
"loogisella sivulla\n"
"  -w, --number-width=MÄÄRÄ        käytä MÄÄRÄ saraketta rivinumeroille\n"

#: src/nl.c:207
msgid ""
"\n"
"By default, selects -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn.  CC are\n"
"two delimiter characters for separating logical pages, a missing\n"
"second character implies :.  Type \\\\ for \\.  STYLE is one of:\n"
msgstr ""
"\n"
"Oletuksena valitaan -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn. MM ovat kaksi\n"
"rajoitinmerkkiä, jotka erottavat kaksi loogista sivua; toisen merkin\n"
"puuttuminen tulkitaan kuin :. Kenoviiva \\ saadaan aikaan kirjoittamalla "
"\\\\\n"
"TYYLI on yksi seuraavista:\n"

#: src/nl.c:213
msgid ""
"\n"
"  a         number all lines\n"
"  t         number only nonempty lines\n"
"  n         number no lines\n"
"  pREGEXP   number only lines that contain a match for REGEXP\n"
"\n"
"FORMAT is one of:\n"
"\n"
"  ln   left justified, no leading zeros\n"
"  rn   right justified, no leading zeros\n"
"  rz   right justified, leading zeros\n"
"\n"
msgstr ""
"\n"
"  a         numeroi kaikki rivit\n"
"  t         numeroi vain rivit, jotka eivät ole tyhjiä\n"
"  n         älä numeroi mitään rivejä\n"
"  pSÄÄNNLAUS  numeroi vain rivit, jotka täsmäävät SÄÄNNLAUSekkeeseen\n"
"\n"
"MUOTO on yksi seuraavista:\n"
"\n"
"  ln   tasattu vasemmalle, ei etunollia\n"
"  rn   tasattu oikealle, ei etunollia\n"
"  rz   tasattu oikealle, etunollat\n"
"\n"

#: src/nl.c:491
#, c-format
msgid "invalid header numbering style: %s"
msgstr "virheellinen otsakkeen numerointityyli: %s"

#: src/nl.c:499
#, c-format
msgid "invalid body numbering style: %s"
msgstr "virheellinen rungon numerointityyli: %s"

#: src/nl.c:507
#, c-format
msgid "invalid footer numbering style: %s"
msgstr "virheellinen alatunnisteen numerointityyli: %s"

#: src/nl.c:519
#, c-format
msgid "invalid starting line number: %s"
msgstr "virheellinen aloitusrivin numero: %s"

#: src/nl.c:535
#, c-format
msgid "invalid line number increment: %s"
msgstr "virheellinen rivinumeron lisäys: %s"

#: src/nl.c:554
#, c-format
msgid "invalid number of blank lines: %s"
msgstr "virheellinen tyhjien rivien määrä: %s"

#: src/nl.c:573
#, c-format
msgid "invalid line number field width: %s"
msgstr "virheellinen rivinumerokentän leveys: %s"

#: src/nl.c:592
#, c-format
msgid "invalid line numbering format: %s"
msgstr "virheellinen rivinumerointimuoto: %s"

#: src/nohup.c:56
#, c-format
msgid ""
"Usage: %s COMMAND [ARG]...\n"
"  or:  %s OPTION\n"
msgstr ""
"Käyttö: %s KOMENTO [ARGUMENTTI]...\n"
"  tai:  %s VALITSIN\n"

#: src/nohup.c:62
msgid ""
"Run COMMAND, ignoring hangup signals.\n"
"\n"
msgstr ""
"Aja KOMENTO jättäen linjankatkaisusignaalit huomiotta.\n"
"\n"

#: src/nohup.c:124 src/nohup.c:125
#, c-format
msgid "failed to open %s"
msgstr "tiedoston %s avaaminen epäonnistui"

#: src/nohup.c:133
msgid "failed to redirect standard output"
msgstr "vakiotulosteen uudelleenohjaus epäonnistui"

#: src/nohup.c:135
#, c-format
msgid "appending output to %s"
msgstr "kirjoitetaan tuloste tiedoston %s loppuun"

#: src/nohup.c:154
msgid "failed to redirect standard error"
msgstr "vakiovirhetulosteen uudelleenohjaus epäonnistui"

#: src/nohup.c:190 src/setuidgid.c:132
#, c-format
msgid "cannot run command %s"
msgstr "komentoa %s ei voi ajaa"

#: src/od.c:286
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
"  or:  %s --traditional [FILE] [[+]OFFSET [[+]LABEL]]\n"
msgstr ""
"Käyttö: %s [VALITSIN]... [TIEDOSTO]...\n"
"  tai:  %s --traditional [TIEDOSTO] [[+]SIIRTYMÄ [[+]NIMIÖ]]\n"

#: src/od.c:291
msgid ""
"\n"
"Write an unambiguous representation, octal bytes by default,\n"
"of FILE to standard output.  With more than one FILE argument,\n"
"concatenate them in the listed order to form the input.\n"
"With no FILE, or when FILE is -, read standard input.\n"
"\n"
msgstr ""
"\n"
"Kirjoita yksiselitteinen esitys TIEDOSTOsta vakiotulosteeseen,\n"
"oletuksena oktaalitavuina. Jos TIEDOSTO-argumentteja annetaan useampi,\n"
"niistä luetut syötteet yhdistetään samassa järjestyksessä.\n"
"Jos TIEDOSTOa ei ole annettu, tai se on -, luetaan vakiosyötettä.\n"
"\n"

#: src/od.c:298
msgid "All arguments to long options are mandatory for short options.\n"
msgstr ""
"Pitkien valitsinten pakolliset argumentit ovat pakollisia myös lyhyille.\n"

#: src/od.c:301
msgid ""
"  -A, --address-radix=RADIX   decide how file offsets are printed\n"
"  -j, --skip-bytes=BYTES      skip BYTES input bytes first\n"
msgstr ""
"  -A, --address-radix=KANTA   päätä miten tiedostosiirtymät tulostetaan\n"
"  -j, --skip-bytes=MÄÄRÄ      ohita aluksi MÄÄRÄ syötetavua\n"

#: src/od.c:305
msgid ""
"  -N, --read-bytes=BYTES      limit dump to BYTES input bytes\n"
"  -s, --strings[=BYTES]       output strings of at least BYTES graphic "
"chars\n"
"  -t, --format=TYPE           select output format or formats\n"
"  -v, --output-duplicates     do not use * to mark line suppression\n"
"  -w, --width[=BYTES]         output BYTES bytes per output line\n"
"      --traditional           accept arguments in traditional form\n"
msgstr ""
"  -N, --read-bytes=MÄÄRÄ      rajoita vedos MÄÄRÄän syötetavuja\n"
"  -s, --strings[=MÄÄRÄ]       tulosta vähintään MÄÄRÄn verran tulostuvia\n"
"                                merkkejä sisältävät merkkijonot\n"
"  -t, --format=TYYPPI         valitse tulostemuoto tai -muodot\n"
"  -v, --output-duplicates     älä käytä *-merkkiä rivien vaientamisen\n"
"                                merkitsemiseen\n"
"  -w, --width[=MÄÄRÄ]         tulosta MÄÄRÄ tavua kullekin tulosteriville\n"
"      --traditional           hyväksy argumentteja perinteisessä muodossa\n"

#: src/od.c:315
msgid ""
"\n"
"Traditional format specifications may be intermixed; they accumulate:\n"
"  -a   same as -t a,  select named characters\n"
"  -b   same as -t oC, select octal bytes\n"
"  -c   same as -t c,  select ASCII characters or backslash escapes\n"
"  -d   same as -t u2, select unsigned decimal shorts\n"
msgstr ""
"\n"
"Perinteisiä muotomäärittelyjä voi yhdistää; ne kertyvät:\n"
"  -a   sama kuin -t a,  valitse nimetyt merkit\n"
"  -b   sama kuin -t oC, valitse oktaalitavut\n"
"  -c   sama kuin -t c,  valitse ASCII-merkit tai kenoviivasuojaukset\n"
"  -d   sama kuin -t u2, valitse etumerkittömät 10-kantaiset lyhyet "
"kok.luvut\n"

#: src/od.c:323
msgid ""
"  -f   same as -t fF, select floats\n"
"  -h   same as -t x2, select hexadecimal shorts\n"
"  -i   same as -t d2, select decimal shorts\n"
"  -l   same as -t d4, select decimal longs\n"
"  -o   same as -t o2, select octal shorts\n"
"  -x   same as -t x2, select hexadecimal shorts\n"
msgstr ""
"  -f   sama kuin -t fF, valitse liukuluvut\n"
"  -h   sama kuin -t x2, valitse 16-kantaiset lyhyet kokonaisluvut\n"
"  -i   sama kuin -t d2, valitse 10-kantaiset lyhyet kokonaisluvut\n"
"  -l   sama kuin -t d4, valitse 10-kantaiset pitkät kokonaisluvut\n"
"  -o   sama kuin -t o2, valitse 8-kantaiset lyhyet kokonaisluvut\n"
"  -x   sama kuin -t x2, valitse 16-kantaiset lyhyet kokonaisluvut\n"

#: src/od.c:331
msgid ""
"\n"
"For older syntax (second call format), OFFSET means -j OFFSET.  LABEL\n"
"is the pseudo-address at first byte printed, incremented when dump is\n"
"progressing.  For OFFSET and LABEL, a 0x or 0X prefix indicates\n"
"hexadecimal, suffixes may be . for octal and b for multiply by 512.\n"
"\n"
"TYPE is made up of one or more of these specifications:\n"
"\n"
"  a          named character\n"
"  c          ASCII character or backslash escape\n"
msgstr ""

#: src/od.c:343
msgid ""
"  d[SIZE]    signed decimal, SIZE bytes per integer\n"
"  f[SIZE]    floating point, SIZE bytes per integer\n"
"  o[SIZE]    octal, SIZE bytes per integer\n"
"  u[SIZE]    unsigned decimal, SIZE bytes per integer\n"
"  x[SIZE]    hexadecimal, SIZE bytes per integer\n"
msgstr ""
"  d[KOKO]    etumerkillinen kymmenkantainen luku, KOKO tavua/kokonaisluku\n"
"  f[KOKO]    liukuluku, KOKO tavua/kokonaisluku\n"
"  o[KOKO]    kahdeksankantainen luku, KOKO tavua/kokonaisluku\n"
"  u[KOKO]    etumerkitön kymmenkantainen luku, KOKO tavua/kokonaisluku\n"
"  x[KOKO]    kuusitoistakantainen luku, KOKO tavua/kokonaisluku\n"

#: src/od.c:350
msgid ""
"\n"
"SIZE is a number.  For TYPE in doux, SIZE may also be C for\n"
"sizeof(char), S for sizeof(short), I for sizeof(int) or L for\n"
"sizeof(long).  If TYPE is f, SIZE may also be F for sizeof(float), D\n"
"for sizeof(double) or L for sizeof(long double).\n"
msgstr ""
"\n"
"KOKO on luku. Jos tyyppi on d, o, u tai x, KOKO voi olla myös C:\n"
"sizeof(char, S: sizeof(short), I: sizeof(int) tai L: sizeof(long).\n"
"Jos TYYPPI on f, KOKO voi myös olla F: sizeof(float), D: sizeof(double)\n"
"tai L: sizeof(long double).\n"

#: src/od.c:357
msgid ""
"\n"
"RADIX is d for decimal, o for octal, x for hexadecimal or n for none.\n"
"BYTES is hexadecimal with 0x or 0X prefix, it is multiplied by 512\n"
"with b suffix, by 1024 with k and by 1048576 with m.  Adding a z suffix to\n"
"any type adds a display of printable characters to the end of each line\n"
"of output.  "
msgstr ""

#: src/od.c:365
msgid ""
"--string without a number implies 3.  --width without a number\n"
"implies 32.  By default, od uses -A o -t d2 -w 16.\n"
msgstr ""

#: src/od.c:721 src/od.c:843
#, c-format
msgid "invalid type string `%s'"
msgstr "virheellinen muotoilumerkkijono \"%s\""

#: src/od.c:731
#, c-format
msgid ""
"invalid type string `%s';\n"
"this system doesn't provide a %lu-byte integral type"
msgstr ""
"virheellinen muotoilumerkkijono \"%s\";\n"
"järjestelmä ei tarjoa %lu-tavuista perustyyppiä"

#: src/od.c:853
#, c-format
msgid ""
"invalid type string `%s';\n"
"this system doesn't provide a %lu-byte floating point type"
msgstr ""
"virheellinen muotoilumerkkijono \"%s\";\n"
"järjestelmä ei tarjoa %lu-tavuista liukulukutyyppiä"

#: src/od.c:916
#, c-format
msgid "invalid character `%c' in type string `%s'"
msgstr "virheellinen merkki \"%c\" muotoilumerkkijonossa \"%s\""

#: src/od.c:1141
msgid "cannot skip past end of combined input"
msgstr "yhdistetyn syötteen lopun yli ei voi ohittaa"

#: src/od.c:1394
msgid "old-style offset"
msgstr "vanhantyylinen siirtymä"

#: src/od.c:1705
#, c-format
msgid "invalid output address radix `%c'; it must be one character from [doxn]"
msgstr ""
"virheellinen tulosteosoitteen kanta \"%c\"; oltava yksi merkeistä [doxn]"

#: src/od.c:1715
msgid "skip argument"
msgstr "ohitusargumentti"

#: src/od.c:1723
msgid "limit argument"
msgstr "rajoitusargumentti"

#: src/od.c:1733
msgid "minimum string length"
msgstr "merkkijonon vähimmäispituus"

#: src/od.c:1738 src/od.c:1804
#, c-format
msgid "%s is too large"
msgstr "%s on liian suuri"

#: src/od.c:1802
msgid "width specification"
msgstr "leveysmääritys"

#: src/od.c:1824
msgid "no type may be specified when dumping strings"
msgstr "tyyppiä ei voi antaa merkkijonoja vedostettaessa"

#: src/od.c:1872
#, c-format
msgid "invalid second operand in compatibility mode `%s'"
msgstr "virheellinen toinen operandi \"%s\" yhteensopivuustilassa"

#: src/od.c:1893
msgid "in compatibility mode, the last two arguments must be offsets"
msgstr "kahden viimeisen argumentin on yhteensopivuustilassa oltava siirtymiä"

#: src/od.c:1900
msgid "compatibility mode supports at most three arguments"
msgstr "yhteensopivuustila tukee korkeintaan kolmea argumenttia"

#: src/od.c:1921
msgid "skip-bytes + read-bytes is too large"
msgstr "ohitettavat-tavut + luettavat-tavut on liian suuri"

#: src/od.c:1973
#, c-format
msgid "warning: invalid width %lu; using %d instead"
msgstr "varoitus: virheellinen leveys %lu; käytetään arvoa %d"

#: src/od.c:1989
#, c-format
msgid "%d: fmt=\"%s\" width=%d\n"
msgstr "%d: muoto=\"%s\" leveys=%d\n"

#: src/paste.c:49
msgid "David M. Ihnat and David MacKenzie"
msgstr "David M. Ihnat ja David MacKenzie"

#: src/paste.c:206
msgid "standard input is closed"
msgstr "vakiosyöte on suljettu"

#: src/paste.c:410
msgid ""
"Write lines consisting of the sequentially corresponding lines from\n"
"each FILE, separated by TABs, to standard output.\n"
"With no FILE, or when FILE is -, read standard input.\n"
"\n"
msgstr ""
"Kirjoita peräkkäisiä vastaavia rivejä kustakin TIEDOSTOsta "
"vakiotulosteeseen,\n"
"sarkaimilla erotettuna. Jos TIEDOSTOa ei ole annettu, tai se on -, luetaan\n"
"vakiosyötettä.\n"
"\n"

#: src/paste.c:419
msgid ""
"  -d, --delimiters=LIST   reuse characters from LIST instead of TABs\n"
"  -s, --serial            paste one file at a time instead of in parallel\n"
msgstr ""
"  -d, --delimiters=LISTA  käytä uudelleen LISTAn merkkejä sarkainten sijaan\n"
"  -s, --serial            liitä yksi tiedosto kerrallaan rinnakkaisuuden\n"
"                            sijaan\n"

#: src/pathchk.c:140
#, c-format
msgid "Usage: %s [OPTION]... NAME...\n"
msgstr "Käyttö: %s [VALITSIN]... NIMI...\n"

#: src/pathchk.c:141
msgid ""
"Diagnose unportable constructs in NAME.\n"
"\n"
"  -p, --portability   check for all POSIX systems, not only this one\n"
msgstr ""
"Määritä siirrettäväksi kelpaamattomia rakenteita NIMESSÄ.\n"
"\n"
"  -p, --portability   tarkista muillekin POSIX-järjestelmille kuin vain "
"tälle\n"

#: src/pathchk.c:232
#, c-format
msgid "path `%s' contains nonportable character `%c'"
msgstr "polku \"%s\" sisältää siirrettäväksi kelpaamattoman merkin \"%c\""

#: src/pathchk.c:252
#, c-format
msgid "`%s' is not a directory"
msgstr "\"%s\" ei ole hakemisto"

#: src/pathchk.c:263
#, c-format
msgid "directory `%s' is not searchable"
msgstr "haku ei onnistu hakemistosta \"%s\""

#: src/pathchk.c:350
#, c-format
msgid "name `%s' has length %ld; exceeds limit of %ld"
msgstr "nimen \"%s\" pituus %ld ylittää raja-arvon %ld"

#: src/pathchk.c:376
#, c-format
msgid "path `%s' has length %lu; exceeds limit of %ld"
msgstr "polun \"%s\" pituus %lu ylittää raja-arvon %ld"

#: src/pinky.c:34 src/uptime.c:38
msgid "Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi"
msgstr "Joseph Arceneaux, David MacKenzie ja Kaveh Ghazi"

#: src/pinky.c:291
msgid "Login name: "
msgstr "Tunnus:     "

#: src/pinky.c:294
msgid "In real life: "
msgstr "Tosielämässä: "

#: src/pinky.c:297
msgid "???\n"
msgstr "???\n"

#: src/pinky.c:317
msgid "Directory: "
msgstr "Hakemisto: "

#: src/pinky.c:319
msgid "Shell: "
msgstr "Kuori: "

#: src/pinky.c:340
msgid "Project: "
msgstr "Projekti: "

#: src/pinky.c:366
msgid "Plan:\n"
msgstr "Suunnitelma:\n"

#: src/pinky.c:385
msgid "Login"
msgstr "Tunnus"

#: src/pinky.c:387
msgid "Name"
msgstr "Nimi"

#: src/pinky.c:388
msgid " TTY"
msgstr " TTY"

#: src/pinky.c:390
msgid "Idle"
msgstr "Jouten"

#: src/pinky.c:391
msgid "When"
msgstr "Milloin"

#: src/pinky.c:394
msgid "Where"
msgstr "Missä"

#: src/pinky.c:468
#, c-format
msgid "Usage: %s [OPTION]... [USER]...\n"
msgstr "Käyttö: %s [VALITSIN]... [TUNNUS]...\n"

#: src/pinky.c:469
msgid ""
"\n"
"  -l              produce long format output for the specified USERs\n"
"  -b              omit the user's home directory and shell in long format\n"
"  -h              omit the user's project file in long format\n"
"  -p              omit the user's plan file in long format\n"
"  -s              do short format output, this is the default\n"
msgstr ""
"\n"
"  -l              tuota pitkän mallin tuloste annetuille TUNNUKSILLE\n"
"  -b              älä näytä kotihakemistoa ja kuorta pitkässä "
"mallissa\n"
"  -h              älä näytä project-tiedostoa pitkässä mallissa\n"
"  -p              älä näytä plan-tiedostoa pitkässä mallissa\n"
"  -s              lyhyen mallin tuloste, tämä on oletus\n"

#: src/pinky.c:477
msgid ""
"  -f              omit the line of column headings in short format\n"
"  -w              omit the user's full name in short format\n"
"  -i              omit the user's full name and remote host in short format\n"
"  -q              omit the user's full name, remote host and idle time\n"
"                  in short format\n"
msgstr ""
"  -f              älä näytä otsakeriviä lyhyessä mallissa\n"
"  -w              älä näytä käyttäjän koko nimeä lyhyessä mallissa\n"
"  -i              älä näytä käyttäjän koko nimeä ja etäkonetta lyhyessä\n"
"                  mallissa\n"
"  -q              älä näytä käyttäjän koko nimeä, etäkonetta ja "
"joutenoloaikaa\n"
"                  lyhyessä mallissa\n"

#: src/pinky.c:486
#, c-format
msgid ""
"\n"
"A lightweight `finger' program;  print user information.\n"
"The utmp file will be %s.\n"
msgstr ""
"\n"
"Kevyt \"finger\"-ohjelma; tulostaa käyttäjätietoja.\n"
"utmp-tiedostona %s.\n"

#: src/pinky.c:574
msgid "no username specified; at least one must be specified when using -l"
msgstr ""
"käyttäjänimeä ei annettu; valitsin -l vaatii vähintään yhden käyttäjänimen"

#: src/pr.c:326
msgid "Pete TerMaat and Roland Huebner"
msgstr "Pete TerMaat ja Roland Hübner"

#: src/pr.c:803
#, c-format
msgid "`--pages' invalid range of page numbers: `%s'"
msgstr "virheellinen sivunumeroväli valitsimelle \"--pages\": \"%s\""

#: src/pr.c:815
#, c-format
msgid "`--pages' invalid starting page number: `%s'"
msgstr "virheellinen aloitussivu valitsimelle \"--pages\": \"%s\""

#: src/pr.c:827
#, c-format
msgid "`--pages' invalid ending page number: `%s'"
msgstr "virheellinen lopetussivu valitsimelle \"--pages\": \"%s\""

#: src/pr.c:834
msgid "`--pages' starting page number is larger than ending page number"
msgstr ""
"aloitussivun numero on suurempi kuin lopetussivun numero valitsimelle "
"\"--pages\""

#: src/pr.c:910
msgid "`--pages=FIRST_PAGE[:LAST_PAGE]' missing argument"
msgstr ""
"puuttuva argumentti valitsimelle "
"\"--pages=ENSIMMÄINEN_SIVU[:VIIMEINEN_SIVU]\""

#: src/pr.c:921
#, c-format
msgid "`--columns=COLUMN' invalid number of columns: `%s'"
msgstr "virheellinen palstamäärä valitsimelle \"--columns=PALSTA\": \"%s\""

#: src/pr.c:975
#, c-format
msgid "`-l PAGE_LENGTH' invalid number of lines: `%s'"
msgstr "virheellinen rivimäärä valitsimelle \"-n SIVUN_PITUUS\": \"%s\""

#: src/pr.c:999
#, c-format
msgid "`-N NUMBER' invalid starting line number: `%s'"
msgstr "virheellinen aloitusrivinumero valitsimelle \"-N LUKU\": \"%s\""

#: src/pr.c:1011
#, c-format
msgid "`-o MARGIN' invalid line offset: `%s'"
msgstr "virheellinen rivisiirtymä valitsimelle \"-o MARGINAALI\": \"%s\""

#: src/pr.c:1052
#, c-format
msgid "`-w PAGE_WIDTH' invalid number of characters: `%s'"
msgstr "virheellinen merkkimäärä valitsimelle \"-w SIVUN_LEVEYS\": \"%s\""

#: src/pr.c:1064
#, c-format
msgid "`-W PAGE_WIDTH' invalid number of characters: `%s'"
msgstr "virheellinen merkkimäärä valitsimelle \"-W SIVUN_LEVEYS\": \"%s\""

# tätä ei käytetä mihinkään, tyhmää
#: src/pr.c:1078
msgid "%b %e %H:%M %Y"
msgstr "%e. %Bta %Y %H:%M"

#: src/pr.c:1087
msgid "Cannot specify number of columns when printing in parallel."
msgstr ""

#: src/pr.c:1091
msgid "Cannot specify both printing across and printing in parallel."
msgstr ""

#: src/pr.c:1187
#, c-format
msgid "`-%c' extra characters or invalid number in the argument: `%s'"
msgstr ""
"\"-%c\" ylimääräisiä merkkejä tai virheellinen määrä argumentissa: \"%s\""

#: src/pr.c:1298
msgid "page width too narrow"
msgstr "sivun leveys on liian pieni"

#: src/pr.c:2361
#, c-format
msgid "starting page number larger than total number of pages: `%d'"
msgstr "aloitussivunumero on suurempi kuin sivujen kokonaismäärä: \"%d\""

#: src/pr.c:2392
#, c-format
msgid "Page %d"
msgstr "Sivu %d"

#: src/pr.c:2758
msgid ""
"Paginate or columnate FILE(s) for printing.\n"
"\n"
msgstr "Numeroi sivut tai palstoita TIEDOSTO(t) tulostusta varten.\n"

#: src/pr.c:2765
msgid ""
"  +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE]\n"
"                    begin [stop] printing with page FIRST_[LAST_]PAGE\n"
"  -COLUMN, --columns=COLUMN\n"
"                    output COLUMN columns and print columns down,\n"
"                    unless -a is used. Balance number of lines in the\n"
"                    columns on each page.\n"
msgstr ""
"  +ENSIMMÄINEN_SIVU[:VIIMEINEN_SIVU], --pages=ENSIMMÄINEN_SIVU[:"
"VIIMEINEN_SIVU\n"
"                    aloita [lopeta] tulostus sivulta/lle ENSIMMÄINEN_"
"[VIIMEINEN_]SIVU\n"
"  -PALSTA, --columns=PALSTA\n"
"                    tulosta PALSTA palstaa, tulosta alas ellei valitsinta -a\n"
"                    ole annettu. Tasapainota kunkin sivun palstojen\n"
"                    rivimäärä.\n"

#: src/pr.c:2773
msgid ""
"  -a, --across      print columns across rather than down, used together\n"
"                    with -COLUMN\n"
"  -c, --show-control-chars\n"
"                    use hat notation (^G) and octal backslash notation\n"
"  -d, --double-space\n"
"                    double space the output\n"
msgstr ""

#: src/pr.c:2781
#, fuzzy
msgid ""
"  -D, --date-format=FORMAT\n"
"                    use FORMAT for the header date\n"
"  -e[CHAR[WIDTH]], --expand-tabs[=CHAR[WIDTH]]\n"
"                    expand input CHARs (TABs) to tab WIDTH (8)\n"
"  -F, -f, --form-feed\n"
"                    use form feeds instead of newlines to separate pages\n"
"                    (by a 3-line page header with -F or a 5-line header\n"
"                    and trailer without -F)\n"
msgstr ""
"  -D, --date-format=MUOTO\n"
"                    käytä MUOTOa otsakkeen päiväyksessä\n"
"  -e[MERKKI[LEVEYS]], --expand-tabs[=MERKKI[LEVEYS]]\n"
"                    laajenna syöteMERKIT (sarkaimet) sarkainLEVEYTeen (8)\n"
"  -F, -f, --form-feed\n"
"                    käytä fuzzyä rivinvaihtojen sijaan sivujen erottamiseen\n"
"                    (3-rivisellä sivuotsakkeella ilman valitsinta -F, tai\n"
"                    5-rivisellä ja fuzzyllä valitsimen -F kanssa)\n"

#: src/pr.c:2791
msgid ""
"  -h HEADER, --header=HEADER\n"
"                    use a centered HEADER instead of filename in page "
"header,\n"
"                    -h \"\" prints a blank line, don't use -h\"\"\n"
"  -i[CHAR[WIDTH]], --output-tabs[=CHAR[WIDTH]]\n"
"                    replace spaces with CHARs (TABs) to tab WIDTH (8)\n"
"  -J, --join-lines  merge full lines, turns off -W line truncation, no "
"column\n"
"                    alignment, --sep-string[=STRING] sets separators\n"
msgstr ""

#: src/pr.c:2800
msgid ""
"  -l PAGE_LENGTH, --length=PAGE_LENGTH\n"
"                    set the page length to PAGE_LENGTH (66) lines\n"
"                    (default number of lines of text 56, and with -F 63)\n"
"  -m, --merge       print all files in parallel, one in each column,\n"
"                    truncate lines, but join lines of full length with -J\n"
msgstr ""

#: src/pr.c:2807
msgid ""
"  -n[SEP[DIGITS]], --number-lines[=SEP[DIGITS]]\n"
"                    number lines, use DIGITS (5) digits, then SEP (TAB),\n"
"                    default counting starts with 1st line of input file\n"
"  -N NUMBER, --first-line-number=NUMBER\n"
"                    start counting with NUMBER at 1st line of first\n"
"                    page printed (see +FIRST_PAGE)\n"
msgstr ""

#: src/pr.c:2815
msgid ""
"  -o MARGIN, --indent=MARGIN\n"
"                    offset each line with MARGIN (zero) spaces, do not\n"
"                    affect -w or -W, MARGIN will be added to PAGE_WIDTH\n"
"  -r, --no-file-warnings\n"
"                    omit warning when a file cannot be opened\n"
msgstr ""

#: src/pr.c:2822
msgid ""
"  -s[CHAR],--separator[=CHAR]\n"
"                    separate columns by a single character, default for "
"CHAR\n"
"                    is the <TAB> character without -w and 'no char' with -w\n"
"                    -s[CHAR] turns off line truncation of all 3 column\n"
"                    options (-COLUMN|-a -COLUMN|-m) except -w is set\n"
msgstr ""
"  -s[MERKKI],--separator[=MERKKI]\n"
"                    erota sarakkeet merkillä, oletusMERKKI on sarkain ilman\n"
"                    valitsinta -w, ja \"ei merkkiä\" valitsimen -w kanssa\n"
"                    -s[MERKKI] poistaa käytöstä rivien katkaisun kaikkien\n"
"                    kolmen sarakevalitsimen osalta (-SARAKE|-a -SARAKE|-m),\n"
"                    paitsi jos -w on annettu\n"

#: src/pr.c:2829
msgid "  -SSTRING, --sep-string[=STRING]\n"
msgstr "  -SMJONO,  --sep-string[=MJONO]\n"

#: src/pr.c:2832
msgid ""
"                    separate columns by STRING,\n"
"                    without -S: Default separator <TAB> with -J and <space>\n"
"                    otherwise (same as -S\" \"), no effect on column "
"options\n"
"  -t, --omit-header omit page headers and trailers\n"
msgstr ""

#: src/pr.c:2838
msgid ""
"  -T, --omit-pagination\n"
"                    omit page headers and trailers, eliminate any "
"pagination\n"
"                    by form feeds set in input files\n"
"  -v, --show-nonprinting\n"
"                    use octal backslash notation\n"
"  -w PAGE_WIDTH, --width=PAGE_WIDTH\n"
"                    set page width to PAGE_WIDTH (72) characters for\n"
"                    multiple text-column output only, -s[char] turns off "
"(72)\n"
msgstr ""

#: src/pr.c:2848
msgid ""
"  -W PAGE_WIDTH, --page-width=PAGE_WIDTH\n"
"                    set page width to PAGE_WIDTH (72) characters always,\n"
"                    truncate lines, except -J option is set, no "
"interference\n"
"                    with -S or -s\n"
msgstr ""
"  -W SIVUN_LEVEYS, --page-width=SIVUN_LEVEYS\n"
"                    aseta sivun leveydeksi aina SIVUN_LEVEYS (72) merkkiä,\n"
"                    katkaise rivit, paitsi jos valitsin -J on käytössä, ei\n"
"                    vaikutusta valitsimen -S tai -s kanssa\n"

#: src/pr.c:2856
msgid ""
"\n"
"-T implied by -l nn when nn <= 10 or <= 3 with -F. With no FILE, or when\n"
"FILE is -, read standard input.\n"
msgstr ""
"\n"
"Valitsin -l nn sisältää valitsimen -T, jos nn <= 10 tai <= 3, jos -F "
"käytössä.\n"
"Jos TIEDOSTOa ei ole annettu, tai se on -, luetaan vakiosyötettä.\n"

#: src/printenv.c:43
msgid "David MacKenzie and Richard Mlynarik"
msgstr "David MacKenzie ja Richard Mlynarik"

#: src/printenv.c:63
#, c-format
msgid ""
"Usage: %s [VARIABLE]...\n"
"  or:  %s OPTION\n"
"If no environment VARIABLE specified, print them all.\n"
"\n"
msgstr ""
"Käyttö: %s [MUUTTUJA]...\n"
"  tai:  %s VALITSIN\n"
"Ilman ympäristöMUUTTUJAa tulostetaan ne kaikki.\n"
"\n"

#: src/printf.c:87
#, c-format
msgid ""
"warning: %s: character(s) following character constant have been ignored"
msgstr "varoitus: %s: merkkivakiota seuraavat merkit on jätetty huomiotta"

#: src/printf.c:100
#, c-format
msgid ""
"Usage: %s FORMAT [ARGUMENT]...\n"
"  or:  %s OPTION\n"
msgstr ""
"Käyttö: %s MUOTOILU [ARGUMENTTI]...\n"
"  tai:  %s VALITSIN\n"

#: src/printf.c:105
msgid ""
"Print ARGUMENT(s) according to FORMAT.\n"
"\n"
msgstr ""
"Tulosta ARGUMENTTI(t) MUOTOILUn mukaisesti.\n"
"\n"

#: src/printf.c:111
msgid ""
"\n"
"FORMAT controls the output as in C printf.  Interpreted sequences are:\n"
"\n"
"  \\\"      double quote\n"
"  \\NNN    character with octal value NNN (1 to 3 digits)\n"
"  \\\\      backslash\n"
msgstr ""
"\n"
"MUOTOILU säätelee tulostetta kuten C:n printf. Tulkittavat sarjat ovat:\n"
"\n"
"  \\\"      lainausmerkit\n"
"  \\0NNN   merkki, jonka oktaaliarvo on NNN (1 - 3 numeroa)\n"
"  \\\\      kenoviiva\n"

#: src/printf.c:119
msgid ""
"  \\a      alert (BEL)\n"
"  \\b      backspace\n"
"  \\c      produce no further output\n"
"  \\f      form feed\n"
msgstr ""
"  \\a      varoitus (BEL)\n"
"  \\b      askelpalautin\n"
"  \\c      tulosteen lopetus tähän\n"
"  \\f      sivunvaihto\n"

#: src/printf.c:125
msgid ""
"  \\n      new line\n"
"  \\r      carriage return\n"
"  \\t      horizontal tab\n"
"  \\v      vertical tab\n"
msgstr ""
"  \\n      rivinvaihto\n"
"  \\r      vaununpalautus\n"
"  \\t      vaakasarkain\n"
"  \\v      pystysarkain\n"

#: src/printf.c:131
msgid ""
"  \\xNN    byte with hexadecimal value NN (1 to 2 digits)\n"
"\n"
"  \\uNNNN  character with hexadecimal value NNNN (4 digits)\n"
"  \\UNNNNNNNN  character with hexadecimal value NNNNNNNN (8 digits)\n"
msgstr ""
"  \\xNN    tavu, jonka heksadesimaaliarvo on NN (1 tai 2 numeroa)\n"
"\n"
"  \\uNNNN  merkki, jonka heksadesimaaliarvo on NNNN (4 numeroa)\n"
"  \\UNNNNNNNN  merkki, jonka heksadesimaaliarvo on NNNNNNNN (8 numeroa)\n"

#: src/printf.c:137
msgid ""
"  %%      a single %\n"
"  %b      ARGUMENT as a string with `\\' escapes interpreted,\n"
"            except that octal escapes are of the form \\0 or \\0NNN\n"
"\n"
"and all C format specifications ending with one of diouxXfeEgGcs, with\n"
"ARGUMENTs converted to proper type first.  Variable widths are handled.\n"
msgstr ""
"  %%      yksittäinen %-merkki\n"
"  %b      ARGUMENTTI mekkijonona, \"\\\"-merkityt suojaukset tulkittuina,\n"
"            paitsi oktaalisuojaukset ovat muotoa \\0 tai \\0NNN\n"
"\n"
"sekä kaikki merkkeihin diouxXfeEgGcs päättyvät C-kielen muotoilumääritykset,\n"
"ARGUMENTIT muunnettuna oikean tyyppisiksi. Muuttuvat leveydet huomioidaan.\n"

#: src/printf.c:161
#, c-format
msgid "%s: expected a numeric value"
msgstr "%s: odotettiin numeerista arvoa"

#: src/printf.c:163
#, c-format
msgid "%s: value not completely converted"
msgstr "%s: arvoa ei muunnettu kokonaisuudessaan"

#: src/printf.c:257 src/printf.c:284
msgid "missing hexadecimal number in escape"
msgstr "puuttuva heksadesimaaliluku ohjauskoodissa"

#: src/printf.c:296
#, c-format
msgid "invalid universal character name \\%c%0*x"
msgstr "virheellinen universaali merkin nimi \\%c%0*x"

#: src/printf.c:476
#, c-format
msgid "invalid field width: %s"
msgstr "virheellinen kenttäleveys: %s"

#: src/printf.c:502
#, c-format
msgid "invalid precision: %s"
msgstr "virheellinen tarkkuus: %s"

#: src/printf.c:523
#, c-format
msgid "%%%c: invalid directive"
msgstr "%%%c: säännös ei kelpaa"

#: src/printf.c:581
#, c-format
msgid "Usage: %s format [argument...]\n"
msgstr "Käyttö: %s muotoilu [argumentti...]\n"

#: src/printf.c:599
#, c-format
msgid "warning: ignoring excess arguments, starting with `%s'"
msgstr "varoitus: ylimääräiset argumentit jätetty huomiotta alkaen \"%s\":sta"

#: src/ptx.c:405
#, c-format
msgid "%s (for regexp `%s')"
msgstr "%s (säännölliselle lausekkeelle \"%s\")"

#: src/ptx.c:1872
#, c-format
msgid ""
"Usage: %s [OPTION]... [INPUT]...   (without -G)\n"
"  or:  %s -G [OPTION]... [INPUT [OUTPUT]]\n"
msgstr ""
"Käyttö: %s [VALITSIN]... [SYÖTE]...   (ilman valitsinta -G)\n"
"  tai:  %s -G [VALITSIN]... [SYÖTE [TULOSTE]]\n"

#: src/ptx.c:1876
msgid ""
"Output a permuted index, including context, of the words in the input "
"files.\n"
"\n"
msgstr ""
"Tulosta kontekstin sisältävä, permutoitu luettelo syötetiedostojen "
"sanoista.\n"
"\n"

#: src/ptx.c:1883
msgid ""
"  -A, --auto-reference           output automatically generated references\n"
"  -C, --copyright                display Copyright and copying conditions\n"
"  -G, --traditional              behave more like System V `ptx'\n"
"  -F, --flag-truncation=STRING   use STRING for flagging line truncations\n"
msgstr ""
"  -A, --auto-reference           tulosta automaattisesti luodut viitteet\n"
"  -C, --copyright                näytä tekijänoikeustiedot ja "
"kopiointiehdot\n"
"  -G, --traditional              käyttäydy enemmän kuten System V:n \"ptx\"\n"
"  -F, --flag-truncation=MJONO    käytä MJONOa rivinkatkaisujen "
"merkitsemiseen\n"

#: src/ptx.c:1889
msgid ""
"  -M, --macro-name=STRING        macro name to use instead of `xx'\n"
"  -O, --format=roff              generate output as roff directives\n"
"  -R, --right-side-refs          put references at right, not counted in -w\n"
"  -S, --sentence-regexp=REGEXP   for end of lines or end of sentences\n"
"  -T, --format=tex               generate output as TeX directives\n"
msgstr ""

#: src/ptx.c:1896
msgid ""
"  -W, --word-regexp=REGEXP       use REGEXP to match each keyword\n"
"  -b, --break-file=FILE          word break characters in this FILE\n"
"  -f, --ignore-case              fold lower case to upper case for sorting\n"
"  -g, --gap-size=NUMBER          gap size in columns between output fields\n"
"  -i, --ignore-file=FILE         read ignore word list from FILE\n"
"  -o, --only-file=FILE           read only word list from this FILE\n"
msgstr ""

#: src/ptx.c:1904
msgid ""
"  -r, --references               first field of each line is a reference\n"
"  -t, --typeset-mode               - not implemented -\n"
"  -w, --width=NUMBER             output width in columns, reference "
"excluded\n"
msgstr ""
"  -r, --references               kunkin rivin ensimmäinen kenttä on viite\n"
"  -t, --typeset-mode               - ei ole toteutettu -\n"
"  -w, --width=MÄÄRÄ              tulosteleveys sarakkeina, viite poistettuna\n"

#: src/ptx.c:1911
msgid ""
"\n"
"With no FILE or if FILE is -, read Standard Input.  `-F /' by default.\n"
msgstr ""
"\n"
"Jos TIEDOSTOA ei ole annettu, tai se on -, luetaan vakiosyötettä.\n"
"Oletus on \"-F /\".\n"

#: src/ptx.c:1992
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
"the Free Software Foundation; either version 2, or (at your option)\n"
"any later version.\n"
"\n"
msgstr ""
"Tämä ohjelma on vapaaohjelmisto; voitte levittää edelleen ja/tai \n"
"muuttaa sitä Free Software Foundationin julkaiseman GNU General Public\n"
"License'in ehtojen mukaisesti; joko version 2, tai (valintanne mukaan)\n"
"minkä tahansa myöhemmän version.\n"

#: src/ptx.c:1999
msgid ""
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"GNU General Public License for more details.\n"
"\n"
msgstr ""
"Tätä ohjelmaa levitetään siinä toivossa, että se olisi hyödyllinen,\n"
"mutta TAKUUTA EI OLE; ei edes KAUPALLISESTI HYVÄKSYTTÄVÄSTÄ LAADUSTA\n"
"tai SOPIVUUDESTA TIETTYYN TARKOITUKSEEN. Katsokaa lisätietoja GNU\n"
"General Public License'istä.\n"
"\n"

#: src/ptx.c:2006
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software Foundation,\n"
"Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
msgstr ""
"Olette saaneet kopion GNU General Public License'istä tämän\n"
"ohjelman mukana. Ellette saaneet, kirjoittakaa osoitteeseen\n"
"Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
"MA 02111-1307, USA.\n"

#: src/pwd.c:46
msgid ""
"Print the full filename of the current working directory.\n"
"\n"
msgstr ""
"Tulosta työhakemiston täydellinen nimi.\n"
"\n"

#: src/pwd.c:74
msgid "ignoring non-option arguments"
msgstr "jätetään huomiotta argumentit, jotka eivät ole valitsimia"

#: src/readlink.c:67
#, c-format
msgid "Usage: %s [OPTION]... FILE\n"
msgstr "Käyttö: %s [VALITSIN]... TIEDOSTO\n"

#: src/readlink.c:68
msgid ""
"Display value of a symbolic link on standard output.\n"
"\n"
msgstr ""
"Näytä symbolisen linkin arvo vakiotulosteessa.\n"
"\n"

#: src/readlink.c:70
msgid ""
"  -f, --canonicalize      canonicalize by following every symlink in every\n"
"                          component of the given path recursively\n"
"  -n, --no-newline        do not output the trailing newline\n"
"  -q, --quiet,\n"
"  -s, --silent            suppress most error messages\n"
"  -v, --verbose           report error messages\n"
msgstr ""

#: src/remove.c:386
#, c-format
msgid "cannot chdir from %s to .."
msgstr "siirtyminen hakemistosta %s hakemistoon .. ei onnistu"

#: src/remove.c:399 src/remove.c:480
#, c-format
msgid "cannot lstat `.' in %s"
msgstr "hakemiston \".\" tilan lukeminen ei onnistu hakemistossa %s"

#: src/remove.c:406 src/remove.c:484
#, c-format
msgid "%s changed dev/ino"
msgstr "tiedosto %s vaihtoi laitetta/i-solmua"

#: src/remove.c:566 src/remove.c:711 src/remove.c:889 src/remove.c:999
#, c-format
msgid "cannot lstat %s"
msgstr "tiedoston %s tilan lukeminen ei onnistu"

#: src/remove.c:573 src/remove.c:733 src/remove.c:750 src/remove.c:1079
#, c-format
msgid "cannot remove directory %s"
msgstr "hakemiston %s poistaminen ei onnistu"

#: src/remove.c:602
#, c-format
msgid "%s: descend into write-protected directory %s? "
msgstr "%s: etene kirjoitussuojattuun hakemistoon %s? "

#: src/remove.c:603
#, c-format
msgid "%s: descend into directory %s? "
msgstr "%s: etene hakemistoon %s? "

#: src/remove.c:613
#, c-format
msgid "%s: remove write-protected %s %s? "
msgstr "%s: poista kirjoitussuojattu %s %s? "

#: src/remove.c:614
#, c-format
msgid "%s: remove %s %s? "
msgstr "%s: poista %s %s? "

#: src/remove.c:638
#, c-format
msgid "removed %s\n"
msgstr "poistettiin tiedosto %s\n"

#: src/remove.c:653 src/remove.c:1074
#, c-format
msgid "removed directory: %s\n"
msgstr "poistettiin hakemisto: %s\n"

#: src/remove.c:815
#, c-format
msgid "cannot open directory %s"
msgstr "hakemiston %s avaaminen ei onnistu"

#: src/remove.c:908 src/remove.c:1017
#, c-format
msgid "cannot chdir from %s to %s"
msgstr "siirtyminen hakemistosta %s hakemistoon %s ei onnistu"

#: src/remove.c:916
#, c-format
msgid ""
"WARNING: Circular directory structure.\n"
"This almost certainly means that you have a corrupted file system.\n"
"NOTIFY YOUR SYSTEM MANAGER.\n"
"The following directory is part of the cycle:\n"
"  %s\n"
msgstr ""
"VAROITUS: Kehämäinen hakemistorakenne.\n"
"Tämä merkitsee lähes varmasti, että tiedostojärjestelmä on turmeltunut.\n"
"ILMOITA ASIASTA JÄRJESTELMÄNVALVOJALLE.\n"
"Seuraava hakemisto on osa kehää:\n"
"  %s\n"

#: src/remove.c:1113
msgid "cannot remove `.' or `..'"
msgstr "hakemistoa \".\" tai \"..\" ei voi poistaa"

#: src/rm.c:61
msgid "Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering"
msgstr "Paul Rubin, David MacKenzie, Richard Stallman ja Jim Meyering"

#: src/rm.c:101 src/touch.c:238
#, c-format
msgid "Usage: %s [OPTION]... FILE...\n"
msgstr "Käyttö: %s [VALITSIN]... TIEDOSTO...\n"

#: src/rm.c:102
msgid ""
"Remove (unlink) the FILE(s).\n"
"\n"
"  -d, --directory       unlink FILE, even if it is a non-empty directory\n"
"                          (super-user only; this works only if your system\n"
"                           supports `unlink' for nonempty directories)\n"
"  -f, --force           ignore nonexistent files, never prompt\n"
"  -i, --interactive     prompt before any removal\n"
"  -r, -R, --recursive   remove the contents of directories recursively\n"
"  -v, --verbose         explain what is being done\n"
msgstr ""
"Poista (irrota linkitys) TIEDOSTO(t).\n"
"\n"
"  -d, --directory       irrota TIEDOSTOn linkitys, vaikka se ei olisi tyhjä\n"
"                          hakemisto (vain pääkäyttäjä; toimii vain jos\n"
"                          järjestelmä tukee \"unlink\"-toimintoa\n"
"                          ei-tyhjille hakemistoille)\n"
"  -f, --force           älä huomioi puuttuvia tiedostoja, älä kysy mitään\n"
"  -i, --interactive     kysy ennen jokaista poistoa\n"
"  -r, -R, --recursive   poista hakemistojen sisältö rekursiivisesti\n"
"  -v, --verbose         selitä, mitä tapahtuu\n"

#: src/rm.c:115
#, c-format
msgid ""
"\n"
"To remove a file whose name starts with a `-', for example `-foo',\n"
"use one of these commands:\n"
"  %s -- -foo\n"
"\n"
"  %s ./-foo\n"
msgstr ""
"\n"
"Tiedoston, jonka nimi alkaa merkillä \"-\", esim. \"-foo\",\n"
"voi poistaa seuraavilla komennoilla:\n"
"  %s -- -foo\n"
"    tai\n"
"  %s ./-foo\n"

#: src/rm.c:124
msgid ""
"\n"
"Note that if you use rm to remove a file, it is usually possible to recover\n"
"the contents of that file.  If you want more assurance that the contents "
"are\n"
"truly unrecoverable, consider using shred.\n"
msgstr ""
"\n"
"Huomaa, että on yleensä mahdollista palauttaa rm:llä palautetun tiedoston\n"
"sisältö. Jos tämä halutaan estää, voidaan käyttää komentoa shred.\n"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.