# German translation for util-linux. # Copyright © 1999, 2000, 2001 Elrond # Copyright © 2001, 2002 Karl Eichwalder. # Copyright © Michael Piefel , 2002, 2004, 2005, 2007, 2008. # # Note: # ===== # Changes done by Karl Eichwalder are put into the Public Domain. # Mine too. MPi # # As requested here is the unmodified header: # # -=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=- # German translation for util-linux. # Copyright (C) 1999, 2000, 2001 Elrond . # Elrond , 1999-2001. # # $Revision: 1.42 $ # # Permission is granted to freely copy and distribute # this file and modified versions, provided, that this # header is not removed and modified versions are marked # as such. # # If you have additions/changes/other requests, please # send them to me (Elrond )! # # People who helped or contributed (in historical order): # Martin Schulze # Daniel Egger # deliA # # Submitted to the TP 2001-07-18 14:32:47 CEST -ke- # # -=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=- # # Hinweise zur Übersetzung: # ========================= # command – Befehl # bad – beschädigt (z. B. „beschädigte Blöcke“) # bzw. ungültig (z. B. „ungültige ‚magic number‘ im Superblock“) # msgid "" msgstr "" "Project-Id-Version: util-linux-ng 2.13.1-rc1\n" "Report-Msgid-Bugs-To: Karel Zak \n" "POT-Creation-Date: 2008-04-28 14:00+0200\n" "PO-Revision-Date: 2008-01-09 17:38+0200\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: disk-utils/blockdev.c:37 msgid "set read-only" msgstr "Nur-Lesen setzen" #: disk-utils/blockdev.c:38 msgid "set read-write" msgstr "Lesen-Schreiben setzen" #: disk-utils/blockdev.c:39 msgid "get read-only" msgstr "Nur-Lesen ermitteln" #: disk-utils/blockdev.c:40 msgid "get sectorsize" msgstr "Sektorgröße ermitteln" #: disk-utils/blockdev.c:41 msgid "get blocksize" msgstr "Blockgröße ermitteln" #: disk-utils/blockdev.c:42 msgid "set blocksize" msgstr "Blockgröße setzen" #: disk-utils/blockdev.c:43 msgid "get 32-bit sector count" msgstr "32-Bit-Sektor-Zähler ermitteln" #: disk-utils/blockdev.c:44 msgid "get size in bytes" msgstr "Größe in Bytes ermitteln" #: disk-utils/blockdev.c:45 msgid "set readahead" msgstr "Readahead (vorausschauendes Lesen) setzen" #: disk-utils/blockdev.c:46 msgid "get readahead" msgstr "Readahead ermitteln" #: disk-utils/blockdev.c:47 msgid "set filesystem readahead" msgstr "Readahead (vorausschauendes Lesen) für Dateisystem setzen" #: disk-utils/blockdev.c:48 msgid "get filesystem readahead" msgstr "Readahead für Dateisystem ermitteln" #: disk-utils/blockdev.c:49 msgid "flush buffers" msgstr "Puffer leeren" #: disk-utils/blockdev.c:51 msgid "reread partition table" msgstr "Partitionstabelle erneut lesen" #: disk-utils/blockdev.c:60 #, c-format msgid "Usage:\n" msgstr "Aufruf:\n" #: disk-utils/blockdev.c:62 #, c-format msgid " %s --report [devices]\n" msgstr " %s --report [Geräte]\n" #: disk-utils/blockdev.c:63 #, c-format msgid " %s [-v|-q] commands devices\n" msgstr " %s [-v|-q] Befehle Geräte\n" #: disk-utils/blockdev.c:66 #, c-format msgid "Available commands:\n" msgstr "Verfügbare Befehle:\n" #: disk-utils/blockdev.c:68 #, fuzzy msgid "get size in 512-byte sectors" msgstr "Größe in Bytes ermitteln" #: disk-utils/blockdev.c:201 #, c-format msgid "%s: Unknown command: %s\n" msgstr "%s: Unbekannter Befehl: %s\n" #: disk-utils/blockdev.c:213 disk-utils/blockdev.c:222 #, c-format msgid "%s requires an argument\n" msgstr "%s erwartet ein Argument\n" #: disk-utils/blockdev.c:255 #, fuzzy, c-format msgid "%s failed.\n" msgstr "„seek“ gescheitert." #: disk-utils/blockdev.c:292 #, c-format msgid "%s succeeded.\n" msgstr "%s erfolgreich beendet.\n" #: disk-utils/blockdev.c:310 disk-utils/blockdev.c:338 #, c-format msgid "%s: cannot open %s\n" msgstr "%s: Konnte %s nicht öffnen\n" #: disk-utils/blockdev.c:355 #, c-format msgid "%s: ioctl error on %s\n" msgstr "%s: IOCTL-Fehler bei %s\n" #: disk-utils/blockdev.c:364 #, fuzzy, c-format msgid "RO RA SSZ BSZ StartSec Size Device\n" msgstr "NurL RA SGr BGr Startsek Größe Gerät\n" #: disk-utils/elvtune.c:48 #, c-format msgid "usage:\n" msgstr "Aufruf:\n" #: disk-utils/fdformat.c:31 #, c-format msgid "Formatting ... " msgstr "Formatieren … " #: disk-utils/fdformat.c:49 disk-utils/fdformat.c:84 #, c-format msgid "done\n" msgstr "Beendet\n" #: disk-utils/fdformat.c:60 #, c-format msgid "Verifying ... " msgstr "Überprüfen … " # This is from a perror() #: disk-utils/fdformat.c:71 msgid "Read: " msgstr "Lesen: " #: disk-utils/fdformat.c:73 #, c-format msgid "Problem reading cylinder %d, expected %d, read %d\n" msgstr "Problem beim Lesen von Zylinder %d, es wurde %d erwartet, aber %d gelesen\n" #: disk-utils/fdformat.c:79 #, c-format msgid "" "bad data in cyl %d\n" "Continuing ... " msgstr "" "Beschädigte Daten bei Zylinder %d\n" "Operation wird fortgesetzt … " #: disk-utils/fdformat.c:94 #, c-format msgid "usage: %s [ -n ] device\n" msgstr "Aufruf: %s [ -n ] Gerät\n" #: disk-utils/fdformat.c:116 disk-utils/fsck.minix.c:1283 #: disk-utils/isosize.c:181 disk-utils/mkfs.bfs.c:119 disk-utils/mkfs.c:52 #: disk-utils/mkfs.cramfs.c:788 disk-utils/mkfs.minix.c:575 #: disk-utils/mkswap.c:514 misc-utils/ddate.c:179 misc-utils/rename.c:79 #: misc-utils/script.c:147 sys-utils/readprofile.c:197 #, c-format msgid "%s (%s)\n" msgstr "%s (%s)\n" #: disk-utils/fdformat.c:130 #, c-format msgid "%s: not a block device\n" msgstr "%s: kein blockorientiertes Gerät\n" #: disk-utils/fdformat.c:140 msgid "Could not determine current format type" msgstr "Konnte das aktuelle Format nicht feststellen" #: disk-utils/fdformat.c:141 #, c-format msgid "%s-sided, %d tracks, %d sec/track. Total capacity %d kB.\n" msgstr "%sseitig, %d Spuren, %d Sektoren/Spur, Totale Kapazität: %dkB.\n" #: disk-utils/fdformat.c:142 msgid "Double" msgstr "Doppel" #: disk-utils/fdformat.c:142 msgid "Single" msgstr "Einfach" #: disk-utils/fsck.cramfs.c:117 #, c-format msgid "" "usage: %s [-hv] [-x dir] file\n" " -h print this help\n" " -x dir extract into dir\n" " -v be more verbose\n" " file file to test\n" msgstr "" "Aufruf: %s [-hv] [-x Verz] Datei\n" " -h diese Hilfe ausgeben\n" " -x Verz in Verzeichnis extrahieren\n" " -v gesprächiger sein\n" " Datei zu testende Datei\n" #: disk-utils/fsck.minix.c:211 #, c-format msgid "Usage: %s [-larvsmf] /dev/name\n" msgstr "Aufruf: %s [-larvsmf] /dev/name\n" #: disk-utils/fsck.minix.c:327 #, c-format msgid "%s is mounted.\t " msgstr "%s ist eingehängt.\t" #: disk-utils/fsck.minix.c:329 msgid "Do you really want to continue" msgstr "Möchten Sie wirklich fortfahren" #: disk-utils/fsck.minix.c:333 #, c-format msgid "check aborted.\n" msgstr "Überprüfung abgebrochen. \n" #: disk-utils/fsck.minix.c:352 disk-utils/fsck.minix.c:375 #, c-format msgid "Zone nr < FIRSTZONE in file `%s'." msgstr "Zonennummer < FIRSTZONE in Datei „%s“." #: disk-utils/fsck.minix.c:356 disk-utils/fsck.minix.c:379 #, c-format msgid "Zone nr >= ZONES in file `%s'." msgstr "Zonennummer >= ZONES in Datei „%s“." #: disk-utils/fsck.minix.c:361 disk-utils/fsck.minix.c:384 msgid "Remove block" msgstr "Block entfernen" #: disk-utils/fsck.minix.c:402 #, c-format msgid "Read error: unable to seek to block in file '%s'\n" msgstr "Lesefehler: kann nicht zu Block springen in Datei „%s“\n" #: disk-utils/fsck.minix.c:408 #, c-format msgid "Read error: bad block in file '%s'\n" msgstr "Fehler beim Lesen: beschädigter Block in Datei „%s“\n" #: disk-utils/fsck.minix.c:423 #, c-format msgid "" "Internal error: trying to write bad block\n" "Write request ignored\n" msgstr "" "Interner Fehler: beim Versuch einen beschädigten Block zu schreiben\n" "Schreibanweisung übergangen\n" #: disk-utils/fsck.minix.c:429 disk-utils/mkfs.minix.c:213 msgid "seek failed in write_block" msgstr "„seek“ fehlgeschlagen in write_block" #: disk-utils/fsck.minix.c:432 #, c-format msgid "Write error: bad block in file '%s'\n" msgstr "Fehler beim Schreiben: beschädigter Block in Datei „%s“\n" #: disk-utils/fsck.minix.c:548 msgid "seek failed in write_super_block" msgstr "„seek“ failed in write_super_block" #: disk-utils/fsck.minix.c:550 disk-utils/mkfs.minix.c:200 msgid "unable to write super-block" msgstr "Konnte den Superblock nicht schreiben" #: disk-utils/fsck.minix.c:560 msgid "Unable to write inode map" msgstr "Konnte die „inode map“ nicht schreiben" #: disk-utils/fsck.minix.c:562 msgid "Unable to write zone map" msgstr "Konnte die „zone map“ nicht schreiben" #: disk-utils/fsck.minix.c:564 msgid "Unable to write inodes" msgstr "Konnte die „inodes“ nicht schreiben" #: disk-utils/fsck.minix.c:591 msgid "seek failed" msgstr "„seek“ gescheitert." #: disk-utils/fsck.minix.c:593 msgid "unable to read super block" msgstr "Konnte den Superblock nicht lesen" #: disk-utils/fsck.minix.c:611 msgid "bad magic number in super-block" msgstr "Ungültige „magic number“ im Superblock" #: disk-utils/fsck.minix.c:613 msgid "Only 1k blocks/zones supported" msgstr "Es werden nur Blöcke/Zonen von 1k Größe unterstützt" #: disk-utils/fsck.minix.c:615 msgid "bad s_imap_blocks field in super-block" msgstr "Ungültiger Wert im Feld „s_imap_block“ im Superblock" #: disk-utils/fsck.minix.c:617 msgid "bad s_zmap_blocks field in super-block" msgstr "Ungültiger Wert im Feld „s_zmap_block“ im Superblock" #: disk-utils/fsck.minix.c:624 msgid "Unable to allocate buffer for inode map" msgstr "Kein Speicherplatz für „inode map“ verfügbar" #: disk-utils/fsck.minix.c:627 #, fuzzy msgid "Unable to allocate buffer for zone map" msgstr "Kein Speicherplatz für „inode map“ verfügbar" #: disk-utils/fsck.minix.c:632 msgid "Unable to allocate buffer for inodes" msgstr "Kein Speicherplatz für „inodes“ verfügbar" #: disk-utils/fsck.minix.c:635 msgid "Unable to allocate buffer for inode count" msgstr "Kein Speicherplatz für „inode count“ verfügbar" #: disk-utils/fsck.minix.c:638 msgid "Unable to allocate buffer for zone count" msgstr "Kein Speicherplatz für „zone count“ verfügbar" #: disk-utils/fsck.minix.c:640 msgid "Unable to read inode map" msgstr "Kann „inode map“ nicht lesen" #: disk-utils/fsck.minix.c:642 msgid "Unable to read zone map" msgstr "Kann „zone map“ nicht lesen" #: disk-utils/fsck.minix.c:644 msgid "Unable to read inodes" msgstr "Kann „inodes“ nicht lesen." #: disk-utils/fsck.minix.c:646 #, c-format msgid "Warning: Firstzone != Norm_firstzone\n" msgstr "Warnung: Firstzone != Norm_firstzone\n" #: disk-utils/fsck.minix.c:651 disk-utils/mkfs.minix.c:454 #, c-format msgid "%ld inodes\n" msgstr "%ld inodes\n" #: disk-utils/fsck.minix.c:652 disk-utils/mkfs.minix.c:455 #, c-format msgid "%ld blocks\n" msgstr "%ld Blöcke\n" #: disk-utils/fsck.minix.c:653 disk-utils/mkfs.minix.c:456 #, c-format msgid "Firstdatazone=%ld (%ld)\n" msgstr "Firstdatazone=%ld (%ld)\n" #: disk-utils/fsck.minix.c:654 disk-utils/mkfs.minix.c:457 #, c-format msgid "Zonesize=%d\n" msgstr "Zonesize=%d\n" #: disk-utils/fsck.minix.c:655 #, c-format msgid "Maxsize=%ld\n" msgstr "Maxsize=%ld\n" #: disk-utils/fsck.minix.c:656 #, c-format msgid "Filesystem state=%d\n" msgstr "Filesystem state=%d\n" #: disk-utils/fsck.minix.c:657 #, c-format msgid "" "namelen=%d\n" "\n" msgstr "" "namelen=%d\n" "\n" #: disk-utils/fsck.minix.c:672 disk-utils/fsck.minix.c:723 #, c-format msgid "Inode %d marked unused, but used for file '%s'\n" msgstr "Inode %d ist als unbenutzt gekennzeichnet, aber Datei „%s“ benutzt sie\n" #: disk-utils/fsck.minix.c:676 disk-utils/fsck.minix.c:727 msgid "Mark in use" msgstr "Inode als benutzt kennzeichnen" #: disk-utils/fsck.minix.c:698 disk-utils/fsck.minix.c:747 #, c-format msgid "The file `%s' has mode %05o\n" msgstr "Die Datei „%s“ hat Mode %05o\n" #: disk-utils/fsck.minix.c:705 disk-utils/fsck.minix.c:753 #, c-format msgid "Warning: inode count too big.\n" msgstr "Warnung: „inode count“ zu groß.\n" #: disk-utils/fsck.minix.c:765 disk-utils/fsck.minix.c:773 msgid "root inode isn't a directory" msgstr "„root inode“ ist kein Verzeichnis" #: disk-utils/fsck.minix.c:787 disk-utils/fsck.minix.c:820 #, c-format msgid "Block has been used before. Now in file `%s'." msgstr "Block wurde zuvor benutzt. Nun in Datei „%s“." #: disk-utils/fsck.minix.c:789 disk-utils/fsck.minix.c:822 #: disk-utils/fsck.minix.c:1145 disk-utils/fsck.minix.c:1154 #: disk-utils/fsck.minix.c:1200 disk-utils/fsck.minix.c:1209 msgid "Clear" msgstr "Zurücksetzen" #: disk-utils/fsck.minix.c:799 disk-utils/fsck.minix.c:832 #, c-format msgid "Block %d in file `%s' is marked not in use." msgstr "Block %d in Datei „%s“ ist als unbenutzt markiert." #: disk-utils/fsck.minix.c:801 disk-utils/fsck.minix.c:834 msgid "Correct" msgstr "Korrigieren" #: disk-utils/fsck.minix.c:973 disk-utils/fsck.minix.c:1040 #, c-format msgid "The directory '%s' contains a bad inode number for file '%.*s'." msgstr "Das Verzeichnis „%s“ enthält eine ungültige Inode-Nummer für Datei „%.*s“." #: disk-utils/fsck.minix.c:976 disk-utils/fsck.minix.c:1043 msgid " Remove" msgstr " Entfernen" #: disk-utils/fsck.minix.c:990 disk-utils/fsck.minix.c:1057 #, c-format msgid "%s: bad directory: '.' isn't first\n" msgstr "%s: ungültiges Verzeichnis: „.“ kommt nicht zuerst\n" #: disk-utils/fsck.minix.c:998 disk-utils/fsck.minix.c:1066 #, c-format msgid "%s: bad directory: '..' isn't second\n" msgstr "%s: ungültiges Verzeichnis: „..“ kommt nicht als zweites\n" #: disk-utils/fsck.minix.c:1100 disk-utils/fsck.minix.c:1118 msgid "internal error" msgstr "interner Fehler" #: disk-utils/fsck.minix.c:1103 disk-utils/fsck.minix.c:1121 #, c-format msgid "%s: bad directory: size < 32" msgstr "%s: ungültiges Verzeichnis: Größe < 32" #: disk-utils/fsck.minix.c:1134 msgid "seek failed in bad_zone" msgstr "seek in bad_zone fehlgeschlagen" #: disk-utils/fsck.minix.c:1144 disk-utils/fsck.minix.c:1199 #, c-format msgid "Inode %d mode not cleared." msgstr "Inode %d Modus nicht zurückgesetzt." #: disk-utils/fsck.minix.c:1153 disk-utils/fsck.minix.c:1208 #, c-format msgid "Inode %d not used, marked used in the bitmap." msgstr "Inode %d nicht benutzt, in Bitmap als benutzt markiert." #: disk-utils/fsck.minix.c:1159 disk-utils/fsck.minix.c:1214 #, c-format msgid "Inode %d used, marked unused in the bitmap." msgstr "Inode %d benutzt, in Bitmap als unbenutzt markiert." #: disk-utils/fsck.minix.c:1161 disk-utils/fsck.minix.c:1215 msgid "Set" msgstr "Setzen" #: disk-utils/fsck.minix.c:1165 disk-utils/fsck.minix.c:1219 #, c-format msgid "Inode %d (mode = %07o), i_nlinks=%d, counted=%d." msgstr "Inode %d (Modus = %07o), i_nlinks=%d, gezählt=%d." #: disk-utils/fsck.minix.c:1167 disk-utils/fsck.minix.c:1221 msgid "Set i_nlinks to count" msgstr "Setze i_nlinks auf count" #: disk-utils/fsck.minix.c:1179 disk-utils/fsck.minix.c:1233 #, c-format msgid "Zone %d: marked in use, no file uses it." msgstr "Zone %d: als benutzt markiert, keine Datei benutzt sie." #: disk-utils/fsck.minix.c:1180 disk-utils/fsck.minix.c:1235 msgid "Unmark" msgstr "Mark. entf." #: disk-utils/fsck.minix.c:1185 disk-utils/fsck.minix.c:1240 #, c-format msgid "Zone %d: in use, counted=%d\n" msgstr "Zone %d: in Benutzung, gezählt=%d\n" #: disk-utils/fsck.minix.c:1188 disk-utils/fsck.minix.c:1243 #, c-format msgid "Zone %d: not in use, counted=%d\n" msgstr "Zone %d: nicht in Benutzung, gezählt=%d\n" #: disk-utils/fsck.minix.c:1288 disk-utils/mkfs.minix.c:580 #: disk-utils/mkfs.minix.c:582 msgid "bad inode size" msgstr "ungültige INode-Größe" #: disk-utils/fsck.minix.c:1290 msgid "bad v2 inode size" msgstr "ungültige V2-INode-Größe" #: disk-utils/fsck.minix.c:1316 msgid "need terminal for interactive repairs" msgstr "Brauche Terminal für interaktive Reparaturen." #: disk-utils/fsck.minix.c:1320 #, fuzzy, c-format msgid "unable to open '%s': %s" msgstr "Konnte „%s“ nicht öffnen" #: disk-utils/fsck.minix.c:1335 #, c-format msgid "%s is clean, no check.\n" msgstr "%s ist in Ordnung, keine Überprüfung.\n" #: disk-utils/fsck.minix.c:1339 #, c-format msgid "Forcing filesystem check on %s.\n" msgstr "Überprüfung des Dateisystem auf %s erzwungen.\n" #: disk-utils/fsck.minix.c:1341 #, c-format msgid "Filesystem on %s is dirty, needs checking.\n" msgstr "Dateisystem auf %s ist gestört (dirty), Überprüfung erforderlich.\n" #: disk-utils/fsck.minix.c:1374 #, c-format msgid "" "\n" "%6ld inodes used (%ld%%)\n" msgstr "" "\n" "%6ld INodes benutzten (%ld%%)\n" #: disk-utils/fsck.minix.c:1379 #, c-format msgid "%6ld zones used (%ld%%)\n" msgstr "%6ld zones benutzten (%ld%%)\n" #: disk-utils/fsck.minix.c:1381 #, c-format msgid "" "\n" "%6d regular files\n" "%6d directories\n" "%6d character device files\n" "%6d block device files\n" "%6d links\n" "%6d symbolic links\n" "------\n" "%6d files\n" msgstr "" "\n" "%6d reguläre Dateien\n" "%6d Verzeichnisse\n" "%6d zeichenorientierte Geräte\n" "%6d blockorientierte Geräte\n" "%6d Verknüpfungen\n" "%6d symbolische Verknüpfungen\n" "------\n" "%6d Dateien\n" #: disk-utils/fsck.minix.c:1394 #, c-format msgid "" "----------------------------\n" "FILE SYSTEM HAS BEEN CHANGED\n" "----------------------------\n" msgstr "" "--------------------------\n" "DATEISYSTEM WURDE GEÄNDERT\n" "--------------------------\n" #: disk-utils/isosize.c:129 #, c-format msgid "%s: failed to open: %s\n" msgstr "%s: fehlschlagenes Öffnen von: %s\n" #: disk-utils/isosize.c:135 #, c-format msgid "%s: seek error on %s\n" msgstr "%s: Fehler beim Seek auf %s\n" #: disk-utils/isosize.c:141 #, c-format msgid "%s: read error on %s\n" msgstr "%s: Fehler beim Lesen auf %s\n" #: disk-utils/isosize.c:150 #, c-format msgid "sector count: %d, sector size: %d\n" msgstr "Sektoranzahl: %d, Sektorgröße: %d\n" #: disk-utils/isosize.c:200 #, c-format msgid "%s: option parse error\n" msgstr "%s: Fehler beim Parsen der Option\n" #: disk-utils/isosize.c:208 #, c-format msgid "Usage: %s [-x] [-d ] iso9660-image\n" msgstr "Aufruf: %s [-x] [-d ] iso9660-Image\n" #: disk-utils/mkfs.bfs.c:88 #, c-format msgid "" "Usage: %s [-v] [-N nr-of-inodes] [-V volume-name]\n" " [-F fsname] device [block-count]\n" msgstr "" "Aufruf: %s [-v] [-N zahl-der-inodes] [-V volume-name]\n" " [-F fsname] gerät [block-anzahl]\n" #: disk-utils/mkfs.bfs.c:135 msgid "volume name too long" msgstr "volume-Name ist zu lang" #: disk-utils/mkfs.bfs.c:142 msgid "fsname name too long" msgstr "fsname ist zu lang" #: disk-utils/mkfs.bfs.c:167 #, c-format msgid "cannot stat device %s" msgstr "kann nicht auf Gerät %s zugreifen" #: disk-utils/mkfs.bfs.c:171 #, c-format msgid "%s is not a block special device" msgstr "%s ist kein blockorientiertes Gerät" #: disk-utils/mkfs.bfs.c:176 sys-utils/ldattach.c:200 #, c-format msgid "cannot open %s" msgstr "es ist nicht möglich, %s zu öffnen" #: disk-utils/mkfs.bfs.c:187 #, c-format msgid "cannot get size of %s" msgstr "es ist nicht möglich, die Größe von %s festzustellen" #: disk-utils/mkfs.bfs.c:192 #, c-format msgid "blocks argument too large, max is %lu" msgstr "„blocks“-Argument zu groß, max ist %lu" #: disk-utils/mkfs.bfs.c:207 msgid "too many inodes - max is 512" msgstr "zu viele Inodes – Maximum ist 512" #: disk-utils/mkfs.bfs.c:216 #, c-format msgid "not enough space, need at least %lu blocks" msgstr "nicht genügend Platz; es werden wenigstens %lu Blöcke benötigt" #: disk-utils/mkfs.bfs.c:228 fdisk/fdisk.c:2322 #, c-format msgid "Device: %s\n" msgstr "Gerät: %s\n" #: disk-utils/mkfs.bfs.c:229 #, c-format msgid "Volume: <%-6s>\n" msgstr "Volume: <%-6s>\n" #: disk-utils/mkfs.bfs.c:230 #, c-format msgid "FSname: <%-6s>\n" msgstr "DSName: <%-6s>\n" #: disk-utils/mkfs.bfs.c:231 #, c-format msgid "BlockSize: %d\n" msgstr "Blockgröße: %d\n" #: disk-utils/mkfs.bfs.c:233 #, c-format msgid "Inodes: %d (in 1 block)\n" msgstr "Inodes: %d (in 1 Block)\n" #: disk-utils/mkfs.bfs.c:236 #, c-format msgid "Inodes: %d (in %ld blocks)\n" msgstr "Inodes: %d (in %ld Blöcken)\n" #: disk-utils/mkfs.bfs.c:238 #, c-format msgid "Blocks: %ld\n" msgstr "Blöcke: %ld\n" #: disk-utils/mkfs.bfs.c:239 #, c-format msgid "Inode end: %d, Data end: %d\n" msgstr "Inode-Ende: %d, Datenende: %d\n" #: disk-utils/mkfs.bfs.c:244 msgid "error writing superblock" msgstr "Fehler beim Schreiben des Superblocks" #: disk-utils/mkfs.bfs.c:264 msgid "error writing root inode" msgstr "Fehler beim Schreiben der Root-Inode" #: disk-utils/mkfs.bfs.c:269 msgid "error writing inode" msgstr "Fehler beim Schreiben der Inode" #: disk-utils/mkfs.bfs.c:272 msgid "seek error" msgstr "Seek-Fehler" #: disk-utils/mkfs.bfs.c:278 msgid "error writing . entry" msgstr "Fehler beim Schreiben des „.“-Eintrags" #: disk-utils/mkfs.bfs.c:282 msgid "error writing .. entry" msgstr "Fehler beim Schreiben des „..“-Eintrags" #: disk-utils/mkfs.bfs.c:286 #, c-format msgid "error closing %s" msgstr "Fehler beim Schließen von %s" #: disk-utils/mkfs.c:73 #, c-format msgid "Usage: mkfs [-V] [-t fstype] [fs-options] device [size]\n" msgstr "Aufruf: mkfs [-V] [-t FS-Typ] [FS-Optionen] Gerät [Größe]\n" #: disk-utils/mkfs.c:88 disk-utils/mkfs.c:96 fdisk/cfdisk.c:351 #: getopt/getopt.c:91 getopt/getopt.c:101 login-utils/wall.c:246 #, c-format msgid "%s: Out of memory!\n" msgstr "%s: Speicher ist aufgebraucht!\n" #: disk-utils/mkfs.c:103 #, c-format msgid "mkfs (%s)\n" msgstr "mkfs (%s)\n" #: disk-utils/mkfs.cramfs.c:124 #, c-format msgid "" "usage: %s [-h] [-v] [-b blksize] [-e edition] [-i file] [-n name] dirname outfile\n" " -h print this help\n" " -v be verbose\n" " -E make all warnings errors (non-zero exit status)\n" " -b blksize use this blocksize, must equal page size\n" " -e edition set edition number (part of fsid)\n" " -i file insert a file image into the filesystem (requires >= 2.4.0)\n" " -n name set name of cramfs filesystem\n" " -p pad by %d bytes for boot code\n" " -s sort directory entries (old option, ignored)\n" " -z make explicit holes (requires >= 2.3.39)\n" " dirname root of the filesystem to be compressed\n" " outfile output file\n" msgstr "" "Aufruf: %s [-h] [-v] [-b blkgr] [-e edition] [-i datei] [-n name] verzname ausdatei\n" " -h diese Hilfe ausgeben\n" " -v wortreich sein\n" " -E alle Warnungen zu Fehlern machen (von 0 versch. Exit-Status)\n" " -b blkgr diese Blockgröße verwenden, muss gleich der Seitengröße sein\n" " -e edition Edition-Nummer setzen (Teil von fsid)\n" " -i datei ein Dateiabbild in das Dateisystem einfügen (benötigt >= 2.4.0)\n" " -n name name des cramfs-Dateisystems setzen\n" " -p mit %d Bytes für Boot-Code auffüllen\n" " -s Verzeichniseinträge sortieren (alte Option, ignoriert)\n" " -z explizite Löcher machen (benötigt >= 2.3.39)\n" " verzname Wurzel des zu komprimierenden Dateisystems\n" " ausdatei Ausgabedatei\n" #: disk-utils/mkfs.cramfs.c:336 #, fuzzy, c-format msgid "" "Very long (%zu bytes) filename `%s' found.\n" " Please increase MAX_INPUT_NAMELEN in mkcramfs.c and recompile. Exiting.\n" msgstr "" "Sehr langer (%u Bytes) Dateiname „%s“ gefunden.\n" " Bitte setzen Sie MAX_INPUT_NAMELEN in mkcramfs.c hoch und übersetzen Sie\n" " erneut. Breche jetzt ab.\n" #: disk-utils/mkfs.cramfs.c:464 #, c-format msgid "filesystem too big. Exiting.\n" msgstr "Dateisystem zu groß. Breche jetzt ab.\n" #: disk-utils/mkfs.cramfs.c:627 #, c-format msgid "AIEEE: block \"compressed\" to > 2*blocklength (%ld)\n" msgstr "AIEEE: Block auf > 2×Blocklänge (%ld) „komprimiert“\n" #: disk-utils/mkfs.cramfs.c:646 #, fuzzy, c-format msgid "%6.2f%% (%+ld bytes)\t%s\n" msgstr "%6.2f%% (%+d Bytes)\t%s\n" #: disk-utils/mkfs.cramfs.c:829 #, fuzzy, c-format msgid "warning: guestimate of required size (upper bound) is %lldMB, but maximum image size is %uMB. We might die prematurely.\n" msgstr "Warnung: Grobschätzung der benötigten Größe (obere Schranke) ist %LdMB, aber maximale Abbild-Größe ist %uMB. Wir könnten frühzeitig sterben.\n" #: disk-utils/mkfs.cramfs.c:870 #, c-format msgid "Including: %s\n" msgstr "Einschließlich: %s\n" #: disk-utils/mkfs.cramfs.c:876 #, fuzzy, c-format msgid "Directory data: %zd bytes\n" msgstr "Verzeichnisdaten: %d Bytes\n" #: disk-utils/mkfs.cramfs.c:884 #, fuzzy, c-format msgid "Everything: %zd kilobytes\n" msgstr "Alles: %d Kilobytes\n" #: disk-utils/mkfs.cramfs.c:889 #, fuzzy, c-format msgid "Super block: %zd bytes\n" msgstr "Superblock: %d Bytes\n" #: disk-utils/mkfs.cramfs.c:896 #, c-format msgid "CRC: %x\n" msgstr "CRC: %x\n" #: disk-utils/mkfs.cramfs.c:901 #, fuzzy, c-format msgid "not enough space allocated for ROM image (%lld allocated, %zu used)\n" msgstr "nicht genug Raum für ROM-Abbild bereitgestellt (%Ld bereitgestellt, %d benutzt)\n" #: disk-utils/mkfs.cramfs.c:913 #, fuzzy, c-format msgid "ROM image write failed (%zd %zd)\n" msgstr "Schreiben des ROM-Abbilds fehlgeschlagen (%d %d)\n" #: disk-utils/mkfs.cramfs.c:922 #, c-format msgid "warning: filenames truncated to 255 bytes.\n" msgstr "Warnung: Dateiname auf 255 Bytes abgeschnitten.\n" #: disk-utils/mkfs.cramfs.c:925 #, c-format msgid "warning: files were skipped due to errors.\n" msgstr "Warnung: Dateien wurden wegen Fehlern übersprungen.\n" #: disk-utils/mkfs.cramfs.c:928 #, c-format msgid "warning: file sizes truncated to %luMB (minus 1 byte).\n" msgstr "Warnung: Dateigrößen abgeschnitten auf %luMB (minus 1 Byte).\n" #: disk-utils/mkfs.cramfs.c:933 #, c-format msgid "warning: uids truncated to %u bits. (This may be a security concern.)\n" msgstr "Warnung: UIDs abgeschnitten auf %u Bits. (Dies könnte ein Sicherheitsrisiko sein.)\n" #: disk-utils/mkfs.cramfs.c:938 #, c-format msgid "warning: gids truncated to %u bits. (This may be a security concern.)\n" msgstr "Warnung: GIDs abgeschnitten auf %u Bits. (Dies könnte ein Sicherheitsrisiko sein.)\n" #: disk-utils/mkfs.cramfs.c:943 #, c-format msgid "" "WARNING: device numbers truncated to %u bits. This almost certainly means\n" "that some device files will be wrong.\n" msgstr "" "WARNUNG: Gerätenummern abgeschnitten auf %u Bits. Das bedeutet beinahe mit\n" "Sicherheit, dass einige Gerätedateien falsch sind.\n" #: disk-utils/mkfs.minix.c:160 #, c-format msgid "Usage: %s [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n" msgstr "Aufruf: %s [-c | -l Datei] [-nXX] [-iXX] /dev/Name [Blöcke]\n" #: disk-utils/mkfs.minix.c:184 #, c-format msgid "%s is mounted; will not make a filesystem here!" msgstr "%s ist eingehängt; es wird hier kein Dateisystem angelegt!" #: disk-utils/mkfs.minix.c:194 msgid "seek to boot block failed in write_tables" msgstr "Seek auf Bootblock fehlgeschlagen in write_tables" #: disk-utils/mkfs.minix.c:196 msgid "unable to clear boot sector" msgstr "kann Bootsektor nicht löschen" #: disk-utils/mkfs.minix.c:198 msgid "seek failed in write_tables" msgstr "Seek fehlgeschlagen in write_tables" #: disk-utils/mkfs.minix.c:202 msgid "unable to write inode map" msgstr "kann Inode-Tabellen nicht schreiben" #: disk-utils/mkfs.minix.c:204 msgid "unable to write zone map" msgstr "kann Zonentabelle nicht schreiben" #: disk-utils/mkfs.minix.c:206 msgid "unable to write inodes" msgstr "kann Inodes nicht schreiben" #: disk-utils/mkfs.minix.c:215 msgid "write failed in write_block" msgstr "Schreiben fehlgeschlagen in write_block" #: disk-utils/mkfs.minix.c:223 disk-utils/mkfs.minix.c:297 #: disk-utils/mkfs.minix.c:346 msgid "too many bad blocks" msgstr "zu viele beschädigte Blöcke" #: disk-utils/mkfs.minix.c:231 msgid "not enough good blocks" msgstr "nicht genügend gute Blöcke" #: disk-utils/mkfs.minix.c:443 msgid "unable to allocate buffers for maps" msgstr "kann Puffer für Tabellen nicht reservieren" #: disk-utils/mkfs.minix.c:452 msgid "unable to allocate buffer for inodes" msgstr "kann Puffer für Inodes nicht reservieren" #: disk-utils/mkfs.minix.c:458 #, c-format msgid "" "Maxsize=%ld\n" "\n" msgstr "" "Maxgröße=%ld\n" "\n" #: disk-utils/mkfs.minix.c:472 msgid "seek failed during testing of blocks" msgstr "Seek fehlgeschlagen während Blocküberprüfung" #: disk-utils/mkfs.minix.c:480 #, c-format msgid "Weird values in do_check: probably bugs\n" msgstr "Merkwürdige Werte in do_check: wahrscheinlich Fehler\n" #: disk-utils/mkfs.minix.c:511 disk-utils/mkswap.c:378 msgid "seek failed in check_blocks" msgstr "Seek fehlgeschlagen in check_blocks" #: disk-utils/mkfs.minix.c:520 msgid "bad blocks before data-area: cannot make fs" msgstr "beschädigte Blöcke vor dem Datenbereich: kann kein Dateisystem herstellen" #: disk-utils/mkfs.minix.c:526 disk-utils/mkfs.minix.c:551 #, c-format msgid "%d bad blocks\n" msgstr "%d beschädigte Blöcke\n" #: disk-utils/mkfs.minix.c:528 disk-utils/mkfs.minix.c:553 #, c-format msgid "one bad block\n" msgstr "ein beschädigter Block\n" #: disk-utils/mkfs.minix.c:538 msgid "can't open file of bad blocks" msgstr "kann Datei mit beschädigten Blöcken nicht öffnen" #: disk-utils/mkfs.minix.c:542 #, c-format msgid "badblock number input error on line %d\n" msgstr "" #: disk-utils/mkfs.minix.c:543 #, fuzzy msgid "cannot read badblocks file" msgstr "Konnte nicht von der Festplatte lesen" #: disk-utils/mkfs.minix.c:623 #, c-format msgid "strtol error: number of blocks not specified" msgstr "strtol-Fehler: Anzahl der Blöcke nicht angegeben" #: disk-utils/mkfs.minix.c:642 #, c-format msgid "unable to stat %s" msgstr "kann kein „stat“ auf %s anwenden" #: disk-utils/mkfs.minix.c:648 #, c-format msgid "unable to open %s" msgstr "kann %s nicht öffnen" #: disk-utils/mkfs.minix.c:653 #, fuzzy, c-format msgid "cannot determine sector size for %s" msgstr "es ist nicht möglich, die Größe von %s festzustellen" #: disk-utils/mkfs.minix.c:655 #, c-format msgid "block size smaller than physical sector size of %s" msgstr "" #: disk-utils/mkfs.minix.c:657 #, fuzzy, c-format msgid "cannot determine size of %s" msgstr "es ist nicht möglich, die Größe von %s festzustellen" #: disk-utils/mkfs.minix.c:661 #, c-format msgid "will not try to make filesystem on '%s'" msgstr "Es wird nicht versucht, ein Dateisystem auf „%s“ zu erzeugen" #: disk-utils/mkfs.minix.c:663 #, fuzzy msgid "number of blocks too small" msgstr "Anzahl der Sektoren" #: disk-utils/mkswap.c:152 #, c-format msgid "Bad user-specified page size %d\n" msgstr "Ungültige nutzerdefinierte Seitengröße %d\n" #: disk-utils/mkswap.c:160 #, c-format msgid "Using user-specified page size %d, instead of the system value %d\n" msgstr "Benutze nutzerdefinierte Seitengröße %d anstelle der Systemwerte %d\n" #: disk-utils/mkswap.c:184 #, c-format msgid "Bad swap header size, no label written.\n" msgstr "Ungültige Swap-Headergröße, kein Label geschrieben.\n" #: disk-utils/mkswap.c:194 #, c-format msgid "Label was truncated.\n" msgstr "Label wurde abgeschnitten.\n" # dito #: disk-utils/mkswap.c:200 #, c-format msgid "no label, " msgstr "kein Label, " #: disk-utils/mkswap.c:208 #, c-format msgid "no uuid\n" msgstr "keine UUID\n" #: disk-utils/mkswap.c:332 #, fuzzy, c-format msgid "Usage: %s [-c] [-v0|-v1] [-pPAGESZ] [-L label] [-U UUID] /dev/name [blocks]\n" msgstr "Aufruf: %s [-c] [-v0|-v1] [-pSEITENGRÖSSE] [-L Label] /dev/Name [Blöcke]\n" #: disk-utils/mkswap.c:355 msgid "too many bad pages" msgstr "Zu viele beschädigte „Seiten“" #: disk-utils/mkswap.c:369 misc-utils/look.c:182 misc-utils/setterm.c:1183 #: text-utils/more.c:1983 text-utils/more.c:1994 msgid "Out of memory" msgstr "Speicher ist aufgebraucht" #: disk-utils/mkswap.c:386 #, c-format msgid "one bad page\n" msgstr "Eine beschädigte „Seite“\n" #: disk-utils/mkswap.c:388 #, c-format msgid "%lu bad pages\n" msgstr "%lu beschädigte Seiten\n" #: disk-utils/mkswap.c:551 #, c-format msgid "%1$s: warning: ignore -U (UUIDs are unsupported by %1$s)\n" msgstr "" #: disk-utils/mkswap.c:569 #, fuzzy msgid "error: UUID parsing failed" msgstr "" "\n" "Fehler beim Schließen von Datei\n" #: disk-utils/mkswap.c:579 #, c-format msgid "%s: error: Nowhere to set up swap on?\n" msgstr "%s: Es wurde nicht angegeben, wo der Swapbereich angelegt werden soll.\n" #: disk-utils/mkswap.c:597 #, fuzzy, c-format msgid "%s: error: size %lu KiB is larger than device size %lu KiB\n" msgstr "%s: Fehler: Die angegebene Größe %lu ist größer als die des Gerätes: %lu\n" #: disk-utils/mkswap.c:618 #, c-format msgid "%s: error: unknown version %d\n" msgstr "%s: Fehler: unbekannte Version %d\n" #: disk-utils/mkswap.c:625 #, fuzzy, c-format msgid "%s: error: swap area needs to be at least %ld KiB\n" msgstr "%s: Fehler: Der Swapbereich muss mindestens %ldkB groß sein\n" #: disk-utils/mkswap.c:642 #, fuzzy, c-format msgid "%s: warning: truncating swap area to %ld KiB\n" msgstr "%s: Warnung: Der Swapbereich wird nur mit der Größe %ldkB angelegt\n" #: disk-utils/mkswap.c:648 #, c-format msgid "%s: error: label only with v1 swap area\n" msgstr "%s: Fehler: Label nur mit V1-Swapbereich\n" #: disk-utils/mkswap.c:672 #, c-format msgid "%s: error: will not try to make swapdevice on '%s'\n" msgstr "%s: Fehler: Es wird nicht versucht, Swap auf ‚%s‘ anzulegen\n" #: disk-utils/mkswap.c:678 #, c-format msgid "%s: error: %s is mounted; will not make swapspace.\n" msgstr "%s: Fehler: %s ist eingehängt; es wird hier kein Swap angelegt.\n" #: disk-utils/mkswap.c:691 disk-utils/mkswap.c:712 msgid "fatal: first page unreadable" msgstr "fatal: erste Seite nicht lesbar" #: disk-utils/mkswap.c:697 #, fuzzy, c-format msgid "" "%s: Device '%s' contains a valid Sun disklabel.\n" "This probably means creating v0 swap would destroy your partition table.\n" "No swap was created. If you really want to create v0 swap on that device,\n" "use the -f option to force it.\n" msgstr "" "%s: Das Gerät %s enthält einen gültigen „Sun disklabel“.\n" "Das bedeutet wahrscheinlich, dass das Anlegen eines v0‐Swapbereiches die\n" "Partitionstabelle zerstören wird.\n" "Es wird kein Swapbereich angelegt. Wenn Sie wirklich einen Swapbereich\n" "anlegen wollen, so benutzen Sie die Option -f.\n" #: disk-utils/mkswap.c:721 msgid "Unable to set up swap-space: unreadable" msgstr "Es ist nicht möglich, einen Swapbereich einzurichten: nicht lesbar" #: disk-utils/mkswap.c:722 #, fuzzy, c-format msgid "Setting up swapspace version %d, size = %llu KiB\n" msgstr "Swapbereich Version %d wird angelegt, Größe %llu KBytes\n" #: disk-utils/mkswap.c:731 msgid "unable to rewind swap-device" msgstr "kann Swap-Gerät nicht zurückspulen" #: disk-utils/mkswap.c:734 #, fuzzy, c-format msgid "%s: %s: unable to write signature page: %s" msgstr "kann Signaturseite nicht schreiben" #: disk-utils/mkswap.c:745 msgid "fsync failed" msgstr "Aufruf von „fsync“ fehlgeschlagen" #: disk-utils/mkswap.c:756 #, c-format msgid "%s: %s: unable to obtain selinux file label: %s\n" msgstr "" #: disk-utils/mkswap.c:762 #, fuzzy msgid "unable to matchpathcon()" msgstr "kann kein „stat“ auf %s anwenden" #: disk-utils/mkswap.c:765 msgid "unable to create new selinux context" msgstr "kann keinen neuen SE-Linux-Kontext anlegen" #: disk-utils/mkswap.c:767 msgid "couldn't compute selinux context" msgstr "konnte SE-Linux-Kontext nicht berechnen" #: disk-utils/mkswap.c:773 #, c-format msgid "%s: unable to relabel %s to %s: %s\n" msgstr "%s: konnte %s nicht in %s umbenennen: %s\n" # "Unbrauchbar" #: fdisk/cfdisk.c:376 fdisk/cfdisk.c:2074 msgid "Unusable" msgstr "Unbenutzbar" #: fdisk/cfdisk.c:378 fdisk/cfdisk.c:2076 msgid "Free Space" msgstr "Freier Bereich" #: fdisk/cfdisk.c:381 msgid "Linux ext2" msgstr "Linux ext2" #: fdisk/cfdisk.c:383 msgid "Linux ext3" msgstr "Linux ext3" #: fdisk/cfdisk.c:385 msgid "Linux XFS" msgstr "Linux XFS" #: fdisk/cfdisk.c:387 msgid "Linux JFS" msgstr "Linux JFS" #: fdisk/cfdisk.c:389 msgid "Linux ReiserFS" msgstr "Linux ReiserFS" #: fdisk/cfdisk.c:391 fdisk/i386_sys_types.c:57 msgid "Linux" msgstr "Linux" #: fdisk/cfdisk.c:394 msgid "OS/2 HPFS" msgstr "OS/2 HPFS" #: fdisk/cfdisk.c:396 msgid "OS/2 IFS" msgstr "OS/2 IFS" #: fdisk/cfdisk.c:400 msgid "NTFS" msgstr "NTFS" #: fdisk/cfdisk.c:411 #, c-format msgid "Disk has been changed.\n" msgstr "Festplatte wurde verändert.\n" #: fdisk/cfdisk.c:413 #, c-format msgid "Reboot the system to ensure the partition table is correctly updated.\n" msgstr "Rebooten Sie das System, um sicherzustellen, dass die Partitionstabelle neu gelesen wird.\n" #: fdisk/cfdisk.c:417 #, c-format msgid "" "\n" "WARNING: If you have created or modified any\n" "DOS 6.x partitions, please see the cfdisk manual\n" "page for additional information.\n" msgstr "" "\n" "WARNUNG: Wenn Sie eine DOS-6.x-Partition angelegt\n" "oder verändert haben, dann schauen Sie bitte in die\n" "cfdisk-manual-Seite nach weiteren Informationen\n" #: fdisk/cfdisk.c:512 msgid "FATAL ERROR" msgstr "FATALER FEHLER" #: fdisk/cfdisk.c:513 msgid "Press any key to exit cfdisk" msgstr "Eine Taste drücken, um cfdisk zu beenden" #: fdisk/cfdisk.c:560 fdisk/cfdisk.c:568 msgid "Cannot seek on disk drive" msgstr "Konnte „seek()“ nicht auf der Festplatte benutzen" #: fdisk/cfdisk.c:562 msgid "Cannot read disk drive" msgstr "Konnte nicht von der Festplatte lesen" #: fdisk/cfdisk.c:570 msgid "Cannot write disk drive" msgstr "Konnte nicht auf die Festplatte schreiben" #: fdisk/cfdisk.c:913 msgid "Too many partitions" msgstr "Zu viele Partitionen" #: fdisk/cfdisk.c:918 msgid "Partition begins before sector 0" msgstr "Partition fängt vor Sektor 0 an" #: fdisk/cfdisk.c:923 msgid "Partition ends before sector 0" msgstr "Partition endet vor Sektor 0" #: fdisk/cfdisk.c:928 msgid "Partition begins after end-of-disk" msgstr "Partition fängt hinter dem Ende der Festplatte an" #: fdisk/cfdisk.c:933 msgid "Partition ends after end-of-disk" msgstr "Partition endet hinter dem Ende der Festplatte" #: fdisk/cfdisk.c:938 msgid "Partition ends in the final partial cylinder" msgstr "Partition endet im letzten teilweisen Zylinder" #: fdisk/cfdisk.c:962 msgid "logical partitions not in disk order" msgstr "logische Partitionen nicht in Platten-Reihenfolge" #: fdisk/cfdisk.c:965 msgid "logical partitions overlap" msgstr "logische Partitionen überlappen" #: fdisk/cfdisk.c:969 msgid "enlarged logical partitions overlap" msgstr "vergrößerte logische Partitionen überlappen" #: fdisk/cfdisk.c:999 msgid "!!!! Internal error creating logical drive with no extended partition !!!!" msgstr "!! Interner Fehler beim Erzeugen einer log. Part. ohne eine erw. Part. !!" #: fdisk/cfdisk.c:1010 fdisk/cfdisk.c:1022 msgid "Cannot create logical drive here -- would create two extended partitions" msgstr "Kann hier keine log. Part. anlegen -- eine zweite erw. müsste erzeugt werden." #: fdisk/cfdisk.c:1164 msgid "Menu item too long. Menu may look odd." msgstr "Menüeintrag ist zu lang. Das Menü könnte ungewöhnlich aussehen" # "Ausrichtung" "Nehme horizontale Voreinstellung." #: fdisk/cfdisk.c:1220 #, fuzzy msgid "Menu without direction. Defaulting to horizontal." msgstr "Menü ohne Richtung, verwende horizontal." #: fdisk/cfdisk.c:1351 msgid "Illegal key" msgstr "Diese Taste ist hier nicht verwendbar" #: fdisk/cfdisk.c:1374 msgid "Press a key to continue" msgstr "Eine Taste drücken, um fortzufahren" #: fdisk/cfdisk.c:1421 fdisk/cfdisk.c:2045 fdisk/cfdisk.c:2577 #: fdisk/cfdisk.c:2579 msgid "Primary" msgstr "Primäre" #: fdisk/cfdisk.c:1421 msgid "Create a new primary partition" msgstr "Erzeuge eine neue primäre Partition" #: fdisk/cfdisk.c:1422 fdisk/cfdisk.c:2045 fdisk/cfdisk.c:2576 #: fdisk/cfdisk.c:2579 msgid "Logical" msgstr "Logische" #: fdisk/cfdisk.c:1422 msgid "Create a new logical partition" msgstr "Erzeuge eine neue logische Partition" #: fdisk/cfdisk.c:1423 fdisk/cfdisk.c:1478 fdisk/cfdisk.c:2250 msgid "Cancel" msgstr "Abbruch" #: fdisk/cfdisk.c:1423 fdisk/cfdisk.c:1478 msgid "Don't create a partition" msgstr "Erzeuge keine neue Partition" #: fdisk/cfdisk.c:1439 msgid "!!! Internal error !!!" msgstr "!!! Interner Fehler !!!" #: fdisk/cfdisk.c:1442 msgid "Size (in MB): " msgstr "Größe (in MB): " #: fdisk/cfdisk.c:1476 msgid "Beginning" msgstr "Anfang" #: fdisk/cfdisk.c:1476 msgid "Add partition at beginning of free space" msgstr "Erzeuge Partition am Anfang des freien Bereiches" #: fdisk/cfdisk.c:1477 msgid "End" msgstr "Ende" #: fdisk/cfdisk.c:1477 msgid "Add partition at end of free space" msgstr "Erzeuge Partition am Ende des freien Bereiches" #: fdisk/cfdisk.c:1495 msgid "No room to create the extended partition" msgstr "Kein Platz, um die erweiterte Partition anzulegen" #: fdisk/cfdisk.c:1569 msgid "No partition table.\n" msgstr "Keine Partitionstabelle.\n" #: fdisk/cfdisk.c:1573 msgid "No partition table. Starting with zero table." msgstr "Keine Partitionstabelle. Fange mit Null-Tabelle an." #: fdisk/cfdisk.c:1583 msgid "Bad signature on partition table" msgstr "Ungültige Signatur an Partitionstabelle" #: fdisk/cfdisk.c:1587 msgid "Unknown partition table type" msgstr "Unbekannter Partitionstabellentyp" # If rpmatch is available, ‘j’ for “ja” will do. If not, my translation # is wrong. Anyway, I opt for a full-featured C library. #: fdisk/cfdisk.c:1589 msgid "Do you wish to start with a zero table [y/N] ?" msgstr "Möchten Sie mit einer Null-Tabelle beginnen [j/N]" #: fdisk/cfdisk.c:1637 msgid "You specified more cylinders than fit on disk" msgstr "Sie haben mehr Zylinder angegeben, als auf die Festplatte passen" # That's not a direct translation, but I've tried to be # more informative. #: fdisk/cfdisk.c:1669 msgid "Cannot open disk drive" msgstr "Konnte nicht auf die Festplatte zugreifen" # "Nur lesender Zugriff möglich – Sie haben keine Schreibberechtigung" (joey) #: fdisk/cfdisk.c:1671 fdisk/cfdisk.c:1858 msgid "Opened disk read-only - you have no permission to write" msgstr "Platte wurde nur zum Lesen geöffnet – Sie haben keine Rechte zum Schreiben" #: fdisk/cfdisk.c:1682 msgid "Warning!! Unsupported GPT (GUID Partition Table) detected. Use GNU Parted." msgstr "" #: fdisk/cfdisk.c:1699 msgid "Cannot get disk size" msgstr "Konnte die Größe der Festplatte nicht feststellen" # "Ungültige primäre Partition" #: fdisk/cfdisk.c:1725 msgid "Bad primary partition" msgstr "Beschädigte primäre Partition" #: fdisk/cfdisk.c:1755 msgid "Bad logical partition" msgstr "Beschädigte logische Partition" #: fdisk/cfdisk.c:1870 msgid "Warning!! This may destroy data on your disk!" msgstr "Warnung!! Dies kann Daten auf der Festplatte zerstören!" #: fdisk/cfdisk.c:1874 msgid "Are you sure you want to write the partition table to disk? (yes or no): " msgstr "" "Sind Sie sicher, dass Sie die Partitionstabelle schreiben wollen?\n" "(„ja“ oder „nein“): " #: fdisk/cfdisk.c:1880 msgid "no" msgstr "nein" #: fdisk/cfdisk.c:1881 msgid "Did not write partition table to disk" msgstr "Die Partitionstabelle wurde nicht auf die Festplatte geschrieben" #: fdisk/cfdisk.c:1883 msgid "yes" msgstr "ja" #: fdisk/cfdisk.c:1886 msgid "Please enter `yes' or `no'" msgstr "Bitte „ja“ oder „nein“ eingeben" #: fdisk/cfdisk.c:1890 msgid "Writing partition table to disk..." msgstr "Die Partitionstabelle wird auf die Festplatte geschrieben…" #: fdisk/cfdisk.c:1915 fdisk/cfdisk.c:1919 msgid "Wrote partition table to disk" msgstr "Die Partitionstabelle wurde auf die Festplatte geschrieben" # That's not a good translation, but I guess, I can't make it longer. #: fdisk/cfdisk.c:1917 msgid "Wrote partition table, but re-read table failed. Reboot to update table." msgstr "Die Tabelle wurde geschr., aber das Neueinlesen schlug fehl. Rebooten Sie." # This one isn't really correct. #: fdisk/cfdisk.c:1927 msgid "No primary partitions are marked bootable. DOS MBR cannot boot this." msgstr "Keine primäre Partition als bootfähig markiert; der DOS-MBR kann nicht booten." # This one isn't really correct. #: fdisk/cfdisk.c:1929 msgid "More than one primary partition is marked bootable. DOS MBR cannot boot this." msgstr "Mehrere Partitionen sind als bootfähig markiert; der DOS-MBR kann nicht booten." # "Geben sie einen Dateinamen ein oder drücken Sie Return, um es auf dem Bildschirm anzuzeigen: " # is too long #: fdisk/cfdisk.c:1987 fdisk/cfdisk.c:2106 fdisk/cfdisk.c:2190 msgid "Enter filename or press RETURN to display on screen: " msgstr "Dateiname oder Return um es auf dem Bildschirm anzuzeigen: " #: fdisk/cfdisk.c:1996 fdisk/cfdisk.c:2114 fdisk/cfdisk.c:2198 #, c-format msgid "Cannot open file '%s'" msgstr "Konnte „%s“ nicht öffnen" #: fdisk/cfdisk.c:2007 #, c-format msgid "Disk Drive: %s\n" msgstr "Festplatte: %s\n" #: fdisk/cfdisk.c:2009 msgid "Sector 0:\n" msgstr "Sektor 0:\n" #: fdisk/cfdisk.c:2016 #, c-format msgid "Sector %d:\n" msgstr "Sektor %d:\n" #: fdisk/cfdisk.c:2036 msgid " None " msgstr " Keine " #: fdisk/cfdisk.c:2038 msgid " Pri/Log" msgstr " Pri/Log" #: fdisk/cfdisk.c:2040 msgid " Primary" msgstr " Primäre" #: fdisk/cfdisk.c:2042 msgid " Logical" msgstr " Logische" #: fdisk/cfdisk.c:2080 fdisk/fdisk.c:1517 fdisk/fdisk.c:1836 #: fdisk/fdisksgilabel.c:240 fdisk/fdisksunlabel.c:618 fdisk/sfdisk.c:650 msgid "Unknown" msgstr "Unbekannt" #: fdisk/cfdisk.c:2086 fdisk/cfdisk.c:2554 fdisk/fdisksunlabel.c:44 msgid "Boot" msgstr "Boot" #: fdisk/cfdisk.c:2088 #, c-format msgid "(%02X)" msgstr "(%02X)" #: fdisk/cfdisk.c:2090 msgid "None" msgstr "Kein" #: fdisk/cfdisk.c:2125 fdisk/cfdisk.c:2209 #, c-format msgid "Partition Table for %s\n" msgstr "Partitionstabelle von %s\n" #: fdisk/cfdisk.c:2127 msgid " First Last\n" msgstr " Erster Letzter\n" #: fdisk/cfdisk.c:2128 msgid " # Type Sector Sector Offset Length Filesystem Type (ID) Flag\n" msgstr " # Typ Sektor Sektor Offset Länge Dateisystemtyp (ID) Flags\n" #: fdisk/cfdisk.c:2129 msgid "-- ------- ----------- ----------- ------ ----------- -------------------- ----\n" msgstr "-- ------- ----------- ----------- ------ ----------- -------------------- -----\n" #: fdisk/cfdisk.c:2212 #, fuzzy msgid " ---Starting---- ----Ending----- Start Number of\n" msgstr " ---Anfangs---- -----End------ Anfangs- Anzahl der\n" #: fdisk/cfdisk.c:2213 #, fuzzy msgid " # Flags Head Sect Cyl ID Head Sect Cyl Sector Sectors\n" msgstr " # Flags Kopf Sekt Zyl. ID Kopf Sekt Zyl Sektor Sektoren\n" #: fdisk/cfdisk.c:2214 #, fuzzy msgid "-- ----- ---- ---- ----- ---- ---- ---- ----- ----------- -----------\n" msgstr "-- ----- ---- ---- ---- ---- ---- ---- ---- ----------- -----------\n" #: fdisk/cfdisk.c:2247 msgid "Raw" msgstr "„Roh“" #: fdisk/cfdisk.c:2247 msgid "Print the table using raw data format" msgstr "Die „rohen“ Daten der Tabelle ausgeben" #: fdisk/cfdisk.c:2248 fdisk/cfdisk.c:2351 msgid "Sectors" msgstr "Sektoren" #: fdisk/cfdisk.c:2248 msgid "Print the table ordered by sectors" msgstr "Die Tabelle nach Sektoren sortiert ausgeben" #: fdisk/cfdisk.c:2249 msgid "Table" msgstr "Tabelle" # "Nur die Partitionstabelle ausgeben" (joey) #: fdisk/cfdisk.c:2249 msgid "Just print the partition table" msgstr "Einfach die Tabelle ausgeben" #: fdisk/cfdisk.c:2250 msgid "Don't print the table" msgstr "Zeige die Tabelle nicht an" #: fdisk/cfdisk.c:2278 msgid "Help Screen for cfdisk" msgstr "Hilfe für cfdisk" #: fdisk/cfdisk.c:2280 msgid "This is cfdisk, a curses based disk partitioning program, which" msgstr "Dies ist cfdisk, ein Programm das curses benutzt und es ihnen" #: fdisk/cfdisk.c:2281 msgid "allows you to create, delete and modify partitions on your hard" msgstr "erlaubt, auf Ihren Festplatten Partitionen anzulegen, zu löschen" #: fdisk/cfdisk.c:2282 msgid "disk drive." msgstr "und zu verändern." #: fdisk/cfdisk.c:2284 msgid "Copyright (C) 1994-1999 Kevin E. Martin & aeb" msgstr "Copyright (C) 1994-1999 Kevin E. Martin & aeb" # "Befehl" #: fdisk/cfdisk.c:2286 msgid "Command Meaning" msgstr "Befehl Bedeutung" #: fdisk/cfdisk.c:2287 msgid "------- -------" msgstr "-------- ---------" # " b Wechselt zwischen bootfähig und nicht bootfähig." #: fdisk/cfdisk.c:2288 msgid " b Toggle bootable flag of the current partition" msgstr " b (De)Aktivieren des bootfähig-flags der aktuellen Partition" #: fdisk/cfdisk.c:2289 msgid " d Delete the current partition" msgstr " d Die aktuelle Partition löschen" #: fdisk/cfdisk.c:2290 msgid " g Change cylinders, heads, sectors-per-track parameters" msgstr " g Die Anzahl der Zylinder, Köpfe und Sektoren pro Spur ändern" #: fdisk/cfdisk.c:2291 msgid " WARNING: This option should only be used by people who" msgstr " WARNUNG: Diese Funktion sollte nur von Leuten benutzt" #: fdisk/cfdisk.c:2292 msgid " know what they are doing." msgstr " werden, die wissen, was sie tun." #: fdisk/cfdisk.c:2293 msgid " h Print this screen" msgstr " h Diese Hilfe anzeigen" #: fdisk/cfdisk.c:2294 msgid " m Maximize disk usage of the current partition" msgstr " m Maximieren der Nutzung der aktuellen Partition" #: fdisk/cfdisk.c:2295 msgid " Note: This may make the partition incompatible with" msgstr " Beachten Sie, dass dies die Partition nicht mehr kompatibel" #: fdisk/cfdisk.c:2296 msgid " DOS, OS/2, ..." msgstr " zu DOS, OS/2, … machen kann" #: fdisk/cfdisk.c:2297 msgid " n Create new partition from free space" msgstr " n Aus dem freien Bereich eine neue Partition erzeugen" #: fdisk/cfdisk.c:2298 msgid " p Print partition table to the screen or to a file" msgstr " p Die Partitionstab. auf dem Bildschirm oder in eine Datei ausgeben" # "verschiedene" #: fdisk/cfdisk.c:2299 msgid " There are several different formats for the partition" msgstr " Es gibt mehrere Formate für die Partitionstabelle, aus" #: fdisk/cfdisk.c:2300 msgid " that you can choose from:" msgstr " denen man wählen kann" #: fdisk/cfdisk.c:2301 msgid " r - Raw data (exactly what would be written to disk)" msgstr " r – „Rohe“ Daten (was auf die Festplatte geschrieben würde)" #: fdisk/cfdisk.c:2302 msgid " s - Table ordered by sectors" msgstr " s – Tabelle nach Sektoren sortiert" #: fdisk/cfdisk.c:2303 msgid " t - Table in raw format" msgstr " t – Tabelle mit den reinen Daten" #: fdisk/cfdisk.c:2304 msgid " q Quit program without writing partition table" msgstr " q Das Programm beenden ohne die Partitionstabelle zu schreiben" #: fdisk/cfdisk.c:2305 msgid " t Change the filesystem type" msgstr " t Den Dateisystemtyp ändern" #: fdisk/cfdisk.c:2306 msgid " u Change units of the partition size display" msgstr " u Einheit für die Größenanzeige ändern" #: fdisk/cfdisk.c:2307 msgid " Rotates through MB, sectors and cylinders" msgstr " Wechselt zwischen MB, Sektoren und Zylindern" #: fdisk/cfdisk.c:2308 msgid " W Write partition table to disk (must enter upper case W)" msgstr " W Die Partitionstabelle auf die Festplatte schreiben (großes W)" # or "Da dieses …" ? #: fdisk/cfdisk.c:2309 msgid " Since this might destroy data on the disk, you must" msgstr " Da dies Daten auf der Festplatte zerstören kann, müssen" #: fdisk/cfdisk.c:2310 msgid " either confirm or deny the write by entering `yes' or" msgstr " Sie das Schreiben mit „yes“ oder „no“ bestätigen oder" #: fdisk/cfdisk.c:2311 msgid " `no'" msgstr " ablehnen" #: fdisk/cfdisk.c:2312 msgid "Up Arrow Move cursor to the previous partition" msgstr "Pfeil-hoch Den Cursor zur vorherigen Partition bewegen" #: fdisk/cfdisk.c:2313 msgid "Down Arrow Move cursor to the next partition" msgstr "Pfeil-runter Den Cursor zur nächsten Partition bewegen" # "Baut den Bildschirm neu auf" #: fdisk/cfdisk.c:2314 msgid "CTRL-L Redraws the screen" msgstr "Strg-L Zeichnet den Bildschirm erneut" #: fdisk/cfdisk.c:2315 msgid " ? Print this screen" msgstr " ? Diese Hilfe anzeigen" # "Hinweis" #: fdisk/cfdisk.c:2317 msgid "Note: All of the commands can be entered with either upper or lower" msgstr "Hinweis: Alle Befehle können mit Klein- oder Großbuchstaben " #: fdisk/cfdisk.c:2318 msgid "case letters (except for Writes)." msgstr "eingegeben werden (außer W zum Schreiben)." #: fdisk/cfdisk.c:2349 fdisk/fdisksunlabel.c:234 msgid "Cylinders" msgstr " Zylinder" #: fdisk/cfdisk.c:2349 msgid "Change cylinder geometry" msgstr "Die Anzahl der Zylinder ändern" #: fdisk/cfdisk.c:2350 fdisk/fdisksunlabel.c:232 msgid "Heads" msgstr "Köpfe" #: fdisk/cfdisk.c:2350 msgid "Change head geometry" msgstr "Die Anzahl der Köpfe ändern" #: fdisk/cfdisk.c:2351 msgid "Change sector geometry" msgstr "Die Anzahl der Sektoren pro Spur ändern" #: fdisk/cfdisk.c:2352 msgid "Done" msgstr "Fertig" #: fdisk/cfdisk.c:2352 msgid "Done with changing geometry" msgstr "Ändern der Geometrie beenden" #: fdisk/cfdisk.c:2365 msgid "Enter the number of cylinders: " msgstr "Geben Sie die Anzahl der Zylinder ein: " #: fdisk/cfdisk.c:2376 fdisk/cfdisk.c:2947 msgid "Illegal cylinders value" msgstr "Ungültiger Wert für die Anzahl der Zylinder" #: fdisk/cfdisk.c:2382 msgid "Enter the number of heads: " msgstr "Geben Sie die Anzahl der Köpfe ein: " #: fdisk/cfdisk.c:2389 fdisk/cfdisk.c:2957 msgid "Illegal heads value" msgstr "Ungültiger Wert für die Anzahl der Köpfe" #: fdisk/cfdisk.c:2395 msgid "Enter the number of sectors per track: " msgstr "Geben Sie die Anzahl der Sektoren pro Spur ein: " #: fdisk/cfdisk.c:2402 fdisk/cfdisk.c:2964 msgid "Illegal sectors value" msgstr "Ungültiger Wert für die Anzahl der Sektoren" #: fdisk/cfdisk.c:2505 msgid "Enter filesystem type: " msgstr "Geben Sie den Dateisystemtyp ein: " #: fdisk/cfdisk.c:2523 msgid "Cannot change FS Type to empty" msgstr "Der Dateisystemtyp kann nicht auf „leer“ gesetzt werden" #: fdisk/cfdisk.c:2525 msgid "Cannot change FS Type to extended" msgstr "Der Dateisystemtyp kann nicht auf „erweitert“ gesetzt werden" #: fdisk/cfdisk.c:2556 #, c-format msgid "Unk(%02X)" msgstr "Unb(%02X)" #: fdisk/cfdisk.c:2559 fdisk/cfdisk.c:2562 msgid ", NC" msgstr ", NC" #: fdisk/cfdisk.c:2567 fdisk/cfdisk.c:2570 msgid "NC" msgstr "NC" #: fdisk/cfdisk.c:2578 msgid "Pri/Log" msgstr "Pri/Log" #: fdisk/cfdisk.c:2585 #, c-format msgid "Unknown (%02X)" msgstr "Unbekannt (%02X)" #: fdisk/cfdisk.c:2654 #, c-format msgid "Disk Drive: %s" msgstr "Festplatte: %s" #: fdisk/cfdisk.c:2661 #, c-format msgid "Size: %lld bytes, %lld MB" msgstr "Größe: %lld Bytes, %lld MB" #: fdisk/cfdisk.c:2664 #, c-format msgid "Size: %lld bytes, %lld.%lld GB" msgstr "Größe: %lld Bytes, %lld,%lld GB" #: fdisk/cfdisk.c:2668 #, c-format msgid "Heads: %d Sectors per Track: %d Cylinders: %lld" msgstr "Köpfe: %d Sektoren pro Spur: %d Zylinder: %lld" #: fdisk/cfdisk.c:2672 msgid "Name" msgstr "Name" # I currently don't know a better translation #: fdisk/cfdisk.c:2673 msgid "Flags" msgstr "Flags" #: fdisk/cfdisk.c:2674 msgid "Part Type" msgstr "Part. Typ" #: fdisk/cfdisk.c:2675 msgid "FS Type" msgstr "Dateisystemtyp" #: fdisk/cfdisk.c:2676 msgid "[Label]" msgstr "[Bezeichner]" #: fdisk/cfdisk.c:2678 msgid " Sectors" msgstr " Sektoren" #: fdisk/cfdisk.c:2680 msgid " Cylinders" msgstr " Zylinder" #: fdisk/cfdisk.c:2682 msgid " Size (MB)" msgstr " Größe (MB)" #: fdisk/cfdisk.c:2684 msgid " Size (GB)" msgstr " Größe (GB)" #: fdisk/cfdisk.c:2738 msgid "Bootable" msgstr " Bootbar" # "Bootfähigkeit der aktuellen Partition ändern" (joey) #: fdisk/cfdisk.c:2738 msgid "Toggle bootable flag of the current partition" msgstr "(De)Aktivieren des bootfähig-flags der aktuellen Partition" # "Löschen" #: fdisk/cfdisk.c:2739 msgid "Delete" msgstr "Löschen" #: fdisk/cfdisk.c:2739 msgid "Delete the current partition" msgstr "Die aktuelle Partition löschen" #: fdisk/cfdisk.c:2740 msgid "Geometry" msgstr "Geometrie" #: fdisk/cfdisk.c:2740 msgid "Change disk geometry (experts only)" msgstr "Die Festplattengeometrieparameter ändern (nur für Experten)" #: fdisk/cfdisk.c:2741 msgid "Help" msgstr "Hilfe" #: fdisk/cfdisk.c:2741 msgid "Print help screen" msgstr "Die Hilfe anzeigen" #: fdisk/cfdisk.c:2742 msgid "Maximize" msgstr "Maxim." #: fdisk/cfdisk.c:2742 msgid "Maximize disk usage of the current partition (experts only)" msgstr "Maximieren der Nutzung der aktuellen Partition (nur für Experten)" #: fdisk/cfdisk.c:2743 msgid "New" msgstr "Neue" # "Erzeuge aus dem freien Bereich eine neue Partition" #: fdisk/cfdisk.c:2743 msgid "Create new partition from free space" msgstr "Neue Partition im freiem Bereich anlegen" #: fdisk/cfdisk.c:2744 msgid "Print" msgstr "Ausgabe" # "Gib die Partitionstabelle auf dem Bildschirm oder in eine Datei aus" #: fdisk/cfdisk.c:2744 msgid "Print partition table to the screen or to a file" msgstr "Partitionstabelle auf dem Bildschirm oder in Datei ausgeben" #: fdisk/cfdisk.c:2745 msgid "Quit" msgstr "Ende" # "Beende das Programm ohne die Partitionstabelle zu schreiben" #: fdisk/cfdisk.c:2745 msgid "Quit program without writing partition table" msgstr "Das Programm beenden, ohne die Partitionstabelle zu speichern" #: fdisk/cfdisk.c:2746 msgid "Type" msgstr "Typ" #: fdisk/cfdisk.c:2746 msgid "Change the filesystem type (DOS, Linux, OS/2 and so on)" msgstr "Den Typ des Dateisystems (DOS, Linux, OS/2, etc.) ändern" # Maybe without the dot. #: fdisk/cfdisk.c:2747 msgid "Units" msgstr "Einheit." # "Ändert die Einheiten der Größenanzeige (" #: fdisk/cfdisk.c:2747 msgid "Change units of the partition size display (MB, sect, cyl)" msgstr "Zwischen den Einheiten für die Größenanzeige wechseln (MB, Sekt., Zyl.)" #: fdisk/cfdisk.c:2748 msgid "Write" msgstr "Schreib." #: fdisk/cfdisk.c:2748 msgid "Write partition table to disk (this might destroy data)" msgstr "Die Partitionstabelle schreiben (dies kann Daten zerstören)" #: fdisk/cfdisk.c:2794 msgid "Cannot make this partition bootable" msgstr "Diese Partition kann nicht als bootfähig markiert werden" #: fdisk/cfdisk.c:2804 msgid "Cannot delete an empty partition" msgstr "Eine leere Partition kann nicht gelöscht werden" #: fdisk/cfdisk.c:2824 fdisk/cfdisk.c:2826 msgid "Cannot maximize this partition" msgstr "Die Nutzung dieser Partition kann nicht maximiert werden" #: fdisk/cfdisk.c:2834 msgid "This partition is unusable" msgstr "Diese Partition ist unbenutzbar" #: fdisk/cfdisk.c:2836 msgid "This partition is already in use" msgstr "Diese Partition ist bereits in Benutzung" #: fdisk/cfdisk.c:2853 msgid "Cannot change the type of an empty partition" msgstr "Der Dateisystemtyp einer leeren Partition kann nicht geändert werden" #: fdisk/cfdisk.c:2880 fdisk/cfdisk.c:2886 msgid "No more partitions" msgstr "Keine weiteren Partitionen" # "Ungültige Taste" #: fdisk/cfdisk.c:2893 msgid "Illegal command" msgstr "Unzulässiger Befehl" #: fdisk/cfdisk.c:2903 #, c-format msgid "Copyright (C) 1994-2002 Kevin E. Martin & aeb\n" msgstr "Copyright (C) 1994-2002 Kevin E. Martin & aeb\n" #: fdisk/cfdisk.c:2910 #, c-format msgid "" "\n" "Usage:\n" "Print version:\n" " %s -v\n" "Print partition table:\n" " %s -P {r|s|t} [options] device\n" "Interactive use:\n" " %s [options] device\n" "\n" "Options:\n" "-a: Use arrow instead of highlighting;\n" "-z: Start with a zero partition table, instead of reading the pt from disk;\n" "-c C -h H -s S: Override the kernel's idea of the number of cylinders,\n" " the number of heads and the number of sectors/track.\n" "\n" msgstr "" "\n" "Aufruf:\n" "Ausgabe der Version:\n" " %s -v\n" "Ausgabe der Partitionstabelle:\n" " %s -P {r|s|t} [Optionen] GERÄTEDATEI\n" "Interaktive Benutzung:\n" " %s [Optionen] GERÄTEDATEI\n" "\n" "Optionen:\n" "-a: Use arrow instead of highlighting;\n" "-z: Start with a zero partition table, instead of reading the pt from disk;\n" "-c C -h H -s S: Override the kernel's idea of the number of cylinders,\n" " the number of heads and the number of sectors/track.\n" "\n" #: fdisk/fdiskaixlabel.c:27 msgid "" "\n" "\tThere is a valid AIX label on this disk.\n" "\tUnfortunately Linux cannot handle these\n" "\tdisks at the moment. Nevertheless some\n" "\tadvice:\n" "\t1. fdisk will destroy its contents on write.\n" "\t2. Be sure that this disk is NOT a still vital\n" "\t part of a volume group. (Otherwise you may\n" "\t erase the other disks as well, if unmirrored.)\n" "\t3. Before deleting this physical volume be sure\n" "\t to remove the disk logically from your AIX\n" "\t machine. (Otherwise you become an AIXpert)." msgstr "" "\n" "\tEs gibt ein AIX-Label auf dieser Platte.\n" "\tDiese können leider von Linux momentan nicht\n" "\tgehandhabt werden. Dennoch einige Hinweise:\n" "\t1. fdisk wird den Inhalt beim Schreiben zerstören\n" "\t2. Stellen Sie sicher, dass diese Platte NICHT noch\n" "\t immer ein wichtiger Teil einer Plattengruppe ist.\n" "\t (Anderenfalls könnte diese Platten mitgelöscht\n" "\t werden, wenn sie nicht gespiegelt werden.)\n" "\t3. Bevor Sie diese physische Platte löschen, entfernen\n" "\t Sie sie unbedingt logisch aus Ihrer AIX-Maschine.\n" "\t (Anderenfalls werden Sie ein AIXperte.)" #: fdisk/fdiskbsdlabel.c:122 #, c-format msgid "" "\n" "BSD label for device: %s\n" msgstr "" "\n" "„BSD label“ für Gerät: %s\n" #: fdisk/fdiskbsdlabel.c:129 fdisk/fdisk.c:383 fdisk/fdisk.c:402 #: fdisk/fdisk.c:420 fdisk/fdisk.c:427 fdisk/fdisk.c:450 fdisk/fdisk.c:468 #: fdisk/fdisk.c:484 fdisk/fdisk.c:500 msgid "Command action" msgstr "Befehl Bedeutung" #: fdisk/fdiskbsdlabel.c:130 msgid " d delete a BSD partition" msgstr " d Eine BSD-Partition löschen" #: fdisk/fdiskbsdlabel.c:131 msgid " e edit drive data" msgstr " e Plattendaten editieren" #: fdisk/fdiskbsdlabel.c:132 msgid " i install bootstrap" msgstr " i Bootstrap installieren" #: fdisk/fdiskbsdlabel.c:133 msgid " l list known filesystem types" msgstr " l Die bekannten Dateisystemtypen anzeigen" #: fdisk/fdiskbsdlabel.c:134 fdisk/fdisk.c:389 fdisk/fdisk.c:408 #: fdisk/fdisk.c:421 fdisk/fdisk.c:433 fdisk/fdisk.c:458 fdisk/fdisk.c:475 #: fdisk/fdisk.c:491 fdisk/fdisk.c:509 msgid " m print this menu" msgstr " m Dieses Menü anzeigen" #: fdisk/fdiskbsdlabel.c:135 msgid " n add a new BSD partition" msgstr " n Eine neue BSD-Partition anlegen" #: fdisk/fdiskbsdlabel.c:136 msgid " p print BSD partition table" msgstr " p Die BSD-Partitionstabelle anzeigen" #: fdisk/fdiskbsdlabel.c:137 fdisk/fdisk.c:393 fdisk/fdisk.c:412 #: fdisk/fdisk.c:423 fdisk/fdisk.c:437 fdisk/fdisk.c:460 fdisk/fdisk.c:477 #: fdisk/fdisk.c:493 fdisk/fdisk.c:511 msgid " q quit without saving changes" msgstr " q Ende ohne Speichern der Änderungen" #: fdisk/fdiskbsdlabel.c:138 fdisk/fdisk.c:461 fdisk/fdisk.c:478 #: fdisk/fdisk.c:494 fdisk/fdisk.c:512 msgid " r return to main menu" msgstr " r Zurück zum Hauptmenü" #: fdisk/fdiskbsdlabel.c:139 msgid " s show complete disklabel" msgstr " s komplettes Disklabel zeigen" #: fdisk/fdiskbsdlabel.c:140 msgid " t change a partition's filesystem id" msgstr " t Den Dateisystemtyp einer Partition ändern" #: fdisk/fdiskbsdlabel.c:141 msgid " u change units (cylinders/sectors)" msgstr " u Einheiten ändern (Zylinder/Sektoren)" #: fdisk/fdiskbsdlabel.c:142 msgid " w write disklabel to disk" msgstr " w Disklabel auf Platte schreiben" #: fdisk/fdiskbsdlabel.c:144 msgid " x link BSD partition to non-BSD partition" msgstr " x BSD-Partition mit Nicht-BSD-Partition verknüpfen" #: fdisk/fdiskbsdlabel.c:176 #, c-format msgid "Partition %s has invalid starting sector 0.\n" msgstr "Partition %s hat einen ungültigen Startsektor 0.\n" #: fdisk/fdiskbsdlabel.c:180 #, c-format msgid "Reading disklabel of %s at sector %d.\n" msgstr "Lese Disklabel von %s bei Sektor %d.\n" #: fdisk/fdiskbsdlabel.c:190 #, c-format msgid "There is no *BSD partition on %s.\n" msgstr "Es gibt keine *BSD-Partition auf %s.\n" #: fdisk/fdiskbsdlabel.c:204 msgid "BSD disklabel command (m for help): " msgstr "„BSD disklabel“ Befehl (m für Hilfe): " # %s can be "Sektor" or "Zylinder". #: fdisk/fdiskbsdlabel.c:284 fdisk/fdisk.c:2032 fdisk/fdisksgilabel.c:651 #: fdisk/fdisksunlabel.c:428 #, c-format msgid "First %s" msgstr "Erster %s" #: fdisk/fdiskbsdlabel.c:291 fdisk/fdisksunlabel.c:485 #, c-format msgid "Last %s or +size or +sizeM or +sizeK" msgstr "Letzter %s oder +Größe, +GrößeK oder +GrößeM" #: fdisk/fdiskbsdlabel.c:318 #, c-format msgid "type: %s\n" msgstr "Typ: %s\n" #: fdisk/fdiskbsdlabel.c:320 #, c-format msgid "type: %d\n" msgstr "Typ: %d\n" #: fdisk/fdiskbsdlabel.c:321 #, c-format msgid "disk: %.*s\n" msgstr "Festplatte: %.*s\n" #: fdisk/fdiskbsdlabel.c:322 #, c-format msgid "label: %.*s\n" msgstr "Label: %.*s\n" # I currently don't know a better translation #: fdisk/fdiskbsdlabel.c:323 #, c-format msgid "flags:" msgstr "Flags:" #: fdisk/fdiskbsdlabel.c:325 #, c-format msgid " removable" msgstr " entfernbar" #: fdisk/fdiskbsdlabel.c:327 #, c-format msgid " ecc" msgstr " ecc" #: fdisk/fdiskbsdlabel.c:329 #, c-format msgid " badsect" msgstr " badsect" #: fdisk/fdiskbsdlabel.c:333 #, c-format msgid "bytes/sector: %ld\n" msgstr "Bytes/Sektor: %ld\n" #: fdisk/fdiskbsdlabel.c:334 #, c-format msgid "sectors/track: %ld\n" msgstr "Sektoren/Spur: %ld\n" #: fdisk/fdiskbsdlabel.c:335 #, c-format msgid "tracks/cylinder: %ld\n" msgstr "Spuren/Zylinder: %ld\n" #: fdisk/fdiskbsdlabel.c:336 #, c-format msgid "sectors/cylinder: %ld\n" msgstr "Sektoren/Zylinder: %ld\n" #: fdisk/fdiskbsdlabel.c:337 #, c-format msgid "cylinders: %ld\n" msgstr "Zylinder: %ld\n" #: fdisk/fdiskbsdlabel.c:338 #, c-format msgid "rpm: %d\n" msgstr "U/min: %d\n" #: fdisk/fdiskbsdlabel.c:339 #, c-format msgid "interleave: %d\n" msgstr "Interleave: %d\n" #: fdisk/fdiskbsdlabel.c:340 #, c-format msgid "trackskew: %d\n" msgstr "Spurabweichung: %d\n" #: fdisk/fdiskbsdlabel.c:341 #, c-format msgid "cylinderskew: %d\n" msgstr "Zylinderabweichung: %d\n" #: fdisk/fdiskbsdlabel.c:342 #, c-format msgid "headswitch: %ld\t\t# milliseconds\n" msgstr "Kopfwechsel: %ld\t\t# Millisekunden\n" #: fdisk/fdiskbsdlabel.c:344 #, c-format msgid "track-to-track seek: %ld\t# milliseconds\n" msgstr "Spur-zu-Spur-Wechsel: %ld\t# Millisekunden\n" #: fdisk/fdiskbsdlabel.c:346 #, c-format msgid "drivedata: " msgstr "drivedata: " #: fdisk/fdiskbsdlabel.c:355 #, c-format msgid "" "\n" "%d partitions:\n" msgstr "" "\n" "%d Partitionen:\n" #: fdisk/fdiskbsdlabel.c:356 #, c-format msgid "# start end size fstype [fsize bsize cpg]\n" msgstr "# Anfang Ende Größe Typ [fsize bsize cpg]\n" #: fdisk/fdiskbsdlabel.c:405 fdisk/fdiskbsdlabel.c:408 #, c-format msgid "Writing disklabel to %s.\n" msgstr "Schreibe „disklabel“ auf %s.\n" #: fdisk/fdiskbsdlabel.c:420 fdisk/fdiskbsdlabel.c:422 #, c-format msgid "%s contains no disklabel.\n" msgstr "%s enthält keinen „disklabel“.\n" #: fdisk/fdiskbsdlabel.c:427 msgid "Do you want to create a disklabel? (y/n) " msgstr "Wollen Sie einen „disklabel“ anlegen (y/n)? " #: fdisk/fdiskbsdlabel.c:467 msgid "bytes/sector" msgstr "Bytes/Sektor" #: fdisk/fdiskbsdlabel.c:468 msgid "sectors/track" msgstr "Sektoren/Spur" #: fdisk/fdiskbsdlabel.c:469 msgid "tracks/cylinder" msgstr "Spuren/Zylinder" #: fdisk/fdiskbsdlabel.c:470 fdisk/fdisk.c:645 fdisk/fdisk.c:1340 #: fdisk/sfdisk.c:936 msgid "cylinders" msgstr "Zylinder" #: fdisk/fdiskbsdlabel.c:477 msgid "sectors/cylinder" msgstr "Sektoren/Zylinder" #: fdisk/fdiskbsdlabel.c:481 #, c-format msgid "Must be <= sectors/track * tracks/cylinder (default).\n" msgstr "Muss <= Sektoren/Spur × Spuren/Zylinder sein (Voreinstellung).\n" #: fdisk/fdiskbsdlabel.c:483 msgid "rpm" msgstr "U/min" #: fdisk/fdiskbsdlabel.c:484 msgid "interleave" msgstr "Interleave" #: fdisk/fdiskbsdlabel.c:485 msgid "trackskew" msgstr "Spurverschiebung" #: fdisk/fdiskbsdlabel.c:486 msgid "cylinderskew" msgstr "Zylinderverschiebung" #: fdisk/fdiskbsdlabel.c:487 msgid "headswitch" msgstr "Kopfwechsel" #: fdisk/fdiskbsdlabel.c:488 msgid "track-to-track seek" msgstr "Spur‐zu‐Spur‐Wechsel" #: fdisk/fdiskbsdlabel.c:529 #, c-format msgid "Bootstrap: %sboot -> boot%s (%s): " msgstr "Bootstrap: %sboot -> boot%s (%s): " #: fdisk/fdiskbsdlabel.c:554 #, c-format msgid "Bootstrap overlaps with disk label!\n" msgstr "Bootstrap überlappt mit Disklabel!\n" #: fdisk/fdiskbsdlabel.c:575 fdisk/fdiskbsdlabel.c:577 #, c-format msgid "Bootstrap installed on %s.\n" msgstr "Bootstrap auf %s installiert.\n" #: fdisk/fdiskbsdlabel.c:599 #, c-format msgid "Partition (a-%c): " msgstr "Partition (a-%c): " #: fdisk/fdiskbsdlabel.c:618 fdisk/fdisk.c:2179 #, c-format msgid "The maximum number of partitions has been created\n" msgstr "Die maximale Anzahl von Partitionen wurde erzeugt\n" #: fdisk/fdiskbsdlabel.c:630 #, c-format msgid "This partition already exists.\n" msgstr "Diese Partition existiert bereits.\n" #: fdisk/fdiskbsdlabel.c:756 #, c-format msgid "Warning: too many partitions (%d, maximum is %d).\n" msgstr "Warnung: zu viele Partitionen (%d, Maximum ist %d).\n" #: fdisk/fdiskbsdlabel.c:804 #, c-format msgid "" "\n" "Syncing disks.\n" msgstr "" "\n" "Synchronisiere Platten.\n" #: fdisk/fdisk.c:241 msgid "" "Usage: fdisk [-b SSZ] [-u] DISK Change partition table\n" " fdisk -l [-b SSZ] [-u] DISK List partition table(s)\n" " fdisk -s PARTITION Give partition size(s) in blocks\n" " fdisk -v Give fdisk version\n" "Here DISK is something like /dev/hdb or /dev/sda\n" "and PARTITION is something like /dev/hda7\n" "-u: give Start and End in sector (instead of cylinder) units\n" "-b 2048: (for certain MO disks) use 2048-byte sectors\n" msgstr "" "Aufruf: fdisk [-b SSZ] [-u] FESTPLATTE Partitionstabelle bearbeiten\n" " fdisk -l [-b SSZ] [-u] FESTPLATTE Partitionstabelle(n) ausgeben\n" " fdisk -s PARTITION Größe einer Partition in Blöcken\n" " fdisk -v Version anzeigen\n" "\n" "FESTPLATTE ist zum Beispiel /dev/hda oder /dev/sda\n" "PARTITION ist zum Beispiel /dev/hda7\n" "\n" "-u: „Anfang“ und „Ende“ werden in Sektoren statt in Zylindern angegeben\n" "-b 2048: (für bestimmte MO-Geräte) 2048-Byte-Sektoren benutzen\n" #: fdisk/fdisk.c:253 msgid "" "Usage: fdisk [-l] [-b SSZ] [-u] device\n" "E.g.: fdisk /dev/hda (for the first IDE disk)\n" " or: fdisk /dev/sdc (for the third SCSI disk)\n" " or: fdisk /dev/eda (for the first PS/2 ESDI drive)\n" " or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)\n" " ...\n" msgstr "" "Aufruf: fdisk [-l] [-b SSZ] [-u] Gerät\n" "Zum Beispiel: fdisk /dev/hda (die erste IDE-Festplatte)\n" " oder: fdisk /dev/sdc (die dritte SCSI-Festplatte)\n" " oder: fdisk /dev/eda (die erste PS/2 ESDI-Festplatte)\n" " oder: fdisk /dev/rd/c0d0\n" " oder: fdisk /dev/ida/c0d0 (RAID-Festplatten)\n" " …\n" #: fdisk/fdisk.c:262 #, c-format msgid "Unable to open %s\n" msgstr "Konnte %s nicht öffnen\n" #: fdisk/fdisk.c:266 #, c-format msgid "Unable to read %s\n" msgstr "Konnte %s nicht lesen\n" # "Konnte in %s nicht positionieren" #: fdisk/fdisk.c:270 #, c-format msgid "Unable to seek on %s\n" msgstr "Konnte in %s nicht positionieren\n" #: fdisk/fdisk.c:274 #, c-format msgid "Unable to write %s\n" msgstr "Konnte %s nicht schreiben\n" #: fdisk/fdisk.c:278 #, c-format msgid "BLKGETSIZE ioctl failed on %s\n" msgstr "BLKGETSIZE-IOCTL fehlgeschlagen bei %s\n" #: fdisk/fdisk.c:282 msgid "Unable to allocate any more memory\n" msgstr "Konnte keinen weiteren Speicher reservieren\n" #: fdisk/fdisk.c:285 msgid "Fatal error\n" msgstr "Fataler Fehler\n" #: fdisk/fdisk.c:384 msgid " a toggle a read only flag" msgstr " a (De)Aktivieren eines Nur-Lese-Flags" #: fdisk/fdisk.c:385 fdisk/fdisk.c:429 msgid " b edit bsd disklabel" msgstr " b „bsd disklabel“ bearbeiten" #: fdisk/fdisk.c:386 msgid " c toggle the mountable flag" msgstr " c (De)Aktivieren des Mountable(Einhängbarkeit)-Flags" #: fdisk/fdisk.c:387 fdisk/fdisk.c:406 fdisk/fdisk.c:431 msgid " d delete a partition" msgstr " d Eine Partition löschen" #: fdisk/fdisk.c:388 fdisk/fdisk.c:407 fdisk/fdisk.c:432 msgid " l list known partition types" msgstr " l Die bekannten Dateisystemtypen anzeigen" #: fdisk/fdisk.c:390 fdisk/fdisk.c:409 fdisk/fdisk.c:434 msgid " n add a new partition" msgstr " n Eine neue Partition anlegen" #: fdisk/fdisk.c:391 fdisk/fdisk.c:410 fdisk/fdisk.c:422 fdisk/fdisk.c:435 msgid " o create a new empty DOS partition table" msgstr " o Eine neue leere DOS Partitionstabelle anlegen" #: fdisk/fdisk.c:392 fdisk/fdisk.c:411 fdisk/fdisk.c:436 fdisk/fdisk.c:459 #: fdisk/fdisk.c:476 fdisk/fdisk.c:492 fdisk/fdisk.c:510 msgid " p print the partition table" msgstr " p Die Partitionstabelle anzeigen" #: fdisk/fdisk.c:394 fdisk/fdisk.c:413 fdisk/fdisk.c:424 fdisk/fdisk.c:438 msgid " s create a new empty Sun disklabel" msgstr " s Einen neuen leeren „Sun disklabel“ anlegen" #: fdisk/fdisk.c:395 fdisk/fdisk.c:414 fdisk/fdisk.c:439 msgid " t change a partition's system id" msgstr " t Den Dateisystemtyp einer Partition ändern" #: fdisk/fdisk.c:396 fdisk/fdisk.c:415 fdisk/fdisk.c:440 msgid " u change display/entry units" msgstr " u Die Einheit für die Anzeige/Eingabe ändern" #: fdisk/fdisk.c:397 fdisk/fdisk.c:416 fdisk/fdisk.c:441 fdisk/fdisk.c:463 #: fdisk/fdisk.c:480 fdisk/fdisk.c:496 fdisk/fdisk.c:514 msgid " v verify the partition table" msgstr " v Die Partitionstabelle überprüfen" #: fdisk/fdisk.c:398 fdisk/fdisk.c:417 fdisk/fdisk.c:442 fdisk/fdisk.c:464 #: fdisk/fdisk.c:481 fdisk/fdisk.c:497 fdisk/fdisk.c:515 msgid " w write table to disk and exit" msgstr " w Die Tabelle auf die Festplatte schreiben und das Programm beenden" #: fdisk/fdisk.c:399 fdisk/fdisk.c:443 msgid " x extra functionality (experts only)" msgstr " x Zusätzliche Funktionen (nur für Experten)" #: fdisk/fdisk.c:403 msgid " a select bootable partition" msgstr " a Wählen der bootfähigen Partition" #: fdisk/fdisk.c:404 msgid " b edit bootfile entry" msgstr " b Bearbeiten des „bootfile“-Eintrags" #: fdisk/fdisk.c:405 msgid " c select sgi swap partition" msgstr " c Die sgi-swap-Partition auswählen" #: fdisk/fdisk.c:428 msgid " a toggle a bootable flag" msgstr " a (De)Aktivieren des bootfähig-Flags" #: fdisk/fdisk.c:430 msgid " c toggle the dos compatibility flag" msgstr " c (De)Aktivieren des DOS Kompatibilitätsflags" #: fdisk/fdisk.c:451 msgid " a change number of alternate cylinders" msgstr " a Die Anzahl der alternierenden Zylinder ändern" #: fdisk/fdisk.c:452 fdisk/fdisk.c:470 fdisk/fdisk.c:486 fdisk/fdisk.c:502 msgid " c change number of cylinders" msgstr " c Die Anzahl der Zylinder ändern" # XXX #: fdisk/fdisk.c:453 fdisk/fdisk.c:471 fdisk/fdisk.c:487 fdisk/fdisk.c:503 msgid " d print the raw data in the partition table" msgstr " d Die „raw“-Daten der Partitionstabelle anzeigen" #: fdisk/fdisk.c:454 msgid " e change number of extra sectors per cylinder" msgstr " e Die Anzahl der Extra-Sektoren pro Zylinder ändern" #: fdisk/fdisk.c:455 fdisk/fdisk.c:474 fdisk/fdisk.c:490 fdisk/fdisk.c:507 msgid " h change number of heads" msgstr " h Die Anzahl der Köpfe ändern" #: fdisk/fdisk.c:456 msgid " i change interleave factor" msgstr " i Den Interleave-Faktor ändern" #: fdisk/fdisk.c:457 msgid " o change rotation speed (rpm)" msgstr " o Umdrehungsgeschwindigkeit ändern (U/min)" #: fdisk/fdisk.c:462 fdisk/fdisk.c:479 fdisk/fdisk.c:495 fdisk/fdisk.c:513 msgid " s change number of sectors/track" msgstr " s Die Anzahl der Sektoren/Spur ändern" #: fdisk/fdisk.c:465 msgid " y change number of physical cylinders" msgstr " y Die Anzahl der physischen Zylinder ändern" #: fdisk/fdisk.c:469 fdisk/fdisk.c:485 fdisk/fdisk.c:501 msgid " b move beginning of data in a partition" msgstr " b Den Datenanfang einer Partition verschieben" # XXX – Or should this be "logical" instead of "extended" ? #: fdisk/fdisk.c:472 fdisk/fdisk.c:488 fdisk/fdisk.c:504 msgid " e list extended partitions" msgstr " e Erweiterte Partitionen anzeigen" #: fdisk/fdisk.c:473 fdisk/fdisk.c:489 fdisk/fdisk.c:506 msgid " g create an IRIX (SGI) partition table" msgstr " g Eine IRIX-Partitionstabelle (SGI) anlegen" #: fdisk/fdisk.c:505 msgid " f fix partition order" msgstr " f Partitionsreihenfolge korrigieren" #: fdisk/fdisk.c:508 #, fuzzy msgid " i change the disk identifier" msgstr " i Die Einheit für die Anzeige/Eingabe ändern" #: fdisk/fdisk.c:624 #, c-format msgid "You must set" msgstr "Sie müssen angeben" #: fdisk/fdisk.c:641 msgid "heads" msgstr "Köpfe" #: fdisk/fdisk.c:643 fdisk/fdisk.c:1340 fdisk/sfdisk.c:936 msgid "sectors" msgstr "Sektoren" #: fdisk/fdisk.c:649 #, c-format msgid "" "%s%s.\n" "You can do this from the extra functions menu.\n" msgstr "" "%s%s.\n" "Sie können dies im Zusatzfunktionsmenü tun.\n" #: fdisk/fdisk.c:650 msgid " and " msgstr " und " #: fdisk/fdisk.c:667 #, c-format msgid "" "\n" "The number of cylinders for this disk is set to %d.\n" "There is nothing wrong with that, but this is larger than 1024,\n" "and could in certain setups cause problems with:\n" "1) software that runs at boot time (e.g., old versions of LILO)\n" "2) booting and partitioning software from other OSs\n" " (e.g., DOS FDISK, OS/2 FDISK)\n" msgstr "" "\n" "Die Anzahl der Zylinder für diese Platte ist auf %d gesetzt.\n" "Daran ist nichts verkehrt, aber das ist größer als 1024 und kann\n" "in bestimmten Konfigurationen Probleme hervorrufen mit:\n" "1) Software, die zum Bootzeitpunkt läuft (z. B. ältere LILO-Versionen)\n" "2) Boot- und Partitionierungssoftware anderer Betriebssysteme\n" " (z. B. DOS FDISK, OS/2 FDISK)\n" #: fdisk/fdisk.c:690 #, c-format msgid "Bad offset in primary extended partition\n" msgstr "Ungültiges Offset in primärer erweiterter Partition\n" #: fdisk/fdisk.c:704 #, c-format msgid "" "Warning: omitting partitions after #%d.\n" "They will be deleted if you save this partition table.\n" msgstr "" "Warnung: Lasse Partition hinter #%d aus.\n" "Sie werden gelöscht, wenn Sie diese Partitionstabelle schreiben.\n" #: fdisk/fdisk.c:723 #, c-format msgid "Warning: extra link pointer in partition table %d\n" msgstr "Warnung: zusätzlicher Link-Pointer in Partitionstabelle %d\n" #: fdisk/fdisk.c:731 #, c-format msgid "Warning: ignoring extra data in partition table %d\n" msgstr "Warnung: ignoriere weitere Daten in Partitionstabelle %d\n" #: fdisk/fdisk.c:783 #, c-format msgid "Disk identifier: 0x%08x\n" msgstr "" #: fdisk/fdisk.c:792 #, c-format msgid "New disk identifier (current 0x%08x): " msgstr "" #: fdisk/fdisk.c:811 #, fuzzy, c-format msgid "" "Building a new DOS disklabel with disk identifier 0x%08x.\n" "Changes will remain in memory only, until you decide to write them.\n" "After that, of course, the previous content won't be recoverable.\n" "\n" msgstr "" "Erstelle neue DOS-Bootsektoren. Die Änderungen werden vorerst nur im Speicher\n" "gemacht, bis Sie sich entscheiden, sie zu schreiben. Danach ist natürlich der\n" "vorherige Inhalt unrettbar verloren.\n" "\n" #: fdisk/fdisk.c:843 #, c-format msgid "Note: sector size is %d (not %d)\n" msgstr "Hinweis: Die Sektorgröße ist %d (nicht %d)\n" # XXX #: fdisk/fdisk.c:975 #, c-format msgid "You will not be able to write the partition table.\n" msgstr "Sie werden die Partitionstabelle nicht schreiben können.\n" #: fdisk/fdisk.c:1007 #, c-format msgid "" "This disk has both DOS and BSD magic.\n" "Give the 'b' command to go to BSD mode.\n" msgstr "" "Diese Platte hat sowohl DOS- als auch BSD-Magic.\n" "Nutzen Sie den „b“-Befehl, um in den BSD-Modus zu gehen.\n" #: fdisk/fdisk.c:1017 #, c-format msgid "Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel\n" msgstr "" "Das Gerät enthält weder eine gültige DOS-Partitionstabelle,\n" "noch einen „Sun“, „SGI“ oder „OSF disklabel“\n" #: fdisk/fdisk.c:1034 #, c-format msgid "Internal error\n" msgstr "Interner Fehler\n" #: fdisk/fdisk.c:1047 #, c-format msgid "Ignoring extra extended partition %d\n" msgstr "Die zusätzliche erweiterte Partition %d ignorieren\n" #: fdisk/fdisk.c:1059 #, c-format msgid "Warning: invalid flag 0x%04x of partition table %d will be corrected by w(rite)\n" msgstr "Warnung: Schreiben wird ungültiges Flag 0x%04x in Part.-tabelle %d korrigieren\n" #: fdisk/fdisk.c:1081 #, c-format msgid "" "\n" "got EOF thrice - exiting..\n" msgstr "" "\n" "dreimalig EOF bekommen – beende…\n" #: fdisk/fdisk.c:1120 msgid "Hex code (type L to list codes): " msgstr "Hex code (L um eine Liste anzuzeigen): " #: fdisk/fdisk.c:1160 #, c-format msgid "%s (%u-%u, default %u): " msgstr "%s (%u-%u, Vorgabe: %u): " #: fdisk/fdisk.c:1225 #, c-format msgid "Unsupported suffix: '%s'.\n" msgstr "" #: fdisk/fdisk.c:1226 #, c-format msgid "" "Supported: 10^N: KB (KiloByte), MB (MegaByte), GB (GigaByte)\n" " 2^N: K (KibiByte), M (MebiByte), G (GibiByte)\n" msgstr "" #: fdisk/fdisk.c:1252 #, c-format msgid "Using default value %u\n" msgstr "Benutze den Standardwert %u\n" #: fdisk/fdisk.c:1256 #, c-format msgid "Value out of range.\n" msgstr "Wert außerhalb des Bereichs.\n" #: fdisk/fdisk.c:1266 msgid "Partition number" msgstr "Partitionsnummer" #: fdisk/fdisk.c:1277 #, c-format msgid "Warning: partition %d has empty type\n" msgstr "Warnung: Partition %d hat leeren Typ\n" #: fdisk/fdisk.c:1299 fdisk/fdisk.c:1325 #, c-format msgid "Selected partition %d\n" msgstr "Partition %d ausgewählt\n" #: fdisk/fdisk.c:1302 #, c-format msgid "No partition is defined yet!\n" msgstr "Noch keine Partition definiert!\n" #: fdisk/fdisk.c:1328 #, c-format msgid "All primary partitions have been defined already!\n" msgstr "Alle primären Partitionen sind schon definiert worden!\n" #: fdisk/fdisk.c:1338 msgid "cylinder" msgstr "Zylinder" #: fdisk/fdisk.c:1338 msgid "sector" msgstr "Sektor" #: fdisk/fdisk.c:1347 #, c-format msgid "Changing display/entry units to %s\n" msgstr "Die Einheit für die Anzeige/Eingabe ist nun %s\n" #: fdisk/fdisk.c:1358 #, c-format msgid "WARNING: Partition %d is an extended partition\n" msgstr "WARNUNG: Partition %d ist eine erweiterte Partition\n" #: fdisk/fdisk.c:1369 #, c-format msgid "DOS Compatibility flag is set\n" msgstr "DOS-Kompatibilitätsflag ist gesetzt\n" #: fdisk/fdisk.c:1373 #, c-format msgid "DOS Compatibility flag is not set\n" msgstr "DOS-Kompatibilitätsflag ist nicht gesetzt\n" #: fdisk/fdisk.c:1473 #, c-format msgid "Partition %d does not exist yet!\n" msgstr "Partition %d existiert noch nicht!\n" #: fdisk/fdisk.c:1478 #, c-format msgid "" "Type 0 means free space to many systems\n" "(but not to Linux). Having partitions of\n" "type 0 is probably unwise. You can delete\n" "a partition using the `d' command.\n" msgstr "" "Typ 0 bedeutet für viele Systeme (allerdings nicht\n" "Linux) freien Platz. Partitionen mit Typ 0 zu haben\n" "ist wahrscheinlich unklug. Sie können eine Partition\n" "mit dem „d“-Kommando löschen.\n" #: fdisk/fdisk.c:1487 #, c-format msgid "" "You cannot change a partition into an extended one or vice versa\n" "Delete it first.\n" msgstr "" "Es ist nicht möglich, eine Partition in eine Erweiterte zu ändern oder\n" "umgekehrt. Bitte löschen Sie die Partition zuerst.\n" #: fdisk/fdisk.c:1496 #, c-format msgid "" "Consider leaving partition 3 as Whole disk (5),\n" "as SunOS/Solaris expects it and even Linux likes it.\n" "\n" msgstr "" "Ziehen Sie in Betracht, Partition 3 als „Whole disk“ (ganze Platte, 5)\n" "zu lassen, wie es SunOS/Solaris erwartet und sogar Linux es mag.\n" "\n" #: fdisk/fdisk.c:1502 #, fuzzy, c-format msgid "" "Consider leaving partition 9 as volume header (0),\n" "and partition 11 as entire volume (6), as IRIX expects it.\n" "\n" msgstr "" "Ziehen Sie in Betracht, Partition 9 als „Volume Header“ (5) und Partition 11\n" "als gesamte Platte zu lassen, wie es IRIX erwartet.\n" "\n" #: fdisk/fdisk.c:1519 #, c-format msgid "Changed system type of partition %d to %x (%s)\n" msgstr "Der Dateisystemtyp der Partition %d ist nun %x (%s)\n" #: fdisk/fdisk.c:1522 #, fuzzy, c-format msgid "System type of partition %d is unchanged: %x (%s)\n" msgstr "Der Dateisystemtyp der Partition %d ist nun %x (%s)\n" #: fdisk/fdisk.c:1574 #, c-format msgid "Partition %d has different physical/logical beginnings (non-Linux?):\n" msgstr "Partition %d hat unterschiedliche phys./log. Anfänge (nicht-Linux?):\n" #: fdisk/fdisk.c:1576 fdisk/fdisk.c:1584 fdisk/fdisk.c:1593 fdisk/fdisk.c:1603 #, c-format msgid " phys=(%d, %d, %d) " msgstr " phys=(%d, %d, %d) " #: fdisk/fdisk.c:1577 fdisk/fdisk.c:1585 #, c-format msgid "logical=(%d, %d, %d)\n" msgstr "logisch=(%d, %d, %d)\n" #: fdisk/fdisk.c:1582 #, c-format msgid "Partition %d has different physical/logical endings:\n" msgstr "Partition %d hat unterschiedliche phys./log. Enden:\n" #: fdisk/fdisk.c:1591 #, c-format msgid "Partition %i does not start on cylinder boundary:\n" msgstr "Partition %i beginnt nicht an einer Zylindergrenze:\n" #: fdisk/fdisk.c:1594 #, c-format msgid "should be (%d, %d, 1)\n" msgstr "sollte sein (%d, %d, 1)\n" #: fdisk/fdisk.c:1600 #, c-format msgid "Partition %i does not end on cylinder boundary.\n" msgstr "Partition %i endet nicht an einer Zylindergrenze.\n" #: fdisk/fdisk.c:1604 #, c-format msgid "should be (%d, %d, %d)\n" msgstr "sollte sein (%d, %d, %d)\n" #: fdisk/fdisk.c:1616 #, c-format msgid "" "\n" "Disk %s: %ld MB, %lld bytes\n" msgstr "" "\n" "Platte %s: %ld MByte, %lld Byte\n" #: fdisk/fdisk.c:1619 #, c-format msgid "" "\n" "Disk %s: %ld.%ld GB, %lld bytes\n" msgstr "" "\n" "Platte %s: %ld.%ld GByte, %lld Byte\n" #: fdisk/fdisk.c:1621 #, c-format msgid "%d heads, %llu sectors/track, %d cylinders" msgstr "%d Köpfe, %llu Sektoren/Spuren, %d Zylinder" #: fdisk/fdisk.c:1624 #, c-format msgid ", total %llu sectors" msgstr ", zusammen %llu Sektoren" #: fdisk/fdisk.c:1627 #, c-format msgid "Units = %s of %d * %d = %d bytes\n" msgstr "Einheiten = %s von %d × %d = %d Bytes\n" #: fdisk/fdisk.c:1738 #, c-format msgid "" "Nothing to do. Ordering is correct already.\n" "\n" msgstr "" "Keine Änderungen notwendig. Die Anordnung ist schon korrekt.\n" "\n" #: fdisk/fdisk.c:1794 #, c-format msgid "" "This doesn't look like a partition table\n" "Probably you selected the wrong device.\n" "\n" msgstr "" "Das sieht nicht wie eine Partitionstabelle aus.\n" "Sie haben wahrscheinlich das falsche Gerät ausgewählt.\n" "\n" # add 1 space to line up: # " Device" # " Gerät" # 2002-05-10 12:15:13 CEST -ke- #: fdisk/fdisk.c:1807 #, c-format msgid "%*s Boot Start End Blocks Id System\n" msgstr "%*s boot. Anfang Ende Blöcke Id System\n" #: fdisk/fdisk.c:1808 fdisk/fdisksgilabel.c:223 fdisk/fdisksunlabel.c:600 msgid "Device" msgstr "Gerät" #: fdisk/fdisk.c:1845 #, c-format msgid "" "\n" "Partition table entries are not in disk order\n" msgstr "" "\n" "Partitionstabelleneinträge sind nicht in Platten-Reihenfolge\n" #: fdisk/fdisk.c:1855 #, c-format msgid "" "\n" "Disk %s: %d heads, %llu sectors, %d cylinders\n" "\n" msgstr "" "\n" "Festplatte %s: %d Köpfe, %llu Sektoren, %d Zylinder\n" "\n" # Ist "Kp" eine gute Abkürzung für "Kopf" ? # Kf ist besser (2001-11-24 21:30:51 CET -ke-) #: fdisk/fdisk.c:1857 #, c-format msgid "Nr AF Hd Sec Cyl Hd Sec Cyl Start Size ID\n" msgstr "Nr AF Kp Sek Zyl Kp Sek Zyl Anfang Größe ID\n" #: fdisk/fdisk.c:1903 #, c-format msgid "Warning: partition %d contains sector 0\n" msgstr "Warnung: Partition %d enthält Sektor 0\n" #: fdisk/fdisk.c:1906 #, c-format msgid "Partition %d: head %d greater than maximum %d\n" msgstr "Partition %d: Kopf %d größer als Maximum %d\n" #: fdisk/fdisk.c:1909 #, c-format msgid "Partition %d: sector %d greater than maximum %llu\n" msgstr "Partition %d: Sektor %d größer als Maximum %llu\n" #: fdisk/fdisk.c:1912 #, c-format msgid "Partitions %d: cylinder %d greater than maximum %d\n" msgstr "Partition %d: Zylinder %d größer als Maximum %d\n" #: fdisk/fdisk.c:1916 #, c-format msgid "Partition %d: previous sectors %d disagrees with total %d\n" msgstr "Partition %d: verheriger Sektor %d widerspricht sich mit gesamt %d\n" #: fdisk/fdisk.c:1948 #, c-format msgid "Warning: bad start-of-data in partition %d\n" msgstr "Warnung: ungültiger Anfang-der-Daten in Partition %d\n" #: fdisk/fdisk.c:1956 #, c-format msgid "Warning: partition %d overlaps partition %d.\n" msgstr "Warnung: Partition %d überlappt mit Partition %d.\n" #: fdisk/fdisk.c:1976 #, c-format msgid "Warning: partition %d is empty\n" msgstr "Warnung: Partition %d ist leer\n" #: fdisk/fdisk.c:1981 #, c-format msgid "Logical partition %d not entirely in partition %d\n" msgstr "Logische Partition %d ist nicht vollständig in Partition %d enthalten\n" #: fdisk/fdisk.c:1987 #, c-format msgid "Total allocated sectors %ld greater than the maximum %lld\n" msgstr "Gesamtanzahl belegter Sektoren %ld größer als Maximum %lld\n" #: fdisk/fdisk.c:1990 #, c-format msgid "%lld unallocated sectors\n" msgstr "%lld unbenutzte Sektoren\n" #: fdisk/fdisk.c:2005 fdisk/fdisksgilabel.c:633 fdisk/fdisksunlabel.c:413 #, c-format msgid "Partition %d is already defined. Delete it before re-adding it.\n" msgstr "Partition %d ist schon festgelegt. Vor Wiederanlegen bitte löschen.\n" #: fdisk/fdisk.c:2047 #, c-format msgid "Sector %llu is already allocated\n" msgstr "Sektor %llu wird bereits benutzt\n" #: fdisk/fdisk.c:2083 #, c-format msgid "No free sectors available\n" msgstr "Es sind keine freien Sektoren verfügbar\n" #: fdisk/fdisk.c:2092 #, c-format msgid "Last %1$s, +%2$s or +size{K,M,G}" msgstr "" #: fdisk/fdisk.c:2158 #, c-format msgid "" "\tSorry - this fdisk cannot handle AIX disk labels.\n" "\tIf you want to add DOS-type partitions, create\n" "\ta new empty DOS partition table first. (Use o.)\n" "\tWARNING: This will destroy the present disk contents.\n" msgstr "" "\tTut mir leid, dieses fdisk kann nicht mit AIX-Disklabels umgehen.\n" "\tWenn Sie Partitionen vom Typ DOS hinzufügen wollen, erstellen Sie\n" "\tzuerst eine neue, leere DOS-Partitionstabelle (mit o).\n" "\tWARNUNG: Das zerstört den momentanen Inhalt Ihrer Platte.\n" #: fdisk/fdisk.c:2167 #, fuzzy, c-format msgid "" "\tSorry - this fdisk cannot handle Mac disk labels.\n" "\tIf you want to add DOS-type partitions, create\n" "\ta new empty DOS partition table first. (Use o.)\n" "\tWARNING: This will destroy the present disk contents.\n" msgstr "" "\tTut mir leid, dieses fdisk kann nicht mit AIX-Disklabels umgehen.\n" "\tWenn Sie Partitionen vom Typ DOS hinzufügen wollen, erstellen Sie\n" "\tzuerst eine neue, leere DOS-Partitionstabelle (mit o).\n" "\tWARNUNG: Das zerstört den momentanen Inhalt Ihrer Platte.\n" #: fdisk/fdisk.c:2187 #, c-format msgid "You must delete some partition and add an extended partition first\n" msgstr "Sie müssen erst eine Partion löschen und eine erweiterte anlegen.\n" #: fdisk/fdisk.c:2190 #, c-format msgid "All logical partitions are in use\n" msgstr "Alle logischen Partitionen sind in Benutzung\n" # "Ungültige primäre Partition" #: fdisk/fdisk.c:2191 #, c-format msgid "Adding a primary partition\n" msgstr "Füge primäre Partition hinzu\n" #: fdisk/fdisk.c:2196 #, c-format msgid "" "Command action\n" " %s\n" " p primary partition (1-4)\n" msgstr "" "Befehl Aktion\n" " %s\n" " p Primäre Partition (1-4)\n" #: fdisk/fdisk.c:2198 msgid "l logical (5 or over)" msgstr "l Logische Partition (5 oder größer)" #: fdisk/fdisk.c:2198 msgid "e extended" msgstr "e Erweiterte" #: fdisk/fdisk.c:2217 #, c-format msgid "Invalid partition number for type `%c'\n" msgstr "Ungültige Partitionsnummer für den Typ „%c“\n" #: fdisk/fdisk.c:2253 #, c-format msgid "" "The partition table has been altered!\n" "\n" msgstr "" "Die Partitionstabelle wurde verändert!\n" "\n" #: fdisk/fdisk.c:2264 #, c-format msgid "Calling ioctl() to re-read partition table.\n" msgstr "Rufe ioctl() um Partitionstabelle neu einzulesen.\n" #: fdisk/fdisk.c:2271 #, c-format msgid "" "\n" "WARNING: Re-reading the partition table failed with error %d: %s.\n" "The kernel still uses the old table.\n" "The new table will be used at the next reboot.\n" msgstr "" "\n" "WARNUNG: Neueinlesen der Partitionstabelle führte zu Fehler %d: %s.\n" "Der Kernel benutzt noch die alte Tabelle.\n" "Die neue Tabelle wird beim nächsten Neustart verwendet.\n" #: fdisk/fdisk.c:2281 #, c-format msgid "" "\n" "WARNING: If you have created or modified any DOS 6.x\n" "partitions, please see the fdisk manual page for additional\n" "information.\n" msgstr "" "\n" "WARNUNG: Wenn Sie eine DOS 6.x Partition angelegt\n" "oder verändert haben, dann schauen Sie bitte in die\n" "fdisk-manual-Seite nach weiteren Informationen\n" #: fdisk/fdisk.c:2287 #, c-format msgid "" "\n" "Error closing file\n" msgstr "" "\n" "Fehler beim Schließen von Datei\n" #: fdisk/fdisk.c:2291 #, c-format msgid "Syncing disks.\n" msgstr "Synchronisiere Platten.\n" #: fdisk/fdisk.c:2338 #, c-format msgid "Partition %d has no data area\n" msgstr "Partition %d hat keinen Datenbereich\n" #: fdisk/fdisk.c:2343 msgid "New beginning of data" msgstr "Neuer Datenanfang" # That sounds pretty ummm… #: fdisk/fdisk.c:2359 msgid "Expert command (m for help): " msgstr "Expertenkommando (m für Hilfe): " #: fdisk/fdisk.c:2372 msgid "Number of cylinders" msgstr "Anzahl der Zylinder" #: fdisk/fdisk.c:2399 msgid "Number of heads" msgstr "Anzahl der Köpfe" #: fdisk/fdisk.c:2426 msgid "Number of sectors" msgstr "Anzahl der Sektoren" #: fdisk/fdisk.c:2429 #, c-format msgid "Warning: setting sector offset for DOS compatiblity\n" msgstr "Warnung: setze Sektoren-Offset für DOS-Kompatibilität\n" #: fdisk/fdisk.c:2488 #, c-format msgid "" "\n" "WARNING: GPT (GUID Partition Table) detected on '%s'! The util fdisk doesn't support GPT. Use GNU Parted.\n" "\n" msgstr "" #: fdisk/fdisk.c:2510 #, c-format msgid "Disk %s doesn't contain a valid partition table\n" msgstr "Festplatte %s enthält keine gültige Partitionstabelle\n" #: fdisk/fdisk.c:2521 #, c-format msgid "Cannot open %s\n" msgstr "Konnte %s nicht öffnen\n" #: fdisk/fdisk.c:2539 fdisk/sfdisk.c:2605 #, c-format msgid "cannot open %s\n" msgstr "Konnte %s nicht öffnen\n" #: fdisk/fdisk.c:2559 #, c-format msgid "%c: unknown command\n" msgstr "%c: Unbekannter Befehl\n" #: fdisk/fdisk.c:2629 #, c-format msgid "This kernel finds the sector size itself - -b option ignored\n" msgstr "Dieser Kernel stellt Sektorengröße selbst fest – Option -b ignoriert\n" #: fdisk/fdisk.c:2633 #, c-format msgid "Warning: the -b (set sector size) option should be used with one specified device\n" msgstr "" "Warnung: Option -b (Sektorengröße setzen) sollte nur mit einem\n" "angegebenen Gerät benutzt werden\n" #: fdisk/fdisk.c:2694 #, c-format msgid "Detected an OSF/1 disklabel on %s, entering disklabel mode.\n" msgstr "Ein ODF/1-Disklabel auf %s entdeckt, gehe in Disklabel-Modus.\n" #: fdisk/fdisk.c:2704 msgid "Command (m for help): " msgstr "Befehl (m für Hilfe): " #: fdisk/fdisk.c:2720 #, c-format msgid "" "\n" "The current boot file is: %s\n" msgstr "" "\n" "Momentane Bootdatei ist: %s\n" #: fdisk/fdisk.c:2722 msgid "Please enter the name of the new boot file: " msgstr "Bitte geben Sie den Namen der neuen Boot-Datei an: " #: fdisk/fdisk.c:2724 #, c-format msgid "Boot file unchanged\n" msgstr "Boot-Datei unverändert\n" #: fdisk/fdisk.c:2797 #, c-format msgid "" "\n" "\tSorry, no experts menu for SGI partition tables available.\n" "\n" msgstr "" "\n" "\tTut mir leid, kein Experten-Menü für SGI-Partitionstabellen verfügbar.\n" "\n" #: fdisk/fdiskmaclabel.c:30 #, fuzzy msgid "" "\n" "\tThere is a valid Mac label on this disk.\n" "\tUnfortunately fdisk(1) cannot handle these disks.\n" "\tUse either pdisk or parted to modify the partition table.\n" "\tNevertheless some advice:\n" "\t1. fdisk will destroy its contents on write.\n" "\t2. Be sure that this disk is NOT a still vital\n" "\t part of a volume group. (Otherwise you may\n" "\t erase the other disks as well, if unmirrored.)\n" msgstr "" "\n" "\tEs gibt ein AIX-Label auf dieser Platte.\n" "\tDiese können leider von Linux momentan nicht\n" "\tgehandhabt werden. Dennoch einige Hinweise:\n" "\t1. fdisk wird den Inhalt beim Schreiben zerstören\n" "\t2. Stellen Sie sicher, dass diese Platte NICHT noch\n" "\t immer ein wichtiger Teil einer Plattengruppe ist.\n" "\t (Anderenfalls könnte diese Platten mitgelöscht\n" "\t werden, wenn sie nicht gespiegelt werden.)\n" "\t3. Bevor Sie diese physische Platte löschen, entfernen\n" "\t Sie sie unbedingt logisch aus Ihrer AIX-Maschine.\n" "\t (Anderenfalls werden Sie ein AIXperte.)" #: fdisk/fdisksgilabel.c:81 msgid "SGI volhdr" msgstr "SGI volhdr" #: fdisk/fdisksgilabel.c:82 msgid "SGI trkrepl" msgstr "SGI trkrepl" #: fdisk/fdisksgilabel.c:83 msgid "SGI secrepl" msgstr "SGI secrepl" #: fdisk/fdisksgilabel.c:84 msgid "SGI raw" msgstr "SGI raw" #: fdisk/fdisksgilabel.c:85 msgid "SGI bsd" msgstr "SGI bsd" #: fdisk/fdisksgilabel.c:86 msgid "SGI sysv" msgstr "SGI sysv" #: fdisk/fdisksgilabel.c:87 msgid "SGI volume" msgstr "SGI volume" #: fdisk/fdisksgilabel.c:88 msgid "SGI efs" msgstr "SGI efs" #: fdisk/fdisksgilabel.c:89 msgid "SGI lvol" msgstr "SGI lvol" #: fdisk/fdisksgilabel.c:90 msgid "SGI rlvol" msgstr "SGI rlvol" #: fdisk/fdisksgilabel.c:91 msgid "SGI xfs" msgstr "SGI xfs" #: fdisk/fdisksgilabel.c:92 msgid "SGI xfslog" msgstr "SGI xfslog" #: fdisk/fdisksgilabel.c:93 msgid "SGI xlv" msgstr "SGI xlv" #: fdisk/fdisksgilabel.c:94 msgid "SGI xvm" msgstr "SGI xvm" #: fdisk/fdisksgilabel.c:95 fdisk/fdisksunlabel.c:55 msgid "Linux swap" msgstr "Linux Swap" #: fdisk/fdisksgilabel.c:96 fdisk/fdisksunlabel.c:56 msgid "Linux native" msgstr "Linux native" #: fdisk/fdisksgilabel.c:97 fdisk/fdisksunlabel.c:57 fdisk/i386_sys_types.c:63 msgid "Linux LVM" msgstr "Linux LVM" #: fdisk/fdisksgilabel.c:98 msgid "Linux RAID" msgstr "Linux RAID" #: fdisk/fdisksgilabel.c:164 #, c-format msgid "According to MIPS Computer Systems, Inc the Label must not contain more than 512 bytes\n" msgstr "Laut MIPS Computer Systems, Inc darf das Label höchstens 512 Bytes enthalten\n" #: fdisk/fdisksgilabel.c:183 #, c-format msgid "Detected sgi disklabel with wrong checksum.\n" msgstr "SGI-Disklabel mit falscher Prüfsumme entdeckt.\n" #: fdisk/fdisksgilabel.c:201 #, fuzzy, c-format msgid "" "\n" "Disk %s (SGI disk label): %d heads, %llu sectors\n" "%d cylinders, %d physical cylinders\n" "%d extra sects/cyl, interleave %d:1\n" "%s\n" "Units = %s of %d * %d bytes\n" "\n" msgstr "" "\n" "Platte %s („SGI Disklabel“): %d Köpfe, %d Sektoren\n" "%d Zylinder, %d physische Zylinder\n" "%d Extrasekt./Zyl, Interleave %d:1\n" "%s\n" "Einheiten = %s mit %d × %d Bytes\n" "\n" #: fdisk/fdisksgilabel.c:214 #, c-format msgid "" "\n" "Disk %s (SGI disk label): %d heads, %llu sectors, %d cylinders\n" "Units = %s of %d * %d bytes\n" "\n" msgstr "" "\n" "Platte %s („SGI disklabel“): %d Köpfe, %llu Sektoren, %d Zylinder\n" "Einheiten: %s mit %d × %d Bytes\n" "\n" #: fdisk/fdisksgilabel.c:221 #, c-format msgid "" "----- partitions -----\n" "Pt# %*s Info Start End Sectors Id System\n" msgstr "" "----- Partitionen -----\n" "Nr. %*s Info Anfang Ende Sektoren Id System\n" #: fdisk/fdisksgilabel.c:243 #, c-format msgid "" "----- Bootinfo -----\n" "Bootfile: %s\n" "----- Directory Entries -----\n" msgstr "" "----- Bootinfo -----\n" "Bootdatei: %s\n" "----- Verzeichniseinträge -----\n" #: fdisk/fdisksgilabel.c:251 #, c-format msgid "%2d: %-10s sector%5u size%8u\n" msgstr "%2d: %-10s Sektor%5u Größe%8u\n" #: fdisk/fdisksgilabel.c:305 #, c-format msgid "" "\n" "Invalid Bootfile!\n" "\tThe bootfile must be an absolute non-zero pathname,\n" "\te.g. \"/unix\" or \"/unix.save\".\n" msgstr "" "\n" "Ungültige Bootdatei!\n" "\tDie Bootdatei muss ein absoluter, nichtleerer Pfadname sein,\n" "\tz. B. „/unix“ oder „/unix.save“.\n" #: fdisk/fdisksgilabel.c:311 #, c-format msgid "" "\n" "\tName of Bootfile too long: 16 bytes maximum.\n" msgstr "" "\n" "\tName der Bootdatei zu lang: höchstens 16 Bytes.\n" #: fdisk/fdisksgilabel.c:316 #, c-format msgid "" "\n" "\tBootfile must have a fully qualified pathname.\n" msgstr "" "\n" "\tBootdatei muss einen voll qualifizierten Pfadnamen haben.\n" #: fdisk/fdisksgilabel.c:323 #, c-format msgid "" "\n" "\tBe aware, that the bootfile is not checked for existence.\n" "\tSGI's default is \"/unix\" and for backup \"/unix.save\".\n" msgstr "" "\n" "\tVorsicht, die Existenz der Bootdatei wird nicht geprüft.\n" "\tSGIs Voreinstellung ist „/unix“ und als Sicherung „/unix.save“.\n" #: fdisk/fdisksgilabel.c:349 #, c-format msgid "" "\n" "\tBootfile is changed to \"%s\".\n" msgstr "" "\n" "\tBootdatei geändert auf „%s“.\n" #: fdisk/fdisksgilabel.c:439 #, c-format msgid "More than one entire disk entry present.\n" msgstr "Mehr als ein Eintrag für ‚gesamte Platte‘ vorhanden.\n" #: fdisk/fdisksgilabel.c:446 fdisk/fdisksunlabel.c:385 #, c-format msgid "No partitions defined\n" msgstr "Keine Partitionen definiert\n" #: fdisk/fdisksgilabel.c:452 #, c-format msgid "IRIX likes when Partition 11 covers the entire disk.\n" msgstr "IRIX mag es, wenn Partition 11 die ganze Platte umfasst.\n" #: fdisk/fdisksgilabel.c:454 #, c-format msgid "" "The entire disk partition should start at block 0,\n" "not at diskblock %d.\n" msgstr "" "Die Partition für die ganze Platte sollte bei Block 0 beginnen,\n" "nicht bei Plattenblock %d.\n" #: fdisk/fdisksgilabel.c:460 #, c-format msgid "" "The entire disk partition is only %d diskblock large,\n" "but the disk is %d diskblocks long.\n" msgstr "" "Die Partition für die ganze Platte ist nur %d Blöcke groß,\n" "die Platte allerdings umfasst %d Blöcke.\n" #: fdisk/fdisksgilabel.c:466 #, c-format msgid "One Partition (#11) should cover the entire disk.\n" msgstr "Eine Partition (#11) sollte die ganze Platte umfassen.\n" #: fdisk/fdisksgilabel.c:476 #, c-format msgid "Partition %d does not start on cylinder boundary.\n" msgstr "Partition %d beginnt nicht an einer Zylindergrenze.\n" #: fdisk/fdisksgilabel.c:482 #, c-format msgid "Partition %d does not end on cylinder boundary.\n" msgstr "Partition %d endet nicht an einer Zylindergrenze.\n" #: fdisk/fdisksgilabel.c:489 #, c-format msgid "The Partition %d and %d overlap by %d sectors.\n" msgstr "Partitionen %d und %d überlappen sich mit %d Sektoren.\n" #: fdisk/fdisksgilabel.c:497 fdisk/fdisksgilabel.c:515 #, c-format msgid "Unused gap of %8u sectors - sectors %8u-%u\n" msgstr "Unbenutzte Lücke von %8u Sektoren – Sektor %8u-%u\n" #: fdisk/fdisksgilabel.c:526 #, c-format msgid "" "\n" "The boot partition does not exist.\n" msgstr "" "\n" "Die Bootpartition existiert nicht.\n" #: fdisk/fdisksgilabel.c:529 #, c-format msgid "" "\n" "The swap partition does not exist.\n" msgstr "" "\n" "Die Swappartition existiert nicht.\n" #: fdisk/fdisksgilabel.c:533 #, c-format msgid "" "\n" "The swap partition has no swap type.\n" msgstr "" "\n" "Die Swappartition hat keinen Swap-Typ.\n" #: fdisk/fdisksgilabel.c:536 #, c-format msgid "\tYou have chosen an unusual boot file name.\n" msgstr "\tSie haben einen unüblichen Boot-Dateinamen gewählt.\n" #: fdisk/fdisksgilabel.c:545 #, c-format msgid "Sorry You may change the Tag of non-empty partitions.\n" msgstr "Tut mir leid, Sie können das Tag nicht-leerer Partitionen ändern.\n" #: fdisk/fdisksgilabel.c:551 msgid "" "It is highly recommended that the partition at offset 0\n" "is of type \"SGI volhdr\", the IRIX system will rely on it to\n" "retrieve from its directory standalone tools like sash and fx.\n" "Only the \"SGI volume\" entire disk section may violate this.\n" "Type YES if you are sure about tagging this partition differently.\n" msgstr "" "Es ist höchst empfehlenswert, die Partition an Position 0 vim Type „SGI volhdr“\n" "sein zu lassen, da das IRIX-System sich darauf verlässt, um aus ihrem\n" "Verzeichnis alleinstehende Programme wie sash und fx zu holen. Nur die Sektion\n" "„SGI volume“ für die ganze Platte darf diese Forderung verletzen.\n" "Geben Sie JAWOHL ein, wenn Sie sicher sind, diese\n" "Partition von anderem Typ sein lassen zu wollen.\n" #: fdisk/fdisksgilabel.c:556 fdisk/fdisksunlabel.c:551 msgid "YES\n" msgstr "JAWOHL\n" #: fdisk/fdisksgilabel.c:581 #, c-format msgid "Do You know, You got a partition overlap on the disk?\n" msgstr "Wissen Sie, dass Sie eine Partitionenüberlappung auf der Platte haben?\n" #: fdisk/fdisksgilabel.c:639 #, c-format msgid "Attempting to generate entire disk entry automatically.\n" msgstr "Versuche, den Eintrag für ‚gesamte Platte‘ automatisch zu generieren.\n" #: fdisk/fdisksgilabel.c:644 #, c-format msgid "The entire disk is already covered with partitions.\n" msgstr "Es wird schon die ganze Platte von Partitionen abgedeckt.\n" #: fdisk/fdisksgilabel.c:648 #, c-format msgid "You got a partition overlap on the disk. Fix it first!\n" msgstr "" "Sie haben eine Partitionenüberlappung auf der Platte. Bitte\n" "beseitigen Sie diese zuerst!\n" #: fdisk/fdisksgilabel.c:657 fdisk/fdisksgilabel.c:686 #, c-format msgid "" "It is highly recommended that eleventh partition\n" "covers the entire disk and is of type `SGI volume'\n" msgstr "" "Es ist höchst empfehlenswert, die elfte Partition die ganze\n" "Platte überdecken und sie vom Typ „SGI volume“ sein zu lassen.\n" #: fdisk/fdisksgilabel.c:673 #, c-format msgid "You will get a partition overlap on the disk. Fix it first!\n" msgstr "" "Sie werden eine Partitionenüberlappung auf der Platte erhalten. Bitte\n" "beseitigen Sie diese zuerst!\n" #: fdisk/fdisksgilabel.c:678 #, c-format msgid " Last %s" msgstr " Letzte %s" #: fdisk/fdisksgilabel.c:708 #, c-format msgid "" "Building a new SGI disklabel. Changes will remain in memory only,\n" "until you decide to write them. After that, of course, the previous\n" "content will be unrecoverably lost.\n" "\n" msgstr "" "Erstelle neue SGI-Bootsektoren. Die Änderungen werden vorerst nur im Speicher\n" "gemacht, bis Sie sich entscheiden, sie zu schreiben. Danach ist natürlich der\n" "vorherige Inhalt unrettbar verloren.\n" "\n" #: fdisk/fdisksgilabel.c:730 fdisk/fdisksunlabel.c:226 #, c-format msgid "" "Warning: BLKGETSIZE ioctl failed on %s. Using geometry cylinder value of %d.\n" "This value may be truncated for devices > 33.8 GB.\n" msgstr "" "Warnung: BLKGETSIZE-Ioctl fehlgeschlagen auf %s. Benutze Geometriezylinderwert\n" "von %d. Dieser Wert kann für Geräte > 33,8 GB abgeschnitten sein.\n" #: fdisk/fdisksgilabel.c:743 #, c-format msgid "Trying to keep parameters of partition %d.\n" msgstr "Versuche, Parameter der Partition %d zu erhalten.\n" #: fdisk/fdisksgilabel.c:745 #, c-format msgid "ID=%02x\tSTART=%d\tLENGTH=%d\n" msgstr "ID=%02x\tANFANG=%d\tLÄNGE=%d\n" #: fdisk/fdisksunlabel.c:43 msgid "Unassigned" msgstr "" #: fdisk/fdisksunlabel.c:45 msgid "SunOS root" msgstr "SunOS root" #: fdisk/fdisksunlabel.c:46 msgid "SunOS swap" msgstr "SunOS Swap" #: fdisk/fdisksunlabel.c:47 msgid "SunOS usr" msgstr "SunOS usr" #: fdisk/fdisksunlabel.c:48 msgid "Whole disk" msgstr "Gesamte Platte" #: fdisk/fdisksunlabel.c:49 msgid "SunOS stand" msgstr "SunOS stand" #: fdisk/fdisksunlabel.c:50 msgid "SunOS var" msgstr "SunOS var" #: fdisk/fdisksunlabel.c:51 msgid "SunOS home" msgstr "SunOS home" #: fdisk/fdisksunlabel.c:52 msgid "SunOS alt sectors" msgstr "SunOS alt sectors" #: fdisk/fdisksunlabel.c:53 msgid "SunOS cachefs" msgstr "SunOS cachefs" #: fdisk/fdisksunlabel.c:54 msgid "SunOS reserved" msgstr "SunOS reserved" #: fdisk/fdisksunlabel.c:58 fdisk/i386_sys_types.c:100 msgid "Linux raid autodetect" msgstr "Linux raid autodetect" #: fdisk/fdisksunlabel.c:141 #, c-format msgid "" "Detected sun disklabel with wrong checksum.\n" "Probably you'll have to set all the values,\n" "e.g. heads, sectors, cylinders and partitions\n" "or force a fresh label (s command in main menu)\n" msgstr "" "Sun-Disklabel mit falschen Prüfsumme entdeckt.\n" "Sie werden wahrscheinlich alle Werte, also Köpfe, Sektoren,\n" "Zylinder und Partitionen, setzen müssen oder mit einem\n" "frischen Label beginnen (s im Hauptmenü).\n" #: fdisk/fdisksunlabel.c:153 #, fuzzy, c-format msgid "Detected sun disklabel with wrong version [0x%08x].\n" msgstr "SGI-Disklabel mit falscher Prüfsumme entdeckt.\n" #: fdisk/fdisksunlabel.c:158 #, fuzzy, c-format msgid "Detected sun disklabel with wrong sanity [0x%08x].\n" msgstr "SGI-Disklabel mit falscher Prüfsumme entdeckt.\n" #: fdisk/fdisksunlabel.c:163 #, fuzzy, c-format msgid "Detected sun disklabel with wrong num_partitions [%u].\n" msgstr "SGI-Disklabel mit falscher Prüfsumme entdeckt.\n" #: fdisk/fdisksunlabel.c:168 #, fuzzy, c-format msgid "Warning: Wrong values need to be fixed up and will be corrected by w(rite)\n" msgstr "Warnung: Schreiben wird ungültiges Flag 0x%04x in Part.-tabelle %d korrigieren\n" #: fdisk/fdisksunlabel.c:198 #, c-format msgid "" "Building a new sun disklabel. Changes will remain in memory only,\n" "until you decide to write them. After that, of course, the previous\n" "content won't be recoverable.\n" "\n" msgstr "" "Erstelle neue Sun-Bootsektoren. Die Änderungen werden vorerst nur im Speicher\n" "gemacht, bis Sie sich entscheiden, sie zu schreiben. Danach ist natürlich der\n" "vorherige Inhalt unrettbar verloren.\n" "\n" #: fdisk/fdisksunlabel.c:233 msgid "Sectors/track" msgstr "Sektoren/Spur" #: fdisk/fdisksunlabel.c:348 #, c-format msgid "Partition %d doesn't end on cylinder boundary\n" msgstr "Partition %d endet nicht an einer Zylindergrenze\n" #: fdisk/fdisksunlabel.c:368 #, c-format msgid "Partition %d overlaps with others in sectors %d-%d\n" msgstr "Partition %d überlappt mit anderen in Sektoren %d–%d\n" #: fdisk/fdisksunlabel.c:390 #, c-format msgid "Unused gap - sectors 0-%d\n" msgstr "Unbenutzter Bereich – Sektor 0–%d\n" #: fdisk/fdisksunlabel.c:392 fdisk/fdisksunlabel.c:398 #, c-format msgid "Unused gap - sectors %d-%d\n" msgstr "Unbenutzter Bereich – Sektor %d–%d\n" #: fdisk/fdisksunlabel.c:423 #, c-format msgid "" "Other partitions already cover the whole disk.\n" "Delete some/shrink them before retry.\n" msgstr "" "Andere Partition überdecken bereits die ganze Platte.\n" "Löschen/verkleinern Sie sie vor einem erneuten Versuch.\n" #: fdisk/fdisksunlabel.c:474 #, c-format msgid "Sector %d is already allocated\n" msgstr "Sektor %d wird bereits benutzt\n" #: fdisk/fdisksunlabel.c:504 #, c-format msgid "" "You haven't covered the whole disk with the 3rd partition, but your value\n" "%d %s covers some other partition. Your entry has been changed\n" "to %d %s\n" msgstr "" "Sie haben nicht die ganze Platte mit der dritten Partition überdeckt, aber\n" "Ihr Wert %d %s überdeckt einige andere Partitionen. Ihr Eintrag wurde auf\n" "%d %s geändert\n" #: fdisk/fdisksunlabel.c:531 #, c-format msgid "" "If you want to maintain SunOS/Solaris compatibility, consider leaving this\n" "partition as Whole disk (5), starting at 0, with %u sectors\n" msgstr "" "Wenn Sie SunOS/Solaris-Kompatibilität beibehalten wollen, sollten Sie in\n" "Betracht ziehen, diese Partition als „Gesamte Platte“ (5) zu lassen, mit dem\n" "Beginn bei 0 und %u Sektoren.\n" #: fdisk/fdisksunlabel.c:546 msgid "" "It is highly recommended that the partition at offset 0\n" "is UFS, EXT2FS filesystem or SunOS swap. Putting Linux swap\n" "there may destroy your partition table and bootblock.\n" "Type YES if you're very sure you would like that partition\n" "tagged with 82 (Linux swap): " msgstr "" "Es wird dringend empfohlen, dass die Partition bei Offset 0 entweder\n" "UFS, Ext2FS oder „SunOS Swap“ ist. Dort „Linux Swap“ zu erstellen kann\n" "Ihre Partitionstabelle und Ihren Bootblock zerstören.\n" "Geben Sie JAWOHL ein, wenn Sie sich ganz sicher sind, dass Sie diese\n" "Partition als 82 (Linux Swap) markieren möchten: " #: fdisk/fdisksunlabel.c:578 #, fuzzy, c-format msgid "" "\n" "Disk %s (Sun disk label): %d heads, %llu sectors, %d rpm\n" "%d cylinders, %d alternate cylinders, %d physical cylinders\n" "%d extra sects/cyl, interleave %d:1\n" "Label ID: %s\n" "Volume ID: %s\n" "Units = %s of %d * 512 bytes\n" "\n" msgstr "" "\n" "Festplatte %s („Sun disklabel“): %d Köpfe, %d Sektoren, %d U/min\n" "%d Zylinder, %d alternative Zylinder, %d Physische Zylinder\n" "%d Extra-Sektoren/Zylinden, Interleave %d:1\n" "%s\n" "Einheiten = %s of %d × 512 Byte\n" "\n" #: fdisk/fdisksunlabel.c:594 #, c-format msgid "" "\n" "Disk %s (Sun disk label): %d heads, %llu sectors, %d cylinders\n" "Units = %s of %d * 512 bytes\n" "\n" msgstr "" "\n" "Festplatte %s („Sun disklabel“): %d Köpfe, %llu Sektoren, %d Zylinder\n" "Einheiten: %s mit %d × 512 Byte\n" "\n" #: fdisk/fdisksunlabel.c:599 #, c-format msgid "%*s Flag Start End Blocks Id System\n" msgstr "%*s Flag Start Ende Blöcke Id System\n" #: fdisk/fdisksunlabel.c:627 msgid "Number of alternate cylinders" msgstr "Anzahl der alternierenden Zylinder" #: fdisk/fdisksunlabel.c:639 msgid "Extra sectors per cylinder" msgstr "Extra-Sektoren pro Zylinder" #: fdisk/fdisksunlabel.c:646 msgid "Interleave factor" msgstr "Interleave-Faktor" #: fdisk/fdisksunlabel.c:653 msgid "Rotation speed (rpm)" msgstr "Rotationsgeschwindigkeit (U/min)" #: fdisk/fdisksunlabel.c:660 msgid "Number of physical cylinders" msgstr "Anzahl der physikalischen Zylinder" #: fdisk/i386_sys_types.c:6 msgid "Empty" msgstr "Leer" #: fdisk/i386_sys_types.c:7 msgid "FAT12" msgstr "FAT12" #: fdisk/i386_sys_types.c:8 msgid "XENIX root" msgstr "XENIX root" #: fdisk/i386_sys_types.c:9 msgid "XENIX usr" msgstr "XENIX usr" #: fdisk/i386_sys_types.c:10 msgid "FAT16 <32M" msgstr "FAT16 <32M" #: fdisk/i386_sys_types.c:11 msgid "Extended" msgstr "Erweiterte" #: fdisk/i386_sys_types.c:12 msgid "FAT16" msgstr "FAT16" #: fdisk/i386_sys_types.c:13 msgid "HPFS/NTFS" msgstr "HPFS/NTFS" #: fdisk/i386_sys_types.c:14 msgid "AIX" msgstr "AIX" # "bootfähig" #: fdisk/i386_sys_types.c:15 msgid "AIX bootable" msgstr "AIX bootfähig" #: fdisk/i386_sys_types.c:16 msgid "OS/2 Boot Manager" msgstr "OS/2 Bootmanager" #: fdisk/i386_sys_types.c:17 msgid "W95 FAT32" msgstr "W95 FAT32" #: fdisk/i386_sys_types.c:18 msgid "W95 FAT32 (LBA)" msgstr "W95 FAT32 (LBA)" #: fdisk/i386_sys_types.c:19 msgid "W95 FAT16 (LBA)" msgstr "W95 FAT16 (LBA)" #: fdisk/i386_sys_types.c:20 msgid "W95 Ext'd (LBA)" msgstr "W95 Erw. (LBA)" #: fdisk/i386_sys_types.c:21 msgid "OPUS" msgstr "OPUS" #: fdisk/i386_sys_types.c:22 msgid "Hidden FAT12" msgstr "Verst. FAT12" #: fdisk/i386_sys_types.c:23 msgid "Compaq diagnostics" msgstr "Compaq Diagnostics" #: fdisk/i386_sys_types.c:24 msgid "Hidden FAT16 <32M" msgstr "Verst. FAT16 <32M" #: fdisk/i386_sys_types.c:25 msgid "Hidden FAT16" msgstr "Verst. FAT16" #: fdisk/i386_sys_types.c:26 msgid "Hidden HPFS/NTFS" msgstr "Verst. HPFS/NTFS" #: fdisk/i386_sys_types.c:27 msgid "AST SmartSleep" msgstr "AST SmartSleep" #: fdisk/i386_sys_types.c:28 msgid "Hidden W95 FAT32" msgstr "Verst. W95 FAT32" #: fdisk/i386_sys_types.c:29 msgid "Hidden W95 FAT32 (LBA)" msgstr "Verst. W95 FAT32 (LBA)" #: fdisk/i386_sys_types.c:30 msgid "Hidden W95 FAT16 (LBA)" msgstr "Verst. W95 FAT16 (LBA)" #: fdisk/i386_sys_types.c:31 msgid "NEC DOS" msgstr "NEC DOS" #: fdisk/i386_sys_types.c:32 msgid "Plan 9" msgstr "Plan 9" #: fdisk/i386_sys_types.c:33 msgid "PartitionMagic recovery" msgstr "PartitionMagic recovery" #: fdisk/i386_sys_types.c:34 msgid "Venix 80286" msgstr "Venix 80286" #: fdisk/i386_sys_types.c:35 msgid "PPC PReP Boot" msgstr "PPC PReP Boot" #: fdisk/i386_sys_types.c:36 msgid "SFS" msgstr "SFS" #: fdisk/i386_sys_types.c:37 msgid "QNX4.x" msgstr "QNX4.x" #: fdisk/i386_sys_types.c:38 msgid "QNX4.x 2nd part" msgstr "QNX4.x 2nd part" #: fdisk/i386_sys_types.c:39 msgid "QNX4.x 3rd part" msgstr "QNX4.x 3rd part" #: fdisk/i386_sys_types.c:40 msgid "OnTrack DM" msgstr "OnTrack DM" #: fdisk/i386_sys_types.c:41 msgid "OnTrack DM6 Aux1" msgstr "OnTrack DM6 Aux1" #: fdisk/i386_sys_types.c:42 msgid "CP/M" msgstr "CP/M" #: fdisk/i386_sys_types.c:43 msgid "OnTrack DM6 Aux3" msgstr "OnTrack DM6 Aux3" #: fdisk/i386_sys_types.c:44 msgid "OnTrackDM6" msgstr "OnTrackDM6" #: fdisk/i386_sys_types.c:45 msgid "EZ-Drive" msgstr "EZ-Drive" #: fdisk/i386_sys_types.c:46 msgid "Golden Bow" msgstr "Golden Bow" #: fdisk/i386_sys_types.c:47 msgid "Priam Edisk" msgstr "Priam Edisk" #: fdisk/i386_sys_types.c:48 fdisk/i386_sys_types.c:91 #: fdisk/i386_sys_types.c:97 fdisk/i386_sys_types.c:98 msgid "SpeedStor" msgstr "SpeedStor" #: fdisk/i386_sys_types.c:49 msgid "GNU HURD or SysV" msgstr "GNU HURD / SysV" #: fdisk/i386_sys_types.c:50 msgid "Novell Netware 286" msgstr "Novell Netware 286" #: fdisk/i386_sys_types.c:51 msgid "Novell Netware 386" msgstr "Novell Netware 386" #: fdisk/i386_sys_types.c:52 msgid "DiskSecure Multi-Boot" msgstr "DiskSecure Multi-Boot" #: fdisk/i386_sys_types.c:53 msgid "PC/IX" msgstr "PC/IX" #: fdisk/i386_sys_types.c:54 msgid "Old Minix" msgstr "Old Minix" #: fdisk/i386_sys_types.c:55 msgid "Minix / old Linux" msgstr "Minix / old Linux" #: fdisk/i386_sys_types.c:56 msgid "Linux swap / Solaris" msgstr "Linux Swap / Solaris" #: fdisk/i386_sys_types.c:58 msgid "OS/2 hidden C: drive" msgstr "OS/2 verst. C:-Lw." #: fdisk/i386_sys_types.c:59 msgid "Linux extended" msgstr "Linux erweitert" #: fdisk/i386_sys_types.c:60 fdisk/i386_sys_types.c:61 msgid "NTFS volume set" msgstr "NTFS volume set" #: fdisk/i386_sys_types.c:62 msgid "Linux plaintext" msgstr "Linux Plaintext" #: fdisk/i386_sys_types.c:64 msgid "Amoeba" msgstr "Amoeba" #: fdisk/i386_sys_types.c:65 msgid "Amoeba BBT" msgstr "Amoeba BBT" #: fdisk/i386_sys_types.c:66 msgid "BSD/OS" msgstr "BSD/OS" #: fdisk/i386_sys_types.c:67 msgid "IBM Thinkpad hibernation" msgstr "IBM Thinkpad hibernation" #: fdisk/i386_sys_types.c:68 msgid "FreeBSD" msgstr "FreeBSD" #: fdisk/i386_sys_types.c:69 msgid "OpenBSD" msgstr "OpenBSD" #: fdisk/i386_sys_types.c:70 msgid "NeXTSTEP" msgstr "NeXTSTEP" #: fdisk/i386_sys_types.c:71 msgid "Darwin UFS" msgstr "Darwin UFS" #: fdisk/i386_sys_types.c:72 msgid "NetBSD" msgstr "NetBSD" #: fdisk/i386_sys_types.c:73 msgid "Darwin boot" msgstr "Darwin boot" #: fdisk/i386_sys_types.c:74 msgid "BSDI fs" msgstr "BSDI fs" #: fdisk/i386_sys_types.c:75 msgid "BSDI swap" msgstr "BSDI swap" #: fdisk/i386_sys_types.c:76 msgid "Boot Wizard hidden" msgstr "Boot Wizard versteckt" #: fdisk/i386_sys_types.c:77 msgid "Solaris boot" msgstr "Solaris boot" #: fdisk/i386_sys_types.c:78 msgid "Solaris" msgstr "Solaris" #: fdisk/i386_sys_types.c:79 msgid "DRDOS/sec (FAT-12)" msgstr "DRDOS/sec (FAT-12)" #: fdisk/i386_sys_types.c:80 msgid "DRDOS/sec (FAT-16 < 32M)" msgstr "DRDOS/sec (FAT-16 < 32M)" #: fdisk/i386_sys_types.c:81 msgid "DRDOS/sec (FAT-16)" msgstr "DRDOS/sec (FAT-16)" #: fdisk/i386_sys_types.c:82 msgid "Syrinx" msgstr "Syrinx" #: fdisk/i386_sys_types.c:83 msgid "Non-FS data" msgstr "Nicht-DS-Daten" #: fdisk/i386_sys_types.c:84 msgid "CP/M / CTOS / ..." msgstr "CP/M / CTOS / …" #: fdisk/i386_sys_types.c:86 msgid "Dell Utility" msgstr "Dell Utility" #: fdisk/i386_sys_types.c:87 msgid "BootIt" msgstr "BootIt" #: fdisk/i386_sys_types.c:88 msgid "DOS access" msgstr "DOS access" #: fdisk/i386_sys_types.c:90 msgid "DOS R/O" msgstr "DOS R/O" #: fdisk/i386_sys_types.c:93 msgid "BeOS fs" msgstr "BeOS fs" #: fdisk/i386_sys_types.c:94 #, fuzzy msgid "GPT" msgstr "EFI GPT" #: fdisk/i386_sys_types.c:95 msgid "EFI (FAT-12/16/32)" msgstr "EFI (FAT-12/16/32)" #: fdisk/i386_sys_types.c:96 msgid "Linux/PA-RISC boot" msgstr "Linux/PA-RISC boot" #: fdisk/i386_sys_types.c:99 msgid "DOS secondary" msgstr "DOS sekundär" #: fdisk/i386_sys_types.c:103 msgid "LANstep" msgstr "LANstep" #: fdisk/i386_sys_types.c:104 msgid "BBT" msgstr "BBT" #: fdisk/sfdisk.c:179 #, c-format msgid "seek error on %s - cannot seek to %lu\n" msgstr "Seek-Fehler auf %s – kann nicht nach %lu springen\n" #: fdisk/sfdisk.c:184 #, c-format msgid "seek error: wanted 0x%08x%08x, got 0x%08x%08x\n" msgstr "Seek-Fehler: wollte 0x%08x%08x, bekam 0x%08x%08x\n" #: fdisk/sfdisk.c:230 msgid "out of memory - giving up\n" msgstr "Speicher ist aufgebraucht – Abbruch\n" #: fdisk/sfdisk.c:235 fdisk/sfdisk.c:318 #, c-format msgid "read error on %s - cannot read sector %lu\n" msgstr "Fehler beim Lesen von %s – Sektor %lu konnte nicht gelesen werden\n" #: fdisk/sfdisk.c:253 #, c-format msgid "ERROR: sector %lu does not have an msdos signature\n" msgstr "FEHLER: Sektor %lu hat keine MS-DOS-Signatur\n" #: fdisk/sfdisk.c:268 #, c-format msgid "write error on %s - cannot write sector %lu\n" msgstr "Fehler beim Schreiben auf %s – der Sektor %lu konnte nicht geschrieben werden\n" #: fdisk/sfdisk.c:306 #, c-format msgid "cannot open partition sector save file (%s)\n" msgstr "Kann Partitionssektor-Sicherungsdatei (%s) nicht öffnen\n" #: fdisk/sfdisk.c:324 #, c-format msgid "write error on %s\n" msgstr "Fehler beim Schreiben auf %s\n" #: fdisk/sfdisk.c:350 #, c-format msgid "cannot stat partition restore file (%s)\n" msgstr "Kann auf Partitions-Wiederherstellungsdatei (%s) nicht zugreifen\n" #: fdisk/sfdisk.c:355 msgid "partition restore file has wrong size - not restoring\n" msgstr "Partitions-Wiederherstellungsdatei hat falsche Größe – stelle nicht wieder her\n" #: fdisk/sfdisk.c:359 msgid "out of memory?\n" msgstr "Speicher aufgebraucht?\n" #: fdisk/sfdisk.c:365 #, c-format msgid "cannot open partition restore file (%s)\n" msgstr "Kann Partitions-Wiederherstellungsdatei (%s) nicht öffnen\n" #: fdisk/sfdisk.c:371 #, c-format msgid "error reading %s\n" msgstr "Fehler beim Lesen von %s\n" #: fdisk/sfdisk.c:378 #, c-format msgid "cannot open device %s for writing\n" msgstr "Konnte das Gerät %s nicht zum Schreiben öffnen\n" #: fdisk/sfdisk.c:390 #, c-format msgid "error writing sector %lu on %s\n" msgstr "Fehler beim Schreiben des Sektors %lu auf %s\n" #: fdisk/sfdisk.c:452 #, c-format msgid "Disk %s: cannot get geometry\n" msgstr "Festplatte %s: Die Geometrie konnte nicht festgestellt werden\n" #: fdisk/sfdisk.c:469 #, c-format msgid "Disk %s: cannot get size\n" msgstr "Festplatte %s: Kann Größe nicht ermitteln\n" #: fdisk/sfdisk.c:502 #, c-format msgid "" "Warning: start=%lu - this looks like a partition rather than\n" "the entire disk. Using fdisk on it is probably meaningless.\n" "[Use the --force option if you really want this]\n" msgstr "" "Warnung: start=%lu – das sieht eher wie eine Partition aus statt einer\n" "ganzen Platte. Die Benutzung von fdisk darauf is vermutlich sinnlos.\n" "[Benutzen Sie die Option --force, wenn Sie das wirklich wollen.]\n" #: fdisk/sfdisk.c:509 #, c-format msgid "Warning: HDIO_GETGEO says that there are %lu heads\n" msgstr "Warnung: HDIO_GETGEO ergibt, dass es %lu Köpfe gibt\n" #: fdisk/sfdisk.c:512 #, c-format msgid "Warning: HDIO_GETGEO says that there are %lu sectors\n" msgstr "Warnung: HDIO_GETGEO ergibt, dass es %lu Sektoren gibt\n" #: fdisk/sfdisk.c:516 #, c-format msgid "Warning: BLKGETSIZE/HDIO_GETGEO says that there are %lu cylinders\n" msgstr "Warnung: BLKGETSIZE/HDIO_GETGEO ergibt, dass es %lu Zylinder gibt\n" #: fdisk/sfdisk.c:521 #, c-format msgid "" "Warning: unlikely number of sectors (%lu) - usually at most 63\n" "This will give problems with all software that uses C/H/S addressing.\n" msgstr "" "Warnung: unwahrscheinliche Anzahl Sektoren (%lu) – normalerweise höchstens 63.\n" "Dies wird Probleme bei Software verursachen, die das C/H/S-Adressierungsschema\n" "verwendet.\n" #: fdisk/sfdisk.c:525 #, c-format msgid "" "\n" "Disk %s: %lu cylinders, %lu heads, %lu sectors/track\n" msgstr "" "\n" "Festplatte %s: %lu Zylinder, %lu Köpfe, %lu Sektoren/Spur\n" #: fdisk/sfdisk.c:607 #, c-format msgid "%s of partition %s has impossible value for head: %lu (should be in 0-%lu)\n" msgstr "%s von Partition %s hat unmöglichen Wert für Kopf: %lu (sollte 0–%lu sein)\n" #: fdisk/sfdisk.c:612 #, c-format msgid "%s of partition %s has impossible value for sector: %lu (should be in 1-%lu)\n" msgstr "%s von Partition %s hat unmöglichen Wert für Sektor: %lu (sollte 1–%lu sein)\n" #: fdisk/sfdisk.c:617 #, c-format msgid "%s of partition %s has impossible value for cylinders: %lu (should be in 0-%lu)\n" msgstr "%s von Partition %s hat unmöglichen Wert für Zylinder: %lu (sollte 0–%lu sein)\n" #: fdisk/sfdisk.c:657 #, c-format msgid "" "Id Name\n" "\n" msgstr "" "Id Name\n" "\n" #: fdisk/sfdisk.c:813 #, c-format msgid "Re-reading the partition table ...\n" msgstr "Die Partitionstabelle wird erneut gelesen…\n" #: fdisk/sfdisk.c:819 msgid "" "The command to re-read the partition table failed\n" "Reboot your system now, before using mkfs\n" msgstr "" "Der Befehl zum Neueinlesen der Partitionstabelle schlug fehl.\n" "Starten Sie Ihr System jetzt neu, bevor Sie mkfs verwenden.\n" #: fdisk/sfdisk.c:824 #, c-format msgid "Error closing %s\n" msgstr "Fehler beim Schließen von %s\n" #: fdisk/sfdisk.c:862 #, c-format msgid "%s: no such partition\n" msgstr "%s: es gibt keine derartige Partition\n" #: fdisk/sfdisk.c:885 msgid "unrecognized format - using sectors\n" msgstr "nicht erkanntes Format – benutze Sektoren\n" #: fdisk/sfdisk.c:924 #, c-format msgid "# partition table of %s\n" msgstr "# Partitionstabelle von %s\n" #: fdisk/sfdisk.c:935 #, c-format msgid "unimplemented format - using %s\n" msgstr "nicht implementiertes Format – benutze %s\n" #: fdisk/sfdisk.c:939 #, c-format msgid "" "Units = cylinders of %lu bytes, blocks of 1024 bytes, counting from %d\n" "\n" msgstr "" "Einheit = Zylinder von %lu Bytes, Blöcke von 1024 Bytes, Zählung beginnt bei %d\n" "\n" #: fdisk/sfdisk.c:942 #, c-format msgid " Device Boot Start End #cyls #blocks Id System\n" msgstr " Gerät boot. Anfang Ende #Zyl. #Blöcke Id System\n" #: fdisk/sfdisk.c:947 #, c-format msgid "" "Units = sectors of 512 bytes, counting from %d\n" "\n" msgstr "" "Einheit = Sektoren von 512 Bytes, Zählung beginnt bei %d\n" "\n" #: fdisk/sfdisk.c:949 #, c-format msgid " Device Boot Start End #sectors Id System\n" msgstr " Gerät boot. Anfang Ende #Sektoren Id System\n" #: fdisk/sfdisk.c:952 #, c-format msgid "" "Units = blocks of 1024 bytes, counting from %d\n" "\n" msgstr "" "Einheit = Blöcke von 1024 Bytes, Zählung beginnt bei %d\n" "\n" #: fdisk/sfdisk.c:954 #, c-format msgid " Device Boot Start End #blocks Id System\n" msgstr " Gerät boot. Anfang Ende #Blöcke Id System\n" #: fdisk/sfdisk.c:957 #, c-format msgid "" "Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from %d\n" "\n" msgstr "" "Einheit = Mebibytes von 1048576 Bytes, Blöcke von 1024 Bytes, Zählung beginnt bei %d\n" "\n" #: fdisk/sfdisk.c:959 #, c-format msgid " Device Boot Start End MiB #blocks Id System\n" msgstr " Gerät boot. Anfang Ende MiB #Blöcke Id System\n" #: fdisk/sfdisk.c:1119 #, c-format msgid "\t\tstart: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "\t\tAnfang: (c,h,s) erwartet (%ld,%ld,%ld) gefunden (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1126 #, c-format msgid "\t\tend: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "\t\tEnde: (c,h,s) erwartet (%ld,%ld,%ld) gefunden (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1129 #, c-format msgid "partition ends on cylinder %ld, beyond the end of the disk\n" msgstr "Partition endet auf Zylinder %ld, hinter dem Ende der Festplatte\n" #: fdisk/sfdisk.c:1139 msgid "No partitions found\n" msgstr "Keine Partitionen gefunden\n" #: fdisk/sfdisk.c:1143 #, c-format msgid "" "Warning: The partition table looks like it was made\n" " for C/H/S=*/%ld/%ld (instead of %ld/%ld/%ld).\n" "For this listing I'll assume that geometry.\n" msgstr "" "Warnung: Die Partition sieht aus, als sie gemacht worden\n" " für C/H/S=*/%ld/%ld (anstelle von %ld/%ld/%ld).\n" "Für diese Auflistung nehme ich diese Geometrie an.\n" #: fdisk/sfdisk.c:1192 msgid "no partition table present.\n" msgstr "Es gibt keine Partitionstabelle.\n" #: fdisk/sfdisk.c:1194 #, c-format msgid "strange, only %d partitions defined.\n" msgstr "Merkwürdig, es sind nur %d Partitionen definiert.\n" #: fdisk/sfdisk.c:1203 #, c-format msgid "Warning: partition %s has size 0 but is not marked Empty\n" msgstr "Warnung: Partition %s hat Größe 0, ist aber nicht als leer markiert\n" #: fdisk/sfdisk.c:1206 #, c-format msgid "Warning: partition %s has size 0 and is bootable\n" msgstr "Warnung: Partition %s hat Größe 0 und ist bootfähig\n" #: fdisk/sfdisk.c:1209 #, c-format msgid "Warning: partition %s has size 0 and nonzero start\n" msgstr "Warnung: Partition %s hat Größe 0 und beginnt nicht bei Null\n" # XXX – Merge with next strings. #: fdisk/sfdisk.c:1220 #, c-format msgid "Warning: partition %s " msgstr "Warnung: Partition %s " #: fdisk/sfdisk.c:1221 #, c-format msgid "is not contained in partition %s\n" msgstr "is nicht enthalten in Partition %s\n" # XXX – Merge with next strings. #: fdisk/sfdisk.c:1232 #, c-format msgid "Warning: partitions %s " msgstr "Warnung: Partitionen %s " #: fdisk/sfdisk.c:1233 #, c-format msgid "and %s overlap\n" msgstr "and %s überlappen sich\n" #: fdisk/sfdisk.c:1244 #, c-format msgid "" "Warning: partition %s contains part of the partition table (sector %lu),\n" "and will destroy it when filled\n" msgstr "" "Warnung: Partition %s enthält einen Teil der Partitionstabelle\n" "(Sektor %lu) und wird diese zerstören, wenn sie gefüllt wird.\n" #: fdisk/sfdisk.c:1256 #, c-format msgid "Warning: partition %s starts at sector 0\n" msgstr "Warnung: Partition %s fängt bei Sektor 0 an\n" #: fdisk/sfdisk.c:1260 #, c-format msgid "Warning: partition %s extends past end of disk\n" msgstr "Warnung: Partition %s reicht über das Ende der Platte hinaus\n" #: fdisk/sfdisk.c:1275 msgid "" "Among the primary partitions, at most one can be extended\n" " (although this is not a problem under Linux)\n" msgstr "" "Unter den primären Partitionen kann höchstens eine erweiterte sein.\n" " (Auch wenn das unter Linux kein Problem ist.)\n" #: fdisk/sfdisk.c:1293 #, c-format msgid "Warning: partition %s does not start at a cylinder boundary\n" msgstr "Warnung: Partition %s beginnt nicht an einer Zylindergrenze\n" #: fdisk/sfdisk.c:1299 #, c-format msgid "Warning: partition %s does not end at a cylinder boundary\n" msgstr "Warnung: Partition %s endet nicht an einer Zylindergrenze\n" #: fdisk/sfdisk.c:1317 msgid "" "Warning: more than one primary partition is marked bootable (active)\n" "This does not matter for LILO, but the DOS MBR will not boot this disk.\n" msgstr "" "Warnung: Mehr als eine primäre Partition wurde als bootfähig (aktiv) markiert.\n" " Dies spielt bei LILO keine Rolle, aber der DOS-MBR wird diese\n" " Festplatte nicht booten.\n" #: fdisk/sfdisk.c:1324 msgid "" "Warning: usually one can boot from primary partitions only\n" "LILO disregards the `bootable' flag.\n" msgstr "" "Warnung: Normalerweise kann man nur von primäre Partitionen booten.\n" "LILO ignoriert die „bootfähig“-Einstellung komplett.\n" #: fdisk/sfdisk.c:1330 msgid "" "Warning: no primary partition is marked bootable (active)\n" "This does not matter for LILO, but the DOS MBR will not boot this disk.\n" msgstr "" "Warnung: Keine primäre Partition wurde als bootfähig (aktiv) markiert.\n" " Dies spielt bei LILO keine Rolle, aber der DOS-MBR wird auf\n" " dieser Festplatte nicht booten.\n" #: fdisk/sfdisk.c:1344 msgid "start" msgstr "Anfang" #: fdisk/sfdisk.c:1347 #, c-format msgid "partition %s: start: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "Partition %s: Anfang: (c,h,s) erwartet (%ld,%ld,%ld) gefunden (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1353 msgid "end" msgstr "Ende" #: fdisk/sfdisk.c:1356 #, c-format msgid "partition %s: end: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "Partition %s: Ende: (c,h,s) erwartet (%ld,%ld,%ld) gefunden (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1359 #, c-format msgid "partition %s ends on cylinder %ld, beyond the end of the disk\n" msgstr "Partition %s endet am Zylinder %ld, hinter dem Ende der Platte\n" #: fdisk/sfdisk.c:1384 #, c-format msgid "" "Warning: shifted start of the extd partition from %ld to %ld\n" "(For listing purposes only. Do not change its contents.)\n" msgstr "" "Warnung: Anfang der erweiterten Partition von %ld auf %ld verschoben.\n" "(Nur zum Zwecke der Auflistung. Nicht den Inhalt ändern.)\n" #: fdisk/sfdisk.c:1390 msgid "" "Warning: extended partition does not start at a cylinder boundary.\n" "DOS and Linux will interpret the contents differently.\n" msgstr "" "Warnung: erweiterte Partition beginnt nicht an einer Zylindergrenze\n" "DOS und Linux werden den Inhalt unterschiedlich interpretieren.\n" #: fdisk/sfdisk.c:1408 fdisk/sfdisk.c:1485 #, c-format msgid "too many partitions - ignoring those past nr (%d)\n" msgstr "Zu viele Partitionen - ignoriere alle hinter Nr. (%d)\n" #: fdisk/sfdisk.c:1423 msgid "tree of partitions?\n" msgstr "Partitionsbaum?\n" #: fdisk/sfdisk.c:1528 msgid "detected Disk Manager - unable to handle that\n" msgstr "Disk Manager erkannt – kann das nicht handhaben\n" #: fdisk/sfdisk.c:1535 msgid "DM6 signature found - giving up\n" msgstr "DM6-Signatur gefunden – gebe auf\n" #: fdisk/sfdisk.c:1555 msgid "strange..., an extended partition of size 0?\n" msgstr "merkwürdig… eine erweiterte Partition der Größe 0?\n" #: fdisk/sfdisk.c:1562 fdisk/sfdisk.c:1573 msgid "strange..., a BSD partition of size 0?\n" msgstr "merkwürdig… eine BSD-Partition der Größe 0?\n" #: fdisk/sfdisk.c:1607 #, c-format msgid " %s: unrecognized partition table type\n" msgstr " %s: nicht erkannte Partitiontabellentyp\n" #: fdisk/sfdisk.c:1619 msgid "-n flag was given: Nothing changed\n" msgstr "Die Option „-n“ wurde verwendet: Es wurde nichts verändert\n" #: fdisk/sfdisk.c:1635 msgid "Failed saving the old sectors - aborting\n" msgstr "Speichern der alten Sektoren fehlgeschlagen – Abbruch\n" #: fdisk/sfdisk.c:1640 #, c-format msgid "Failed writing the partition on %s\n" msgstr "Schreiben der Partition auf %s fehlgeschlagen\n" #: fdisk/sfdisk.c:1717 msgid "long or incomplete input line - quitting\n" msgstr "Lange oder unvollständige Eingabezeilen – beende\n" #: fdisk/sfdisk.c:1753 #, c-format msgid "input error: `=' expected after %s field\n" msgstr "Eingabefehler: „=“ erwartet nach %s-Feld\n" #: fdisk/sfdisk.c:1760 #, c-format msgid "input error: unexpected character %c after %s field\n" msgstr "Eingabefehler: unerwartetes Zeichen %c nach %s-Feld\n" #: fdisk/sfdisk.c:1766 #, c-format msgid "unrecognized input: %s\n" msgstr "nicht erkannte Eingabe: %s\n" #: fdisk/sfdisk.c:1808 msgid "number too big\n" msgstr "Zahl zu groß\n" #: fdisk/sfdisk.c:1812 msgid "trailing junk after number\n" msgstr "abschließender Müll hinter Zahl\n" #: fdisk/sfdisk.c:1936 msgid "no room for partition descriptor\n" msgstr "kein Platz für Partitionsdeskriptor\n" #: fdisk/sfdisk.c:1969 msgid "cannot build surrounding extended partition\n" msgstr "kann umgebende erweiterte Partition nicht anlegen\n" #: fdisk/sfdisk.c:2020 msgid "too many input fields\n" msgstr "zu viele Eingabefelder\n" #: fdisk/sfdisk.c:2054 msgid "No room for more\n" msgstr "Für mehr kein Platz\n" #: fdisk/sfdisk.c:2073 msgid "Illegal type\n" msgstr "Illegaler Typ\n" #: fdisk/sfdisk.c:2105 #, c-format msgid "Warning: given size (%lu) exceeds max allowable size (%lu)\n" msgstr "Warnung: gegebene Größe (%lu) überschreitet maximal erlaubte Größe (%lu)\n" #: fdisk/sfdisk.c:2111 msgid "Warning: empty partition\n" msgstr "Warnung: leere Partition\n" #: fdisk/sfdisk.c:2125 #, c-format msgid "Warning: bad partition start (earliest %lu)\n" msgstr "Warnung: ungültiger Partitionsanfang (kleinstmöglich %lu)\n" #: fdisk/sfdisk.c:2138 msgid "unrecognized bootable flag - choose - or *\n" msgstr "nicht erkanntes Boofähig-Flag – wählen Sie - oder *\n" #: fdisk/sfdisk.c:2155 fdisk/sfdisk.c:2168 msgid "partial c,h,s specification?\n" msgstr "partielle c,h,s-Spezifikation?\n" #: fdisk/sfdisk.c:2179 msgid "Extended partition not where expected\n" msgstr "Erweiterte Partition nicht dort, wo erwartet\n" #: fdisk/sfdisk.c:2211 msgid "bad input\n" msgstr "ungültige Eingabe\n" #: fdisk/sfdisk.c:2233 msgid "too many partitions\n" msgstr "Zu viele Partitionen\n" #: fdisk/sfdisk.c:2266 msgid "" "Input in the following format; absent fields get a default value.\n" " \n" "Usually you only need to specify and (and perhaps ).\n" msgstr "" "Eingabe im folgenden Format; abwesende Felder erhalten einen Vorgabewert.\n" " \n" "Normalerweise brauchen Sie nur und anzugeben (und\n" "vielleicht ).\n" #: fdisk/sfdisk.c:2292 #, c-format msgid "Usage: %s [options] device ...\n" msgstr "Aufruf: %s [Optionen] gerät …\n" #: fdisk/sfdisk.c:2293 msgid "device: something like /dev/hda or /dev/sda" msgstr "gerät: etwas wie /dev/hda oder /dev/sda" #: fdisk/sfdisk.c:2294 msgid "useful options:" msgstr "nützliche Optionen:" #: fdisk/sfdisk.c:2295 msgid " -s [or --show-size]: list size of a partition" msgstr " -s [oder --show-size]: Größe einer Partition anzeigen" #: fdisk/sfdisk.c:2296 msgid " -c [or --id]: print or change partition Id" msgstr " -c [oder --id]: Partitions-Id ausgeben oder ändern" #: fdisk/sfdisk.c:2297 msgid " -l [or --list]: list partitions of each device" msgstr " -l [oder --list]: Partitionen jedes Geräts auflisten" #: fdisk/sfdisk.c:2298 msgid " -d [or --dump]: idem, but in a format suitable for later input" msgstr "" " -d [oder --dump]: genauso, aber in einem für späteres Wiedereinlesen\n" " geeigneten Format" #: fdisk/sfdisk.c:2299 msgid " -i [or --increment]: number cylinders etc. from 1 instead of from 0" msgstr " -i [oder --increment]: Zylinder usw. von 1 statt von 0 an zählen" #: fdisk/sfdisk.c:2300 msgid " -uS, -uB, -uC, -uM: accept/report in units of sectors/blocks/cylinders/MB" msgstr "" " -uS, -uB, -uC, -uM: in Einheiten von Sektoren/Blöcken/Zylindern/MB\n" " akzeptieren/ausgeben" #: fdisk/sfdisk.c:2301 msgid " -T [or --list-types]:list the known partition types" msgstr " -T [oder --list-types]:bekannte Partitionstypen auflisten" #: fdisk/sfdisk.c:2302 msgid " -D [or --DOS]: for DOS-compatibility: waste a little space" msgstr " -D [oder --DOS]: für DOS-Kompatibilität: ein wenig Platz verschwenden" #: fdisk/sfdisk.c:2303 msgid " -R [or --re-read]: make kernel reread partition table" msgstr "" "-R [oder --re-read]: den Kernel zum Neueinlesen der Partitionstabelle\n" " veranlassen" #: fdisk/sfdisk.c:2304 msgid " -N# : change only the partition with number #" msgstr " -N# : nur die Partition Nummer # ändern" #: fdisk/sfdisk.c:2305 msgid " -n : do not actually write to disk" msgstr " -n : nicht wirklich auf Platte schreiben" #: fdisk/sfdisk.c:2306 msgid " -O file : save the sectors that will be overwritten to file" msgstr " -O datei : die zu überschreibenden Sektoren in Datei speichern" #: fdisk/sfdisk.c:2307 msgid " -I file : restore these sectors again" msgstr " -I datei : diese Sektoren wieder herstellen" #: fdisk/sfdisk.c:2308 msgid " -v [or --version]: print version" msgstr " -v [oder --version]: Version ausgeben" #: fdisk/sfdisk.c:2309 msgid " -? [or --help]: print this message" msgstr " -? [oder --help]: diese Meldung ausgeben" #: fdisk/sfdisk.c:2310 msgid "dangerous options:" msgstr "gefährliche Optionen:" #: fdisk/sfdisk.c:2311 msgid " -g [or --show-geometry]: print the kernel's idea of the geometry" msgstr "" " -g [oder --show-geometry]: die Vorstellungen des Kernels zur Geometrie\n" " ausgeben" #: fdisk/sfdisk.c:2312 msgid " -G [or --show-pt-geometry]: print geometry guessed from the partition table" msgstr "" " -G [oder --show-pt-geometry]: aus der Partitionstabelle geratene Geometrie\n" " ausgeben" #: fdisk/sfdisk.c:2313 msgid "" " -x [or --show-extended]: also list extended partitions on output\n" " or expect descriptors for them on input" msgstr "" " -x [oder --show-extended]: auch die erweiterten Partitionen mit auflisten\n" " bzw. bei Eingabe Deskriptoren für sie erwarten" #: fdisk/sfdisk.c:2315 msgid " -L [or --Linux]: do not complain about things irrelevant for Linux" msgstr " -L [oder --Linux]: nicht über für Linux irrelevante Dinge beschweren" #: fdisk/sfdisk.c:2316 msgid " -q [or --quiet]: suppress warning messages" msgstr " -q [oder --quiet]: Warnmeldungen unterdrücken" #: fdisk/sfdisk.c:2317 msgid " You can override the detected geometry using:" msgstr " Sie können die erkannte Geometrie überstimmen:" #: fdisk/sfdisk.c:2318 msgid " -C# [or --cylinders #]:set the number of cylinders to use" msgstr " -C# [oder --cylinders #]: Zahl der Zylinder setzen" #: fdisk/sfdisk.c:2319 msgid " -H# [or --heads #]: set the number of heads to use" msgstr " -H# [oder --heads #]: Zahl der Köpfe setzen" #: fdisk/sfdisk.c:2320 msgid " -S# [or --sectors #]: set the number of sectors to use" msgstr " -S# [oder --sectors #]: Zahl der Sektoren setzen" #: fdisk/sfdisk.c:2321 msgid "You can disable all consistency checking with:" msgstr "Sie können jegliche Konsistenzprüfungen abschalten mit:" #: fdisk/sfdisk.c:2322 msgid " -f [or --force]: do what I say, even if it is stupid" msgstr " -f [oder --force]: mach was ich sag, auch wenn’s dumm ist" #: fdisk/sfdisk.c:2328 msgid "Usage:" msgstr "Aufruf:" #: fdisk/sfdisk.c:2329 #, c-format msgid "%s device\t\t list active partitions on device\n" msgstr "%s Gerät\t\t aktive Partitionen auf Gerät auflisten\n" #: fdisk/sfdisk.c:2330 #, c-format msgid "%s device n1 n2 ... activate partitions n1 ..., inactivate the rest\n" msgstr "%s Gerät n1 n2 … aktive Partitionen n1 …, der Rest deaktivieren\n" #: fdisk/sfdisk.c:2331 #, c-format msgid "%s -An device\t activate partition n, inactivate the other ones\n" msgstr "%s -An Gerät\t aktiviere Partition n, device die anderen\n" #: fdisk/sfdisk.c:2450 #, c-format msgid "" "\n" "WARNING: GPT (GUID Partition Table) detected on '%s'! The util sfdisk doesn't support GPT. Use GNU Parted.\n" "\n" msgstr "" #: fdisk/sfdisk.c:2453 #, c-format msgid "Use the --force flag to overrule this check.\n" msgstr "Benutzen Sie die Optioen --force, um diese Überprüfung zu unterbinden.\n" #: fdisk/sfdisk.c:2492 msgid "no command?\n" msgstr "kein Befehl?\n" #: fdisk/sfdisk.c:2624 #, c-format msgid "total: %llu blocks\n" msgstr "zusammen: %llu Blöcke\n" #: fdisk/sfdisk.c:2667 msgid "usage: sfdisk --print-id device partition-number\n" msgstr "Aufruf: sfdisk --print-id Gerät Partitionsnummer\n" #: fdisk/sfdisk.c:2669 msgid "usage: sfdisk --change-id device partition-number Id\n" msgstr "Aufruf: sfdisk --change-id Gerät Partitionsnummer Id\n" #: fdisk/sfdisk.c:2671 msgid "usage: sfdisk --id device partition-number [Id]\n" msgstr "Aufruf: sfdisk --id Gerät Partitionsnummer [Id]\n" #: fdisk/sfdisk.c:2678 msgid "can specify only one device (except with -l or -s)\n" msgstr "Man kann nur ein Gerät angeben (außer mit -l oder -s)\n" #: fdisk/sfdisk.c:2704 #, c-format msgid "cannot open %s read-write\n" msgstr "Konnte %s nicht zum Lesen/Schreiben öffnen\n" #: fdisk/sfdisk.c:2706 #, c-format msgid "cannot open %s for reading\n" msgstr "Konnte %s nicht zum Lesen öffnen\n" #: fdisk/sfdisk.c:2731 #, c-format msgid "%s: OK\n" msgstr "%s: OK\n" # And again one for show_geometry()… #: fdisk/sfdisk.c:2750 fdisk/sfdisk.c:2783 #, c-format msgid "%s: %ld cylinders, %ld heads, %ld sectors/track\n" msgstr "%s: %ld Zylinder, %ld Köpfe, %ld Sektoren/Spur\n" #: fdisk/sfdisk.c:2802 #, c-format msgid "Cannot get size of %s\n" msgstr "Kann die Größe von %s nicht feststellen\n" #: fdisk/sfdisk.c:2882 #, c-format msgid "bad active byte: 0x%x instead of 0x80\n" msgstr "ungültiges Aktiv-Byte: 0x%x anstelle von 0x80\n" #: fdisk/sfdisk.c:2900 fdisk/sfdisk.c:2955 fdisk/sfdisk.c:2988 msgid "" "Done\n" "\n" msgstr "" "Fertig\n" "\n" #: fdisk/sfdisk.c:2909 #, c-format msgid "" "You have %d active primary partitions. This does not matter for LILO,\n" "but the DOS MBR will only boot a disk with 1 active partition.\n" msgstr "" "Sie haben %d aktive primäre Partitionen. Dies spielt bei LILO keine Rolle,\n" "aber der DOS-MBR bootet nur Festplatten mit einer aktiven Partition.\n" #: fdisk/sfdisk.c:2925 #, c-format msgid "partition %s has id %x and is not hidden\n" msgstr "Partition %s hat ID %x und ist nicht versteckt\n" #: fdisk/sfdisk.c:2984 #, c-format msgid "Bad Id %lx\n" msgstr "Ungültige ID %lx\n" #: fdisk/sfdisk.c:3001 msgid "This disk is currently in use.\n" msgstr "Diese Platte ist momentan in Benutzung.\n" # This is a stat() #: fdisk/sfdisk.c:3020 #, c-format msgid "Fatal error: cannot find %s\n" msgstr "Schwerwiegender Fehler: kann %s nicht finden\n" #: fdisk/sfdisk.c:3023 #, c-format msgid "Warning: %s is not a block device\n" msgstr "Warnung: %s ist kein blockorientiertes Gerät\n" #: fdisk/sfdisk.c:3029 msgid "Checking that no-one is using this disk right now ...\n" msgstr "Überprüfe, dass niemand diese Festplatte zur Zeit benutzt …\n" #: fdisk/sfdisk.c:3031 msgid "" "\n" "This disk is currently in use - repartitioning is probably a bad idea.\n" "Umount all file systems, and swapoff all swap partitions on this disk.\n" "Use the --no-reread flag to suppress this check.\n" msgstr "" "\n" "Diese Festplatte ist zur Zeit in Benutzung – Neupartitionierung ist vermutlich\n" "eine schlechte Idee. Hängen Sie alle Dateisysteme auf dieser Platte aus und\n" "deaktivieren Sie alle Swap-Partitionen (mit swapoff).\n" "Benutzen Sie --no-reread, um diese Überprüfung zu unterbinden.\n" #: fdisk/sfdisk.c:3035 msgid "Use the --force flag to overrule all checks.\n" msgstr "Benutzen Sie die Optioen --force, um alle Überprüfungen zu unterbinden.\n" #: fdisk/sfdisk.c:3039 msgid "OK\n" msgstr "OK\n" #: fdisk/sfdisk.c:3048 #, c-format msgid "Old situation:\n" msgstr "Alte Aufteilung:\n" #: fdisk/sfdisk.c:3052 #, c-format msgid "Partition %d does not exist, cannot change it\n" msgstr "Partition %d existiert nicht, kann sie nicht ändern\n" #: fdisk/sfdisk.c:3060 #, c-format msgid "New situation:\n" msgstr "Neue Aufteilung:\n" #: fdisk/sfdisk.c:3065 msgid "" "I don't like these partitions - nothing changed.\n" "(If you really want this, use the --force option.)\n" msgstr "" "Mir gefallen diese Partitionen nicht – nichts geändert.\n" "(Wenn Sie das wirklich wollen, benutzen Sie die Option --force.)\n" #: fdisk/sfdisk.c:3068 msgid "I don't like this - probably you should answer No\n" msgstr "Mir gefällt das nicht – Sie sollten am besten mit „Nein“ antworten\n" #: fdisk/sfdisk.c:3073 #, c-format msgid "Are you satisfied with this? [ynq] " msgstr "Sind Sie damit zufrieden? [y – ja, n – nein, q – aufhören] " #: fdisk/sfdisk.c:3075 #, c-format msgid "Do you want to write this to disk? [ynq] " msgstr "Wollen Sie das auf Platte schreiben? [y – ja, n – nein, q – aufhören] " #: fdisk/sfdisk.c:3080 #, c-format msgid "" "\n" "sfdisk: premature end of input\n" msgstr "" "\n" "sfdisk: vorzeitiges Ende der Eingabe\n" #: fdisk/sfdisk.c:3082 msgid "Quitting - nothing changed\n" msgstr "Höre auf – nichts geändert\n" #: fdisk/sfdisk.c:3088 #, c-format msgid "Please answer one of y,n,q\n" msgstr "Bitte antworten Sie mit y, n oder q\n" #: fdisk/sfdisk.c:3096 #, c-format msgid "" "Successfully wrote the new partition table\n" "\n" msgstr "" "Die neue Partitionstabelle wurde erfolgreich geschrieben\n" "\n" #: fdisk/sfdisk.c:3102 msgid "" "If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)\n" "to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1\n" "(See fdisk(8).)\n" msgstr "" "Wenn Sie eine DOS-Partition angelegt oder geändert haben, z. B. /dev/foo7,\n" "dann nehmen Sie dd(1), um die ersten 512 Bytes auf 0 zu setzen:\n" "„dd if=/dev/zero of=/dev/foo7 bs=512 count=1“ (siehe fdisk(8)).\n" #: getopt/getopt.c:235 msgid "Try `getopt --help' for more information.\n" msgstr "„getopt --help“ gibt weitere Informationen.\n" #: getopt/getopt.c:301 msgid "empty long option after -l or --long argument" msgstr "leere lange Option nach -l oder --long" #: getopt/getopt.c:321 msgid "unknown shell after -s or --shell argument" msgstr "Unbekannte Shell als Argument von -s oder --shell" #: getopt/getopt.c:326 msgid "Usage: getopt optstring parameters\n" msgstr "Aufruf: getopt Optionszeichenkette Parameter\n" #: getopt/getopt.c:327 msgid " getopt [options] [--] optstring parameters\n" msgstr " getopt [Optionen] [--] Optionszeichenkette Parameter\n" #: getopt/getopt.c:328 msgid " getopt [options] -o|--options optstring [options] [--]\n" msgstr " getopt [Optionen] -o|--options Optionszeichenkette [Optionen] [--]\n" #: getopt/getopt.c:329 msgid " parameters\n" msgstr " Parameter\n" #: getopt/getopt.c:330 msgid " -a, --alternative Allow long options starting with single -\n" msgstr " -a, --alternative lange Optionen dürfen auch mit einfachem - beginnen\n" #: getopt/getopt.c:331 msgid " -h, --help This small usage guide\n" msgstr " -h, --help dieser kleine Hilfe\n" #: getopt/getopt.c:332 msgid " -l, --longoptions=longopts Long options to be recognized\n" msgstr " -l, --longoptions=lopt zu erkennende lange Optionen\n" #: getopt/getopt.c:333 msgid " -n, --name=progname The name under which errors are reported\n" msgstr " -n, --name=progname der Name, der in Fehlermeldungen benutzt wird\n" #: getopt/getopt.c:334 msgid " -o, --options=optstring Short options to be recognized\n" msgstr " -o, --options=OptZKette zu erkennende kurze Optionen\n" #: getopt/getopt.c:335 msgid " -q, --quiet Disable error reporting by getopt(3)\n" msgstr " -q, --quiet Fehlermeldungen von getopt(3) unterdrücken\n" #: getopt/getopt.c:336 msgid " -Q, --quiet-output No normal output\n" msgstr " -Q, --quiet-output keine normale Ausgabe\n" #: getopt/getopt.c:337 msgid " -s, --shell=shell Set shell quoting conventions\n" msgstr " -s, --shell=Shell Konventionen für Shell-Quoting setzen\n" #: getopt/getopt.c:338 msgid " -T, --test Test for getopt(1) version\n" msgstr " -T, --test auf getopt(1)-Version testen\n" #: getopt/getopt.c:339 msgid " -u, --unqote Do not quote the output\n" msgstr " -u, --unquote die Ausgabe nicht quoten\n" #: getopt/getopt.c:340 msgid " -V, --version Output version information\n" msgstr " -V, --version Versionsinformation ausgeben\n" #: getopt/getopt.c:397 getopt/getopt.c:458 msgid "missing optstring argument" msgstr "fehlendes Optionszeichenkettenargument" #: getopt/getopt.c:446 #, c-format msgid "getopt (enhanced) 1.1.4\n" msgstr "getopt (enhanced) 1.1.4\n" #: getopt/getopt.c:452 msgid "internal error, contact the author." msgstr "Interner Fehler, kontaktieren Sie den Autor." #: hwclock/cmos.c:176 #, c-format msgid "booted from MILO\n" msgstr "von MILO gebootet\n" #: hwclock/cmos.c:185 #, c-format msgid "Ruffian BCD clock\n" msgstr "Bösartige BCD-Uhr\n" # Egger #: hwclock/cmos.c:201 #, c-format msgid "clockport adjusted to 0x%x\n" msgstr "Uhrport auf 0x%x gestellt\n" # debug #: hwclock/cmos.c:213 #, c-format msgid "funky TOY!\n" msgstr "„funky TOY“!\n" # The second %s can be: # "clock read" # "set time" #: hwclock/cmos.c:267 #, c-format msgid "%s: atomic %s failed for 1000 iterations!" msgstr "%s: atomares „%s“ schlug bei 1000 Iterationen fehl!" #: hwclock/cmos.c:595 #, c-format msgid "Cannot open /dev/port: %s" msgstr "Konnte /dev/port nicht öffnen: %s" # Egger, not really nice #: hwclock/cmos.c:602 #, c-format msgid "I failed to get permission because I didn't try.\n" msgstr "Ich bekam keine Erlaubnis, weil ich es nicht versucht habe.\n" # Egger #: hwclock/cmos.c:605 #, c-format msgid "%s is unable to get I/O port access: the iopl(3) call failed.\n" msgstr "%s kann nicht auf I/O-Port zugreifen: der iopl(3) Aufruf schlug fehl.\n" # This is not the correct translation, but it # explains the situation better. #: hwclock/cmos.c:608 #, c-format msgid "Probably you need root privileges.\n" msgstr "Sie benötigen root-Rechte.\n" # debug #: hwclock/hwclock.c:231 #, c-format msgid "Assuming hardware clock is kept in %s time.\n" msgstr "Die Hardwareuhr läuft vermutlich in %s.\n" #: hwclock/hwclock.c:232 hwclock/hwclock.c:327 msgid "UTC" msgstr "UTC" #: hwclock/hwclock.c:232 hwclock/hwclock.c:326 msgid "local" msgstr "lokaler Zeit" # merge with next #: hwclock/hwclock.c:312 #, c-format msgid "%s: Warning: unrecognized third line in adjtime file\n" msgstr "%s: Warnung: Unbekannte dritte Zeile in der adjtime-Datei\n" #: hwclock/hwclock.c:314 #, c-format msgid "(Expected: `UTC' or `LOCAL' or nothing.)\n" msgstr "(Erwartet: „UTC“ oder „LOCAL“ oder nichts.)\n" # XXX #: hwclock/hwclock.c:321 #, c-format msgid "Last drift adjustment done at %ld seconds after 1969\n" msgstr "Letzte Abweichungskorrektur vorgenommen bei %ld Sekunden nach 1969\n" # XXX #: hwclock/hwclock.c:323 #, c-format msgid "Last calibration done at %ld seconds after 1969\n" msgstr "Letzte Kalibrierung vorgenommen bei %ld Sekunden nach 1969\n" #: hwclock/hwclock.c:325 #, c-format msgid "Hardware clock is on %s time\n" msgstr "Hardwareuhr geht nach %s Zeit\n" #: hwclock/hwclock.c:327 msgid "unknown" msgstr "unbekannter" # debug # mmh…. sehr geehrter user… dieses ist keine werbeunterbrechung und # kein sendeausfall… ich wart nur auf das anbrechen der nächsten für mich # relevanten zeiteinheit. # Egger #: hwclock/hwclock.c:351 #, c-format msgid "Waiting for clock tick...\n" msgstr "Warte auf Uhrtick…\n" # Egger #: hwclock/hwclock.c:355 #, c-format msgid "...got clock tick\n" msgstr "… erhielt Uhrtick\n" #: hwclock/hwclock.c:408 #, c-format msgid "Invalid values in hardware clock: %4d/%.2d/%.2d %.2d:%.2d:%.2d\n" msgstr "Ungültige Werte in Hardwareuhr: %4d/%.2d/%.2d %.2d:%.2d:%.2d\n" #: hwclock/hwclock.c:416 #, c-format msgid "Hw clock time : %4d/%.2d/%.2d %.2d:%.2d:%.2d = %ld seconds since 1969\n" msgstr "Zeit der Hardwareuhr: %4d/%.2d/%.2d %.2d:%.2d:%.2d = %ld Sekunden seit 1969\n" # Egger #: hwclock/hwclock.c:444 #, c-format msgid "Time read from Hardware Clock: %4d/%.2d/%.2d %02d:%02d:%02d\n" msgstr "Zeit gelesen aus Hardwareuhr: %4d/%.2d/%.2d %02d:%02d:%02d\n" #: hwclock/hwclock.c:471 #, c-format msgid "Setting Hardware Clock to %.2d:%.2d:%.2d = %ld seconds since 1969\n" msgstr "Stelle die Hardwareuhr auf %.2d:%.2d:%.2d = %ld Sekunden seit 1969\n" #: hwclock/hwclock.c:477 #, c-format msgid "Clock not changed - testing only.\n" msgstr "Die Uhrzeit der Hardwareuhr wurde nicht verstellt – Testmodus.\n" #: hwclock/hwclock.c:525 #, c-format msgid "" "Time elapsed since reference time has been %.6f seconds.\n" "Delaying further to reach the next full second.\n" msgstr "" "Die vergangene Zeit seit der Referenzzeit waren %.6f Sekunden.\n" "Es wird weiter gewartet, um die nächste ganze Sekunde zu erreichen.\n" # Die Registereinträge der Hardwareuhr enthalten Werte, die ungültig # sind (z.B. der 50. Tag des Monats) oder außerhalb des unterstützen # Bereiches (z.B. das Jahr 2095) liegen. #: hwclock/hwclock.c:559 #, c-format msgid "The Hardware Clock registers contain values that are either invalid (e.g. 50th day of month) or beyond the range we can handle (e.g. Year 2095).\n" msgstr "" "Die Hardwareuhr enthält entweder ungültige Werte (z.B. den 50. Tag des\n" "Monats), oder die Werte liegen außerhalb des Bereiches, der unterstützt\n" "wird (z.B. das Jahr 2095).\n" #: hwclock/hwclock.c:569 #, c-format msgid "%s %.6f seconds\n" msgstr "%s %.6f Sekunden\n" #: hwclock/hwclock.c:603 #, c-format msgid "No --date option specified.\n" msgstr "Es wurde keine „--date“-Option angegeben.\n" #: hwclock/hwclock.c:609 #, c-format msgid "--date argument too long\n" msgstr "--date-Argument zu lang\n" # The english version is already a little misleading. #: hwclock/hwclock.c:616 #, c-format msgid "" "The value of the --date option is not a valid date.\n" "In particular, it contains quotation marks.\n" msgstr "" "Der Wert der „--date“-Option ist kein gültiges Datum.\n" "Es darf kein Anführungszeichen enthalten.\n" #: hwclock/hwclock.c:624 #, c-format msgid "Issuing date command: %s\n" msgstr "Der „date“-Befehl wird aufgerufen: %s\n" #: hwclock/hwclock.c:628 msgid "Unable to run 'date' program in /bin/sh shell. popen() failed" msgstr "Konnte „date“ nicht in der /bin/sh-Shell starten. popen() schlug fehl" #: hwclock/hwclock.c:636 #, c-format msgid "response from date command = %s\n" msgstr "Ausgabe des „date“-Befehls: %s\n" #: hwclock/hwclock.c:638 #, c-format msgid "" "The date command issued by %s returned unexpected results.\n" "The command was:\n" " %s\n" "The response was:\n" " %s\n" msgstr "" "Der „date“-Befehl, der von %s aufgerufen wurde, lieferte\n" "unerwartete Ergebnisse.\n" "Der Befehl war:\n" " %s\n" "Die Ausgabe war:\n" " %s\n" #: hwclock/hwclock.c:650 #, c-format msgid "" "The date command issued by %s returned something other than an integer where the converted time value was expected.\n" "The command was:\n" " %s\n" "The response was:\n" " %s\n" msgstr "" "Der „date“-Befehl, der von %s aufgerufen wurde, lieferte keine ganze Zahl, wo die umgewandelte Zeit erwartet wurde.\n" "Der Befehl war:\n" " %s\n" "Die Ausgabe war:\n" " %s\n" # Egger, fixed %s->%d #: hwclock/hwclock.c:661 #, c-format msgid "date string %s equates to %ld seconds since 1969.\n" msgstr "Die Zeichenkette %s entspricht %ld Sekunden seit 1969.\n" #: hwclock/hwclock.c:693 #, c-format msgid "The Hardware Clock does not contain a valid time, so we cannot set the System Time from it.\n" msgstr "" "Die Hardwareuhr enthält eine ungültige Zeitangabe; aus diesem Grund ist\n" "es nicht möglich, die Systemzeit zu setzen.\n" # debug #: hwclock/hwclock.c:715 #, c-format msgid "Calling settimeofday:\n" msgstr "settimeofday() wird aufgerufen:\n" # not much to translate # debug #: hwclock/hwclock.c:716 #, c-format msgid "\ttv.tv_sec = %ld, tv.tv_usec = %ld\n" msgstr "\ttv.tv_sec = %ld, tv.tv_usec = %ld\n" # not much to translate # debug #: hwclock/hwclock.c:718 #, c-format msgid "\ttz.tz_minuteswest = %d\n" msgstr "\ttz.tz_minuteswest = %d\n" #: hwclock/hwclock.c:721 #, c-format msgid "Not setting system clock because running in test mode.\n" msgstr "Keine Änderung an der Systemuhr vorgenommen – Testmodus.\n" #: hwclock/hwclock.c:730 #, c-format msgid "Must be superuser to set system clock.\n" msgstr "Sie müssen root sein, um die Systemuhr zu verändern.\n" #: hwclock/hwclock.c:733 msgid "settimeofday() failed" msgstr "settimeofday() schlug fehl" #: hwclock/hwclock.c:763 #, c-format msgid "Not adjusting drift factor because the Hardware Clock previously contained garbage.\n" msgstr "Der Driftfaktor wird nicht verändert, da die Hardwareuhr vorher keinen sinnvollen Wert enthielt.\n" #: hwclock/hwclock.c:768 #, c-format msgid "" "Not adjusting drift factor because last calibration time is zero,\n" "so history is bad and calibration startover is necessary.\n" msgstr "" "Der Driftfaktor wird nicht verändert, da die Zeit der letzten Kalibrierung Null\n" "ist, also die Aufzeichnungen beschädigt sind und die Kalibrierung von neuem\n" "starten muss.\n" #: hwclock/hwclock.c:774 #, c-format msgid "Not adjusting drift factor because it has been less than a day since the last calibration.\n" msgstr "Der Driftfaktor wird nicht verändert, da weniger als ein Tag seit der letzten Kalibrierung vergangen ist.\n" # Egger #: hwclock/hwclock.c:822 #, c-format msgid "" "Clock drifted %.1f seconds in the past %d seconds in spite of a drift factor of %f seconds/day.\n" "Adjusting drift factor by %f seconds/day\n" msgstr "" "Die Uhr wich in den vergangenen %2$d Sekunden trotz eines Driftfaktors von %3$f Sekunden/Tag um %1$.1f Sekunden ab.\n" "Der Faktor wird um %4$f Sekunden/Tag geändert.\n" # Egger #: hwclock/hwclock.c:873 #, c-format msgid "Time since last adjustment is %d seconds\n" msgstr "Es vergingen %d Sekunden seit der letzten Anpassung.\n" # Egger #: hwclock/hwclock.c:875 #, c-format msgid "Need to insert %d seconds and refer time back %.6f seconds ago\n" msgstr "Es müssen %d Sekunden eingefügt werden und es muss auf die Zeit vor %.6f Sekunden zugegriffen werden\n" # merge with next #: hwclock/hwclock.c:904 #, c-format msgid "Not updating adjtime file because of testing mode.\n" msgstr "Die adjtime Datei wird nicht aktualisiert – Testmodus \n" # "Hätte das folgende in die Datei %s geschrieben:\n" # passiv, Konjunktiv in der Umschreibungsform #: hwclock/hwclock.c:905 #, c-format msgid "" "Would have written the following to %s:\n" "%s" msgstr "" "Folgendes wäre in die Datei %s geschrieben worden:\n" "%s" # "Abweichungsparameter" #: hwclock/hwclock.c:929 #, c-format msgid "Drift adjustment parameters not updated.\n" msgstr "Die Abweichungsparameter wurden nicht verändert.\n" # "anpassen" #: hwclock/hwclock.c:970 #, c-format msgid "The Hardware Clock does not contain a valid time, so we cannot adjust it.\n" msgstr "Die Hardwareuhr enthält keine gültige Zeit, deshalb kann sie nicht angepasst werden.\n" # "Justierung" #: hwclock/hwclock.c:1002 #, c-format msgid "Needed adjustment is less than one second, so not setting clock.\n" msgstr "Da die Anpassung weniger als eine Sekunde betragen hätte, wird sie nicht durchgeführt.\n" #: hwclock/hwclock.c:1028 #, c-format msgid "Using %s.\n" msgstr "Benutze %s.\n" # "Schnittstelle" #: hwclock/hwclock.c:1030 #, c-format msgid "No usable clock interface found.\n" msgstr "Keine brauchbare Uhrschnittstelle gefunden.\n" # "stellen" #: hwclock/hwclock.c:1126 #, c-format msgid "Unable to set system clock.\n" msgstr "Konnte die Systemuhr nicht stellen.\n" #: hwclock/hwclock.c:1156 #, c-format msgid "" "The kernel keeps an epoch value for the Hardware Clock only on an Alpha machine.\n" "This copy of hwclock was built for a machine other than Alpha\n" "(and thus is presumably not running on an Alpha now). No action taken.\n" msgstr "" "Der Kernel hebt nur auf Alpha-Maschinen einen Epochen-Wert für die Hardware-Uhr\n" "auf. Dieses hwclock wurde für eine andere Maschine als Alpha übersetzt (und\n" "läuft daher vermutlich gerade nicht auf einer Alpha). Es wird nichts gemacht.\n" # Egger #: hwclock/hwclock.c:1165 #, c-format msgid "Unable to get the epoch value from the kernel.\n" msgstr "Kann den Epochenwert nicht vom Kernel bekommen.\n" # Egger # "Epochenwert" #: hwclock/hwclock.c:1167 #, c-format msgid "Kernel is assuming an epoch value of %lu\n" msgstr "Kernel geht von einem Epochenwert von %lu aus.\n" #: hwclock/hwclock.c:1170 #, c-format msgid "To set the epoch value, you must use the 'epoch' option to tell to what value to set it.\n" msgstr "Um den Epochenwert zu ändern, müssen sie die „epoch“-Option benutzen, um anzugeben auf welchen Wert er gesetzt werden soll.\n" #: hwclock/hwclock.c:1173 #, c-format msgid "Not setting the epoch to %d - testing only.\n" msgstr "Der Epochenwert wird nicht auf %d gesetzt – Testmodus.\n" # Egger #: hwclock/hwclock.c:1176 #, c-format msgid "Unable to set the epoch value in the kernel.\n" msgstr "Kann den Epochenwert im Kernel nicht ändern.\n" # "mkfs aus util-linux-2.10d" # "mkfs von util-linux-2.10d" #: hwclock/hwclock.c:1189 misc-utils/cal.c:332 misc-utils/kill.c:189 #, c-format msgid "%s from %s\n" msgstr "%s von %s\n" # "Universalzeit" #: hwclock/hwclock.c:1210 #, fuzzy, c-format msgid "" "hwclock - query and set the hardware clock (RTC)\n" "\n" "Usage: hwclock [function] [options...]\n" "\n" "Functions:\n" " --help show this help\n" " --show read hardware clock and print result\n" " --set set the rtc to the time given with --date\n" " --hctosys set the system time from the hardware clock\n" " --systohc set the hardware clock to the current system time\n" " --adjust adjust the rtc to account for systematic drift since \n" " the clock was last set or adjusted\n" " --getepoch print out the kernel's hardware clock epoch value\n" " --setepoch set the kernel's hardware clock epoch value to the \n" " value given with --epoch\n" " --version print out the version of hwclock to stdout\n" "\n" "Options: \n" " --utc the hardware clock is kept in coordinated universal time\n" " --localtime the hardware clock is kept in local time\n" " --rtc=path special /dev/... file to use instead of default\n" " --directisa access the ISA bus directly instead of %s\n" " --badyear ignore rtc's year because the bios is broken\n" " --date specifies the time to which to set the hardware clock\n" " --epoch=year specifies the year which is the beginning of the \n" " hardware clock's epoch value\n" " --noadjfile do not access /etc/adjtime. Requires the use of\n" " either --utc or --localtime\n" " --adjfile=path specifies the path to the adjust file (default is\n" " /etc/adjtime)\n" msgstr "" "hwclock – Die Hardwareuhr (RTC) setzen und abfragen\n" "\n" "Aufruf: hwclock [Funktion] [Optionen…]\n" "\n" "Funktionen:\n" " --help diese Hilfe zeigen\n" " --show Zeit der Hardwareuhr anzeigen\n" " --set die Hardwareuhr auf die Zeit setzen, die mit der\n" " „--date“-Option angegeben wurde\n" " --hctosys die Systemzeit von der Hardwareuhr setzen\n" " --systohc die Hardwareuhr auf die Systemzeit setzen\n" " --adjust die Hardwareuhr anpassen, um systematische bedingte Abweichungen\n" " seit dem letzten Setzen oder Anpassen auszugleichen\n" " --getepoch den Epochenwert der Hardwareuhr anzeigen\n" " --setepoch den Epochenwert der Hardwareuhr auf den Wert stellen,\n" " der mit der „--epoch“-Option angegeben wurde\n" " --version die Version von hwclock anzeigen \n" "\n" "Optionen: \n" " --utc die Hardwareuhr läuft nach Universalzeit (UTC)\n" " --localtime die Hardwareuhr läuft nach lokaler Zeit\n" " --rtc=path spezielle Gerätedatei, anstelle der Voreinstellung\n" " --directisa den ISA Bus direkt anstelle von %s verwenden\n" " --badyear die Jahreszahl der Hardwareuhr ignorieren, weil BIOS kaputt ist\n" " --date diese Zeit zum setzen der Hardwareuhr verwenden\n" " --epoch=year diesen Wert als Epochenwert der Hardwareuhr verwenden\n" " --noadjfile nicht auf /etc/adjtime zugreifen; erfordert Benutzung von\n" " entweder --utc oder --localtime\n" #: hwclock/hwclock.c:1240 #, c-format msgid "" " --jensen, --arc, --srm, --funky-toy\n" " tell hwclock the type of alpha you have (see hwclock(8))\n" msgstr "" " --jensen, --arc, --srm, --funky-toy\n" " hwclock mitteilen, um welchen Alpha-Typ es sich handelt\n" " (siehe hwclock(8))\n" # "stellen" #: hwclock/hwclock.c:1326 #, fuzzy, c-format msgid "%s: Unable to connect to audit system\n" msgstr "Konnte die Systemuhr nicht stellen.\n" #: hwclock/hwclock.c:1441 #, c-format msgid "%s takes no non-option arguments. You supplied %d.\n" msgstr "%s nimmt keine Nicht-Options-Argumente. Sie gaben %d.\n" #: hwclock/hwclock.c:1447 #, c-format msgid "" "You have specified multiple functions.\n" "You can only perform one function at a time.\n" msgstr "" "Sie haben mehrere Funktionen angefordert.\n" "Sie können immer nur eine Funktion gleichzeitig ausführen.\n" #: hwclock/hwclock.c:1454 #, c-format msgid "%s: The --utc and --localtime options are mutually exclusive. You specified both.\n" msgstr "%s: Die Optionen --utc und --localtime schließen sich aus. Sie gaben beide an.\n" #: hwclock/hwclock.c:1461 #, c-format msgid "%s: The --adjust and --noadjfile options are mutually exclusive. You specified both.\n" msgstr "%s: Die Optionen --adjust und --noadjfile schließen sich aus. Sie gaben beide an.\n" #: hwclock/hwclock.c:1468 #, fuzzy, c-format msgid "%s: The --adjfile and --noadjfile options are mutually exclusive. You specified both.\n" msgstr "%s: Die Optionen --adjust und --noadjfile schließen sich aus. Sie gaben beide an.\n" #: hwclock/hwclock.c:1477 #, c-format msgid "%s: With --noadjfile, you must specify either --utc or --localtime\n" msgstr "%s: Ohne --noadjfile müssen Sie entweder --utc oder --localtime angeben.\n" #: hwclock/hwclock.c:1491 #, c-format msgid "No usable set-to time. Cannot set clock.\n" msgstr "Keine brauchbare Zeitangabe. Kann Uhr nicht stellen.\n" #: hwclock/hwclock.c:1507 #, c-format msgid "Sorry, only the superuser can change the Hardware Clock.\n" msgstr "Sie müssen root sein, um die Hardwareuhr zu ändern.\n" #: hwclock/hwclock.c:1512 #, c-format msgid "Sorry, only the superuser can change the System Clock.\n" msgstr "Sie müssen root sein, um die Systemuhr zu ändern.\n" #: hwclock/hwclock.c:1517 #, c-format msgid "Sorry, only the superuser can change the Hardware Clock epoch in the kernel.\n" msgstr "Sie müssen root sein, um den „epoch“-Wert zu ändern.\n" #: hwclock/hwclock.c:1537 #, c-format msgid "Cannot access the Hardware Clock via any known method.\n" msgstr "Es wurde keine Zugriffsart gefunden, mit der auf die Hardwareuhr zugegriffen werden konnte.\n" #: hwclock/hwclock.c:1541 #, c-format msgid "Use the --debug option to see the details of our search for an access method.\n" msgstr "Benutzen Sie die „--debug“-Option um die versuchten Zugriffsarten anzuzeigen.\n" # debug #: hwclock/kd.c:55 #, c-format msgid "Waiting in loop for time from KDGHWCLK to change\n" msgstr "Warte in Schleife auf Änderung der Zeit von KDGHWCLK\n" #: hwclock/kd.c:58 msgid "KDGHWCLK ioctl to read time failed" msgstr "KDGHWCLK-Ioctl scheiterte beim Auslesen der Zeit." #: hwclock/kd.c:79 hwclock/rtc.c:202 #, c-format msgid "Timed out waiting for time change.\n" msgstr "Zeitüberschreitung beim Warten auf Zeitänderung.\n" #: hwclock/kd.c:83 msgid "KDGHWCLK ioctl to read time failed in loop" msgstr "KDGHWCLK-Ioctl scheiterte in Schleife beim Auslesen der Zeit." #: hwclock/kd.c:105 #, c-format msgid "ioctl() failed to read time from %s" msgstr "ioctl() konnte Zeit nicht von %s lesen." #: hwclock/kd.c:141 msgid "ioctl KDSHWCLK failed" msgstr "Ioctl KDSHWCLK fehlgeschlagen" #: hwclock/kd.c:177 msgid "Can't open /dev/tty1 or /dev/vc/1" msgstr "Konnte /dev/tty1 oder /dev/vc/1 nicht öffnen" #: hwclock/kd.c:181 msgid "KDGHWCLK ioctl failed" msgstr "KDGHWCLK-Ioctl fehlgeschlagen" #: hwclock/rtc.c:130 hwclock/rtc.c:223 #, c-format msgid "open() of %s failed" msgstr "Konnte %s nicht öffnen" #: hwclock/rtc.c:164 #, c-format msgid "ioctl() to %s to read the time failed.\n" msgstr "ioctl() auf %s, um die Zeit zu lesen, fehlgeschlagen.\n" #: hwclock/rtc.c:186 #, c-format msgid "Waiting in loop for time from %s to change\n" msgstr "Warte in Schleife auf Änderung der Zeit aus %s\n" #: hwclock/rtc.c:241 #, c-format msgid "%s does not have interrupt functions. " msgstr "%s hat keine Interrupt-Funktionen. " #: hwclock/rtc.c:252 #, c-format msgid "read() to %s to wait for clock tick failed" msgstr "read() auf %s, um auf Zeittick zu warten, fehlgeschlagen." #: hwclock/rtc.c:270 #, c-format msgid "select() to %s to wait for clock tick failed" msgstr "select() auf %s, um auf Zeittick zu warten, fehlgeschlagen." #: hwclock/rtc.c:273 #, c-format msgid "select() to %s to wait for clock tick timed out\n" msgstr "select() auf %s, um auf Zeittick zu warten, Zeit abgelaufen.\n" #: hwclock/rtc.c:282 #, c-format msgid "ioctl() to %s to turn off update interrupts failed" msgstr "ioctl() auf %s, um Update-Interrupts abzuschalten, fehlgeschlagen." #: hwclock/rtc.c:285 #, c-format msgid "ioctl() to %s to turn on update interrupts failed unexpectedly" msgstr "ioctl() auf %s, um Update-Interrupts einzuschalten, fehlgeschlagen." #: hwclock/rtc.c:344 #, c-format msgid "ioctl() to %s to set the time failed.\n" msgstr "ioctl() auf %s, um die Zeit zu setzen, fehlgeschlagen.\n" # debug #: hwclock/rtc.c:350 #, c-format msgid "ioctl(%s) was successful.\n" msgstr "„ioctl(%s)“ war erfolgreich.\n" #: hwclock/rtc.c:379 #, c-format msgid "Open of %s failed" msgstr "Konnte %s nicht öffnen" #: hwclock/rtc.c:397 hwclock/rtc.c:443 #, c-format msgid "To manipulate the epoch value in the kernel, we must access the Linux 'rtc' device driver via the device special file %s. This file does not exist on this system.\n" msgstr "Zum Manipulieren des Epoch-Wertes im Kernel müssen wir den Linux-Gerätetreiber ‚rtc‘ mittels der Gerätedatei %s ansprechen. Diese Datei existiert auf diesem System nicht.\n" #: hwclock/rtc.c:402 hwclock/rtc.c:448 #, c-format msgid "Unable to open %s" msgstr "Konnte %s nicht öffnen" #: hwclock/rtc.c:409 #, c-format msgid "ioctl(RTC_EPOCH_READ) to %s failed" msgstr "ioctl(RTC_EPOCH_READ) auf %s fehlgeschlagen" #: hwclock/rtc.c:415 #, c-format msgid "we have read epoch %ld from %s with RTC_EPOCH_READ ioctl.\n" msgstr "Wir haben Epoche %ld aus %s mit dem RTC_EPOCH_READ-Ioctl gelesen.\n" #: hwclock/rtc.c:435 #, c-format msgid "The epoch value may not be less than 1900. You requested %ld\n" msgstr "Der Epochenwert darf nicht kleiner als 1900 sein. Sie forderten %ld an.\n" #: hwclock/rtc.c:453 #, c-format msgid "setting epoch to %ld with RTC_EPOCH_SET ioctl to %s.\n" msgstr "Setze Epoche auf %ld mit RTC_EPOCH_SET-Ioctl auf %s.\n" #: hwclock/rtc.c:458 #, c-format msgid "The kernel device driver for %s does not have the RTC_EPOCH_SET ioctl.\n" msgstr "Der Kernel-Gerätetreiber für %s hat keinen RTC_EPOCH_SET-Ioctl.\n" #: hwclock/rtc.c:461 #, c-format msgid "ioctl(RTC_EPOCH_SET) to %s failed" msgstr "ioctl(RTC_EPOCH_SET) auf %s fehlt" #: login-utils/agetty.c:362 #, c-format msgid "%s: can't exec %s: %m" msgstr "%s: Fehler beim Ausführen von %s: %m" #: login-utils/agetty.c:385 msgid "can't malloc initstring" msgstr "Konnte keinen Speicher für den „initstring“ reservieren" #: login-utils/agetty.c:450 #, c-format msgid "bad timeout value: %s" msgstr "ungültiger Auszeit-Wert: %s" #: login-utils/agetty.c:527 #, c-format msgid "bad speed: %s" msgstr "falsche Geschwindigkeit: %s" #: login-utils/agetty.c:529 msgid "too many alternate speeds" msgstr "zu viele alternative Geschwindigkeiten" #: login-utils/agetty.c:631 #, c-format msgid "/dev: chdir() failed: %m" msgstr "Konnte nicht in das Verzeichnis /dev wechseln: %m" #: login-utils/agetty.c:635 #, c-format msgid "/dev/%s: not a character device" msgstr "/dev/%s ist kein zeichenorientiertes Gerät" #: login-utils/agetty.c:644 #, c-format msgid "/dev/%s: cannot open as standard input: %m" msgstr "Konnte /dev/%s nicht als Standardeingabe öffnen: %m" #: login-utils/agetty.c:654 #, c-format msgid "%s: not open for read/write" msgstr "%s: nicht offen für Lesen/Schreiben" #: login-utils/agetty.c:660 #, c-format msgid "%s: dup problem: %m" msgstr "%s: dup‐Problem: %m" #: login-utils/agetty.c:946 #, c-format msgid "user" msgstr "Benutzer" #: login-utils/agetty.c:946 #, c-format msgid "users" msgstr "Benutzer" #: login-utils/agetty.c:1031 #, c-format msgid "%s: read: %m" msgstr "%s: gelesen: %m" #: login-utils/agetty.c:1078 #, c-format msgid "%s: input overrun" msgstr "%s: Eingabe‐Überlauf" #: login-utils/agetty.c:1203 #, fuzzy, c-format msgid "" "Usage: %s [-8hiLmUw] [-l login_program] [-t timeout] [-I initstring] [-H login_host] baud_rate,... line [termtype]\n" "or\t[-hiLmw] [-l login_program] [-t timeout] [-I initstring] [-H login_host] line baud_rate,... [termtype]\n" msgstr "" "Aufruf: %s [-hiLmw] [-l login_programm] [-t zeitlimit] [-I initstring] [-H login_host] baud_rate,… zeile [termtype]\n" " oder: [-hiLmw] [-l login_programm] [-t zeitlimit] [-I initstring] [-H login_host] zeile baud_rate,… [termtype]\n" #: login-utils/checktty.c:91 login-utils/checktty.c:112 #, c-format msgid "login: memory low, login may fail\n" msgstr "login: wenig Speicher, Einloggen könnte fehlschlagen\n" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/checktty.c:92 msgid "can't malloc for ttyclass" msgstr "can't malloc for ttyclass" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/checktty.c:113 msgid "can't malloc for grplist" msgstr "can't malloc for grplist" #: login-utils/checktty.c:554 #, c-format msgid "Login on %s from %s denied by default.\n" msgstr "Login on %s from %s denied by default.\n" #: login-utils/checktty.c:565 #, c-format msgid "Login on %s from %s denied.\n" msgstr "Login on %s from %s denied.\n" #: login-utils/chfn.c:133 login-utils/chsh.c:119 #, c-format msgid "%s: you (user %d) don't exist.\n" msgstr "%s: Sie (Nuter %d) existieren nicht.\n" #: login-utils/chfn.c:140 login-utils/chsh.c:126 #, c-format msgid "%s: user \"%s\" does not exist.\n" msgstr "%s: Nutzer „%s“ existiert nicht.\n" #: login-utils/chfn.c:145 login-utils/chsh.c:131 #, c-format msgid "%s: can only change local entries; use yp%s instead.\n" msgstr "%s: kann nur lokale Einträge ändern; stattdessen yp%s benutzen.\n" #: login-utils/chfn.c:156 login-utils/chsh.c:142 msgid "Unknown user context" msgstr "unbekannter Nutzerkontext" #: login-utils/chfn.c:157 #, c-format msgid "%s: %s is not authorized to change the finger info of %s\n" msgstr "%s: %s ist nicht autorisiert, die Finger-Informationen für %s zu ändern\n" #: login-utils/chfn.c:164 login-utils/chsh.c:150 #, c-format msgid "%s: Can't set default context for /etc/passwd" msgstr "%s: Kann keinen voreingestellten Kontext für /etc/passwd setzen" #: login-utils/chfn.c:178 #, c-format msgid "Changing finger information for %s.\n" msgstr "Ändere finger-Information für %s.\n" #: login-utils/chfn.c:189 login-utils/chsh.c:188 login-utils/login.c:547 #, fuzzy, c-format msgid "%s: PAM failure, aborting: %s\n" msgstr "login: PAM-Fehlschlag, breche ab: %s\n" #: login-utils/chfn.c:212 login-utils/chsh.c:211 login-utils/login.c:798 #: login-utils/newgrp.c:85 login-utils/simpleinit.c:340 mount/lomount.c:681 #: mount/lomount.c:684 msgid "Password: " msgstr "Passwort: " #: login-utils/chfn.c:215 login-utils/chsh.c:214 msgid "Incorrect password." msgstr "Inkorrektes Passwort." #: login-utils/chfn.c:226 #, c-format msgid "Finger information not changed.\n" msgstr "Finger-Information nicht verändert.\n" # XXX - Merge with next strings. #: login-utils/chfn.c:328 #, c-format msgid "Usage: %s [ -f full-name ] [ -o office ] " msgstr "Aufruf: %s [ -f ganzer_Name ] [ -o Bureau ] " #: login-utils/chfn.c:329 #, c-format msgid "" "[ -p office-phone ]\n" "\t[ -h home-phone ] " msgstr "" "[ -p Büro-Telefon ]\n" "\t[ -h Heim-Telefon ] " #: login-utils/chfn.c:330 #, c-format msgid "[ --help ] [ --version ]\n" msgstr "[ --help ] [ --version ]\n" #: login-utils/chfn.c:401 login-utils/chsh.c:321 #, c-format msgid "" "\n" "Aborted.\n" msgstr "" "\n" "Abgebrochen.\n" #: login-utils/chfn.c:434 #, c-format msgid "field is too long.\n" msgstr "Feld ist zu lang.\n" #: login-utils/chfn.c:442 #, c-format msgid "'%c' is not allowed.\n" msgstr "„%c“ ist nicht erlaubt.\n" #: login-utils/chfn.c:447 #, c-format msgid "Control characters are not allowed.\n" msgstr "Steuerzeichen sind nicht erlaubt.\n" #: login-utils/chfn.c:512 #, c-format msgid "Finger information *NOT* changed. Try again later.\n" msgstr "Finger-Information *NICHT* geändert. Später erneut versuchen.\n" #: login-utils/chfn.c:515 #, c-format msgid "Finger information changed.\n" msgstr "Finger-Information geändert.\n" #: login-utils/chfn.c:529 login-utils/chsh.c:439 sys-utils/cytune.c:321 msgid "malloc failed" msgstr "„malloc“ schlug fehl" #: login-utils/chsh.c:143 #, c-format msgid "%s: %s is not authorized to change the shell of %s\n" msgstr "%s: „%s“ ist nicht autorisiert, die Shell für %s zu ändern\n" #: login-utils/chsh.c:164 #, c-format msgid "%s: Running UID doesn't match UID of user we're altering, shell change denied\n" msgstr "" "%s: Laufende UID stimmt nicht mit der UID des zu ändernden Nutzers überein,\n" "Shell-Änderung abgelehnt.\n" #: login-utils/chsh.c:170 #, c-format msgid "%s: Your shell is not in /etc/shells, shell change denied\n" msgstr "%s: Ihre Shell fehlt in /etc/shells, Shell-Änderung ist fehlgeschlagen\n" #: login-utils/chsh.c:177 #, c-format msgid "Changing shell for %s.\n" msgstr "Shell für %s ändern.\n" #: login-utils/chsh.c:222 msgid "New shell" msgstr "Neue Shell" #: login-utils/chsh.c:229 #, c-format msgid "Shell not changed.\n" msgstr "Shell nicht geändert.\n" #: login-utils/chsh.c:235 #, c-format msgid "Shell *NOT* changed. Try again later.\n" msgstr "Shell *NICHT* geändert. Später nochmal versuchen.\n" #: login-utils/chsh.c:238 #, c-format msgid "Shell changed.\n" msgstr "Shell geändert.\n" #: login-utils/chsh.c:303 #, c-format msgid "" "Usage: %s [ -s shell ] [ --list-shells ] [ --help ] [ --version ]\n" " [ username ]\n" msgstr "" "Aufruf: %s [ -s Shell ] [ --list-shells ] [ --help ] [ --version ]\n" " [ Benutzername ]\n" #: login-utils/chsh.c:349 #, c-format msgid "%s: shell must be a full path name.\n" msgstr "%s: Shell muss ein voller Pfadname sein.\n" #: login-utils/chsh.c:353 #, c-format msgid "%s: \"%s\" does not exist.\n" msgstr "%s: „%s“ existiert nicht.\n" #: login-utils/chsh.c:357 #, c-format msgid "%s: \"%s\" is not executable.\n" msgstr "%s: „%s“ ist nicht ausführbar.\n" #: login-utils/chsh.c:364 #, c-format msgid "%s: '%c' is not allowed.\n" msgstr "%s: ›%c‹ ist nicht erlaubt.\n" #: login-utils/chsh.c:368 #, c-format msgid "%s: Control characters are not allowed.\n" msgstr "%s: Steuerungszeichen sind nicht erlaubt.\n" #: login-utils/chsh.c:375 login-utils/chsh.c:385 #, c-format msgid "Warning: \"%s\" is not listed in /etc/shells.\n" msgstr "Warnung: „%s“ ist nicht in /etc/shells aufgeführt.\n" #: login-utils/chsh.c:377 #, c-format msgid "%s: \"%s\" is not listed in /etc/shells.\n" msgstr "%s: „%s“ ist nicht in /etc/shells aufgeführt\n" #: login-utils/chsh.c:379 #, fuzzy, c-format msgid "%s: Use -l option to see list.\n" msgstr "%s: Benutzen Sie die Option -l für eine Liste\n" #: login-utils/chsh.c:386 #, c-format msgid "Use %s -l to see list.\n" msgstr "Rufen Sie „%s -l“ auf, um die Liste zu sehen.\n" #: login-utils/chsh.c:406 #, c-format msgid "No known shells.\n" msgstr "Keine bekannten Shells.\n" #: login-utils/islocal.c:87 #, fuzzy, c-format msgid "Failed to open %s for reading, exiting." msgstr "Konnte %s nicht zum Lesen öffnen" #: login-utils/last.c:148 msgid "usage: last [-#] [-f file] [-t tty] [-h hostname] [user ...]\n" msgstr "Aufruf: last [-#] [-f datei] [-t tty] [-h hostame] [nutzer …]\n" #: login-utils/last.c:284 msgid " still logged in" msgstr " noch immer eingeloggt" #: login-utils/last.c:306 #, c-format msgid "" "\n" "wtmp begins %s" msgstr "" "\n" "wtmp beginnt %s" #: login-utils/last.c:362 login-utils/last.c:380 login-utils/last.c:431 msgid "last: malloc failure.\n" msgstr "last: malloc-Fehlschlag.\n" #: login-utils/last.c:407 msgid "last: gethostname" msgstr "last: gethostname" #: login-utils/last.c:456 #, c-format msgid "" "\n" "interrupted %10.10s %5.5s \n" msgstr "" "\n" "unterbrochen %10.10s %5.5s \n" #: login-utils/login.c:200 #, c-format msgid "FATAL: can't reopen tty: %s" msgstr "FATAL: kann TTY nicht erneut öffnen: %s" #: login-utils/login.c:232 msgid "FATAL: bad tty" msgstr "FATAL: ungültiges TTY" #: login-utils/login.c:411 #, c-format msgid "login: -h for super-user only.\n" msgstr "login: -h nur für den Superuser.\n" #: login-utils/login.c:454 #, c-format msgid "usage: login [-fp] [username]\n" msgstr "Aufruf: login [-fp] [Benutzername]\n" #: login-utils/login.c:549 #, c-format msgid "Couldn't initialize PAM: %s" msgstr "Konnte PAM nicht initialisieren: %s" # unten nochmal mit NL #: login-utils/login.c:566 msgid "login: " msgstr "Anmeldung: " # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:610 #, c-format msgid "FAILED LOGIN %d FROM %s FOR %s, %s" msgstr "FAILED LOGIN %d FROM %s FOR %s, %s" # unten noch zwei mal mit anderen NL #: login-utils/login.c:615 #, c-format msgid "" "Login incorrect\n" "\n" msgstr "" "Login inkorrekt\n" "\n" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:624 #, c-format msgid "TOO MANY LOGIN TRIES (%d) FROM %s FOR %s, %s" msgstr "TOO MANY LOGIN TRIES (%d) FROM %s FOR %s, %s" #: login-utils/login.c:628 #, c-format msgid "FAILED LOGIN SESSION FROM %s FOR %s, %s" msgstr "FAILED LOGIN SESSION FROM %s FOR %s, %s" #: login-utils/login.c:633 #, c-format msgid "" "\n" "Login incorrect\n" msgstr "" "\n" "Login inkorrekt\n" #: login-utils/login.c:661 login-utils/login.c:668 login-utils/login.c:702 #, c-format msgid "" "\n" "Session setup problem, abort.\n" msgstr "" "\n" "Problem beim Aufsetzen der Sitzung, Abbruch.\n" #: login-utils/login.c:662 #, c-format msgid "NULL user name in %s:%d. Abort." msgstr "Leerer Benutzername in %s:%d. Abbruch." #: login-utils/login.c:669 #, c-format msgid "Invalid user name \"%s\" in %s:%d. Abort." msgstr "Ungültiger Nutzername „%s“ in %s:%d. Abbruch." #: login-utils/login.c:688 #, c-format msgid "login: Out of memory\n" msgstr "login: Speicher ist alle!\n" #: login-utils/login.c:732 msgid "Illegal username" msgstr "Ungültiger Nutzername" #: login-utils/login.c:775 #, c-format msgid "%s login refused on this terminal.\n" msgstr "%s Login auf diesem Terminal verweigert.\n" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:780 #, c-format msgid "LOGIN %s REFUSED FROM %s ON TTY %s" msgstr "LOGIN %s REFUSED FROM %s ON TTY %s" #: login-utils/login.c:784 #, c-format msgid "LOGIN %s REFUSED ON TTY %s" msgstr "LOGIN %s REFUSED ON TTY %s" #: login-utils/login.c:838 #, c-format msgid "Login incorrect\n" msgstr "Login inkorrekt\n" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:1063 #, c-format msgid "DIALUP AT %s BY %s" msgstr "DIALUP AT %s BY %s" #: login-utils/login.c:1070 #, c-format msgid "ROOT LOGIN ON %s FROM %s" msgstr "ROOT LOGIN ON %s FROM %s" #: login-utils/login.c:1073 #, c-format msgid "ROOT LOGIN ON %s" msgstr "ROOT LOGIN ON %s" #: login-utils/login.c:1076 #, c-format msgid "LOGIN ON %s BY %s FROM %s" msgstr "LOGIN ON %s BY %s FROM %s" #: login-utils/login.c:1079 #, c-format msgid "LOGIN ON %s BY %s" msgstr "LOGIN ON %s BY %s" #: login-utils/login.c:1100 #, c-format msgid "You have new mail.\n" msgstr "Sie haben neue E-Mail.\n" #: login-utils/login.c:1102 #, c-format msgid "You have mail.\n" msgstr "Sie haben E-Mail.\n" #: login-utils/login.c:1146 #, c-format msgid "login: failure forking: %s" msgstr "login: Kann keinen neuen Prozess erzeugen: %s" #: login-utils/login.c:1193 #, c-format msgid "TIOCSCTTY failed: %m" msgstr "TIOCSCTTY fehlgeschlagen: %m" #: login-utils/login.c:1199 msgid "setuid() failed" msgstr "setuid() fehlgeschlagen" #: login-utils/login.c:1205 #, c-format msgid "No directory %s!\n" msgstr "Konnte nicht in das Verzeichnis %s wechseln!\n" #: login-utils/login.c:1209 #, c-format msgid "Logging in with home = \"/\".\n" msgstr "Logge ein mit Heimatverzeichnis = „/“.\n" #: login-utils/login.c:1217 #, c-format msgid "login: no memory for shell script.\n" msgstr "login: kein Speicher für Shellskipt.\n" #: login-utils/login.c:1244 #, c-format msgid "login: couldn't exec shell script: %s.\n" msgstr "login: konnte Shellskipt nicht ausführen: %s.\n" #: login-utils/login.c:1247 #, c-format msgid "login: no shell: %s.\n" msgstr "login: keine Shell: %s.\n" #: login-utils/login.c:1262 #, c-format msgid "" "\n" "%s login: " msgstr "" "\n" "%s Anmeldung: " #: login-utils/login.c:1273 #, c-format msgid "login name much too long.\n" msgstr "Login-Name viel zu lang.\n" #: login-utils/login.c:1274 msgid "NAME too long" msgstr "NAME zu lang" #: login-utils/login.c:1281 #, c-format msgid "login names may not start with '-'.\n" msgstr "Benutzernamen dürfen nicht mit einem „-“ anfangen.\n" #: login-utils/login.c:1291 #, c-format msgid "too many bare linefeeds.\n" msgstr "zu viele nackte Zeilenvorschübe\n" #: login-utils/login.c:1292 msgid "EXCESSIVE linefeeds" msgstr "EXZESSIV viele Zeilenvorschübe" #: login-utils/login.c:1324 #, c-format msgid "Login timed out after %d seconds\n" msgstr "Login nach %d Sekunden abgebrochen\n" #: login-utils/login.c:1412 #, c-format msgid "Last login: %.*s " msgstr "Letzte Anmeldung: %.*s " #: login-utils/login.c:1416 #, c-format msgid "from %.*s\n" msgstr "von %.*s\n" #: login-utils/login.c:1419 #, c-format msgid "on %.*s\n" msgstr "auf %.*s\n" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:1439 #, c-format msgid "LOGIN FAILURE FROM %s, %s" msgstr "LOGIN FAILURE FROM %s, %s" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:1442 #, c-format msgid "LOGIN FAILURE ON %s, %s" msgstr "LOGIN FAILURE ON %s, %s" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:1446 #, c-format msgid "%d LOGIN FAILURES FROM %s, %s" msgstr "%d LOGIN FAILURES FROM %s, %s" # Das geht ins Syslog – ich übersetze es nicht. (MPi) #: login-utils/login.c:1449 #, c-format msgid "%d LOGIN FAILURES ON %s, %s" msgstr "%d LOGIN FAILURES ON %s, %s" #: login-utils/mesg.c:89 #, c-format msgid "is y\n" msgstr "ist y\n" #: login-utils/mesg.c:92 #, c-format msgid "is n\n" msgstr "is n\n" #: login-utils/mesg.c:112 #, c-format msgid "usage: mesg [y | n]\n" msgstr "Aufruf: mesg [y | n]\n" #: login-utils/newgrp.c:105 msgid "newgrp: Who are you?" msgstr "newgrp: Wer sind Sie?" #: login-utils/newgrp.c:113 login-utils/newgrp.c:127 msgid "newgrp: setgid" msgstr "newgrp: setgid" #: login-utils/newgrp.c:120 login-utils/newgrp.c:122 msgid "newgrp: No such group." msgstr "newgrp: Keine solche Gruppe." # libc.po: "Keine Berechtigung" #: login-utils/newgrp.c:131 msgid "newgrp: Permission denied" msgstr "newgrp: Keine Berechtigung" #: login-utils/newgrp.c:138 msgid "newgrp: setuid" msgstr "newgrp: setuid" #: login-utils/newgrp.c:144 msgid "No shell" msgstr "Keine Shell" #: login-utils/shutdown.c:115 #, c-format msgid "Usage: shutdown [-h|-r] [-fqs] [now|hh:ss|+mins]\n" msgstr "Aufruf: shutdown [-h|-r] [-fqs] [now|hh:ss|+mins]\n" #: login-utils/shutdown.c:133 msgid "Shutdown process aborted" msgstr "Shutdown-Prozess abgebrochen" #: login-utils/shutdown.c:164 #, c-format msgid "%s: Only root can shut a system down.\n" msgstr "%s: Nur root kann ein System herunterfahren.\n" #: login-utils/shutdown.c:258 #, c-format msgid "That must be tomorrow, can't you wait till then?\n" msgstr "Das muss morgen sein, können Sie nicht bis dann warten?\n" # What the f… (MPi) #: login-utils/shutdown.c:309 msgid "for maintenance; bounce, bounce" msgstr "zur Systempflege; bounce, bounce" #: login-utils/shutdown.c:338 msgid "The system is being shut down within 5 minutes" msgstr "Das System wird innerhalb der nächsten 5 Minuten heruntergefahren" #: login-utils/shutdown.c:342 msgid "Login is therefore prohibited." msgstr "Das Einloggen ist daher untersagt." #: login-utils/shutdown.c:364 #, c-format msgid "rebooted by %s: %s" msgstr "neu gestartet durch %s: %s" #: login-utils/shutdown.c:367 #, c-format msgid "halted by %s: %s" msgstr "angehalten durch %s: %s" #: login-utils/shutdown.c:431 msgid "" "\n" "Why am I still alive after reboot?" msgstr "" "\n" "Warum bin ich nach dem Neustart noch am Leben?" #: login-utils/shutdown.c:433 msgid "" "\n" "Now you can turn off the power..." msgstr "" "\n" "Sie können den Rechner jetzt abschalten…" #: login-utils/shutdown.c:449 #, c-format msgid "Calling kernel power-off facility...\n" msgstr "Rufe die Abschaltfunktion des Kernels…\n" #: login-utils/shutdown.c:452 #, c-format msgid "Error powering off\t%s\n" msgstr "Fehler beim Abschalten\t%s\n" #: login-utils/shutdown.c:460 #, c-format msgid "Executing the program \"%s\" ...\n" msgstr "Führe Programm „%s“ aus…\n" #: login-utils/shutdown.c:463 #, c-format msgid "Error executing\t%s\n" msgstr "Fehler beim Ausführen\t%s\n" # XXX - Have to look at other OSs translation for Broadcast # Message #: login-utils/shutdown.c:490 #, c-format msgid "URGENT: broadcast message from %s:" msgstr "DRINGEND: Rundsendenachricht von %s:" #: login-utils/shutdown.c:496 #, c-format msgid "System going down in %d hours %d minutes" msgstr "System fährt in %d Stunden und %d Minuten herunter" #: login-utils/shutdown.c:499 #, c-format msgid "System going down in 1 hour %d minutes" msgstr "System fährt in einer Stunde und %d Minuten herunter" #: login-utils/shutdown.c:502 #, c-format msgid "System going down in %d minutes\n" msgstr "System fährt in %d Minuten herunter\n" #: login-utils/shutdown.c:505 #, c-format msgid "System going down in 1 minute\n" msgstr "System fährt in einer Minute herunter\n" #: login-utils/shutdown.c:507 #, c-format msgid "System going down IMMEDIATELY!\n" msgstr "System fährt SOFORT herunter!\n" #: login-utils/shutdown.c:512 #, c-format msgid "\t... %s ...\n" msgstr "\t… %s …\n" #: login-utils/shutdown.c:569 msgid "Cannot fork for swapoff. Shrug!" msgstr "Kann nicht in swapoff verzweigen. Schulterzuck!" #: login-utils/shutdown.c:577 msgid "Cannot exec swapoff, hoping umount will do the trick." msgstr "Kann swapoff nicht ausführen, versuche es mal mit umount zum Aushängen." #: login-utils/shutdown.c:596 msgid "Cannot fork for umount, trying manually." msgstr "Kann nicht in umount verzweigen, versuche es von Hand." #: login-utils/shutdown.c:605 #, c-format msgid "Cannot exec %s, trying umount.\n" msgstr "Kann %s nicht ausführen, versuche umount zum Aushängen.\n" #: login-utils/shutdown.c:609 msgid "Cannot exec umount, giving up on umount." msgstr "Kann umount nicht ausführen, gebe es mit dem Aushängen auf." #: login-utils/shutdown.c:614 msgid "Unmounting any remaining filesystems..." msgstr "Aushängen aller restlichen Dateisysteme…" #: login-utils/shutdown.c:661 #, c-format msgid "shutdown: Couldn't umount %s: %s\n" msgstr "shutdown: konnte %s nicht aushängen: %s\n" #: login-utils/simpleinit.c:132 msgid "Booting to single user mode.\n" msgstr "Boote zum Single-User-Modus.\n" #: login-utils/simpleinit.c:136 msgid "exec of single user shell failed\n" msgstr "„exec“ der Single-User-Shell fehlgeschlagen\n" #: login-utils/simpleinit.c:140 msgid "fork of single user shell failed\n" msgstr "„fork“ der Single-User-Shell fehlgeschlagen\n" #: login-utils/simpleinit.c:208 msgid "error opening fifo\n" msgstr "Fehler beim Öffnen der „fifo“\n" #: login-utils/simpleinit.c:212 msgid "error setting close-on-exec on /dev/initctl" msgstr "Fehler beim Setzen von „close-on-exec“ auf /dev/initctl" #: login-utils/simpleinit.c:259 msgid "error running finalprog\n" msgstr "Fehler beim „exec“ von finalprog\n" #: login-utils/simpleinit.c:263 msgid "error forking finalprog\n" msgstr "Fehler beim „fork“ von finalprog\n" #: login-utils/simpleinit.c:345 msgid "" "\n" "Wrong password.\n" msgstr "" "\n" "Falsches Passwort.\n" #: login-utils/simpleinit.c:418 msgid "lstat of path failed\n" msgstr "„lstat“ des Pfades fehlgeschlagen\n" #: login-utils/simpleinit.c:426 msgid "stat of path failed\n" msgstr "„stat“ des Pfades fehlgeschlagen\n" #: login-utils/simpleinit.c:434 msgid "open of directory failed\n" msgstr "Öffnen des Verzeichnisses fehlgeschlagen\n" #: login-utils/simpleinit.c:508 msgid "fork failed\n" msgstr "„fork“ fehlgeschlagen\n" #: login-utils/simpleinit.c:539 text-utils/more.c:1630 msgid "exec failed\n" msgstr "„exec“ fehlgeschlagen\n" #: login-utils/simpleinit.c:563 msgid "cannot open inittab\n" msgstr "Konnte inittab nicht öffnen\n" #: login-utils/simpleinit.c:630 msgid "no TERM or cannot stat tty\n" msgstr "kein TERM oder kann nicht auf TTY zugreifen\n" #: login-utils/simpleinit.c:936 #, c-format msgid "error stopping service: \"%s\"" msgstr "Fehler beim Stoppen des Service „%s“" #: login-utils/ttymsg.c:75 msgid "too many iov's (change code in wall/ttymsg.c)" msgstr "zu viele IOVs (Code in wall/ttymsg.c ändern)" #: login-utils/ttymsg.c:85 #, c-format msgid "excessively long line arg" msgstr "übermäßig langes Zeilenargument" # This is only used when strerror(errno) is much too long #: login-utils/ttymsg.c:140 #, c-format msgid "cannot fork" msgstr "Kann keinen neuen Prozess erzeugen (fork)" # This is used normaly #: login-utils/ttymsg.c:144 #, c-format msgid "fork: %s" msgstr "Prozesserzeugung (fork): %s" #: login-utils/ttymsg.c:174 #, c-format msgid "%s: BAD ERROR" msgstr "%s: BAD ERROR" #: login-utils/vipw.c:143 #, c-format msgid "%s: the password file is busy.\n" msgstr "%s: die Passwortdatei ist in Benutzung.\n" #: login-utils/vipw.c:146 #, c-format msgid "%s: the group file is busy.\n" msgstr "%s: die Gruppendatei ist in Benutzung.\n" #: login-utils/vipw.c:162 #, c-format msgid "%s: the %s file is busy (%s present)\n" msgstr "%s: die Datei %s ist in Benutzung (%s existiert).\n" #: login-utils/vipw.c:168 #, c-format msgid "%s: can't link %s: %s\n" msgstr "%s: kann %s nicht verlinken: %s\n" #: login-utils/vipw.c:202 #, c-format msgid "%s: Can't get context for %s" msgstr "%s: Konnte Kontext für %s nicht bekommen" #: login-utils/vipw.c:208 #, c-format msgid "%s: Can't set context for %s" msgstr "%s: Konnte Kontext für %s nicht setzen" #: login-utils/vipw.c:217 #, c-format msgid "%s: can't unlock %s: %s (your changes are still in %s)\n" msgstr "%s: kann %s nicht entsperren: %s (Ihre Änderungen sind noch in %s)\n" #: login-utils/vipw.c:240 #, c-format msgid "%s: Cannot fork\n" msgstr "%s: Kann keinen neuen Prozess erzeugen (fork)\n" # "nicht geändert" # "wurde nicht geändert" #: login-utils/vipw.c:276 #, c-format msgid "%s: %s unchanged\n" msgstr "%s: %s unverändert\n" #: login-utils/vipw.c:297 #, c-format msgid "%s: no changes made\n" msgstr "%s: keine Änderungen durchgeführt\n" #: login-utils/vipw.c:350 #, c-format msgid "You are using shadow groups on this system.\n" msgstr "Sie benutzen Shadow-Gruppen auf diesem System.\n" #: login-utils/vipw.c:351 #, c-format msgid "You are using shadow passwords on this system.\n" msgstr "Sie benutzen Shadow-Passwörter auf diesem System.\n" #: login-utils/vipw.c:352 #, c-format msgid "Would you like to edit %s now [y/n]? " msgstr "Würden Sie jetzt gerne %s bearbeiten [j/n]? " #: login-utils/wall.c:112 #, c-format msgid "usage: %s [file]\n" msgstr "Aufruf: %s [Datei]\n" #: login-utils/wall.c:167 #, c-format msgid "%s: can't open temporary file.\n" msgstr "%s: Konnte eine temporäre Datei nicht öffnen.\n" # XXX – Have to look at other OSs translation for Broadcast # Message #: login-utils/wall.c:194 #, c-format msgid "Broadcast Message from %s@%s" msgstr "Rundsendenachricht von %s@%s" #: login-utils/wall.c:212 #, c-format msgid "%s: will not read %s - use stdin.\n" msgstr "%s: werde nicht aus %s lesen – benutze Standardeingabe.\n" #: login-utils/wall.c:217 #, c-format msgid "%s: can't read %s.\n" msgstr "%s: Konnte %s nicht lesen.\n" #: login-utils/wall.c:240 #, c-format msgid "%s: can't stat temporary file.\n" msgstr "%s: Konnte „stat“ nicht auf eine temporäre Datei anwenden.\n" #: login-utils/wall.c:250 #, c-format msgid "%s: can't read temporary file.\n" msgstr "%s: Konnte eine temporäre Datei nicht lesen.\n" #: misc-utils/cal.c:346 misc-utils/cal.c:358 #, fuzzy, c-format msgid "illegal day value: use 1-%d" msgstr "illegaler Wert für Jahr: benutzen Sie 1-9999" #: misc-utils/cal.c:350 msgid "illegal month value: use 1-12" msgstr "illegaler Wert für Monat: benutzen Sie 1-12" #: misc-utils/cal.c:354 msgid "illegal year value: use 1-9999" msgstr "illegaler Wert für Jahr: benutzen Sie 1-9999" #: misc-utils/cal.c:448 #, c-format msgid "%s %d" msgstr "%s %d" #: misc-utils/cal.c:839 #, fuzzy, c-format msgid "usage: cal [-13smjyV] [[[day] month] year]\n" msgstr "Aufruf: cal [-13smjyV] [[Monat] Jahr]\n" #: misc-utils/ddate.c:203 #, c-format msgid "usage: %s [+format] [day month year]\n" msgstr "Aufruf: %s [+Format] [Tag Monat Jahr]\n" # The rest is untranslated, leave it (MPi) #: misc-utils/ddate.c:250 msgid "St. Tib's Day" msgstr "St. Tib’s Day" #: misc-utils/kill.c:207 #, c-format msgid "%s: unknown signal %s\n" msgstr "%s: Unbekanntes Signal %s\n" #: misc-utils/kill.c:270 #, c-format msgid "%s: can't find process \"%s\"\n" msgstr "%s: Konnte den Prozess „%s“ nicht finden.\n" #: misc-utils/kill.c:314 #, c-format msgid "%s: unknown signal %s; valid signals:\n" msgstr "%s: Unbekanntes Signal %s; gültige Signale:\n" #: misc-utils/kill.c:354 #, c-format msgid "usage: %s [ -s signal | -p ] [ -a ] pid ...\n" msgstr "Aufruf: %s [ -s Signal | -p ] [ -a ] PID …\n" #: misc-utils/kill.c:355 #, c-format msgid " %s -l [ signal ]\n" msgstr " %s -l [ Signal ]\n" #: misc-utils/logger.c:139 #, c-format msgid "logger: %s: %s.\n" msgstr "logger: Konnte %s nicht öffnen: %s.\n" #: misc-utils/logger.c:246 #, c-format msgid "logger: unknown facility name: %s.\n" msgstr "logger: Unbekannter „Facility“-Name: %s.\n" #: misc-utils/logger.c:258 #, c-format msgid "logger: unknown priority name: %s.\n" msgstr "logger: Unbekannter Prioritätsname: %s.\n" #: misc-utils/logger.c:285 #, c-format msgid "usage: logger [-is] [-f file] [-p pri] [-t tag] [-u socket] [ message ... ]\n" msgstr "Aufruf: logger [-is] [-f Datei] [-p Pri] [-t Tag] [-u Socket] [ Meldung … ]\n" #: misc-utils/look.c:351 #, c-format msgid "usage: look [-dfa] [-t char] string [file]\n" msgstr "Aufruf: look [-dfa] [-t Endzeichen] Zeichenkette [Datei]\n" #: misc-utils/mcookie.c:107 misc-utils/mcookie.c:134 #, c-format msgid "Could not open %s\n" msgstr "Konnte %s nicht öffnen\n" #: misc-utils/mcookie.c:111 misc-utils/mcookie.c:130 #, c-format msgid "Got %d bytes from %s\n" msgstr "%d Bytes aus %s gelesen\n" #: misc-utils/namei.c:124 #, c-format msgid "namei: unable to get current directory - %s\n" msgstr "namei: Konnte das aktuelle Verzeichnis nicht feststellen: %s\n" #: misc-utils/namei.c:138 #, c-format msgid "namei: unable to chdir to %s - %s (%d)\n" msgstr "namei: Konnte nicht in das Verzeichnis %s wechseln – %s (%d)\n" #: misc-utils/namei.c:148 #, c-format msgid "usage: namei [-mx] pathname [pathname ...]\n" msgstr "Aufruf: namei [-mx] Dateiname [Dateiname …]\n" #: misc-utils/namei.c:173 #, c-format msgid "namei: could not chdir to root!\n" msgstr "namei: Konnte nicht in das root-Verzeichnis wechseln!\n" # XXX #: misc-utils/namei.c:180 #, c-format msgid "namei: could not stat root!\n" msgstr "namei: Konnte nicht auf Wurzelverzeichnis zugreifen!\n" #: misc-utils/namei.c:194 #, c-format msgid "namei: buf overflow\n" msgstr "namei: Puffer-Überlauf\n" #: misc-utils/namei.c:256 #, c-format msgid " ? could not chdir into %s - %s (%d)\n" msgstr " ? Konnte nicht in das Verzeichnis %s wechseln – %s (%d)\n" #: misc-utils/namei.c:284 #, c-format msgid " ? problems reading symlink %s - %s (%d)\n" msgstr " ? Probleme beim Lesen der symbolischen Verknüpfung %s – %s (%d)\n" #: misc-utils/namei.c:294 #, c-format msgid " *** EXCEEDED UNIX LIMIT OF SYMLINKS ***\n" msgstr " *** Die maximale Zahl der symbolischen Verknüpfungen wurde überschritten ***\n" #: misc-utils/namei.c:339 #, c-format msgid "namei: unknown file type 0%06o on file %s\n" msgstr "namei: Unbekannter Dateityp 0%06o der Datei %s\n" #: misc-utils/rename.c:38 #, c-format msgid "%s: out of memory\n" msgstr "%s: Speicher ist alle!\n" #: misc-utils/rename.c:56 #, c-format msgid "%s: renaming %s to %s failed: %s\n" msgstr "%s: Konnte %s nicht in %s umbenennen: %s\n" #: misc-utils/rename.c:86 #, c-format msgid "call: %s from to files...\n" msgstr "Aufruf: %s von nach Dateien…\n" #: misc-utils/script.c:110 #, c-format msgid "" "Warning: `%s' is a link.\n" "Use `%s [options] %s' if you really want to use it.\n" "Script not started.\n" msgstr "" "Warnung: „%s“ ist eine Verknüpfung.\n" "Benutzen Sie „%s [optionen] %s“, wenn Sie es tatsächlich starten wollen.\n" "Script nicht gestartet.\n" #: misc-utils/script.c:173 #, c-format msgid "usage: script [-a] [-f] [-q] [-t] [file]\n" msgstr "Aufruf: script [-a] [-f] [-q] [-t] [Datei]\n" # Not really nice… #: misc-utils/script.c:196 #, c-format msgid "Script started, file is %s\n" msgstr "Script wurde gestartet, die Datei ist %s\n" #: misc-utils/script.c:244 #, fuzzy, c-format msgid "%s: write error %d: %s\n" msgstr "Fehler beim Schreiben auf %s\n" # The %s must be at the end, 'cause it contains the \n #: misc-utils/script.c:304 #, c-format msgid "Script started on %s" msgstr "Script wurde gestartet: %s" #: misc-utils/script.c:347 #, fuzzy, c-format msgid "%s: write error: %s\n" msgstr "Fehler beim Schreiben auf %s\n" #: misc-utils/script.c:354 #, fuzzy, c-format msgid "%s: cannot write script file, error: %s\n" msgstr "%s: Konnte das Gerät für %s nicht finden\n" # The %s must be at the end, 'cause it contains the \n #: misc-utils/script.c:430 #, c-format msgid "" "\n" "Script done on %s" msgstr "" "\n" "Script beendet: %s" #: misc-utils/script.c:437 #, c-format msgid "Script done, file is %s\n" msgstr "Script wurde beendet, die Datei ist %s\n" #: misc-utils/script.c:448 #, c-format msgid "openpty failed\n" msgstr "„openpty“ ist fehlgeschlagen\n" #: misc-utils/script.c:482 #, c-format msgid "Out of pty's\n" msgstr "Keine ptys mehr.\n" #: misc-utils/scriptreplay.c:38 #, c-format msgid "%s [ []]\n" msgstr "" #: misc-utils/scriptreplay.c:53 #, c-format msgid "expected a number, but got '%s'" msgstr "" #: misc-utils/scriptreplay.c:56 misc-utils/scriptreplay.c:60 #, c-format msgid "divisor '%s'" msgstr "" #: misc-utils/scriptreplay.c:104 #, fuzzy msgid "write to stdout failed" msgstr "Konnte %s nicht öffnen" #: misc-utils/scriptreplay.c:110 #, c-format msgid "unexpected end of file on %s" msgstr "" #: misc-utils/scriptreplay.c:112 #, fuzzy, c-format msgid "failed to read typescript file %s" msgstr "ioctl() konnte Zeit nicht von %s lesen." #: misc-utils/scriptreplay.c:144 #, fuzzy, c-format msgid "cannot open timing file %s" msgstr "Konnte „%s“ nicht öffnen" #: misc-utils/scriptreplay.c:147 #, fuzzy, c-format msgid "cannot open typescript file %s" msgstr "Konnte „%s“ nicht öffnen" #: misc-utils/scriptreplay.c:163 #, fuzzy, c-format msgid "failed to read timing file %s" msgstr "ioctl() konnte Zeit nicht von %s lesen." #: misc-utils/scriptreplay.c:165 #, c-format msgid "timings file %s: %lu: expected format" msgstr "" #: misc-utils/setterm.c:763 #, c-format msgid "%s: Argument error, usage\n" msgstr "%s: Fehler bei den Argumenten; Aufruf:\n" #: misc-utils/setterm.c:766 #, c-format msgid " [ -term terminal_name ]\n" msgstr " [ -term Terminalname ]\n" #: misc-utils/setterm.c:767 #, c-format msgid " [ -reset ]\n" msgstr " [ -reset ]\n" #: misc-utils/setterm.c:768 #, c-format msgid " [ -initialize ]\n" msgstr " [ -initialize ]\n" #: misc-utils/setterm.c:769 #, c-format msgid " [ -cursor [on|off] ]\n" msgstr " [ -cursor [on|off] ]\n" #: misc-utils/setterm.c:771 #, c-format msgid " [ -snow [on|off] ]\n" msgstr " [ -snow [on|off] ]\n" #: misc-utils/setterm.c:772 #, c-format msgid " [ -softscroll [on|off] ]\n" msgstr " [ -softscroll [on|off] ]\n" #: misc-utils/setterm.c:774 #, c-format msgid " [ -repeat [on|off] ]\n" msgstr " [ -repeat [on|off] ]\n" #: misc-utils/setterm.c:775 #, c-format msgid " [ -appcursorkeys [on|off] ]\n" msgstr " [ -appcursorkeys [on|off] ]\n" #: misc-utils/setterm.c:776 #, c-format msgid " [ -linewrap [on|off] ]\n" msgstr " [ -linewrap [on|off] ]\n" #: misc-utils/setterm.c:777 #, c-format msgid " [ -default ]\n" msgstr " [ -default ]\n" #: misc-utils/setterm.c:778 #, c-format msgid " [ -foreground black|blue|green|cyan" msgstr " [ -foreground black|blue|green|cyan" #: misc-utils/setterm.c:779 misc-utils/setterm.c:781 #, c-format msgid "|red|magenta|yellow|white|default ]\n" msgstr "|red|magenta|yellow|white|default ]\n" #: misc-utils/setterm.c:780 #, c-format msgid " [ -background black|blue|green|cyan" msgstr " [ -background black|blue|green|cyan" #: misc-utils/setterm.c:782 #, c-format msgid " [ -ulcolor black|grey|blue|green|cyan" msgstr " [ -ulcolor black|grey|blue|green|cyan" #: misc-utils/setterm.c:783 misc-utils/setterm.c:785 misc-utils/setterm.c:787 #: misc-utils/setterm.c:789 #, c-format msgid "|red|magenta|yellow|white ]\n" msgstr "|red|magenta|yellow|white ]\n" #: misc-utils/setterm.c:784 #, c-format msgid " [ -ulcolor bright blue|green|cyan" msgstr " [ -ulcolor bright blue|green|cyan" #: misc-utils/setterm.c:786 #, c-format msgid " [ -hbcolor black|grey|blue|green|cyan" msgstr " [ -hbcolor black|grey|blue|green|cyan" #: misc-utils/setterm.c:788 #, c-format msgid " [ -hbcolor bright blue|green|cyan" msgstr " [ -hbcolor bright blue|green|cyan" #: misc-utils/setterm.c:791 #, c-format msgid " [ -standout [ attr ] ]\n" msgstr " [ -standout [ Attribut ] ]\n" #: misc-utils/setterm.c:793 #, c-format msgid " [ -inversescreen [on|off] ]\n" msgstr " [ -inversescreen [on|off] ]\n" #: misc-utils/setterm.c:794 #, c-format msgid " [ -bold [on|off] ]\n" msgstr " [ -bold [on|off] ]\n" #: misc-utils/setterm.c:795 #, c-format msgid " [ -half-bright [on|off] ]\n" msgstr " [ -half-bright [on|off] ]\n" #: misc-utils/setterm.c:796 #, c-format msgid " [ -blink [on|off] ]\n" msgstr " [ -blink [on|off] ]\n" #: misc-utils/setterm.c:797 #, c-format msgid " [ -reverse [on|off] ]\n" msgstr " [ -reverse [on|off] ]\n" #: misc-utils/setterm.c:798 #, c-format msgid " [ -underline [on|off] ]\n" msgstr " [ -underline [on|off] ]\n" #: misc-utils/setterm.c:799 #, c-format msgid " [ -store ]\n" msgstr " [ -store ]\n" #: misc-utils/setterm.c:800 #, c-format msgid " [ -clear [all|rest] ]\n" msgstr " [ -clear [all|rest] ]\n" #: misc-utils/setterm.c:801 #, c-format msgid " [ -tabs [ tab1 tab2 tab3 ... ] ] (tabn = 1-160)\n" msgstr " [ -tabs [ tab1 tab2 tab3 … ] ] (tabN = 1-160)\n" #: misc-utils/setterm.c:802 #, c-format msgid " [ -clrtabs [ tab1 tab2 tab3 ... ] ] (tabn = 1-160)\n" msgstr " [ -clrtabs [ tab1 tab2 tab3 … ] ] (tabN = 1-160)\n" #: misc-utils/setterm.c:803 #, c-format msgid " [ -regtabs [1-160] ]\n" msgstr " [ -regtabs [1-160] ]\n" #: misc-utils/setterm.c:804 #, fuzzy, c-format msgid " [ -blank [0-60|force|poke] ]\n" msgstr " [ -blank [0-60] ]\n" #: misc-utils/setterm.c:805 #, c-format msgid " [ -dump [1-NR_CONSOLES] ]\n" msgstr " [ -dump [1-Anzahl_Konsolen] ]\n" #: misc-utils/setterm.c:806 #, c-format msgid " [ -append [1-NR_CONSOLES] ]\n" msgstr " [ -append [1-Anzahl_Konsolen] ]\n" #: misc-utils/setterm.c:807 #, c-format msgid " [ -file dumpfilename ]\n" msgstr " [ -file Dumpdateiname ]\n" #: misc-utils/setterm.c:808 #, c-format msgid " [ -msg [on|off] ]\n" msgstr " [ -msg [on|off] ]\n" #: misc-utils/setterm.c:809 #, c-format msgid " [ -msglevel [0-8] ]\n" msgstr " [ -msglevel [0-8] ]\n" #: misc-utils/setterm.c:810 #, c-format msgid " [ -powersave [on|vsync|hsync|powerdown|off] ]\n" msgstr " [ -powersave [on|vsync|hsync|powerdown|off] ]\n" #: misc-utils/setterm.c:811 #, c-format msgid " [ -powerdown [0-60] ]\n" msgstr " [ -powerdown [0-60] ]\n" #: misc-utils/setterm.c:812 #, c-format msgid " [ -blength [0-2000] ]\n" msgstr " [ -blength [0-2000] ]\n" #: misc-utils/setterm.c:813 #, c-format msgid " [ -bfreq freqnumber ]\n" msgstr " [ -bfreq Freqnummer ]\n" # This is only used when strerror(errno) is much too long #: misc-utils/setterm.c:1065 #, fuzzy, c-format msgid "cannot force blank\n" msgstr "Kann keinen neuen Prozess erzeugen (fork)" # This is only used when strerror(errno) is much too long #: misc-utils/setterm.c:1069 #, fuzzy, c-format msgid "cannot force unblank\n" msgstr "Kann keinen neuen Prozess erzeugen (fork)" #: misc-utils/setterm.c:1075 #, fuzzy, c-format msgid "cannot get blank status\n" msgstr "Konnte %s nicht öffnen\n" #: misc-utils/setterm.c:1087 #, c-format msgid "cannot (un)set powersave mode\n" msgstr "kann Stromsparmodus nicht (zurück)setzen\n" #: misc-utils/setterm.c:1126 misc-utils/setterm.c:1134 #, c-format msgid "klogctl error: %s\n" msgstr "„klogctl“ Fehler: %s\n" #: misc-utils/setterm.c:1200 #, c-format msgid "Error writing screendump\n" msgstr "Fehler beim Schreiben des Bildschirmdumps\n" #: misc-utils/setterm.c:1207 #, fuzzy, c-format msgid "Couldn't read %s\n" msgstr "Konnte %s nicht öffnen\n" #: misc-utils/setterm.c:1261 #, c-format msgid "%s: $TERM is not defined.\n" msgstr "%s: Die Umgebungsvariable TERM ist nicht gesetzt.\n" #: misc-utils/whereis.c:158 #, c-format msgid "whereis [ -sbmu ] [ -SBM dir ... -f ] name...\n" msgstr "whereis [ -sbmu ] [ -SBM Verzeichnis … -f ] Name…\n" #: misc-utils/write.c:98 #, c-format msgid "write: can't find your tty's name\n" msgstr "write: kann den Namen Ihres TTYs nicht feststellen\n" #: misc-utils/write.c:109 #, c-format msgid "write: you have write permission turned off.\n" msgstr "write: Ihr Schreibzugriff ist abgeschaltet.\n" #: misc-utils/write.c:130 #, c-format msgid "write: %s is not logged in on %s.\n" msgstr "write: %s ist nicht auf %s eingeloggt.\n" #: misc-utils/write.c:138 #, c-format msgid "write: %s has messages disabled on %s\n" msgstr "write: %s hat Benachrichtigung auf %s deaktiviert\n" #: misc-utils/write.c:145 #, c-format msgid "usage: write user [tty]\n" msgstr "Aufruf: write Nutzer [TTY]\n" #: misc-utils/write.c:233 #, c-format msgid "write: %s is not logged in\n" msgstr "write: %s ist nicht eingeloggt\n" #: misc-utils/write.c:242 #, c-format msgid "write: %s has messages disabled\n" msgstr "write: %s hat Benachrichtigung deaktiviert\n" #: misc-utils/write.c:246 #, c-format msgid "write: %s is logged in more than once; writing to %s\n" msgstr "write: %s ist mehr als einmal eingeloggt; schreibe auf %s\n" #: misc-utils/write.c:312 #, c-format msgid "Message from %s@%s (as %s) on %s at %s ..." msgstr "Nachricht von %s@%s (als %s) auf %s um %s …" #: misc-utils/write.c:315 #, c-format msgid "Message from %s@%s on %s at %s ..." msgstr "Nachricht von %s@%s auf %s um %s …" #: mount/fsprobe.c:143 #, c-format msgid "Trying %s\n" msgstr "Versuche %s\n" #: mount/fsprobe.c:185 #, fuzzy, c-format msgid "mount: going to mount %s by %s\n" msgstr "mount: werde %s mittels UUID einhängen\n" #: mount/fsprobe.c:193 #, fuzzy, c-format msgid "mount: no LABEL=, no UUID=, going to mount %s by path\n" msgstr "mount: werde %s mittels Label einhängen\n" #: mount/fstab.c:141 #, c-format msgid "warning: error reading %s: %s" msgstr "Warnung: Fehler beim Lesen von %s: %s" #: mount/fstab.c:169 mount/fstab.c:194 #, c-format msgid "warning: can't open %s: %s" msgstr "Warnung: Konnte %s nicht öffnen: %s" #: mount/fstab.c:174 #, c-format msgid "mount: could not open %s - using %s instead\n" msgstr "mount: Konnte %s nicht öffnen – benutze %s stattdessen\n" #: mount/fstab.c:583 #, c-format msgid "can't create lock file %s: %s (use -n flag to override)" msgstr "Konnte die Lock-Datei %s nicht anlegen: %s (benutzen Sie die Option -n, um dies zu umgehen)" #: mount/fstab.c:609 #, c-format msgid "can't link lock file %s: %s (use -n flag to override)" msgstr "Konnte keinen Link für die Lock-Datei %s anlegen: %s (benutzen Sie die Option -n, um dies zu umgehen)" #: mount/fstab.c:625 #, c-format msgid "can't open lock file %s: %s (use -n flag to override)" msgstr "Konnte die Lock-Datei %s nicht öffnen: %s (benutzen Sie die Option -n, um dies zu umgehen)" # This one should be merged with the next one by using # error() instead of printf() #: mount/fstab.c:640 #, c-format msgid "Can't lock lock file %s: %s\n" msgstr "Konnte die Lock-Datei %s nicht sperren: %s\n" # sperren #: mount/fstab.c:654 #, c-format msgid "can't lock lock file %s: %s" msgstr "Konnte die Lock-Datei %s nicht sperren: %s" #: mount/fstab.c:656 msgid "timed out" msgstr "Zeitüberschreitung" #: mount/fstab.c:663 #, c-format msgid "" "Cannot create link %s\n" "Perhaps there is a stale lock file?\n" msgstr "" "Konnte Verknüpfung %s nicht anlegen\n" "Vielleicht gibt es noch eine abgelaufene Lock-Datei?\n" #: mount/fstab.c:703 mount/fstab.c:756 #, c-format msgid "cannot open %s (%s) - mtab not updated" msgstr "Konnte %s nicht öffnen (%s) – mtab nicht aktualisiert" #: mount/fstab.c:765 #, c-format msgid "error writing %s: %s" msgstr "Fehler beim Schreiben von %s: %s" #: mount/fstab.c:783 #, c-format msgid "error changing mode of %s: %s\n" msgstr "Fehler beim Ändern der Zugriffsrechte von %s: %s\n" #: mount/fstab.c:796 #, fuzzy, c-format msgid "error changing owner of %s: %s\n" msgstr "Fehler beim Ändern der Zugriffsrechte von %s: %s\n" #: mount/fstab.c:807 #, c-format msgid "can't rename %s to %s: %s\n" msgstr "Konnte %s nicht in %s umbenennen: %s\n" #: mount/lomount.c:330 #, fuzzy, c-format msgid ", offset %" msgstr ", Offset %d" #: mount/lomount.c:333 #, fuzzy, c-format msgid ", sizelimit %" msgstr ", Größenbeschränkung %lld" # Verschlüsselungstyp #: mount/lomount.c:341 #, fuzzy, c-format msgid ", encryption %s (type %)" msgstr ", Verschlüsselungsmethode %s (Typ %d)" #: mount/lomount.c:354 #, c-format msgid ", offset %d" msgstr ", Offset %d" # Verschlüsselungstyp #: mount/lomount.c:357 #, c-format msgid ", encryption type %d\n" msgstr ", Verschlüsselungstyp %d\n" #: mount/lomount.c:365 #, c-format msgid "loop: can't get info on device %s: %s\n" msgstr "loop: Konnte keine Informationen über das Gerät %s erhalten: %s\n" #: mount/lomount.c:376 #, c-format msgid "loop: can't open device %s: %s\n" msgstr "loop: Konnte das Gerät %s nicht öffnen: %s\n" #: mount/lomount.c:392 mount/lomount.c:423 mount/lomount.c:488 #: mount/lomount.c:537 #, fuzzy, c-format msgid "%s: /dev directory does not exist." msgstr "%s: Nutzer „%s“ existiert nicht.\n" #: mount/lomount.c:403 mount/lomount.c:550 #, c-format msgid "%s: no permission to look at /dev/loop#" msgstr "%s: Keine Zugriffsrechte, um auf /dev/loop# zu schauen" #: mount/lomount.c:552 #, c-format msgid "%s: could not find any free loop device" msgstr "%s: Konnte kein freies „loop“-Gerät finden" #: mount/lomount.c:555 #, c-format msgid "" "%s: Could not find any loop device. Maybe this kernel does not know\n" " about the loop device? (If so, recompile or `modprobe loop'.)" msgstr "" "%s: Konnte kein „loop“-Gerät finden. Vielleicht kennt dieser Kernel\n" " kein „loop“-Gerät? (Wenn dies der Fall ist, dann sollten Sie den\n" " Kernel neu kompilieren oder „modprobe loop“ ausführen.)" #: mount/lomount.c:622 #, fuzzy, c-format msgid "warning: %s is already associated with %s\n" msgstr "Sektor %d wird bereits benutzt\n" #: mount/lomount.c:670 #, c-format msgid "Couldn't lock into memory, exiting.\n" msgstr "Konnte kein Lock im Speicher bekommen, beende.\n" #: mount/lomount.c:697 #, c-format msgid "ioctl LOOP_SET_FD failed: %s\n" msgstr "" #: mount/lomount.c:762 #, fuzzy, c-format msgid "set_loop(%s,%s,%llu,%llu): success\n" msgstr "set_loop(%s,%s,%llu): Erfolg\n" # this is actually an open()… #: mount/lomount.c:775 #, c-format msgid "loop: can't delete device %s: %s\n" msgstr "loop: Konnte das Gerät %s nicht löschen: %s\n" #: mount/lomount.c:786 #, c-format msgid "del_loop(%s): success\n" msgstr "del_loop(%s): Erfolg\n" #: mount/lomount.c:794 #, c-format msgid "This mount was compiled without loop support. Please recompile.\n" msgstr "Dieses mount wurde ohne Loop-Unterstützung übersetzt. Bitte neu übersetzen.\n" # Setup #: mount/lomount.c:829 #, fuzzy, c-format msgid "" "\n" "Usage:\n" " %1$s loop_device give info\n" " %1$s -a | --all list all used\n" " %1$s -d | --detach delete\n" " %1$s -f | --find find unused\n" " %1$s -j | --associated [-o ] list all associated with \n" " %1$s [ options ] {-f|--find|loopdev} setup\n" msgstr "" "Aufruf:\n" " Informationen anzeigen:\n" " %s loop-Gerät\n" " Löschen:\n" " %s -d loop-Gerät\n" " Unbenutzte finden:\n" " %s -f\n" " Setup:\n" " %s [ -e Verschlüsselung ] [ -o Offset ] {-f|loop-Gerät} Datei\n" #: mount/lomount.c:838 #, c-format msgid "" "\n" "Options:\n" " -e | --encryption enable data encryption with specified \n" " -h | --help this help\n" " -o | --offset start at offset into file\n" " --sizelimit loop limited to only bytes of the file\n" " -p | --pass-fd read passphrase from file descriptor \n" " -r | --read-only setup read-only loop device\n" " --show print device name (with -f )\n" " -v | --verbose verbose mode\n" "\n" msgstr "" #: mount/lomount.c:1014 #, c-format msgid "No loop support was available at compile time. Please recompile.\n" msgstr "Zur Übersetzungszeit war keine Loop-Unterstützung verfügbar. Bitte neu übersetzen.\n" #: mount/mount.c:313 #, c-format msgid "mount: improperly quoted option string '%s'" msgstr "" #: mount/mount.c:346 #, c-format msgid "mount: translated %s '%s' to '%s'\n" msgstr "mount: übersetzte %s „%s“ in „%s“\n" #: mount/mount.c:504 #, c-format msgid "mount: according to mtab, %s is already mounted on %s" msgstr "mount: Laut mtab ist %s schon auf %s eingehängt" #: mount/mount.c:509 #, c-format msgid "mount: according to mtab, %s is mounted on %s" msgstr "mount: Laut mtab ist %s auf %s eingehängt" #: mount/mount.c:529 #, c-format msgid "mount: can't open %s for writing: %s" msgstr "mount: Konnte %s nicht zum Schreiben öffnen: %s" #: mount/mount.c:546 mount/mount.c:1016 #, c-format msgid "mount: error writing %s: %s" msgstr "mount: Fehler beim Schreiben von %s: %s" #: mount/mount.c:554 #, c-format msgid "mount: error changing mode of %s: %s" msgstr "mount: Fehler beim Ändern der Zugriffsrechte von %s: %s" #: mount/mount.c:637 #, fuzzy, c-format msgid "mount: cannot set group id: %s" msgstr "mount: Kann die Geschwindigkeit nicht setzen: %s" #: mount/mount.c:640 #, fuzzy, c-format msgid "mount: cannot set user id: %s" msgstr "mount: Kann die Geschwindigkeit nicht setzen: %s" #: mount/mount.c:679 mount/mount.c:1594 #, c-format msgid "mount: cannot fork: %s" msgstr "mount: Kann keinen neuen Prozess erzeugen: %s" #: mount/mount.c:693 #, c-format msgid "mount: you didn't specify a filesystem type for %s\n" msgstr "mount: Es wurde kein Dateisystemtyp für %s angegeben\n" # Maybe: # " Es werden alle Dateisystemtypen ausprobiert, die\n" # " in %s oder %s aufgelistet sind\n" #: mount/mount.c:696 #, c-format msgid " I will try all types mentioned in %s or %s\n" msgstr "" " Werde alle Dateisystemtypen probieren, die in %s oder\n" " %s aufgelistet sind\n" #: mount/mount.c:699 #, c-format msgid " and it looks like this is swapspace\n" msgstr " und es sieht so aus, als sei dies Swap-Bereich\n" # Maybe: " Es wird der Typ %s ausprobiert\n" # or : … "probieren" #: mount/mount.c:701 #, c-format msgid " I will try type %s\n" msgstr " Werde den Typ %s versuchen\n" #: mount/mount.c:728 #, c-format msgid "%s looks like swapspace - not mounted" msgstr "%s sieht wie ein Swap-Bereich aus – nicht eingehängt" #: mount/mount.c:819 msgid "mount failed" msgstr "mount ist fehlgeschlagen" #: mount/mount.c:821 #, c-format msgid "mount: only root can mount %s on %s" msgstr "mount: nur „root“ kann %s auf %s einhängen" #: mount/mount.c:891 msgid "mount: loop device specified twice" msgstr "mount: das „loop“-Gerät wurde zweimal angegeben" #: mount/mount.c:896 msgid "mount: type specified twice" msgstr "mount: der Typ wurde doppelt angegeben" #: mount/mount.c:908 #, c-format msgid "mount: skipping the setup of a loop device\n" msgstr "mount: überspringe Aufsetzen des „loop“-Geräts\n" #: mount/mount.c:920 #, fuzzy, c-format msgid "mount: according to mtab %s is already mounted on %s as loop" msgstr "mount: Laut mtab ist %s schon auf %s eingehängt" #: mount/mount.c:930 #, c-format msgid "mount: going to use the loop device %s\n" msgstr "mount: werde das „loop“-Gerät %s verwenden\n" #: mount/mount.c:939 #, c-format msgid "mount: stolen loop=%s ...trying again\n" msgstr "mount: loop=%s gestohlen …versuche es erneut\n" #: mount/mount.c:944 #, c-format msgid "mount: stolen loop=%s" msgstr "mount: loop=%s gestohlen" #: mount/mount.c:949 #, c-format msgid "mount: failed setting up loop device\n" msgstr "mount: Aufsetzen des „loop“-Geräts fehlgeschlagen\n" #: mount/mount.c:960 #, c-format msgid "mount: setup loop device successfully\n" msgstr "mount: „loop“-Gerät erfolgreich aufgesetzt\n" #: mount/mount.c:994 #, c-format msgid "mount: no %s found - creating it..\n" msgstr "mount: %s nicht gefunden – Erzeuge sie…\n" #: mount/mount.c:1011 #, c-format msgid "mount: can't open %s: %s" msgstr "mount: Konnte %s nicht öffnen: %s" #: mount/mount.c:1032 msgid "mount: argument to -p or --pass-fd must be a number" msgstr "mount: Argument für -p oder --pass-fd muss eine Zahl sein" #: mount/mount.c:1045 #, c-format msgid "mount: cannot open %s for setting speed" msgstr "mount: Kann %s nicht zum Setzen der Geschwindigkeit öffnen" #: mount/mount.c:1048 #, c-format msgid "mount: cannot set speed: %s" msgstr "mount: Kann die Geschwindigkeit nicht setzen: %s" #: mount/mount.c:1104 #, c-format msgid "mount: according to mtab, %s is already mounted on %s\n" msgstr "mount: Laut mtab ist %s schon auf %s eingehängt\n" #: mount/mount.c:1179 msgid "mount: I could not determine the filesystem type, and none was specified" msgstr "mount: konnte Dateisystemtyp nicht feststellen, und es wurde keiner angegeben" #: mount/mount.c:1182 msgid "mount: you must specify the filesystem type" msgstr "mount: Sie müssen den Dateisystemtyp angeben" #: mount/mount.c:1185 msgid "mount: mount failed" msgstr "mount: Einhängen ist fehlgeschlagen" #: mount/mount.c:1191 mount/mount.c:1228 #, c-format msgid "mount: mount point %s is not a directory" msgstr "mount: Einhängepunkt %s ist kein Verzeichnis" # "mount: Zugriff verweigert" #: mount/mount.c:1193 msgid "mount: permission denied" msgstr "mount: keine Berechtigung" #: mount/mount.c:1195 msgid "mount: must be superuser to use mount" msgstr "mount: muss Superuser sein, um mount zu verwenden" #: mount/mount.c:1199 mount/mount.c:1203 #, c-format msgid "mount: %s is busy" msgstr "mount: %s wird gerade benutzt" #: mount/mount.c:1205 msgid "mount: proc already mounted" msgstr "mount: proc ist bereits eingehängt" #: mount/mount.c:1207 #, c-format msgid "mount: %s already mounted or %s busy" msgstr "mount: %s ist bereits eingehängt oder %s wird gerade benutzt" #: mount/mount.c:1213 #, c-format msgid "mount: mount point %s does not exist" msgstr "mount: Einhängepunkt %s existiert nicht" #: mount/mount.c:1215 #, c-format msgid "mount: mount point %s is a symbolic link to nowhere" msgstr "mount: Einhängepunkt %s ist eine symbolische Verknüpfung auf nirgendwo" #: mount/mount.c:1220 #, c-format msgid "mount: special device %s does not exist" msgstr "mount: Gerätedatei %s existiert nicht" #: mount/mount.c:1232 #, c-format msgid "" "mount: special device %s does not exist\n" " (a path prefix is not a directory)\n" msgstr "" "mount: Spezialgerät %s existiert nicht\n" " (ein Pfadpräfix ist kein Verzeichnis)\n" #: mount/mount.c:1244 #, c-format msgid "mount: %s not mounted already, or bad option" msgstr "" "mount: %s ist noch nicht eingehängt oder es wurden\n" " ungültige Optionen angegeben" #: mount/mount.c:1246 #, fuzzy, c-format msgid "" "mount: wrong fs type, bad option, bad superblock on %s,\n" " missing codepage or helper program, or other error" msgstr "" "mount: Falscher Dateisystemtyp, ungültige Optionen, der\n" " Superblock von %s ist beschädigt, fehlende\n" " Kodierungsseite oder ein anderer Fehler" #: mount/mount.c:1253 msgid "" " (for several filesystems (e.g. nfs, cifs) you might\n" " need a /sbin/mount. helper program)" msgstr "" #: mount/mount.c:1262 msgid "" " (could this be the IDE device where you in fact use\n" " ide-scsi so that sr0 or sda or so is needed?)" msgstr "" " (Ist dies vielleicht das IDE-Gerät, an welchem Sie eigentlich\n" " ide-scsi benutzen, so dass sr0 oder sda oder so gebraucht wird?)" #: mount/mount.c:1267 msgid "" " (aren't you trying to mount an extended partition,\n" " instead of some logical partition inside?)" msgstr "" " (Versuchen Sie nicht eine erweiterte Partition einzuhängen\n" " statt einer der logischen Partitionen darin?)" #: mount/mount.c:1274 msgid "" " In some cases useful info is found in syslog - try\n" " dmesg | tail or so\n" msgstr "" " Manchmal liefert das Syslog wertvolle Informationen – versuchen\n" " Sie dmesg | tail oder so\n" #: mount/mount.c:1280 msgid "mount table full" msgstr "Einhängetabelle ist voll" #: mount/mount.c:1282 #, c-format msgid "mount: %s: can't read superblock" msgstr "mount: %s: Konnte den Superblock nicht lesen" #: mount/mount.c:1288 #, c-format msgid "mount: %s: unknown device" msgstr "umount: %s: unbekanntes Gerät" #: mount/mount.c:1293 #, c-format msgid "mount: unknown filesystem type '%s'" msgstr "mount: unbekannter Dateisystemtyp „%s“" #: mount/mount.c:1305 #, c-format msgid "mount: probably you meant %s" msgstr "mount: Wahrscheinlich meinten sie „%s“" #: mount/mount.c:1308 msgid "mount: maybe you meant 'iso9660'?" msgstr "mount: Vielleicht meinten Sie „iso9660“?" #: mount/mount.c:1311 msgid "mount: maybe you meant 'vfat'?" msgstr "mount: Vielleicht meinten Sie „vfat“?" #: mount/mount.c:1314 #, c-format msgid "mount: %s has wrong device number or fs type %s not supported" msgstr "" "mount: %s hat eine falsche Geräte-Nummer oder der\n" " Dateisystemtyp %s wird nicht unterstützt" #: mount/mount.c:1322 #, c-format msgid "mount: %s is not a block device, and stat fails?" msgstr "mount: %s ist kein blockorientiertes Gerät und „stat“ schlägt fehl?" #: mount/mount.c:1324 #, c-format msgid "" "mount: the kernel does not recognize %s as a block device\n" " (maybe `insmod driver'?)" msgstr "" "mount: Das Kernel erkennt %s nicht als blockorientiertes\n" " Gerät (Vielleicht hilft „insmod Treiber“?)" # "versuchen" #: mount/mount.c:1327 #, c-format msgid "mount: %s is not a block device (maybe try `-o loop'?)" msgstr "" "mount: %s ist kein blockorientiertes Gerät\n" " (Vielleicht probieren Sie „-o loop“?)" #: mount/mount.c:1330 #, c-format msgid "mount: %s is not a block device" msgstr "mount: %s ist kein blockorientiertes Gerät" #: mount/mount.c:1335 #, c-format msgid "mount: %s is not a valid block device" msgstr "mount: %s ist kein gültiges blockorientiertes Gerät" #: mount/mount.c:1338 msgid "block device " msgstr "blockorientiertes Gerät " #: mount/mount.c:1340 #, c-format msgid "mount: cannot mount %s%s read-only" msgstr "mount: Konnte %s%s nicht im Nur-Lese-Modus einhängen" #: mount/mount.c:1344 #, c-format msgid "mount: %s%s is write-protected but explicit `-w' flag given" msgstr "mount: %s%s ist schreibgeschützt, doch Option „-w“ ist explizit gegeben" # That sounds somehow dumb. #: mount/mount.c:1359 #, c-format msgid "mount: %s%s is write-protected, mounting read-only" msgstr "mount: %s%s ist schreibgeschützt, wird eingehängt im Nur-Lese-Modus" #: mount/mount.c:1440 #, c-format msgid "mount: no type was given - I'll assume nfs because of the colon\n" msgstr "mount: kein Typ angegeben – aufgrund des Doppelpunkts wird NFS angenommen\n" #: mount/mount.c:1446 #, c-format msgid "mount: no type was given - I'll assume cifs because of the // prefix\n" msgstr "mount: kein Typ angegeben – aufgrund des //-Präfixes wird cifs angenommen\n" #: mount/mount.c:1541 #, c-format msgid "mount: %s already mounted on %s\n" msgstr "mount: %s ist bereits auf %s eingehängt\n" #: mount/mount.c:1675 #, c-format msgid "" "Usage: mount -V : print version\n" " mount -h : print this help\n" " mount : list mounted filesystems\n" " mount -l : idem, including volume labels\n" "So far the informational part. Next the mounting.\n" "The command is `mount [-t fstype] something somewhere'.\n" "Details found in /etc/fstab may be omitted.\n" " mount -a [-t|-O] ... : mount all stuff from /etc/fstab\n" " mount device : mount device at the known place\n" " mount directory : mount known device here\n" " mount -t type dev dir : ordinary mount command\n" "Note that one does not really mount a device, one mounts\n" "a filesystem (of the given type) found on the device.\n" "One can also mount an already visible directory tree elsewhere:\n" " mount --bind olddir newdir\n" "or move a subtree:\n" " mount --move olddir newdir\n" "One can change the type of mount containing the directory dir:\n" " mount --make-shared dir\n" " mount --make-slave dir\n" " mount --make-private dir\n" " mount --make-unbindable dir\n" "One can change the type of all the mounts in a mount subtree\n" "containing the directory dir:\n" " mount --make-rshared dir\n" " mount --make-rslave dir\n" " mount --make-rprivate dir\n" " mount --make-runbindable dir\n" "A device can be given by name, say /dev/hda1 or /dev/cdrom,\n" "or by label, using -L label or by uuid, using -U uuid .\n" "Other options: [-nfFrsvw] [-o options] [-p passwdfd].\n" "For many more details, say man 8 mount .\n" msgstr "" "Aufruf: mount -V : Version ausgeben\n" " mount -h : Diese Hilfe ausgeben\n" " mount : eingehängte Dateisysteme auflisten\n" " mount -l : dito, inklusive Volume-Label\n" "So weit mit dem informativen Part. Als nächstes das Einhängen.\n" "Der Befehl lautet „mount [-t fstype] irgendwas irgendwo“.\n" "Details, die in /etc/fstab stehen, können weggelassen werden.\n" " mount -a [-t|-O] … : alles aus der /etc/fstab einhängen\n" " mount gerät : Gerät an bekanntem Ort einhängen\n" " mount verzeichnis : hier bekanntes Gerät einhängen\n" " mount -t typ ger verz : normaler Mount-Befehl\n" "Beachten Sie, dass man nicht wirklich ein Gerät einhängt, sondern vielmehr\n" "ein Dateisystem (vom gegebenen Typ), dass sich auf dem Gerät befindet.\n" "Man kann auch einen schon sichtbaren Verzeichnisbaum woanders einhängen:\n" " mount --bind altesVerz neuesVerz\n" "oder einen Unterbaum verschieben:\n" " mount --move altesVerz neuesVerz\n" "Die Einhängeart in einem Verzeichnis kann geändert werden:\n" " mount --make-shared verz\n" " mount --make-slave verz\n" " mount --make-private verz\n" " mount --make-unbindable verz\n" "Und das ganze rekursiv:\n" " mount --make-rshared verz\n" " mount --make-rslave verz\n" " mount --make-rprivate verz\n" " mount --make-runbindable verz\n" "Ein Gerät kann über seinen Namen, also /dev/hda1 oder /dev/cdrom, gegeben\n" "werden, oder über sein Label, mittels -L Label, oder über die UUID, mit -U UUID.\n" "Weitere Optionen: [-nfFrsvw] [-o optionen] [-p passwdfd].\n" "Für viele weitere Details: man 8 mount.\n" #: mount/mount.c:1987 msgid "mount: only root can do that" msgstr "mount: Nur „root“ kann dies tun" #: mount/mount.c:1997 msgid "nothing was mounted" msgstr "nichts wurde eingehängt" #: mount/mount.c:2015 mount/mount.c:2041 msgid "mount: no such partition found" msgstr "mount: keine passende Partition gefunden" #: mount/mount.c:2018 #, c-format msgid "mount: can't find %s in %s or %s" msgstr "mount: Konnte %s nicht in %s oder %s finden" #: mount/mount_mntent.c:165 #, c-format msgid "[mntent]: warning: no final newline at the end of %s\n" msgstr "[mntent]: Warnung: Am Ende der Datei %s fehlt ein abschließender Zeilenvorschub.\n" #: mount/mount_mntent.c:216 #, c-format msgid "[mntent]: line %d in %s is bad%s\n" msgstr "[mntent]: Zeile %d in %s ist fehlerhaft%s\n" #: mount/mount_mntent.c:219 msgid "; rest of file ignored" msgstr "; der Rest der Datei wurde ignoriert" #: mount/sundries.c:30 msgid "bug in xstrndup call" msgstr "Fehler im Aufruf von xstrndup" #: mount/sundries.c:223 mount/xmalloc.c:11 msgid "not enough memory" msgstr "Nicht genügend Speicher" #: mount/swapon.c:67 #, c-format msgid "" "The parameter:\n" " {-L label | LABEL=label} LABEL of device to be used\n" " {-U uuid | UUID=uuid} UUID of device to be used\n" " name of device to be used\n" " name of file to be used\n" "\n" msgstr "" #: mount/swapon.c:75 #, c-format msgid "" "\n" "Usage:\n" " %1$s -a [-e] [-v] enable all swaps from /etc/fstab\n" " %1$s [-p priority] [-v] enable given swap\n" " %1$s -s display swap usage summary\n" " %1$s -h display help\n" " %1$s -V display version\n" "\n" msgstr "" #: mount/swapon.c:89 #, c-format msgid "" "\n" "Usage:\n" " %1$s -a [-v] disable all swaps\n" " %1$s [-v] disable given swap\n" " %1$s -h display help\n" " %1$s -V display version\n" "\n" msgstr "" #: mount/swapon.c:121 #, fuzzy, c-format msgid "%s: %s: unexpected file format\n" msgstr "%s: unerwartetes Dateiende in %s-Datei\n" #: mount/swapon.c:202 #, fuzzy, c-format msgid "%s: cannot fork: %s\n" msgstr "%s: Kann keinen neuen Prozess erzeugen (fork)\n" #: mount/swapon.c:228 #, fuzzy, c-format msgid "%s: waitpid: %s\n" msgstr "%s: fehlschlagenes Öffnen von: %s\n" # The first %s is swapon/swapoff #: mount/swapon.c:248 mount/swapon.c:348 #, c-format msgid "%s on %s\n" msgstr "%s für %s\n" # stat #: mount/swapon.c:258 #, c-format msgid "%s: cannot stat %s: %s\n" msgstr "%s: Konnte „stat“ nicht auf %s anwenden: %s\n" #: mount/swapon.c:268 #, c-format msgid "%s: %s: software suspend data detected. Reinitializing the swap.\n" msgstr "" #: mount/swapon.c:281 #, c-format msgid "%s: warning: %s has insecure permissions %04o, %04o suggested\n" msgstr "%s: Warnung: %s hat unsichere Zugriffsrechte %04o, %04o wird empfohlen\n" # holes #: mount/swapon.c:293 #, c-format msgid "%s: Skipping file %s - it appears to have holes.\n" msgstr "%s: Überspringe die Datei %s – sie scheint Löcher zu enthalten.\n" #: mount/swapon.c:326 #, c-format msgid "%s: cannot find the device for %s\n" msgstr "%s: Konnte das Gerät für %s nicht finden\n" #: mount/swapon.c:360 #, c-format msgid "Not superuser.\n" msgstr "Nicht Superuser.\n" #: mount/swapon.c:394 mount/swapon.c:585 #, c-format msgid "%s: cannot open %s: %s\n" msgstr "%s: Konnte %s nicht öffnen: %s\n" #: mount/umount.c:41 #, c-format msgid "umount: compiled without support for -f\n" msgstr "umount: Die Unterstützung für -f wurde nicht mit übersetzt\n" #: mount/umount.c:111 #, fuzzy, c-format msgid "umount: cannot set group id: %s" msgstr "mount: Kann die Geschwindigkeit nicht setzen: %s" #: mount/umount.c:114 #, fuzzy, c-format msgid "umount: cannot set user id: %s" msgstr "mount: Kann die Geschwindigkeit nicht setzen: %s" #: mount/umount.c:139 #, c-format msgid "umount: cannot fork: %s" msgstr "umount: Kann keinen neuen Prozess erzeugen: %s" #: mount/umount.c:160 #, c-format msgid "umount: %s: invalid block device" msgstr "umount: %s: kein gültiges blockorientiertes Gerät" #: mount/umount.c:162 #, c-format msgid "umount: %s: not mounted" msgstr "umount: %s ist nicht eingehängt" #: mount/umount.c:164 #, c-format msgid "umount: %s: can't write superblock" msgstr "umount: %s: Konnte den „Superblock“ nicht schreiben" #: mount/umount.c:168 #, c-format msgid "" "umount: %s: device is busy.\n" " (In some cases useful info about processes that use\n" " the device is found by lsof(8) or fuser(1))" msgstr "" #: mount/umount.c:173 #, c-format msgid "umount: %s: not found" msgstr "umount: %s: Nicht gefunden" #: mount/umount.c:175 #, c-format msgid "umount: %s: must be superuser to umount" msgstr "umount: %s: nur der Superuser kann umount durchführen" #: mount/umount.c:177 #, c-format msgid "umount: %s: block devices not permitted on fs" msgstr "umount: %s: Blockgeräte auf Dateisystem nicht erlaubt" #: mount/umount.c:179 #, c-format msgid "umount: %s: %s" msgstr "umount: %s: %s" #: mount/umount.c:228 #, c-format msgid "no umount2, trying umount...\n" msgstr "kein umount2, versuche umount…\n" #: mount/umount.c:244 #, c-format msgid "could not umount %s - trying %s instead\n" msgstr "konnte %s nicht aushängen – versuche stattdessen %s\n" #: mount/umount.c:262 #, c-format msgid "umount: %s busy - remounted read-only\n" msgstr "umount: %s wird momentan noch benutzt – im Nur-Lese-Modus wiedereingehängt\n" #: mount/umount.c:273 #, c-format msgid "umount: could not remount %s read-only\n" msgstr "umount: konnte %s nicht im Nur-Lese-Modus wieder einhängen\n" #: mount/umount.c:282 #, c-format msgid "%s umounted\n" msgstr "%s ausgehängt\n" #: mount/umount.c:380 msgid "umount: cannot find list of filesystems to unmount" msgstr "umount: Kann die Liste der Dateisysteme zum Aushängen nicht finden" #: mount/umount.c:410 #, c-format msgid "" "Usage: umount [-hV]\n" " umount -a [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]\n" " umount [-f] [-r] [-n] [-v] special | node...\n" msgstr "" "Aufruf: umount [-hV]\n" " umount -a [-f] [-r] [-n] [-v] [-t VFS-Typen] [-O optionen]\n" " umount [-f] [-r] [-n] [-v] Spezialdatei | Verzeichnis …\n" #: mount/umount.c:460 msgid "Cannot umount \"\"\n" msgstr "Kann \"\" nicht aushängen\n" #: mount/umount.c:466 #, c-format msgid "Trying to umount %s\n" msgstr "Versuche, %s auszuhängen\n" #: mount/umount.c:472 #, c-format msgid "Could not find %s in mtab\n" msgstr "Konnte %s nicht in „mtab“ finden\n" #: mount/umount.c:479 #, c-format msgid "umount: %s is not mounted (according to mtab)" msgstr "umount: %s ist laut „mtab“ nicht eingehängt" #: mount/umount.c:503 #, c-format msgid "umount: it seems %s is mounted multiple times" msgstr "umount: %s scheint mehrfach eingehängt zu sein" #: mount/umount.c:516 #, c-format msgid "umount: %s is not in the fstab (and you are not root)" msgstr "umount: fstab enthält %s nicht (Nur root kann es aushängen)" #: mount/umount.c:520 #, c-format msgid "umount: %s mount disagrees with the fstab" msgstr "umount: %s mount und fstab stimmen nicht überein" #: mount/umount.c:561 #, c-format msgid "umount: only %s can unmount %s from %s" msgstr "umount: Nur %s kann %s von %s unmounten" #: mount/umount.c:640 msgid "umount: only root can do that" msgstr "umount: Nur „root“ kann dies tun" #: sys-utils/ctrlaltdel.c:27 #, c-format msgid "You must be root to set the Ctrl-Alt-Del behaviour.\n" msgstr "Nur root kann das Verhalten von Strg-Alt-Entf ändern.\n" #: sys-utils/ctrlaltdel.c:42 #, c-format msgid "Usage: ctrlaltdel hard|soft\n" msgstr "Aufruf: ctrlaltdel hard|soft\n" #: sys-utils/cytune.c:114 #, c-format msgid "" "File %s, For threshold value %lu, Maximum characters in fifo were %d,\n" "and the maximum transfer rate in characters/second was %f\n" msgstr "" "Datei %s, für Schwellenwert %lu, maximale Zeichenzahl in FIFO war %d\n" "und die maximale Transferrate in Zeichen/Sekunde war %f\n" #: sys-utils/cytune.c:125 #, c-format msgid "" "File %s, For threshold value %lu and timrout value %lu, Maximum characters in fifo were %d,\n" "and the maximum transfer rate in characters/second was %f\n" msgstr "" "Datei %s, für Schwellenwert %lu und Auszeit-Wert %lu, maximale Zeichenzahl in FIFO war %d\n" "und die maximale Transferrate in Zeichen/Sekunde war %f\n" #: sys-utils/cytune.c:189 #, c-format msgid "Invalid interval value: %s\n" msgstr "Ungültiger interner Wert: %s\n" #: sys-utils/cytune.c:197 #, c-format msgid "Invalid set value: %s\n" msgstr "Ungültiger Wert zu setzen: %s\n" #: sys-utils/cytune.c:205 #, c-format msgid "Invalid default value: %s\n" msgstr "Ungültiger voreingestellter Wert: %s\n" #: sys-utils/cytune.c:213 #, c-format msgid "Invalid set time value: %s\n" msgstr "Ungültiger Zeit-Wert zu setzen: %s\n" #: sys-utils/cytune.c:221 #, c-format msgid "Invalid default time value: %s\n" msgstr "Ungültiger voreingestellter Zeit-Wert: %s\n" #: sys-utils/cytune.c:238 #, c-format msgid "Usage: %s [-q [-i interval]] ([-s value]|[-S value]) ([-t value]|[-T value]) [-g|-G] file [file...]\n" msgstr "Aufruf: %s [-q [-i Intervall]] ([-s Wert]|[-S Wert]) ([-t Wert]|[-T Wert]) [-g|-G] Datei [Datei…]\n" #: sys-utils/cytune.c:250 sys-utils/cytune.c:269 sys-utils/cytune.c:289 #: sys-utils/cytune.c:339 #, c-format msgid "Can't open %s: %s\n" msgstr "Konnte %s nicht öffnen: %s\n" #: sys-utils/cytune.c:257 #, c-format msgid "Can't set %s to threshold %d: %s\n" msgstr "Kann %s nicht auf Schwelle %d setzen: %s\n" #: sys-utils/cytune.c:276 #, c-format msgid "Can't set %s to time threshold %d: %s\n" msgstr "Kann %s nicht auf Zeitschwelle %d setzen: %s\n" #: sys-utils/cytune.c:294 sys-utils/cytune.c:351 sys-utils/cytune.c:382 #, c-format msgid "Can't get threshold for %s: %s\n" msgstr "Kann Schwelle für %s nicht ermitteln: %s\n" #: sys-utils/cytune.c:300 sys-utils/cytune.c:357 sys-utils/cytune.c:388 #, c-format msgid "Can't get timeout for %s: %s\n" msgstr "Kann Auszeit für %s nicht ermitteln: %s\n" #: sys-utils/cytune.c:306 #, c-format msgid "%s: %ld current threshold and %ld current timeout\n" msgstr "%s: %ld aktuelle Schwelle und %ld aktuelle Auszeit\n" #: sys-utils/cytune.c:309 #, c-format msgid "%s: %ld default threshold and %ld default timeout\n" msgstr "%s: %ld voreingestellte Schwelle und %ld voreingestellte Auszeit\n" #: sys-utils/cytune.c:327 msgid "Can't set signal handler" msgstr "Kann Signalhandler nicht ermitteln" #: sys-utils/cytune.c:331 sys-utils/cytune.c:366 msgid "gettimeofday failed" msgstr "„gettimeofday“ fehlgeschlagen" #: sys-utils/cytune.c:344 sys-utils/cytune.c:376 #, c-format msgid "Can't issue CYGETMON on %s: %s\n" msgstr "Kann kein CYGETMON auf %s auslösen: %s\n" #: sys-utils/cytune.c:418 #, c-format msgid "%s: %lu ints, %lu/%lu chars; fifo: %lu thresh, %lu tmout, %lu max, %lu now\n" msgstr "%s: %lu ints, %lu/%lu chars; fifo: %lu thresh, %lu tmout, %lu max, %lu now\n" #: sys-utils/cytune.c:424 #, c-format msgid " %f int/sec; %f rec, %f send (char/sec)\n" msgstr " %f int/sec; %f rec, %f send (char/sec)\n" #: sys-utils/cytune.c:429 #, c-format msgid "%s: %lu ints, %lu chars; fifo: %lu thresh, %lu tmout, %lu max, %lu now\n" msgstr "%s: %lu ints, %lu chars; fifo: %lu thresh, %lu tmout, %lu max, %lu now\n" #: sys-utils/cytune.c:435 #, c-format msgid " %f int/sec; %f rec (char/sec)\n" msgstr " %f int/sec; %f rec (char/sec)\n" # "Level" #: sys-utils/dmesg.c:56 #, c-format msgid "Usage: %s [-c] [-n level] [-s bufsize]\n" msgstr "Aufruf: %s [-c] [-n Level] [-s Puffergröße]\n" #: sys-utils/ipcrm.c:66 #, c-format msgid "invalid id: %s\n" msgstr "ungültige ID: %s\n" #: sys-utils/ipcrm.c:84 #, c-format msgid "cannot remove id %s (%s)\n" msgstr "kann ID %s (%s) nicht entfernen\n" #: sys-utils/ipcrm.c:99 #, c-format msgid "deprecated usage: %s {shm | msg | sem} id ...\n" msgstr "veralteter, nicht empfohlener, Aufruf: %s {shm | msg | sem} Id …\n" #: sys-utils/ipcrm.c:126 #, c-format msgid "unknown resource type: %s\n" msgstr "unbekannter Ressourcentyp: %s\n" #: sys-utils/ipcrm.c:130 #, c-format msgid "resource(s) deleted\n" msgstr "Ressource(n) gelöscht\n" #: sys-utils/ipcrm.c:140 #, c-format msgid "" "usage: %s [ [-q msqid] [-m shmid] [-s semid]\n" " [-Q msgkey] [-M shmkey] [-S semkey] ... ]\n" msgstr "" "Aufruf: %s [ [-q msqid] [-m shmid] [-s semid]\n" " [-Q msgkey] [-M shmkey] [-S semkey] … ]\n" #: sys-utils/ipcrm.c:181 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: unzulässige Option -- %c\n" #: sys-utils/ipcrm.c:193 #, c-format msgid "%s: illegal key (%s)\n" msgstr "%s: unzulässiger Schlüssel (%s)\n" # libc.po: "Keine Berechtigung" #: sys-utils/ipcrm.c:208 sys-utils/ipcrm.c:240 msgid "permission denied for key" msgstr "Keine Berechtigung für Schlüssel" #: sys-utils/ipcrm.c:211 sys-utils/ipcrm.c:250 msgid "already removed key" msgstr "Schlüssel schon entfernt" #: sys-utils/ipcrm.c:214 sys-utils/ipcrm.c:245 msgid "invalid key" msgstr "ungültiger Schlüssel" #: sys-utils/ipcrm.c:217 sys-utils/ipcrm.c:255 msgid "unknown error in key" msgstr "unbekannter Fehler im Schlüssel" # libc.po: "Keine Berechtigung" #: sys-utils/ipcrm.c:241 msgid "permission denied for id" msgstr "Keine Berechtigung für ID" #: sys-utils/ipcrm.c:246 msgid "invalid id" msgstr "ungültige ID" #: sys-utils/ipcrm.c:251 msgid "already removed id" msgstr "ID schon entfernt" #: sys-utils/ipcrm.c:256 msgid "unknown error in id" msgstr "unbekannter Fehler in ID" #: sys-utils/ipcrm.c:259 #, c-format msgid "%s: %s (%s)\n" msgstr "%s: %s (%s)\n" #: sys-utils/ipcrm.c:267 #, c-format msgid "%s: unknown argument: %s\n" msgstr "%s: Unbekanntes Argument: %s\n" #: sys-utils/ipcs.c:122 #, c-format msgid "usage : %s -asmq -tclup \n" msgstr "Aufruf: %s -asmq -tclup \n" #: sys-utils/ipcs.c:123 #, c-format msgid "\t%s [-s -m -q] -i id\n" msgstr "\t%s [-s -m -q] -i Id\n" #: sys-utils/ipcs.c:124 #, c-format msgid "\t%s -h for help.\n" msgstr "\t%s -h für weitere Informationen.\n" #: sys-utils/ipcs.c:130 #, c-format msgid "%s provides information on ipc facilities for which you have read access.\n" msgstr "" "%s liefert Informationen über Einrichtungen von IPC (Inter Process\n" "Communication), auf die Sie Lesezugriff haben.\n" #: sys-utils/ipcs.c:132 #, c-format msgid "" "Resource Specification:\n" "\t-m : shared_mem\n" "\t-q : messages\n" msgstr "" "Ressourcenspezifikation:\n" "\t-m : gemeinsamer Speicher\n" "\t-q : Nachrichten\n" #: sys-utils/ipcs.c:133 #, c-format msgid "" "\t-s : semaphores\n" "\t-a : all (default)\n" msgstr "" "\t-s : Semaphoren\n" "\t-a : alles (Voreinstellung)\n" #: sys-utils/ipcs.c:134 #, c-format msgid "" "Output Format:\n" "\t-t : time\n" "\t-p : pid\n" "\t-c : creator\n" msgstr "" "Ausgabeformat:\n" "\t-t : Zeit\n" "\t-p : Pid\n" "\t-c : Erzeuger\n" #: sys-utils/ipcs.c:135 #, c-format msgid "" "\t-l : limits\n" "\t-u : summary\n" msgstr "" "\t-l : Grenzen\n" "\t-u : Zusammenfassung\n" #: sys-utils/ipcs.c:136 #, c-format msgid "-i id [-s -q -m] : details on resource identified by id\n" msgstr "-i Id [-s -q -m] : Details über mit Id identifizierte Ressource\n" #: sys-utils/ipcs.c:268 #, c-format msgid "kernel not configured for shared memory\n" msgstr "Der Kernel ist nicht konfiguriert, gemeinsamen Speicher zu unterstützen.\n" #: sys-utils/ipcs.c:274 #, c-format msgid "------ Shared Memory Limits --------\n" msgstr "------ Gemeinsamer Speicher: Grenzen --------\n" #: sys-utils/ipcs.c:279 #, c-format msgid "max number of segments = %lu\n" msgstr "Maximale Anzahl der Segmente = %lu\n" #: sys-utils/ipcs.c:281 #, c-format msgid "max seg size (kbytes) = %lu\n" msgstr "Maximale Segmentgröße (KByte) = %lu\n" #: sys-utils/ipcs.c:283 #, c-format msgid "max total shared memory (kbytes) = %llu\n" msgstr "Maximaler gesamter gemeinsamer Speicher (kBytes) = %llu\n" #: sys-utils/ipcs.c:285 #, c-format msgid "min seg size (bytes) = %lu\n" msgstr "Minimale Segmentgröße (Bytes) = %lu\n" #: sys-utils/ipcs.c:290 #, c-format msgid "------ Shared Memory Status --------\n" msgstr "------ Gemeinsamer Speicher: Status --------\n" #: sys-utils/ipcs.c:291 #, c-format msgid "segments allocated %d\n" msgstr "allozierte Segmente %d\n" #: sys-utils/ipcs.c:292 #, c-format msgid "pages allocated %ld\n" msgstr "allozierte Seiten %ld\n" #: sys-utils/ipcs.c:293 #, c-format msgid "pages resident %ld\n" msgstr "residente Seiten %ld\n" #: sys-utils/ipcs.c:294 #, c-format msgid "pages swapped %ld\n" msgstr "geswappte Seiten %ld\n" #: sys-utils/ipcs.c:295 #, c-format msgid "Swap performance: %ld attempts\t %ld successes\n" msgstr "Swapleistung: %ld Versuche\t %ldErfolge\n" #: sys-utils/ipcs.c:300 #, c-format msgid "------ Shared Memory Segment Creators/Owners --------\n" msgstr "------ Gemeinsamer Speicher: Erzeuger/Besitzer der Segmente --------\n" #: sys-utils/ipcs.c:301 sys-utils/ipcs.c:421 sys-utils/ipcs.c:519 #, c-format msgid "%-10s %-10s %-10s %-10s %-10s %-10s\n" msgstr "%-10s %-10s %-10s %-10s %-10s %-10s\n" #: sys-utils/ipcs.c:302 sys-utils/ipcs.c:308 sys-utils/ipcs.c:315 #: sys-utils/ipcs.c:321 msgid "shmid" msgstr "shmid" #: sys-utils/ipcs.c:302 sys-utils/ipcs.c:321 sys-utils/ipcs.c:422 #: sys-utils/ipcs.c:437 sys-utils/ipcs.c:520 sys-utils/ipcs.c:538 msgid "perms" msgstr "Rechte" #: sys-utils/ipcs.c:302 sys-utils/ipcs.c:422 sys-utils/ipcs.c:520 msgid "cuid" msgstr "cuid" #: sys-utils/ipcs.c:302 sys-utils/ipcs.c:422 sys-utils/ipcs.c:520 msgid "cgid" msgstr "cgid" #: sys-utils/ipcs.c:302 sys-utils/ipcs.c:422 sys-utils/ipcs.c:520 msgid "uid" msgstr "uid" #: sys-utils/ipcs.c:302 sys-utils/ipcs.c:422 sys-utils/ipcs.c:520 msgid "gid" msgstr "gid" #: sys-utils/ipcs.c:306 #, c-format msgid "------ Shared Memory Attach/Detach/Change Times --------\n" msgstr "------ Gemeinsamer Speicher: Attach/Detach/Change-Zeiten --------\n" #: sys-utils/ipcs.c:307 #, c-format msgid "%-10s %-10s %-20s %-20s %-20s\n" msgstr "%-10s %-10s %-20s %-20s %-20s\n" #: sys-utils/ipcs.c:308 sys-utils/ipcs.c:315 sys-utils/ipcs.c:321 #: sys-utils/ipcs.c:428 sys-utils/ipcs.c:437 sys-utils/ipcs.c:526 #: sys-utils/ipcs.c:532 sys-utils/ipcs.c:538 msgid "owner" msgstr "Besitzer" #: sys-utils/ipcs.c:308 msgid "attached" msgstr "Attach" #: sys-utils/ipcs.c:308 msgid "detached" msgstr "Detach" #: sys-utils/ipcs.c:309 msgid "changed" msgstr "Change" #: sys-utils/ipcs.c:313 #, c-format msgid "------ Shared Memory Creator/Last-op --------\n" msgstr "------ Gemeinsamer Speicher: Erzeuger/Last-Op --------\n" #: sys-utils/ipcs.c:314 sys-utils/ipcs.c:531 #, c-format msgid "%-10s %-10s %-10s %-10s\n" msgstr "%-10s %-10s %-10s %-10s\n" #: sys-utils/ipcs.c:315 msgid "cpid" msgstr "cpid" #: sys-utils/ipcs.c:315 msgid "lpid" msgstr "lpid" #: sys-utils/ipcs.c:319 #, c-format msgid "------ Shared Memory Segments --------\n" msgstr "------ Gemeinsamer Speicher: Segmente --------\n" #: sys-utils/ipcs.c:320 #, c-format msgid "%-10s %-10s %-10s %-10s %-10s %-10s %-12s\n" msgstr "%-10s %-10s %-10s %-10s %-10s %-10s %-12s\n" #: sys-utils/ipcs.c:321 sys-utils/ipcs.c:437 sys-utils/ipcs.c:538 msgid "key" msgstr "Schlüssel" #: sys-utils/ipcs.c:321 msgid "bytes" msgstr "Bytes" #: sys-utils/ipcs.c:322 msgid "nattch" msgstr "nattch" #: sys-utils/ipcs.c:322 msgid "status" msgstr "Status" #: sys-utils/ipcs.c:343 sys-utils/ipcs.c:345 sys-utils/ipcs.c:347 #: sys-utils/ipcs.c:458 sys-utils/ipcs.c:460 sys-utils/ipcs.c:559 #: sys-utils/ipcs.c:561 sys-utils/ipcs.c:563 sys-utils/ipcs.c:616 #: sys-utils/ipcs.c:618 sys-utils/ipcs.c:647 sys-utils/ipcs.c:649 #: sys-utils/ipcs.c:651 sys-utils/ipcs.c:675 msgid "Not set" msgstr "Nicht gesetzt" #: sys-utils/ipcs.c:375 msgid "dest" msgstr "zerstört" #: sys-utils/ipcs.c:376 msgid "locked" msgstr "gesperrt" #: sys-utils/ipcs.c:396 #, c-format msgid "kernel not configured for semaphores\n" msgstr "Kernel nicht für Semaphoren konfiguriert\n" #: sys-utils/ipcs.c:402 #, c-format msgid "------ Semaphore Limits --------\n" msgstr "------ Semaphorengrenzen --------\n" #: sys-utils/ipcs.c:406 #, c-format msgid "max number of arrays = %d\n" msgstr "maximale Anzahl von Feldern = %d\n" #: sys-utils/ipcs.c:407 #, c-format msgid "max semaphores per array = %d\n" msgstr "maximale Semaphoren pro Feld = %d\n" #: sys-utils/ipcs.c:408 #, c-format msgid "max semaphores system wide = %d\n" msgstr "maximale Semaphoren systemweit = %d\n" #: sys-utils/ipcs.c:409 #, c-format msgid "max ops per semop call = %d\n" msgstr "maximale Operations pro Semop-Ruf = %d\n" #: sys-utils/ipcs.c:410 #, c-format msgid "semaphore max value = %d\n" msgstr "maximaler Semaphorenwert = %d\n" #: sys-utils/ipcs.c:414 #, c-format msgid "------ Semaphore Status --------\n" msgstr "------ Semaphorenstatus --------\n" #: sys-utils/ipcs.c:415 #, c-format msgid "used arrays = %d\n" msgstr "benutzte Felder = %d\n" #: sys-utils/ipcs.c:416 #, c-format msgid "allocated semaphores = %d\n" msgstr "zugewiesene Semaphoren = %d\n" #: sys-utils/ipcs.c:420 #, c-format msgid "------ Semaphore Arrays Creators/Owners --------\n" msgstr "------ Semaphorenfelder: Erzeuger/Besitzer --------\n" #: sys-utils/ipcs.c:422 sys-utils/ipcs.c:428 sys-utils/ipcs.c:437 msgid "semid" msgstr "SemID" #: sys-utils/ipcs.c:426 #, c-format msgid "------ Semaphore Operation/Change Times --------\n" msgstr "------ Semaphore-Operations/Änderungs-Zeiten --------\n" #: sys-utils/ipcs.c:427 #, c-format msgid "%-8s %-10s %-26.24s %-26.24s\n" msgstr "%-8s %-10s %-26.24s %-26.24s\n" #: sys-utils/ipcs.c:428 msgid "last-op" msgstr "last-op" #: sys-utils/ipcs.c:428 msgid "last-changed" msgstr "last-changed" #: sys-utils/ipcs.c:435 #, c-format msgid "------ Semaphore Arrays --------\n" msgstr "------ Semaphorenfelder --------\n" #: sys-utils/ipcs.c:436 sys-utils/ipcs.c:678 #, c-format msgid "%-10s %-10s %-10s %-10s %-10s\n" msgstr "%-10s %-10s %-10s %-10s %-10s\n" #: sys-utils/ipcs.c:437 msgid "nsems" msgstr "nsems" #: sys-utils/ipcs.c:496 #, c-format msgid "kernel not configured for message queues\n" msgstr "Kernel nicht für Nachrichtenschlangen konfiguriert\n" #: sys-utils/ipcs.c:504 #, c-format msgid "------ Messages: Limits --------\n" msgstr "------ Nachrichten: Grenzen --------\n" #: sys-utils/ipcs.c:505 #, c-format msgid "max queues system wide = %d\n" msgstr "maximale Warteschlangen systemweit = %d\n" #: sys-utils/ipcs.c:506 #, c-format msgid "max size of message (bytes) = %d\n" msgstr "maximale Größe der Nachricht (Bytes) = %d\n" #: sys-utils/ipcs.c:507 #, c-format msgid "default max size of queue (bytes) = %d\n" msgstr "normale maximale Größe der Warteschlange (Bytes) = %d\n" #: sys-utils/ipcs.c:511 #, c-format msgid "------ Messages: Status --------\n" msgstr "------ Nachrichten: Status --------\n" #: sys-utils/ipcs.c:512 #, c-format msgid "allocated queues = %d\n" msgstr "zugewiesene Warteschlangen = %d\n" #: sys-utils/ipcs.c:513 #, c-format msgid "used headers = %d\n" msgstr "benutzte Köpfe = %d\n" #: sys-utils/ipcs.c:514 #, c-format msgid "used space = %d bytes\n" msgstr "benutzter Platz = %d Bytes\n" #: sys-utils/ipcs.c:518 #, c-format msgid "------ Message Queues: Creators/Owners --------\n" msgstr "------ Nachrichtenwarteschlangen: Erzeuger/Besitzer --------\n" #: sys-utils/ipcs.c:520 sys-utils/ipcs.c:526 sys-utils/ipcs.c:532 #: sys-utils/ipcs.c:538 msgid "msqid" msgstr "msqid" #: sys-utils/ipcs.c:524 #, c-format msgid "------ Message Queues Send/Recv/Change Times --------\n" msgstr "------ Nachrichtenwarteschlangen: Versand/Empfang/Änderung-Zeiten --------\n" #: sys-utils/ipcs.c:525 #, c-format msgid "%-8s %-10s %-20s %-20s %-20s\n" msgstr "%-8s %-10s %-20s %-20s %-20s\n" #: sys-utils/ipcs.c:526 msgid "send" msgstr "Versand" #: sys-utils/ipcs.c:526 msgid "recv" msgstr "Empfang" #: sys-utils/ipcs.c:526 msgid "change" msgstr "Änderung" #: sys-utils/ipcs.c:530 #, c-format msgid "------ Message Queues PIDs --------\n" msgstr "------ Nachrichtenwarteschlangen: PIDs --------\n" #: sys-utils/ipcs.c:532 msgid "lspid" msgstr "lspid" #: sys-utils/ipcs.c:532 msgid "lrpid" msgstr "lrpid" #: sys-utils/ipcs.c:536 #, c-format msgid "------ Message Queues --------\n" msgstr "------ Nachrichtenwarteschlangen --------\n" #: sys-utils/ipcs.c:537 #, c-format msgid "%-10s %-10s %-10s %-10s %-12s %-12s\n" msgstr "%-10s %-10s %-10s %-10s %-12s %-12s\n" #: sys-utils/ipcs.c:539 msgid "used-bytes" msgstr "Benutzt-Bytes" #: sys-utils/ipcs.c:539 msgid "messages" msgstr "Nachrichten" #: sys-utils/ipcs.c:607 #, c-format msgid "" "\n" "Shared memory Segment shmid=%d\n" msgstr "" "\n" "Gemeinsamer Speicher Segment shmid=%d\n" # similiar message below. #: sys-utils/ipcs.c:608 #, c-format msgid "uid=%d\tgid=%d\tcuid=%d\tcgid=%d\n" msgstr "uid=%d\tgid=%d\tcuid=%d\tcgid=%d\n" # similiar message below. #: sys-utils/ipcs.c:610 #, c-format msgid "mode=%#o\taccess_perms=%#o\n" msgstr "mode=%#o\taccess_perms=%#o\n" #: sys-utils/ipcs.c:612 #, c-format msgid "bytes=%ld\tlpid=%d\tcpid=%d\tnattch=%ld\n" msgstr "bytes=%ld\tlpid=%d\tcpid=%d\tnattch=%ld\n" #: sys-utils/ipcs.c:615 #, c-format msgid "att_time=%-26.24s\n" msgstr "att_time = %-26.24s\n" #: sys-utils/ipcs.c:617 #, c-format msgid "det_time=%-26.24s\n" msgstr "det_time = %-26.24s\n" #: sys-utils/ipcs.c:619 sys-utils/ipcs.c:650 #, c-format msgid "change_time=%-26.24s\n" msgstr "Änderungszeit = %-26.24s\n" #: sys-utils/ipcs.c:634 #, c-format msgid "" "\n" "Message Queue msqid=%d\n" msgstr "" "\n" "Nachrichtenwarteschlange msqid=%d\n" #: sys-utils/ipcs.c:635 #, c-format msgid "uid=%d\tgid=%d\tcuid=%d\tcgid=%d\tmode=%#o\n" msgstr "uid=%d\tgid=%d\tcuid=%d\tcgid=%d\tmode=%#o\n" #: sys-utils/ipcs.c:637 #, c-format msgid "cbytes=%ld\tqbytes=%ld\tqnum=%ld\tlspid=%d\tlrpid=%d\n" msgstr "cbytes=%ld\tqbytes=%ld\tqnum=%ld\tlspid=%d\tlrpid=%d\n" #: sys-utils/ipcs.c:646 #, c-format msgid "send_time=%-26.24s\n" msgstr "Sendezeit = %-26.24s\n" #: sys-utils/ipcs.c:648 #, c-format msgid "rcv_time=%-26.24s\n" msgstr "Empfangszeit = %-26.24s\n" #: sys-utils/ipcs.c:668 #, c-format msgid "" "\n" "Semaphore Array semid=%d\n" msgstr "" "\n" "Semaphorenfeld semid=%d\n" #: sys-utils/ipcs.c:669 #, c-format msgid "uid=%d\t gid=%d\t cuid=%d\t cgid=%d\n" msgstr "uid=%d\t gid=%d\t cuid=%d\t cgid=%d\n" #: sys-utils/ipcs.c:671 #, c-format msgid "mode=%#o, access_perms=%#o\n" msgstr "mode=%#o, access_perms=%#o\n" #: sys-utils/ipcs.c:673 #, c-format msgid "nsems = %ld\n" msgstr "nsems = %ld\n" #: sys-utils/ipcs.c:674 #, c-format msgid "otime = %-26.24s\n" msgstr "otime = %-26.24s\n" #: sys-utils/ipcs.c:676 #, c-format msgid "ctime = %-26.24s\n" msgstr "ctime = %-26.24s\n" #: sys-utils/ipcs.c:679 msgid "semnum" msgstr "Semnum" #: sys-utils/ipcs.c:679 msgid "value" msgstr "Wert" #: sys-utils/ipcs.c:679 msgid "ncount" msgstr "ncount" #: sys-utils/ipcs.c:679 msgid "zcount" msgstr "zcount" #: sys-utils/ipcs.c:679 msgid "pid" msgstr "Pid" #: sys-utils/ldattach.c:87 #, c-format msgid "" "\n" "Usage: %s [ -dhV78neo12 ] [ -s ] \n" msgstr "" #: sys-utils/ldattach.c:89 msgid "" "\n" "Known names:\n" msgstr "" #: sys-utils/ldattach.c:174 #, fuzzy, c-format msgid "invalid speed: %s" msgstr "ungültige ID: %s\n" # "mkfs aus util-linux-2.10d" # "mkfs von util-linux-2.10d" #: sys-utils/ldattach.c:177 #, fuzzy, c-format msgid "ldattach from %s\n" msgstr "%s von %s\n" #: sys-utils/ldattach.c:182 text-utils/tailf.c:196 #, fuzzy msgid "invalid option" msgstr "ungültige ID" #: sys-utils/ldattach.c:194 #, fuzzy, c-format msgid "invalid line discipline: %s" msgstr "ungültige ID: %s\n" #: sys-utils/ldattach.c:202 #, fuzzy, c-format msgid "%s is not a serial line" msgstr "%s ist kein blockorientiertes Gerät" #: sys-utils/ldattach.c:208 #, fuzzy, c-format msgid "cannot get terminal attributes for %s" msgstr "es ist nicht möglich, die Größe von %s festzustellen" #: sys-utils/ldattach.c:211 #, c-format msgid "speed %d unsupported" msgstr "" #: sys-utils/ldattach.c:242 #, c-format msgid "cannot set terminal attributes for %s" msgstr "" #: sys-utils/ldattach.c:249 #, fuzzy msgid "cannot set line discipline" msgstr "Konnte „seek()“ nicht auf der Festplatte benutzen" #: sys-utils/ldattach.c:255 #, fuzzy msgid "cannot daemonize" msgstr "es ist nicht möglich, %s zu öffnen" #: sys-utils/rdev.c:69 msgid "usage: rdev [ -rv ] [ -o OFFSET ] [ IMAGE [ VALUE [ OFFSET ] ] ]" msgstr "Aufruf: rdev [ -rv ] [ -o OFFSET ] [ BILD [ WERT [ OFFSET ] ] ]" # Oh well, "ROOT-Gerät" sounds sooo stupid #: sys-utils/rdev.c:70 msgid " rdev /dev/fd0 (or rdev /linux, etc.) displays the current ROOT device" msgstr " rdev /dev/fd0 (oder rdev /linux etc.) das aktuelle ROOT-Gerät anzeigen" #: sys-utils/rdev.c:71 msgid " rdev /dev/fd0 /dev/hda2 sets ROOT to /dev/hda2" msgstr " rdev /dev/fd0 /dev/hda2 ROOT auf /dev/hda2 setzen" #: sys-utils/rdev.c:72 msgid " rdev -R /dev/fd0 1 set the ROOTFLAGS (readonly status)" msgstr " rdev -R /dev/fd0 1 ROOTFLAGS setzen (Nur-Lese-Status)" #: sys-utils/rdev.c:73 msgid " rdev -r /dev/fd0 627 set the RAMDISK size" msgstr " rdev -r /dev/fd0 627 Größe der RAMDISK setzen" #: sys-utils/rdev.c:74 msgid " rdev -v /dev/fd0 1 set the bootup VIDEOMODE" msgstr " rdev -v /dev/fd0 1 VIDEOMODE bei Booten setzen" #: sys-utils/rdev.c:75 msgid " rdev -o N ... use the byte offset N" msgstr " rdev -o N … Byte-Offset N benutzen" #: sys-utils/rdev.c:76 msgid " rootflags ... same as rdev -R" msgstr " rootflags … das gleiche wie rdev -R" #: sys-utils/rdev.c:77 msgid " ramsize ... same as rdev -r" msgstr " ramsize … das gleiche wie rdev -r" #: sys-utils/rdev.c:78 msgid " vidmode ... same as rdev -v" msgstr " vidmode … das gleiche wie rdev -v" #: sys-utils/rdev.c:79 msgid "Note: video modes are: -3=Ask, -2=Extended, -1=NormalVga, 1=key1, 2=key2,..." msgstr "Bem.: Videomodi sind: -3=fragen, -2=Erweitert, -1=NormalVGA, 1=schlüssel1, …" #: sys-utils/rdev.c:80 msgid " use -R 1 to mount root readonly, -R 0 for read/write." msgstr " nehmen Sie -R 1, um im Nur-Lesen-Modus einzuhängen, -R 0 für lesen/schreiben." #: sys-utils/rdev.c:247 msgid "missing comma" msgstr "fehlendes Komma" #: sys-utils/readprofile.c:72 #, c-format msgid "out of memory" msgstr "Speicher ist alle" #: sys-utils/readprofile.c:118 #, c-format msgid "" "%s: Usage: \"%s [options]\n" "\t -m (defaults: \"%s\" and\n" "\t\t\t\t \"%s\")\n" "\t -p (default: \"%s\")\n" "\t -M set the profiling multiplier to \n" "\t -i print only info about the sampling step\n" "\t -v print verbose data\n" "\t -a print all symbols, even if count is 0\n" "\t -b print individual histogram-bin counts\n" "\t -s print individual counters within functions\n" "\t -r reset all the counters (root only)\n" "\t -n disable byte order auto-detection\n" "\t -V print version and exit\n" msgstr "" "%s: Aufruf: %s [optionen]\n" "\t -m (Voreinstellung = „%s“\n" "\t und „%s“)\n" "\t -p (Voreinstellung = „%s“)\n" "\t -M Profiling-Multiplier auf setzen\n" "\t -i nur Informationen über die Schrittweite ausgeben\n" "\t -v ausführliche Daten ausgeben\n" "\t -a alle Symbole ausgeben, auch wenn Zähler 0 ist\n" "\t -b einzelne Histogramm-Eimer-Zähler ausgeben\n" "\t -s einzelne Zähler innerhalb von Funktionen ausgeben\n" "\t -r alle Zähler zurücksetzen (nur root)\n" "\t -n Byte-Anordnungs-Erkennung abschalten\n" "\t -V Versionsinformation ausgeben und beenden\n" #: sys-utils/readprofile.c:284 #, c-format msgid "Sampling_step: %i\n" msgstr "Sampling_step: %i\n" #: sys-utils/readprofile.c:305 sys-utils/readprofile.c:331 #, c-format msgid "%s: %s(%i): wrong map line\n" msgstr "%s: %s(%i): falsche Tabellen-Zeile\n" #: sys-utils/readprofile.c:318 #, c-format msgid "%s: can't find \"_stext\" in %s\n" msgstr "%s: Konnte „_stext“ nicht in %s finden\n" #: sys-utils/readprofile.c:352 #, c-format msgid "%s: profile address out of range. Wrong map file?\n" msgstr "%s: Profil-Adresse außerhalb des Bereichs. Falsche Map-Datei?\n" #: sys-utils/readprofile.c:412 msgid "total" msgstr "gesamt" #: sys-utils/renice.c:53 #, c-format msgid "" "\n" "Usage:\n" " renice priority [-p|--pid] pid [... pid]\n" " renice priority -g|--pgrp pgrp [... pgrp]\n" " renice priority -u|--user user [... user]\n" " renice -h | --help\n" " renice -v | --version\n" "\n" msgstr "" # "mkfs aus util-linux-2.10d" # "mkfs von util-linux-2.10d" #: sys-utils/renice.c:88 #, fuzzy, c-format msgid "renice from %s\n" msgstr "%s von %s\n" #: sys-utils/renice.c:120 #, c-format msgid "renice: %s: unknown user\n" msgstr "renice: Unbekannter Benutzer: %s\n" #: sys-utils/renice.c:128 #, c-format msgid "renice: %s: bad value\n" msgstr "renice: Ungültiger Wert: %s\n" #: sys-utils/renice.c:146 sys-utils/renice.c:158 msgid "getpriority" msgstr "getpriority" #: sys-utils/renice.c:151 msgid "setpriority" msgstr "setpriority" #: sys-utils/renice.c:162 #, c-format msgid "%d: old priority %d, new priority %d\n" msgstr "%d: Alte Priorität: %d, neue Priorität: %d\n" #: sys-utils/rtcwake.c:81 #, c-format msgid "" "usage: %s [options]\n" " -d | --device select rtc device (rtc0|rtc1|...)\n" " -l | --local RTC uses local timezone\n" " -m | --mode standby|mem|... sleep mode\n" " -s | --seconds seconds to sleep\n" " -t | --time time to wake\n" " -u | --utc RTC uses UTC\n" " -v | --verbose verbose messages\n" " -V | --version show version\n" msgstr "" "Aufruf: %s [optionen]\n" " -d | --device zu benutzendes RTC-Gerät (rtc0|rtc1|…)\n" " -l | --local RTC benutzt lokale Zeitzone\n" " -m | --mode standby|mem|… Schlafmodus\n" " -s | --seconds zu schlafende Sekunden\n" " -t | --time Zeit zum Aufwachen\n" " -u | --utc RTC benutzt UTC\n" " -v | --verbose ausführliche Nachrichten\n" " -V | --version Version anzeigen\n" #: sys-utils/rtcwake.c:140 msgid "read rtc time" msgstr "RTC-Zeit lesen" #: sys-utils/rtcwake.c:145 msgid "read system time" msgstr "System-Zeit lesen" #: sys-utils/rtcwake.c:163 msgid "convert rtc time" msgstr "RTC-Zeit konvertieren" #: sys-utils/rtcwake.c:219 msgid "set rtc alarm" msgstr "RTC-Alarm setzen" #: sys-utils/rtcwake.c:223 msgid "enable rtc alarm" msgstr "RTC-Alarm aktivieren" #: sys-utils/rtcwake.c:231 msgid "set rtc wake alarm" msgstr "RTC-Weck-Alarm setzen" #: sys-utils/rtcwake.c:342 #, c-format msgid "%s: unrecognized suspend state '%s'\n" msgstr " %s: nicht erkannter Energiesparmodus „%s“\n" #: sys-utils/rtcwake.c:351 #, c-format msgid "%s: illegal interval %s seconds\n" msgstr "%s: unzulässiges Intervall %s Sekunden\n" #: sys-utils/rtcwake.c:365 #, c-format msgid "%s: illegal time_t value %s\n" msgstr "%s: unzulässige time_t-Wert %s\n" # c-format #: sys-utils/rtcwake.c:381 #, c-format msgid "%s: version %s\n" msgstr "%s: Version %s\n" #: sys-utils/rtcwake.c:394 #, c-format msgid "%s: assuming RTC uses UTC ...\n" msgstr "%s: interpretiere RTC als UTC …\n" #: sys-utils/rtcwake.c:399 #, fuzzy, c-format msgid "Using UTC time.\n" msgstr "Benutze %s-Zeit.\n" #: sys-utils/rtcwake.c:400 #, fuzzy, c-format msgid "Using local time.\n" msgstr "Benutze %s-Zeit.\n" #: sys-utils/rtcwake.c:403 #, c-format msgid "%s: must provide wake time\n" msgstr "%s: Weckzeit muss angegeben werden\n" #: sys-utils/rtcwake.c:413 msgid "malloc() failed" msgstr "„malloc“ schlug fehl" #: sys-utils/rtcwake.c:424 #, c-format msgid "%s: %s not enabled for wakeup events\n" msgstr "%s: %s nicht für Weckereignisse geeignet\n" #: sys-utils/rtcwake.c:440 #, c-format msgid "alarm %ld, sys_time %ld, rtc_time %ld, seconds %u\n" msgstr "Alarm %ld, sys_time %ld, rtc_time %ld, Sekunden %u\n" #: sys-utils/rtcwake.c:445 #, c-format msgid "%s: time doesn't go backward to %s\n" msgstr "%s: Zeit geht nicht rückwärts zu %s\n" #: sys-utils/rtcwake.c:456 #, c-format msgid "%s: wakeup from \"%s\" using %s at %s\n" msgstr "%s: Weckereignis von „%s“, benutze %s bei %s\n" #: sys-utils/rtcwake.c:470 msgid "rtc read" msgstr "RTC gelesen" #: sys-utils/rtcwake.c:479 msgid "disable rtc alarm interrupt" msgstr "" #: sys-utils/setarch.c:50 #, c-format msgid "Switching on %s.\n" msgstr "Schalte auf %s.\n" #: sys-utils/setarch.c:81 #, c-format msgid "" "Usage: %s%s [options] [program [program arguments]]\n" "\n" "Options:\n" msgstr "" "Aufruf: %s%s [optionen] [programm [programm-argumente]]\n" "\n" "Optionen:\n" #: sys-utils/setarch.c:85 #, c-format msgid "" " -h, --help displays this help text\n" " -v, --verbose says what options are being switched on\n" " -R, --addr-no-randomize disables randomization of the virtual address space\n" " -F, --fdpic-funcptrs makes function pointers point to descriptors\n" " -Z, --mmap-page-zero turns on MMAP_PAGE_ZERO\n" " -L, --addr-compat-layout changes the way virtual memory is allocated\n" " -X, --read-implies-exec turns on READ_IMPLIES_EXEC\n" " -B, --32bit turns on ADDR_LIMIT_32BIT\n" " -I, --short-inode turns on SHORT_INODE\n" " -S, --whole-seconds turns on WHOLE_SECONDS\n" " -T, --sticky-timeouts turns on STICKY_TIMEOUTS\n" " -3, --3gb limits the used address space to a maximum of 3 GB\n" " --4gb ignored (for backward compatibility only)\n" msgstr "" #: sys-utils/setarch.c:99 #, c-format msgid "" "\n" "For more information see setarch(8).\n" msgstr "" "\n" "Für weitere Informationen siehe setarch(8).\n" #: sys-utils/setarch.c:111 #, c-format msgid "" "%s: %s\n" "Try `%s --help' for more information.\n" msgstr "" "%s: %s\n" "„%s --help“ gibt weitere Informationen.\n" #: sys-utils/setarch.c:183 sys-utils/setarch.c:199 #, c-format msgid "%s: Unrecognized architecture" msgstr "%s: nicht erkannte Architektur" #: sys-utils/setarch.c:217 sys-utils/setarch.c:224 msgid "Not enough arguments" msgstr "Nicht genug Argumente" #: sys-utils/setarch.c:233 sys-utils/setarch.c:286 #, c-format msgid "Failed to set personality to %s" msgstr "Konnte Persönlichkeit nicht auf %s setzen" #: sys-utils/setsid.c:26 #, c-format msgid "usage: %s program [arg ...]\n" msgstr "Aufruf: %s Programm [Argument …]\n" #: sys-utils/tunelp.c:75 #, c-format msgid "" "Usage: %s [ -i | -t