diff options
Diffstat (limited to 'templates/man8/mkreiserfs.8.pot')
-rw-r--r-- | templates/man8/mkreiserfs.8.pot | 338 |
1 files changed, 338 insertions, 0 deletions
diff --git a/templates/man8/mkreiserfs.8.pot b/templates/man8/mkreiserfs.8.pot new file mode 100644 index 00000000..5240dd79 --- /dev/null +++ b/templates/man8/mkreiserfs.8.pot @@ -0,0 +1,338 @@ +# 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-08-27 17:08+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" +"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 mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "MKREISERFS" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "January 2009" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "Reiserfsprogs-3.6.27" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "mkreiserfs - The create tool for the Linux ReiserFS filesystem." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"B<mkreiserfs> [ B<-dfV> ] [ B<-b> | B<--block-size >I<N> ] [ B<-h> | B<--" +"hash >I<HASH> ] [ B<-u> | B<--uuid >I<UUID> ] [ B<-l> | B<--label " +">I<LABEL> ] [ B<--format >I<FORMAT> ] [ B<-q> | B<--quiet> ] [ B<-j> | B<--" +"journal-device >I<FILE> ] [ B<-s> | B<--journal-size >I<N> ] [ B<-o> | B<--" +"journal-offset >I<N> ] [ B<-t> | B<--transaction-max-size> I<N> ] [ B<-B> | " +"B<--badblocks> I<file> ] I< device> [ I<filesystem-size> ]" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"B<mkreiserfs> creates a Linux ReiserFS filesystem on a device (usually a " +"disk partition)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "I<device>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"is the special file corresponding to a device or to a partition (e.g /dev/" +"hdXX for an IDE disk partition or /dev/sdXX for a SCSI disk partition)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "I<filesystem-size>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"is the size in blocks of the filesystem. If omitted, B<mkreiserfs> will " +"automatically set it." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-b> | B<--block-size >I<N>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<N> is block size in bytes. It may only be set to a power of 2 within the " +"512-8192 interval." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-h> | B<--hash >I<HASH>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<HASH> specifies which hash function will sort the names in the " +"directories. Choose from r5, rupasov, or tea. r5 is the default one." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<--format >I<FORMAT>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<FORMAT> specifies the format for the new filsystem. Choose format 3.5 or " +"3.6. If none is specified B<mkreiserfs> will create format 3.6 if running " +"kernel is 2.4 or higher, and format 3.5 if kernel 2.2 is running, and will " +"refuse creation under all other kernels." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-u> | B<--uuid >I<UUID>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"Sets the Universally Unique IDentifier of the filesystem to I<UUID> (see " +"also B<uuidgen(8)>). The format of the I<UUID> is a series of hex digits " +"separated by hypthens, e.g.: \"c1b9d5a2-f162-11cf-9ece-0020afc76f16\". If " +"the option is skipped, B<mkreiserfs> will by default generate a new I<UUID>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-l> | B<--label >I<LABEL>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"Sets the volume label of the filesystem. I<LABEL> can at most be 16 " +"characters long; if it is longer than 16 characters, B<mkreiserfs> will " +"truncate it." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-q> | B<--quiet >" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"Sets B<mkreiserfs> to work quietly without producing messages, progress or " +"questions. It is useful, but only for use by end users, if you run " +"B<mkreiserfs> in a script." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-j> | B<--journal-device >I<FILE>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<FILE> is the name of the block device on which is to be places the " +"filesystem journal." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-o> | B<--journal-offset >I<N>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<N> is the offset where the journal starts when it is to be on a separate " +"device. Default is 0. I<N> has no effect when the journal is to be on the " +"host device." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-s> | B<--journal-size >I<N>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<N> is the size of the journal in blocks. When the journal is to be on a " +"separate device, its size defaults to the number of blocks that the device " +"has. When journal is to be on the host device, its size defaults to 8193 " +"and the maximal possible size is 32749 (for blocksize 4k). The minimum size " +"is 513 blocks (whether the journal is on the host or on a separate device)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-t> | B<--transaction-max-size >I<N>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<N> is the maximum transaction size parameter for the journal. The default, " +"and max possible, value is 1024 blocks. It should be less than half the size " +"of the journal. If specified incorrectly, it will automatically be adjusted." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-B> | B<--badblocks >I<file>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"I<File> is the file name of the file that contains the list of blocks to be " +"marked as bad on the filesystem. This list can be created by B</sbin/" +"badblocks -b block-size device>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-f>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"Forces B<mkreiserfs> to continue even when the device is the whole disk, " +"looks mounted, or is not a block device. If B<-f> is specified more than " +"once, it allows the user to avoid asking for confirmation." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-d>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "Sets B<mkreiserfs> to print debugging information during B<mkreiserfs>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-V>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "Prints the version and then exits." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"This version of B<mkreiserfs> has been written by Edward Shishkin " +"E<lt>edward@namesys.comE<gt>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"Please report bugs to the ReiserFS developers E<lt>reiserfs-devel@vger." +"kernel.orgE<gt>, providing as much information as possible--your hardware, " +"kernel, patches, settings, all printed messages; check the syslog file for " +"any related information." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "B<reiserfsck>(8), B<debugreiserfs>(8), B<reiserfstune>(8)" +msgstr "" |