diff options
Diffstat (limited to 'templates/man1/zforce.1.pot')
-rw-r--r-- | templates/man1/zforce.1.pot | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/templates/man1/zforce.1.pot b/templates/man1/zforce.1.pot new file mode 100644 index 00000000..b9a852f7 --- /dev/null +++ b/templates/man1/zforce.1.pot @@ -0,0 +1,93 @@ +# 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-02-15 18:16+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 +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ZFORCE" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "zforce - force a '.gz' extension on all gzip files" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<zforce> [ name ... ]" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The B<zforce> command forces a B<.gz> extension on all B<gzip> files so that " +"B<gzip> will not compress them twice. This can be useful for files with " +"names truncated after a file transfer. On systems with a 14 char limitation " +"on file names, the original name is truncated to make room for the .gz " +"suffix. For example, 12345678901234 is renamed to 12345678901.gz. A file " +"name such as foo.tgz is left intact." +msgstr "" + +#. type: SH +#: archlinux 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 +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"I<zforce> forces a .gz extension on all I<gzip> files so that I<gzip> will " +"not compress them twice. This can be useful for files with names truncated " +"after a file transfer. On systems with a 14 char limitation on file names, " +"the original name is truncated to make room for the .gz suffix. For example, " +"12345678901234 is renamed to 12345678901.gz. A file name such as foo.tgz is " +"left intact." +msgstr "" |