# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Mario Blättermann , 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: manpages-de\n" "POT-Creation-Date: 2023-08-27 16:57+0200\n" "PO-Revision-Date: 2021-05-22 10:48+0200\n" "Last-Translator: Mario Blättermann \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.04.1\n" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "FINCORE" msgstr "FINCORE" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-05-11" msgstr "11. Mai 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "util-linux 2.38.1" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "User Commands" msgstr "Dienstprogramme für Benutzer" #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "fincore - count pages of file contents in core" msgstr "fincore - Speicherseiten der Dateiinhalte im Kern zählen" #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B [options] I..." msgstr "B [Optionen] I …" #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "" "B counts pages of file contents being resident in memory (in core), " "and reports the numbers. If an error occurs during counting, then an error " "message is printed to the stderr and B continues processing the " "rest of files listed in a command line." msgstr "" "B zählt die Seiten der Dateiinhalte, die sich im Speicher befinden " "(im Kern) und meldet deren Nummern. Wenn während der Zählung ein Fehler " "auftritt, wird eine Meldung in die Standardfehlerausgabe geschrieben und " "B fährt mit der Verarbeitung der restlichen in der Befehlszeile " "angegebenen Dateien fort." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "" "The default output is subject to change. So whenever possible, you should " "avoid using default outputs in your scripts. Always explicitly define " "expected columns by using B<--output> I in environments where " "a stable output is required." msgstr "" "Die Standardausgabe kann sich ändern. Daher sollten Sie vermeiden, die " "Standardausgabe in Ihren Skripten zu verwenden, wo immer es möglich ist. " "Definieren Sie in Umgebungen, wo eine stabile Ausgabe erforderlich ist, " "stets die erwarteten Spalten, indem Sie die Option B<--output> " "I angeben." #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "OPTIONS" msgstr "OPTIONEN" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-n>, B<--noheadings>" msgstr "B<-n>, B<--noheadings>" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "Do not print a header line in status output." msgstr "unterdrückt die Ausgabe einer Kopfzeile in der Statusausgabe." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-b>, B<--bytes>" msgstr "B<-b>, B<--bytes>" #. type: Plain text #: debian-bookworm msgid "Print the sizes in bytes rather than in a human-readable format." msgstr "gibt die Größen in Byte anstelle eines menschenlesbaren Formats aus." #. type: Plain text #: debian-bookworm msgid "" "By default, the unit, sizes are expressed in, is byte, and unit prefixes are " "in power of 2^10 (1024). Abbreviations of symbols are exhibited truncated in " "order to reach a better readability, by exhibiting alone the first letter of " "them; examples: \"1 KiB\" and \"1 MiB\" are respectively exhibited as \"1 " "K\" and \"1 M\", then omitting on purpose the mention \"iB\", which is part " "of these abbreviations." msgstr "" "Standardmäßig werden die Größen in Byte ausgedrückt und die Präfixe sind " "Potenzen der Form 2^10 (1024). Die Abkürzungen der Symbole werden zur " "besseren Lesbarkeit abgeschnitten, indem jeweils nur der erste Buchstabe " "dargestellt wird. Beispiele: »1 KiB« und »1 MiB« werden als »1 K« bzw. »1 M« " "dargestellt. Die Erwähnung des »iB«-Anteils, der Teil der Abkürzung ist, " "entfällt absichtlich." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-o>, B<--output> I" msgstr "B<-o>, B<--output> I" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "" "Define output columns. See the B<--help> output to get a list of the " "currently supported columns. The default list of columns may be extended if " "I is specified in the format I<+list>." msgstr "" "gibt an, welche Spalten ausgegeben werden sollen. Mit B<--help> erhalten Sie " "eine Liste aller unterstützten Spalten. Die Standardliste der Spalten kann " "erweitert werden, wenn die I im Format I<+Liste> vorliegt." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-r>, B<--raw>" msgstr "B<-r>, B<--raw>" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "" "Produce output in raw format. All potentially unsafe characters are hex-" "escaped (\\(rsxEcodeE)." msgstr "" "erstellt die Ausgabe im rohen Format. Alle potenziell unsicheren Zeichen " "werden hexadezimal maskiert (\\(rsxECodeE)." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-J>, B<--json>" msgstr "B<-J>, B<--json>" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "Use JSON output format." msgstr "verwendet das JSON-Ausgabeformat." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-h>, B<--help>" msgstr "B<-h>, B<--help>" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "Display help text and exit." msgstr "zeigt einen Hilfetext an und beendet das Programm." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" #. type: Plain text #: debian-bookworm msgid "Print version and exit." msgstr "zeigt die Versionsnummer an und beendet das Programm." #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "AUTHORS" msgstr "AUTOREN" #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "B(2), B(2), B(1p)" msgstr "B(2), B(2), B(1p)" #. type: SH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "REPORTING BUGS" msgstr "FEHLER MELDEN" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 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 #, no-wrap msgid "AVAILABILITY" msgstr "VERFÜGBARKEIT" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 msgid "" "The B command is part of the util-linux package which can be " "downloaded from" msgstr "" "Der Befehl B 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 "Print the SIZE column in bytes rather than in a human-readable format." msgstr "" "gibt die SIZE-Spalte in Byte anstelle eines menschenlesbaren Formats aus." #. type: Plain text #: opensuse-leap-15-6 msgid "Display version information and exit." msgstr "zeigt Versionsinformationen an und beendet das Programm."