diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man8/mke2fs.8.pot | 145 |
1 files changed, 114 insertions, 31 deletions
diff --git a/templates/man8/mke2fs.8.pot b/templates/man8/mke2fs.8.pot index 8e193467..f78d5f21 100644 --- a/templates/man8/mke2fs.8.pot +++ b/templates/man8/mke2fs.8.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-02-15 18:04+0100\n" +"POT-Creation-Date: 2024-06-01 06:03+0200\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" @@ -24,17 +24,15 @@ msgid "MKE2FS" msgstr "" #. type: TH -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable #, no-wrap -msgid "February 2023" +msgid "May 2024" msgstr "" #. type: TH -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable #, no-wrap -msgid "E2fsprogs version 1.47.0" +msgid "E2fsprogs version 1.47.1" msgstr "" #. type: SH @@ -58,15 +56,14 @@ msgid "SYNOPSIS" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable msgid "" "B<mke2fs> [ B<-c> | B<-l> I<filename> ] [ B<-b> I<block-size> ] [ B<-C> " -"I<cluster-size> ] [ B<-d> I<root-directory> ] [ B<-D> ] [ B<-g> I<blocks-per-" -"group> ] [ B<-G> I<number-of-groups> ] [ B<-i> I<bytes-per-inode> ] [ B<-I> " -"I<inode-size> ] [ B<-j> ] [ B<-J> I<journal-options> ] [ B<-N> I<number-of-" -"inodes> ] [ B<-n> ] [ B<-m> I<reserved-blocks-percentage> ] [ B<-o> " -"I<creator-os> ] [ B<-O> [^]I<feature>[,...] ] [ B<-q> ] [ B<-r> I<fs-" +"I<cluster-size> ] [ B<-d> I<root-directory|tarball> ] [ B<-D> ] [ B<-g> " +"I<blocks-per-group> ] [ B<-G> I<number-of-groups> ] [ B<-i> I<bytes-per-" +"inode> ] [ B<-I> I<inode-size> ] [ B<-j> ] [ B<-J> I<journal-options> ] [ B<-" +"N> I<number-of-inodes> ] [ B<-n> ] [ B<-m> I<reserved-blocks-percentage> ] " +"[ B<-o> I<creator-os> ] [ B<-O> [^]I<feature>[,...] ] [ B<-q> ] [ B<-r> I<fs-" "revision-level> ] [ B<-E> I<extended-options> ] [ B<-v> ] [ B<-F> ] [ B<-L> " "I<volume-label> ] [ B<-M> I<last-mounted-directory> ] [ B<-S> ] [ B<-t> I<fs-" "type> ] [ B<-T> I<usage-type> ] [ B<-U> I<UUID> ] [ B<-V> ] [ B<-e> I<errors-" @@ -190,29 +187,30 @@ msgid "B<-C cluster-size>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable msgid "" "Specify the size of cluster in bytes for file systems using the bigalloc " -"feature. Valid cluster-size values are from 2048 to 256M bytes per " -"cluster. This can only be specified if the bigalloc feature is enabled. " -"(See the B<ext4 (5)> man page for more details about bigalloc.) The default " -"cluster size if bigalloc is enabled is 16 times the block size." +"feature. Valid cluster-size values range from 2 to 32768 times the " +"filesystem blocksize and must be a power of 2. The cluster-size can only be " +"specified if the bigalloc feature is enabled. (See the B<ext4 (5)> man page " +"for more details about bigalloc.) The default cluster size if bigalloc is " +"enabled is 16 times the block size." msgstr "" #. type: TP -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable #, no-wrap -msgid "B<-d>I< root-directory>" +msgid "B<-d>I< root-directory|tarball>" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable msgid "" -"Copy the contents of the given directory into the root directory of the file " -"system." +"Copy the contents of the given directory or tarball into the root directory " +"of the file system. Tarball input is only available if mke2fs was compiled " +"with libarchive support enabled and if the libarchive shared library is " +"available at run-time. The special value \"-\" will read a tarball from " +"standard input." msgstr "" #. type: TP @@ -558,6 +556,20 @@ msgid "" msgstr "" #. type: TP +#: archlinux debian-bookworm debian-unstable +#, no-wrap +msgid "B<root_perms>I<[=permissions]>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable +msgid "" +"Specify the root directory permissions in octal format. If no permissions " +"are specified then the root directory permissions would be set in accordance " +"with the default filesystem umask." +msgstr "" + +#. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -752,13 +764,12 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable msgid "" "The default inode size is controlled by the B<mke2fs.conf>(5) file. In the " "B<mke2fs.conf> file shipped with e2fsprogs, the default inode size is 256 " -"bytes for most file systems, except for small file systems where the inode " -"size will be 128 bytes." +"bytes for all file systems, except for the GNU Hurd since it only supports " +"128-byte inodes." msgstr "" #. type: TP @@ -1457,3 +1468,75 @@ msgid "" "B<mke2fs.conf>(5), B<badblocks>(8), B<dumpe2fs>(8), B<e2fsck>(8), " "B<tune2fs>(8), B<ext4>(5)" msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "E2fsprogs version 1.47.1-rc2" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "February 2023" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "E2fsprogs version 1.47.0" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"B<mke2fs> [ B<-c> | B<-l> I<filename> ] [ B<-b> I<block-size> ] [ B<-C> " +"I<cluster-size> ] [ B<-d> I<root-directory> ] [ B<-D> ] [ B<-g> I<blocks-per-" +"group> ] [ B<-G> I<number-of-groups> ] [ B<-i> I<bytes-per-inode> ] [ B<-I> " +"I<inode-size> ] [ B<-j> ] [ B<-J> I<journal-options> ] [ B<-N> I<number-of-" +"inodes> ] [ B<-n> ] [ B<-m> I<reserved-blocks-percentage> ] [ B<-o> " +"I<creator-os> ] [ B<-O> [^]I<feature>[,...] ] [ B<-q> ] [ B<-r> I<fs-" +"revision-level> ] [ B<-E> I<extended-options> ] [ B<-v> ] [ B<-F> ] [ B<-L> " +"I<volume-label> ] [ B<-M> I<last-mounted-directory> ] [ B<-S> ] [ B<-t> I<fs-" +"type> ] [ B<-T> I<usage-type> ] [ B<-U> I<UUID> ] [ B<-V> ] [ B<-e> I<errors-" +"behavior> ] [ B<-z> I<undo_file> ] I<device> [ I<fs-size> ]" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Specify the size of cluster in bytes for file systems using the bigalloc " +"feature. Valid cluster-size values are from 2048 to 256M bytes per " +"cluster. This can only be specified if the bigalloc feature is enabled. " +"(See the B<ext4 (5)> man page for more details about bigalloc.) The default " +"cluster size if bigalloc is enabled is 16 times the block size." +msgstr "" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-d>I< root-directory>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Copy the contents of the given directory into the root directory of the file " +"system." +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The default inode size is controlled by the B<mke2fs.conf>(5) file. In the " +"B<mke2fs.conf> file shipped with e2fsprogs, the default inode size is 256 " +"bytes for most file systems, except for small file systems where the inode " +"size will be 128 bytes." +msgstr "" |