diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man1/psmerge.1.pot | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/templates/man1/psmerge.1.pot b/templates/man1/psmerge.1.pot new file mode 100644 index 00000000..aa6d2344 --- /dev/null +++ b/templates/man1/psmerge.1.pot @@ -0,0 +1,164 @@ +# 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: 2023-11-05 09:39+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 opensuse-leap-15-6 +#, no-wrap +msgid "PSMERGE" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "PSUtils Release 1 Patchlevel 17" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "psmerge - filter to merge several PostScript files into one" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "B<psmerge> [ B<-o>I<out.ps> ] I<file.ps ...>" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "" +"I<Psmerge> merges PostScript documents into a single document. It only works " +"in the specific case the the files were created using the same application, " +"with the same device setup and resources (fonts, procsets, patterns, files, " +"etc) loaded." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "" +"If the B<-o> option is used, output will be sent to the file named, " +"otherwise it will go to standard output." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "" +"I<Psmerge> will merge multiple files concatenated into a single file as if " +"they were in separate files." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "Copyright (C) Angus J. C. Duggan 1991-1995" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), " +"psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), " +"fixpsditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), " +"extractres(1), includeres(1), showchar(1)" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "TRADEMARKS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "B<PostScript> is a trademark of Adobe Systems Incorporated." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "" +"I<psmerge> is for a very specific case; it does not merge files in the " +"general case." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<psmerge> [ B<-o>I<out.ps> ] [ I<file.ps ...> ]" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"For all those cases which can not be handled by I<psmerge> the program I<gs> " +"(known as ghostscript) may help:" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +#, no-wrap +msgid "" +" gs -dNOPAUSE -sDEVICE=pswrite -sOutputFile=out.ps \\e\n" +" file1.ps file2.ps ... -c quit\n" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "This is rather slow and generates bigger output files." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), " +"psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), " +"fixmacps(1), fixpsditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), " +"fixwpps(1), fixwwps(1), extractres(1), includeres(1)" +msgstr "" |