diff options
Diffstat (limited to 'templates/man8/applydeltarpm.8.pot')
-rw-r--r-- | templates/man8/applydeltarpm.8.pot | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/templates/man8/applydeltarpm.8.pot b/templates/man8/applydeltarpm.8.pot new file mode 100644 index 00000000..8d9b8470 --- /dev/null +++ b/templates/man8/applydeltarpm.8.pot @@ -0,0 +1,180 @@ +# 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 17:55+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 +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "APPLYDELTARPM" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "Feb 2005" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "applydeltarpm - reconstruct an rpm from a deltarpm" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"B<applydeltarpm> [B<-v>] [B<-p>] [B<-r> I<oldrpm>] I<deltarpm> I<newrpm>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<applydeltarpm> B<-c>|B<-C> I<deltarpm>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<applydeltarpm> [B<-c>|B<-C>] B<-s> I<sequence>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<applydeltarpm> B<-i> I<deltarpm>" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"applydeltarpm applies a binary delta to either an old rpm or to on-disk data " +"to re-create a new rpm. The old rpm can be specified with the B<-r> option, " +"if no rpm name is provided on-disk data is used. You can use B<-p> to make " +"applydeltarpm print the percentage of completion, or B<-v> to make it more " +"verbose about its operation." +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The second an third form can be used to check if the reconstruction is " +"possible. It may fail if the on-disk data got changed (deltarpms are created " +"in a way that config file changes do not matter) or the deltarpm does not " +"match the rpm the delta was generated with. The B<-c> option selects full (i." +"e. slow) on-disk checking, whereas B<-C> only checks if the filesizes have " +"not changed." +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Instead of a full deltarpm a sequence id can be given with the B<-s> " +"I<sequence> option. Such an id contains all the information that is needed " +"to do reconstruction checking." +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Finally information about a deltarpm can be printed with the B<-i> option." +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "MEMORY CONSIDERATIONS" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"applydeltarpm was written to work on systems with limited memory. It uses a " +"paging algorithm to keep the size of in-core data low and not bring the " +"system in an out-of-memory situation." +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"applydeltarpm returns 0 if the rpm could be recreated or the checking " +"succeeded, it returns 1 and prints an error message to stderr if something " +"failed." +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<makedeltarpm>(8), B<rpm>(8)" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Michael Schroeder E<lt>mls@suse.deE<gt>" +msgstr "" |