diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/fi/man1/bmptopnm.1.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/fi/man1/bmptopnm.1.po')
-rw-r--r-- | po/fi/man1/bmptopnm.1.po | 253 |
1 files changed, 253 insertions, 0 deletions
diff --git a/po/fi/man1/bmptopnm.1.po b/po/fi/man1/bmptopnm.1.po new file mode 100644 index 00000000..4ce64fe5 --- /dev/null +++ b/po/fi/man1/bmptopnm.1.po @@ -0,0 +1,253 @@ +# Finnish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Esa Toivonen <esa.toivonen@helia.fi>, 1998. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-09 15:31+0100\n" +"PO-Revision-Date: 1998-04-10 11:01+0200\n" +"Last-Translator: Esa Toivonen <esa.toivonen@helia.fi>\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" + +#. type: TH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Bmptopnm User Manual" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "05 December 2018" +msgstr "5. joulukuuta 2018" + +#. type: TH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "netpbm documentation" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NIMI" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "bmptoppm - convert a BMP file into a portable pixmap" +msgid "bmptopnm - convert a BMP file into a PBM, PGM, or PNM image" +msgstr "bmptoppm - muuntaa BMP-tiedoston siirrettävän pixmap-tiedoston" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "YLEISKATSAUS" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<bmptopnm>" +msgstr "B<bmptopnm>" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "[B<-verbose>]" +msgstr "[B<-verbose>]" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "[I<bmpfile>]" +msgstr "[I<bmp-tiedosto>]" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "KUVAUS" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "This program is part of B<Netpbm>(1) \\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<bmptopnm> reads a Microsoft Windows or OS/2 BMP file as input. and " +"produces a PBM, PGM, or PNM image as output. If the input is colormapped " +"and contains only black and white, the output is PBM. If the input is " +"colormapped and contains only black white and gray, the output is PGM. " +"Otherwise, the output is PPM." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<bmptopnm> understands BMP files compressed with run length encoding (RLE4/" +"RLE8), but not if that encoding includes a \"delta\" (which is rare). " +"B<bmptopnm> recognizes the delta and issues an error message." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Before Netpbm 10.75 (June 2016), B<bmptopnm> could not convert Version 4 or " +"Version 5 Windows BMP images." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"B<bmptopnm> cannot convert BMP files compressed with JPEG or PNG encoding. " +"It recognizes the compression and issues an error message. Before Netpbm " +"10.32 (February 2006), B<bmptopnm> couldn't convert RLE8 BMP files either, " +"and before Netpbm 10.85 (December 2018), it couldn't convert RLE4 (between " +"10.32 and 10.85, it would act like it recognized the format, but produce " +"garbage output)." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Before Netpbm 10.18 (September 2003), this program could not convert BMP " +"images with the BI_BITFIELDS format (\"compression type\"). It would " +"recognize the format and issue an error message." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<bmptopnm> cannot convert OS/2 BMP files with 16 bits per pixel (only " +"because the author did not have a complete specification for them). It " +"recognizes the format and issues an error message. Before Netpbm 10.16 " +"(June 2003), it also could not convert Windows BMP files with 16 bits per " +"pixel." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "VALITSIMET" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"In addition to the options common to all programs based on libnetpbm\n" +"(most notably B<-quiet>, see \n" +"E<.UR index.html#commonoptions>\n" +" Common Options\n" +"E<.UE>\n" +"\\&), B<bmptopnm> recognizes the following\n" +"command line option:\n" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-verbose>" +msgstr "B<-verbose>" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Report contents of the BMP header to the standard error." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "KATSO MYÖS" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<ppmtobmp>(1)\\&, B<ppmtowinicon>(1)\\&, B<ppm>(1)\\&" +msgid "B<ppmtobmp>(1) \\&, B<ppmtowinicon>(1) \\&, B<ppm>(1) \\&" +msgstr "B<ppmtobmp>(1)\\&, B<ppmtowinicon>(1)\\&, B<ppm>(1)\\&" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "TEKIJÄ" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copyright (C) 1992 by David W. Sanderson." +msgstr "Copyright (C) 1992 by David W. Sanderson." + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DOCUMENT SOURCE" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This manual page was generated by the Netpbm tool 'makeman' from HTML " +"source. The master documentation is at" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<http://netpbm.sourceforge.net/doc/bmptopnm.html>" +msgstr "B<http://netpbm.sourceforge.net/doc/bmptopnm.html>" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "20 September 2010" +msgstr "20. syyskuuta 2010" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"B<bmptopnm> cannot convert BMP files compressed with JPEG or PNG encoding. " +"It recognizes the compression and issues an error message. Before Netpbm " +"10.32 (February 2006), B<bmptopnm> couldn't convert RLE BMP files either." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<ppmtobmp>(1)\\&, B<ppmtowinicon>(1)\\&, B<ppm>(5)\\&" +msgid "B<ppmtobmp>(1) \\&, B<ppmtowinicon>(1) \\&, B<ppm>(5) \\&" +msgstr "B<ppmtobmp>(1)\\&, B<ppmtowinicon>(1)\\&, B<ppm>(5)\\&" |