summaryrefslogtreecommitdiffstats
path: root/po/de/man8/mkfs.cramfs.8.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /po/de/man8/mkfs.cramfs.8.po
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man8/mkfs.cramfs.8.po')
-rw-r--r--po/de/man8/mkfs.cramfs.8.po117
1 files changed, 50 insertions, 67 deletions
diff --git a/po/de/man8/mkfs.cramfs.8.po b/po/de/man8/mkfs.cramfs.8.po
index 1e24ca53..cbddcb26 100644
--- a/po/de/man8/mkfs.cramfs.8.po
+++ b/po/de/man8/mkfs.cramfs.8.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-de\n"
-"POT-Creation-Date: 2023-08-27 17:08+0200\n"
+"POT-Creation-Date: 2024-03-29 09:44+0100\n"
"PO-Revision-Date: 2021-05-31 19:28+0200\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "MKFS.CRAMFS"
msgstr "MKFS.CRAMFS"
@@ -35,41 +35,41 @@ msgid "util-linux 2.38.1"
msgstr "util-linux 2.38.1"
#. type: TH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "System Administration"
msgstr "System-Administration"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr "BEZEICHNUNG"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "mkfs.cramfs - make compressed ROM file system"
msgstr "mkfs.cramfs - ein komprimiertes ROM-Dateisystem erzeugen"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr "ÜBERSICHT"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<mkfs.cramfs> [options] I<directory file>"
msgstr "B<mkfs.cramfs> [Optionen] I<Verzeichnis Datei>"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"
#. 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 "
@@ -82,7 +82,7 @@ msgstr ""
"anderen Dateisystemen dargestellt."
#. 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 "
@@ -95,12 +95,12 @@ msgstr ""
"können."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "File sizes are limited to less than 16 MB."
msgstr "Dateigrößen sind auf maximal 16 MB begrenzt."
#. 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.)"
@@ -109,13 +109,13 @@ msgstr ""
"Systems muss vor dem 256-MB-Block beginnen, darf aber dahinter enden."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "ARGUMENTS"
msgstr "ARGUMENTE"
#. 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."
@@ -124,7 +124,7 @@ msgstr ""
"komprimiertes Dateisystem erstellt werden soll."
#. 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 ""
@@ -132,28 +132,28 @@ msgstr ""
"kann."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-v>"
msgstr "B<-v>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Enable verbose messaging."
msgstr "aktiviert den ausführlichen Modus."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-E>"
msgstr "B<-E>"
#. 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 ""
@@ -161,76 +161,76 @@ msgstr ""
"als Fehler auf."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-b> I<blocksize>"
msgstr "B<-b> I<Blockgröße>"
#. 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 ""
"verwendet die angegebene Blockgröße, welche durch die Seitengröße teilbar "
"sein muss."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-e> I<edition>"
msgstr "B<-e> I<Ausgabe>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Use defined file system edition number in superblock."
msgstr ""
"verwendet die angegebene Zahl als Ausgabenummer des Systems im Superblock."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-N> I<big, little, host>"
msgstr "B<-N> I<big, little, host>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Use defined endianness. Value defaults to I<host>."
msgstr ""
"verwendet die angegebene Bytereihenfolge. Die Voreinstellung ist I<host>."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-i> I<file>"
msgstr "B<-i> I<Datei>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Insert a I<file> to cramfs file system."
msgstr "fügt eine I<Datei> in das cramfs-Dateisystem ein."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-n> I<name>"
msgstr "B<-n> I<Name>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Set name of the cramfs file system."
msgstr "legt den Namen des Dateisystems fest."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-p>"
msgstr "B<-p>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Pad by 512 bytes for boot code."
msgstr "füllt auf 512 Bytes für den Boot-Code auf."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-s>"
msgstr "B<-s>"
#. 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."
@@ -239,27 +239,27 @@ msgstr ""
"Verzeichniseinträge veranlasst."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-z>"
msgstr "B<-z>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Make explicit holes."
msgstr "fügt explizite Löcher ein."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr "B<-h>, B<--help>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Display help text and exit."
msgstr "zeigt einen Hilfetext an und beendet das Programm."
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr "B<-V>, B<--version>"
@@ -269,81 +269,64 @@ msgid "Print version and exit."
msgstr "zeigt die Versionsnummer an und beendet das Programm."
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "EXIT STATUS"
msgstr "EXIT-STATUS"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<0>"
msgstr "B<0>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "success"
msgstr "Erfolg"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<8>"
msgstr "B<8>"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "operation error, such as unable to allocate memory"
msgstr "Betriebsfehler, beispielsweise konnte kein Speicher zugewiesen werden"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<fsck.cramfs>(8), B<mount>(8)"
msgstr "B<fsck.cramfs>(8), B<mount>(8)"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr "FEHLER MELDEN"
#. type: Plain text
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr "Verwenden Sie zum Melden von Fehlern das Fehlererfassungssystem auf"
#. type: SH
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr "VERFÜGBARKEIT"
#. 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 ""
"Der Befehl B<mkfs.cramfs> ist Teil des Pakets util-linux, welches "
"heruntergeladen werden kann von:"
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "2022-02-14"
-msgstr "14. Februar 2022"
-
-#. type: TH
-#: opensuse-leap-15-6
-#, no-wrap
-msgid "util-linux 2.37.4"
-msgstr "util-linux 2.37.4"
-
-#. type: Plain text
-#: opensuse-leap-15-6
-msgid "Display version information and exit."
-msgstr "zeigt Versionsinformationen an und beendet das Programm."