diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /templates/man8/mkfs.cramfs.8.pot | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man8/mkfs.cramfs.8.pot')
-rw-r--r-- | templates/man8/mkfs.cramfs.8.pot | 117 |
1 files changed, 50 insertions, 67 deletions
diff --git a/templates/man8/mkfs.cramfs.8.pot b/templates/man8/mkfs.cramfs.8.pot index 412c4ff9..e9acfb03 100644 --- a/templates/man8/mkfs.cramfs.8.pot +++ b/templates/man8/mkfs.cramfs.8.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2023-08-27 17:08+0200\n" +"POT-Creation-Date: 2024-03-29 09:44+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" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "MKFS.CRAMFS" msgstr "" @@ -35,41 +35,41 @@ msgid "util-linux 2.38.1" msgstr "" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "System Administration" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "mkfs.cramfs - make compressed ROM file system" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<mkfs.cramfs> [options] I<directory file>" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Files on cramfs file systems are zlib-compressed one page at a time to allow " "random read access. The metadata is not compressed, but is expressed in a " @@ -78,7 +78,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The file system is intentionally read-only to simplify its design; random " "write access for compressed files is difficult to implement. cramfs ships " @@ -86,157 +86,157 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "File sizes are limited to less than 16 MB." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Maximum file system size is a little under 272 MB. (The last file on the " "file system must begin before the 256 MB block, but can extend past it.)" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "ARGUMENTS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The I<directory> is simply the root of the directory tree that we want to " "generate a compressed filesystem out of." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The I<file> will contain the cram file system, which later can be mounted." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-v>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Enable verbose messaging." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-E>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Treat all warnings as errors, which are reflected as command exit status." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-b> I<blocksize>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Use defined block size, which has to be divisible by page size." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-e> I<edition>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Use defined file system edition number in superblock." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-N> I<big, little, host>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Use defined endianness. Value defaults to I<host>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-i> I<file>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Insert a I<file> to cramfs file system." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-n> I<name>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Set name of the cramfs file system." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-p>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Pad by 512 bytes for boot code." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-s>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "This option is ignored. Originally the B<-s> turned on directory entry " "sorting." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-z>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Make explicit holes." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-h>, B<--help>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display help text and exit." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-V>, B<--version>" msgstr "" @@ -246,79 +246,62 @@ msgid "Print version and exit." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "EXIT STATUS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<0>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "success" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<8>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "operation error, such as unable to allocate memory" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<fsck.cramfs>(8), B<mount>(8)" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The B<mkfs.cramfs> command is part of the util-linux package which can be " "downloaded from" msgstr "" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "2022-02-14" -msgstr "" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "util-linux 2.37.4" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "Display version information and exit." -msgstr "" |