summaryrefslogtreecommitdiffstats
path: root/templates/man1/bmptopnm.1.pot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/man1/bmptopnm.1.pot248
1 files changed, 248 insertions, 0 deletions
diff --git a/templates/man1/bmptopnm.1.pot b/templates/man1/bmptopnm.1.pot
new file mode 100644
index 00000000..bf6ae2d9
--- /dev/null
+++ b/templates/man1/bmptopnm.1.pot
@@ -0,0 +1,248 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2024-03-09 15:31+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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 ""
+
+#. 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 ""
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "bmptopnm - convert a BMP file into a PBM, PGM, or PNM image"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<bmptopnm>"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "[B<-verbose>]"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "[I<bmpfile>]"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. type: Plain text
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "B<ppmtobmp>(1) \\&, B<ppmtowinicon>(1) \\&, B<ppm>(1) \\&"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "AUTHOR"
+msgstr ""
+
+#. 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 ""
+
+#. 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 ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "20 September 2010"
+msgstr ""
+
+#. 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
+msgid "B<ppmtobmp>(1) \\&, B<ppmtowinicon>(1) \\&, B<ppm>(5) \\&"
+msgstr ""