diff options
author | Burt P <pburt0@gmail.com> | 2017-07-19 14:06:01 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-07-19 13:04:52 -0700 |
commit | 396fc246330a2d19c1a529ef6ecbb63e2fe3be15 (patch) | |
tree | bd61556b8573165ac783390bd125f173d45e865b /po/de.po | |
parent | a3b5de4c992e6bc291cd5f8f26706a68ccd7f03c (diff) |
Update hardinfo.pot and .po files
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 3636 |
1 files changed, 2346 insertions, 1290 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-12 04:12-0500\n" +"POT-Creation-Date: 2017-07-19 14:05-0500\n" "PO-Revision-Date: 2016-06-10 12:11+0200\n" "Last-Translator: Alexander Münch <git@thehacker.biz>\n" "Language-Team: German\n" @@ -19,6 +19,332 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.8.7.1\n" +#: hardinfo/hardinfo.c:48 +msgid "" +"Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n" +"\n" +msgstr "" + +#: hardinfo/hardinfo.c:50 +#, c-format +msgid "" +"Compile-time options:\n" +" Release version: %s (%s)\n" +" BinReloc enabled: %s\n" +" Data prefix: %s\n" +" Library prefix: %s\n" +" Compiled on: %s %s (%s)\n" +msgstr "" + +#: hardinfo/hardinfo.c:56 hardinfo/hardinfo.c:57 +#: modules/devices/printers.c:138 +msgid "Yes" +msgstr "Ja" + +#: hardinfo/hardinfo.c:57 modules/computer.c:550 +#: modules/devices/printers.c:138 +msgid "No" +msgstr "Nein" + +#: hardinfo/hardinfo.c:68 +#, c-format +msgid "" +"Failed to find runtime data.\n" +"\n" +"• Is HardInfo correctly installed?\n" +"• See if %s and %s exists and you have read permission." +msgstr "" + +#: hardinfo/hardinfo.c:75 +#, c-format +msgid "" +"Modules:\n" +"%-20s%-15s%-12s\n" +msgstr "" + +#: hardinfo/hardinfo.c:76 +msgid "File Name" +msgstr "" + +#: hardinfo/hardinfo.c:76 modules/devices/ia64/processor.c:152 +#: modules/devices/sh/processor.c:76 +msgid "Name" +msgstr "Name" + +#: hardinfo/hardinfo.c:76 modules/computer.c:463 modules/computer.c:465 +msgid "Version" +msgstr "" + +#: hardinfo/hardinfo.c:123 +#, c-format +msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +msgstr "" + +#: hardinfo/hardinfo.c:151 +msgid "Don't know what to do. Exiting." +msgstr "" + +#: hardinfo/util.c:104 modules/computer/uptime.c:53 +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: hardinfo/util.c:105 modules/computer/uptime.c:54 +#, c-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#: hardinfo/util.c:106 modules/computer/uptime.c:55 +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d Minute" +msgstr[1] "%d Minuten" + +#: hardinfo/util.c:107 +#, c-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "" +msgstr[1] "" + +#: hardinfo/util.c:128 +#, c-format +msgid "%.1f B" +msgstr "%.1f Byte(s)" + +#: hardinfo/util.c:130 +#, c-format +msgid "%.1f KiB" +msgstr "%.1f KiB" + +#: hardinfo/util.c:132 +#, c-format +msgid "%.1f MiB" +msgstr "%.1f MiB" + +#: hardinfo/util.c:134 +#, c-format +msgid "%.1f GiB" +msgstr "%.1f GiB" + +#: hardinfo/util.c:136 +#, c-format +msgid "%.1f TiB" +msgstr "%.1f TiB" + +#: hardinfo/util.c:138 +#, c-format +msgid "%.1f PiB" +msgstr "%.1f PiB" + +#: hardinfo/util.c:352 +msgid "Error" +msgstr "Fehler" + +#: hardinfo/util.c:352 hardinfo/util.c:368 +msgid "Warning" +msgstr "Warnung" + +#: hardinfo/util.c:367 +msgid "Fatal Error" +msgstr "Kritischer Fehler" + +#: hardinfo/util.c:392 +msgid "creates a report and prints to standard output" +msgstr "" + +#: hardinfo/util.c:398 +msgid "chooses a report format (text, html)" +msgstr "" + +#: hardinfo/util.c:404 +msgid "run benchmark; requires benchmark.so to be loaded" +msgstr "" + +#: hardinfo/util.c:410 +msgid "lists modules" +msgstr "" + +#: hardinfo/util.c:416 +msgid "specify module to load" +msgstr "" + +#: hardinfo/util.c:422 +msgid "automatically load module dependencies" +msgstr "" + +#: hardinfo/util.c:429 +msgid "run in XML-RPC server mode" +msgstr "" + +#: hardinfo/util.c:436 +msgid "shows program version and quit" +msgstr "" + +#: hardinfo/util.c:441 +msgid "- System Profiler and Benchmark tool" +msgstr "- System-Profiler und Benchmark-Werkzeug" + +#: hardinfo/util.c:451 +#, c-format +msgid "" +"Unrecognized arguments.\n" +"Try ``%s --help'' for more information.\n" +msgstr "" + +#: hardinfo/util.c:517 +#, c-format +msgid "Couldn't find a Web browser to open URL %s." +msgstr "Konnte keinen Web-Browser finden, um die URL %s zu öffnen." + +#: hardinfo/util.c:866 +#, c-format +msgid "Module \"%s\" depends on module \"%s\", load it?" +msgstr "" + +#: hardinfo/util.c:889 +#, c-format +msgid "Module \"%s\" depends on module \"%s\"." +msgstr "" + +#: hardinfo/util.c:934 +#, c-format +msgid "No module could be loaded. Check permissions on \"%s\" and try again." +msgstr "" + +#: hardinfo/util.c:938 +msgid "" +"No module could be loaded. Please use hardinfo -l to list all available " +"modules and try again with a valid module list." +msgstr "" + +#: hardinfo/util.c:1114 +#, c-format +msgid "Scanning: %s..." +msgstr "" + +#: hardinfo/util.c:1124 shell/callbacks.c:67 shell/shell.c:303 +#: shell/shell.c:721 shell/shell.c:1695 modules/benchmark.c:440 +#: modules/benchmark.c:448 +msgid "Done." +msgstr "Fertig." + +#: shell/callbacks.c:47 +msgid "Save Image" +msgstr "" + +#: shell/callbacks.c:63 +msgid "Saving image..." +msgstr "" + +#: shell/callbacks.c:151 +#, c-format +msgid "%s Module" +msgstr "" + +#: shell/callbacks.c:158 +#, c-format +msgid "" +"Written by %s\n" +"Licensed under %s" +msgstr "" +"Programmiert von %s\n" +"Lizenziert unter %s" + +#: shell/callbacks.c:172 +#, c-format +msgid "No about information is associated with the %s module." +msgstr "" + +#: shell/callbacks.c:186 +msgid "Author:" +msgstr "" + +#: shell/callbacks.c:189 +msgid "Contributors:" +msgstr "Mitwirkende:" + +#: shell/callbacks.c:193 +msgid "Based on work by:" +msgstr "" + +#: shell/callbacks.c:194 +msgid "MD5 implementation by Colin Plumb (see md5.c for details)" +msgstr "" + +#: shell/callbacks.c:195 +msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" +msgstr "" + +#: shell/callbacks.c:196 +msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" +msgstr "" + +#: shell/callbacks.c:197 +msgid "Raytracing benchmark by John Walker (see fbench.c for details)" +msgstr "" + +#: shell/callbacks.c:198 +msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" +msgstr "" + +#: shell/callbacks.c:199 +msgid "Some code partly based on x86cpucaps by Osamu Kayasono" +msgstr "" + +#: shell/callbacks.c:200 +msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" +msgstr "" + +#: shell/callbacks.c:201 +msgid "DMI support based on code by Stewart Adam" +msgstr "" + +#: shell/callbacks.c:202 +msgid "SCSI support based on code by Pascal F. Martin" +msgstr "" + +#: shell/callbacks.c:206 +msgid "Jakub Szypulka" +msgstr "Jakub Szypulka" + +#: shell/callbacks.c:207 +msgid "Tango Project" +msgstr "" + +#: shell/callbacks.c:208 +msgid "The GNOME Project" +msgstr "" + +#: shell/callbacks.c:209 +msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" +msgstr "" + +#: shell/callbacks.c:220 +msgid "System information and benchmark tool" +msgstr "System-Informationen und Benchmark-Werkzeug" + +#: shell/callbacks.c:225 +msgid "" +"HardInfo is free software; you can redistribute it and/or modify it under " +"the terms of the GNU General Public License as published by the Free " +"Software Foundation, version 2.\n" +"\n" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details.\n" +"\n" +"You should have received a copy of the GNU General Public License along with " +"this program; if not, write to the Free Software Foundation, Inc., 51 " +"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" +msgstr "" + #: shell/menu.c:35 msgid "_Information" msgstr "_Informationen" @@ -147,11 +473,6 @@ msgstr "_Alles auswählen" msgid "_Generate" msgstr "_Generieren" -#: shell/shell.c:303 shell/shell.c:721 shell/shell.c:1695 shell/callbacks.c:67 -#: modules/benchmark.c:440 modules/benchmark.c:448 hardinfo/util.c:1113 -msgid "Done." -msgstr "Fertig." - #: shell/shell.c:396 #, c-format msgid "%s - System Information" @@ -255,122 +576,149 @@ msgstr "Netzwerk-Updater" msgid "_Synchronize" msgstr "_Synchronisieren" -#: shell/callbacks.c:47 -msgid "Save Image" -msgstr "" - -#: shell/callbacks.c:63 -msgid "Saving image..." -msgstr "" +#: modules/benchmark.c:52 +msgid "CPU Blowfish" +msgstr "CPU Blowfish" -#: shell/callbacks.c:151 -#, c-format -msgid "%s Module" -msgstr "" +#: modules/benchmark.c:53 +msgid "CPU CryptoHash" +msgstr "CPU Crypto-Hash" -#: shell/callbacks.c:158 -#, c-format -msgid "" -"Written by %s\n" -"Licensed under %s" -msgstr "" -"Programmiert von %s\n" -"Lizenziert unter %s" +#: modules/benchmark.c:54 +msgid "CPU Fibonacci" +msgstr "CPU Fibonacci" -#: shell/callbacks.c:172 -#, c-format -msgid "No about information is associated with the %s module." -msgstr "" +#: modules/benchmark.c:55 +msgid "CPU N-Queens" +msgstr "CPU Damenproblem" -#: shell/callbacks.c:186 -msgid "Author:" +#: modules/benchmark.c:56 +msgid "CPU Zlib" msgstr "" -#: shell/callbacks.c:189 -msgid "Contributors:" -msgstr "Mitwirkende:" +#: modules/benchmark.c:57 +msgid "FPU FFT" +msgstr "FPU FFT" -#: shell/callbacks.c:193 -msgid "Based on work by:" -msgstr "" +#: modules/benchmark.c:58 +msgid "FPU Raytracing" +msgstr "FPU Raytracing" -#: shell/callbacks.c:194 -msgid "MD5 implementation by Colin Plumb (see md5.c for details)" -msgstr "" +#: modules/benchmark.c:59 +msgid "GPU Drawing" +msgstr "GPU Zeichnen" -#: shell/callbacks.c:195 -msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" +#: modules/benchmark.c:225 +#, c-format +msgid "" +"[$ShellParam$]\n" +"Zebra=1\n" +"OrderType=%d\n" +"ViewType=3\n" +"ColumnTitle$Extra1=CPU Clock\n" +"ColumnTitle$Progress=Results\n" +"ColumnTitle$TextValue=CPU\n" +"ShowColumnHeaders=true\n" +"[%s]\n" +"<big><b>This Machine</b></big>=%.3f|%s MHz\n" +"%s" msgstr "" +"[$ShellParam$]\n" +"Zebra=1\n" +"OrderType=%d\n" +"ViewType=3\n" +"ColumnTitle$Extra1=CPU-Takt\n" +"ColumnTitle$Progress=Ergebnisse\n" +"ColumnTitle$TextValue=CPU\n" +"ShowColumnHeaders=true\n" +"[%s]\n" +"<big><b>Diese Maschine</b></big>=%.3f|%s MHz\n" +"%s" -#: shell/callbacks.c:196 -msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" +#: modules/benchmark.c:238 +#, c-format +msgid "" +"[$ShellParam$]\n" +"Zebra=1\n" +"OrderType=%d\n" +"ViewType=3\n" +"ColumnTitle$Extra1=CPU Clock\n" +"ColumnTitle$Progress=Results\n" +"ColumnTitle$TextValue=CPU\n" +"ShowColumnHeaders=true\n" +"[%s]\n" +"%s" msgstr "" +"[$ShellParam$]\n" +"Zebra=1\n" +"OrderType=%d\n" +"ViewType=3\n" +"ColumnTitle$Extra1=CPU-Takt\n" +"ColumnTitle$Progress=Ergebnisse\n" +"ColumnTitle$TextValue=CPU\n" +"ShowColumnHeaders=true\n" +"[%s]\n" +"%s" -#: shell/callbacks.c:197 -msgid "Raytracing benchmark by John Walker (see fbench.c for details)" -msgstr "" +#: modules/benchmark.c:372 +#, c-format +msgid "Benchmarking: <b>%s</b>." +msgstr "Benchmarke: <b>%s</b>." -#: shell/callbacks.c:198 -msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" -msgstr "" +#: modules/benchmark.c:386 +msgid "Benchmarking. Please do not move your mouse or press any keys." +msgstr "Benchmarke. Bitte bewege den Mauszeiger nicht und drücke keine Tasten." -#: shell/callbacks.c:199 -msgid "Some code partly based on x86cpucaps by Osamu Kayasono" -msgstr "" +#: modules/benchmark.c:390 +msgid "Cancel" +msgstr "Abbrechen" -#: shell/callbacks.c:200 -msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" -msgstr "" +#: modules/benchmark.c:527 +msgid "Results in MiB/second. Higher is better." +msgstr "Ergebnisse in MiB/Sekunde. Höhere Werte sind besser." -#: shell/callbacks.c:201 -msgid "DMI support based on code by Stewart Adam" -msgstr "" +#: modules/benchmark.c:531 +msgid "Results in HIMarks. Higher is better." +msgstr "Ergebnisse in HIMarks. Höhere Werte sind besser." -#: shell/callbacks.c:202 -msgid "SCSI support based on code by Pascal F. Martin" -msgstr "" +#: modules/benchmark.c:538 +msgid "Results in seconds. Lower is better." +msgstr "Ergebnisse in Sekunden. Niedrigere Werte sind besser." -#: shell/callbacks.c:206 -msgid "Jakub Szypulka" -msgstr "Jakub Szypulka" +#: modules/benchmark.c:546 +msgid "Benchmarks" +msgstr "Benchmarks" -#: shell/callbacks.c:207 -msgid "Tango Project" -msgstr "" +#: modules/benchmark.c:564 +msgid "Perform tasks and compare with other systems" +msgstr "Erledigt Aufgaben und vergleicht die Ergebnisse mit anderen Systemen" -#: shell/callbacks.c:208 -msgid "The GNOME Project" -msgstr "" +#: modules/benchmark.c:654 +msgid "Send benchmark results" +msgstr "Übermittle Benchmark-Ergebnisse" -#: shell/callbacks.c:209 -msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" -msgstr "" +#: modules/benchmark.c:659 +msgid "Receive benchmark results" +msgstr "Lade Benchmark-Ergebnisse" -#: shell/callbacks.c:220 -msgid "System information and benchmark tool" -msgstr "System-Informationen und Benchmark-Werkzeug" +#: modules/computer/alsa.c:26 +msgid "[Audio Devices]\n" +msgstr "[Audio-Geräte]\n" -#: shell/callbacks.c:225 -msgid "" -"HardInfo is free software; you can redistribute it and/or modify it under " -"the terms of the GNU General Public License as published by the Free " -"Software Foundation, version 2.\n" -"\n" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details.\n" -"\n" -"You should have received a copy of the GNU General Public License along with " -"this program; if not, write to the Free Software Foundation, Inc., 51 " -"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" +#: modules/computer/alsa.c:33 +#, c-format +msgid "Audio Adapter#%d=%s\n" msgstr "" +#: modules/computer/boots.c:33 +msgid "[Boots]\n" +msgstr "[Systemstarts]\n" + #: modules/computer.c:68 msgid "Summary" msgstr "Zusammenfassung" -#: modules/computer.c:69 modules/computer.c:428 +#: modules/computer.c:69 modules/computer.c:412 modules/computer.c:685 msgid "Operating System" msgstr "Betriebssystem" @@ -390,7 +738,7 @@ msgstr "Sprachen" msgid "Filesystems" msgstr "Dateisysteme" -#: modules/computer.c:74 modules/computer.c:431 +#: modules/computer.c:74 modules/computer.c:415 msgid "Display" msgstr "Anzeige" @@ -410,8 +758,8 @@ msgstr "Benutzer" msgid "Groups" msgstr "Gruppen" -#: modules/computer.c:101 modules/computer.c:421 modules/computer.c:426 -#: modules/devices.c:92 +#: modules/computer.c:101 modules/computer.c:405 modules/computer.c:410 +#: modules/devices.c:96 msgid "Memory" msgstr "Hauptspeicher" @@ -420,19 +768,19 @@ msgstr "Hauptspeicher" msgid "%dMB (%dMB used)" msgstr "" -#: modules/computer.c:105 modules/computer.c:495 modules/computer.c:511 +#: modules/computer.c:105 modules/computer.c:459 modules/computer.c:475 msgid "Uptime" msgstr "" -#: modules/computer.c:107 modules/computer.c:422 modules/computer.c:430 +#: modules/computer.c:107 modules/computer.c:406 modules/computer.c:414 msgid "Date/Time" msgstr "" -#: modules/computer.c:112 modules/computer.c:497 modules/computer.c:512 +#: modules/computer.c:112 modules/computer.c:461 modules/computer.c:476 msgid "Load Average" msgstr "" -#: modules/computer.c:114 modules/computer.c:496 modules/computer.c:513 +#: modules/computer.c:114 modules/computer.c:460 modules/computer.c:477 msgid "Available entropy in /dev/random" msgstr "" @@ -441,108 +789,124 @@ msgid "Scripting Languages" msgstr "Script-Sprachen" #: modules/computer.c:201 -msgid "CPython" -msgstr "CPython" +msgid "Python" +msgstr "" #: modules/computer.c:202 +msgid "Python2" +msgstr "" + +#: modules/computer.c:203 +msgid "Python3" +msgstr "" + +#: modules/computer.c:204 msgid "Perl" msgstr "Perl" -#: modules/computer.c:203 +#: modules/computer.c:205 +msgid "Perl6 (VM)" +msgstr "" + +#: modules/computer.c:206 +msgid "Perl6" +msgstr "" + +#: modules/computer.c:207 msgid "PHP" msgstr "PHP" -#: modules/computer.c:204 +#: modules/computer.c:208 msgid "Ruby" msgstr "Ruby" -#: modules/computer.c:205 +#: modules/computer.c:209 msgid "Bash" msgstr "Bash" -#: modules/computer.c:206 +#: modules/computer.c:210 msgid "Compilers" msgstr "Compiler" -#: modules/computer.c:207 +#: modules/computer.c:211 msgid "C (GCC)" msgstr "C (GCC)" -#: modules/computer.c:208 +#: modules/computer.c:212 msgid "C (Clang)" msgstr "C (Clang)" -#: modules/computer.c:209 +#: modules/computer.c:213 msgid "D (dmd)" msgstr "D (dmd)" -#: modules/computer.c:210 +#: modules/computer.c:214 msgid "Java" msgstr "Java" -#: modules/computer.c:211 +#: modules/computer.c:215 msgid "CSharp (Mono, old)" msgstr "CSharp (Mono, old)" -#: modules/computer.c:212 +#: modules/computer.c:216 msgid "CSharp (Mono)" msgstr "CSharp (Mono)" -#: modules/computer.c:213 +#: modules/computer.c:217 msgid "Vala" msgstr "Vala" -#: modules/computer.c:214 +#: modules/computer.c:218 msgid "Haskell (GHC)" msgstr "Haskell (GHC)" -#: modules/computer.c:215 +#: modules/computer.c:219 msgid "FreePascal" msgstr "FreePascal" -#: modules/computer.c:216 +#: modules/computer.c:220 msgid "Go" msgstr "" -#: modules/computer.c:217 +#: modules/computer.c:221 msgid "Tools" msgstr "Werkzeug-Programme" -#: modules/computer.c:218 +#: modules/computer.c:222 msgid "make" msgstr "make" -#: modules/computer.c:219 +#: modules/computer.c:223 msgid "GDB" msgstr "GDB" -#: modules/computer.c:220 +#: modules/computer.c:224 msgid "strace" msgstr "strace" -#: modules/computer.c:221 +#: modules/computer.c:225 msgid "valgrind" msgstr "valgrind" -#: modules/computer.c:222 +#: modules/computer.c:226 msgid "QMake" msgstr "QMake" -#: modules/computer.c:223 +#: modules/computer.c:227 msgid "CMake" msgstr "" -#: modules/computer.c:266 +#: modules/computer.c:271 #, c-format msgid "%s=Not found\n" msgstr "%s=Nicht gefunden\n" -#: modules/computer.c:269 +#: modules/computer.c:274 #, c-format msgid "Detecting version: %s" msgstr "" -#: modules/computer.c:280 +#: modules/computer.c:285 #, c-format msgid "" "[$ShellParam$]\n" @@ -557,164 +921,90 @@ msgstr "" "ShowColumnHeaders=true\n" "%s" -#: modules/computer.c:362 +#: modules/computer.c:367 msgid "Physical machine" msgstr "Physikalische Maschine" -#: modules/computer.c:380 -#, c-format -msgid "" -"[$ShellParam$]\n" -"UpdateInterval$Memory=1000\n" -"UpdateInterval$Date/Time=1000\n" -"#ReloadInterval=5000\n" -"[Computer]\n" -"Processor=%s\n" -"Memory=...\n" -"Machine Type=%s\n" -"Operating System=%s\n" -"User Name=%s\n" -"Date/Time=...\n" -"[Display]\n" -"Resolution=%dx%d pixels\n" -"OpenGL Renderer=%s\n" -"X11 Vendor=%s\n" -"\n" -"%s\n" -"[Input Devices]\n" -"%s\n" -"\n" -"%s\n" -"\n" -"%s\n" -msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Memory=1000\n" -"UpdateInterval$Date/Time=1000\n" -"#ReloadInterval=5000\n" -"[Computer]\n" -"Prozessor=%s\n" -"Memory=...\n" -"Maschinen-Typ=%s\n" -"Betriebssystem=%s\n" -"Benutzername=%s\n" -"Date/Time=...\n" -"[Anzeige]\n" -"Auflösung=%dx%d Pixel\n" -"OpenGL-Renderer=%s\n" -"X11-Hersteller=%s\n" -"\n" -"%s\n" -"[Eingabegeräte]\n" -"%s\n" -"\n" -"%s\n" -"\n" -"%s\n" - -#: modules/computer.c:424 modules/computer.c:680 +#: modules/computer.c:408 modules/computer.c:644 msgid "Computer" msgstr "Computer" -#: modules/computer.c:425 modules/devices.c:91 -#: modules/devices/alpha/processor.c:79 modules/devices/arm/processor.c:235 -#: modules/devices/s390/processor.c:123 modules/devices/m68k/processor.c:75 -#: modules/devices/sh/processor.c:75 modules/devices/parisc/processor.c:146 -#: modules/devices/ia64/processor.c:151 modules/devices/ppc/processor.c:149 -#: modules/devices/mips/processor.c:66 modules/devices/riscv/processor.c:173 -#: modules/devices/x86/processor.c:738 modules/devices/sparc/processor.c:66 +#: modules/computer.c:409 modules/devices/alpha/processor.c:79 +#: modules/devices/arm/processor.c:235 modules/devices.c:95 +#: modules/devices/ia64/processor.c:151 modules/devices/m68k/processor.c:75 +#: modules/devices/mips/processor.c:66 modules/devices/parisc/processor.c:146 +#: modules/devices/ppc/processor.c:149 modules/devices/riscv/processor.c:173 +#: modules/devices/s390/processor.c:123 modules/devices/sh/processor.c:75 +#: modules/devices/sparc/processor.c:66 modules/devices/x86/processor.c:405 msgid "Processor" msgstr "Prozessor" -#: modules/computer.c:427 +#: modules/computer.c:411 msgid "Machine Type" msgstr "Maschinen-Typ" -#: modules/computer.c:429 modules/computer.c:506 +#: modules/computer.c:413 modules/computer.c:470 msgid "User Name" msgstr "Benutzername" -#: modules/computer.c:432 +#: modules/computer.c:416 msgid "Resolution" msgstr "Auflösung" -#: modules/computer.c:434 +#. /label for resolution +#: modules/computer.c:418 +msgid "pixels" +msgstr "" + +#: modules/computer.c:419 msgid "OpenGL Renderer" msgstr "OpenGL-Renderer" -#: modules/computer.c:435 +#: modules/computer.c:420 msgid "X11 Vendor" msgstr "X11-Hersteller" -#: modules/computer.c:437 modules/devices.c:98 +#: modules/computer.c:422 modules/devices.c:102 msgid "Input Devices" msgstr "Eingabegeräte" -#: modules/computer.c:453 -#, c-format -msgid "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=1000\n" -"UpdateInterval$Available entropy in /dev/random=1000\n" -"[Version]\n" -"Kernel=%s\n" -"Version=%s\n" -"C Library=%s\n" -"Distribution=%s\n" -"[Current Session]\n" -"Computer Name=%s\n" -"User Name=%s\n" -"#Language=%s\n" -"Home Directory=%s\n" -"Desktop Environment=%s\n" -"[Misc]\n" -"Uptime=...\n" -"Load Average=...\n" -"Available entropy in /dev/random=...\n" -msgstr "" - -#: modules/computer.c:499 modules/computer.c:501 hardinfo/hardinfo.c:76 -msgid "Version" -msgstr "" - -#: modules/computer.c:500 +#: modules/computer.c:464 msgid "Kernel" msgstr "" -#: modules/computer.c:502 +#: modules/computer.c:466 msgid "C Library" msgstr "" -#: modules/computer.c:503 +#: modules/computer.c:467 msgid "Distribution" msgstr "" -#: modules/computer.c:504 +#: modules/computer.c:468 msgid "Current Session" msgstr "" -#: modules/computer.c:505 +#: modules/computer.c:469 msgid "Computer Name" msgstr "" -#: modules/computer.c:507 -msgid "#Language" +#: modules/computer.c:471 +msgid "Language" msgstr "" -#: modules/computer.c:508 +#: modules/computer.c:472 modules/computer/users.c:50 msgid "Home Directory" msgstr "" -#: modules/computer.c:509 +#: modules/computer.c:473 msgid "Desktop Environment" msgstr "" -#: modules/computer.c:510 +#: modules/computer.c:474 msgid "Misc" msgstr "" -#: modules/computer.c:518 +#: modules/computer.c:482 #, c-format msgid "" "[Loaded Modules]\n" @@ -731,7 +1021,7 @@ msgstr "" "ColumnTitle$Value=Beschreibung\n" "ShowColumnHeaders=true\n" -#: modules/computer.c:529 +#: modules/computer.c:493 #, c-format msgid "" "[$ShellParam$]\n" @@ -748,7 +1038,7 @@ msgstr "" "\n" "%s" -#: modules/computer.c:539 +#: modules/computer.c:503 #, c-format msgid "" "[$ShellParam$]\n" @@ -767,7 +1057,7 @@ msgstr "" "[Available Languages]\n" "%s" -#: modules/computer.c:550 +#: modules/computer.c:514 #, c-format msgid "" "[$ShellParam$]\n" @@ -794,7 +1084,7 @@ msgstr "" "[Mounted File Systems]\n" "%s\n" -#: modules/computer.c:564 +#: modules/computer.c:528 #, c-format msgid "" "[Display]\n" @@ -821,15 +1111,11 @@ msgstr "" "Version=%s\n" "Direct-Rendering=%s\n" -#: modules/computer.c:586 +#: modules/computer.c:550 msgid "Y_es" msgstr "_Ja" -#: modules/computer.c:586 modules/devices/printers.c:138 hardinfo/hardinfo.c:57 -msgid "No" -msgstr "Nein" - -#: modules/computer.c:600 +#: modules/computer.c:564 #, c-format msgid "" "[$ShellParam$]\n" @@ -848,431 +1134,169 @@ msgstr "" "[Gruppen]\n" "%s\n" -#: modules/computer.c:774 -msgid "Gathers high-level computer information" -msgstr "Sammelt high-level Computer-Informationen" - -#: modules/benchmark.c:52 -msgid "CPU Blowfish" -msgstr "CPU Blowfish" - -#: modules/benchmark.c:53 -msgid "CPU CryptoHash" -msgstr "CPU Crypto-Hash" - -#: modules/benchmark.c:54 -msgid "CPU Fibonacci" -msgstr "CPU Fibonacci" - -#: modules/benchmark.c:55 -msgid "CPU N-Queens" -msgstr "CPU Damenproblem" - -#: modules/benchmark.c:56 -msgid "CPU Zlib" +#: modules/computer.c:686 modules/devices/sparc/processor.c:67 +msgid "CPU" msgstr "" -#: modules/benchmark.c:57 -msgid "FPU FFT" -msgstr "FPU FFT" - -#: modules/benchmark.c:58 -msgid "FPU Raytracing" -msgstr "FPU Raytracing" - -#: modules/benchmark.c:59 -msgid "GPU Drawing" -msgstr "GPU Zeichnen" - -#: modules/benchmark.c:225 -#, c-format -msgid "" -"[$ShellParam$]\n" -"Zebra=1\n" -"OrderType=%d\n" -"ViewType=3\n" -"ColumnTitle$Extra1=CPU Clock\n" -"ColumnTitle$Progress=Results\n" -"ColumnTitle$TextValue=CPU\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"<big><b>This Machine</b></big>=%.3f|%s MHz\n" -"%s" +#: modules/computer.c:686 +msgid "RAM" msgstr "" -"[$ShellParam$]\n" -"Zebra=1\n" -"OrderType=%d\n" -"ViewType=3\n" -"ColumnTitle$Extra1=CPU-Takt\n" -"ColumnTitle$Progress=Ergebnisse\n" -"ColumnTitle$TextValue=CPU\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"<big><b>Diese Maschine</b></big>=%.3f|%s MHz\n" -"%s" -#: modules/benchmark.c:238 -#, c-format -msgid "" -"[$ShellParam$]\n" -"Zebra=1\n" -"OrderType=%d\n" -"ViewType=3\n" -"ColumnTitle$Extra1=CPU Clock\n" -"ColumnTitle$Progress=Results\n" -"ColumnTitle$TextValue=CPU\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"%s" +#: modules/computer.c:686 +msgid "Motherboard" msgstr "" -"[$ShellParam$]\n" -"Zebra=1\n" -"OrderType=%d\n" -"ViewType=3\n" -"ColumnTitle$Extra1=CPU-Takt\n" -"ColumnTitle$Progress=Ergebnisse\n" -"ColumnTitle$TextValue=CPU\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"%s" - -#: modules/benchmark.c:372 -#, c-format -msgid "Benchmarking: <b>%s</b>." -msgstr "Benchmarke: <b>%s</b>." - -#: modules/benchmark.c:386 -msgid "Benchmarking. Please do not move your mouse or press any keys." -msgstr "Benchmarke. Bitte bewege den Mauszeiger nicht und drücke keine Tasten." - -#: modules/benchmark.c:390 -msgid "Cancel" -msgstr "Abbrechen" - -#: modules/benchmark.c:527 -msgid "Results in MiB/second. Higher is better." -msgstr "Ergebnisse in MiB/Sekunde. Höhere Werte sind besser." - -#: modules/benchmark.c:531 -msgid "Results in HIMarks. Higher is better." -msgstr "Ergebnisse in HIMarks. Höhere Werte sind besser." - -#: modules/benchmark.c:538 -msgid "Results in seconds. Lower is better." -msgstr "Ergebnisse in Sekunden. Niedrigere Werte sind besser." -#: modules/benchmark.c:546 -msgid "Benchmarks" -msgstr "Benchmarks" +#: modules/computer.c:686 +msgid "Graphics" +msgstr "" -#: modules/benchmark.c:564 -msgid "Perform tasks and compare with other systems" -msgstr "Erledigt Aufgaben und vergleicht die Ergebnisse mit anderen Systemen" +#: modules/computer.c:687 modules/devices.c:103 +msgid "Storage" +msgstr "Speicher" -#: modules/benchmark.c:654 -msgid "Send benchmark results" -msgstr "Übermittle Benchmark-Ergebnisse" +#: modules/computer.c:687 modules/devices.c:99 +msgid "Printers" +msgstr "Drucker" -#: modules/benchmark.c:659 -msgid "Receive benchmark results" -msgstr "Lade Benchmark-Ergebnisse" +#: modules/computer.c:687 +msgid "Audio" +msgstr "" -#: modules/computer/boots.c:33 -msgid "[Boots]\n" -msgstr "[Systemstarts]\n" +#: modules/computer.c:742 +msgid "Gathers high-level computer information" +msgstr "Sammelt high-level Computer-Informationen" #: modules/computer/display.c:122 #, c-format msgid "Monitor %d=%dx%d pixels\n" msgstr "Bildschirm %d=%dx%d Pixel\n" -#: modules/computer/os.c:57 -#, c-format -msgid "GNU C Library version %s (%sstable)" -msgstr "" +#: modules/computer/environment.c:32 +msgid "[Environment Variables]\n" +msgstr "[Umgebungsvariablen]\n" -#: modules/computer/os.c:59 -msgid "un" +#: modules/computer/filesystem.c:83 +msgid "Filesystem" msgstr "" -#: modules/computer/os.c:61 modules/computer/os.c:138 modules/devices.c:171 -#: modules/devices.c:323 modules/devices/printers.c:99 -#: modules/devices/printers.c:106 modules/devices/printers.c:116 -#: modules/devices/printers.c:131 modules/devices/printers.c:140 -#: modules/devices/printers.c:243 -msgid "Unknown" +#: modules/computer/filesystem.c:84 +msgid "Mounted As" msgstr "" -#: modules/computer/os.c:80 -#, c-format -msgid "Version: %s" +#: modules/computer/filesystem.c:84 +msgid "Read-Write" msgstr "" -#: modules/computer/os.c:114 -msgid "Terminal" +#: modules/computer/filesystem.c:84 +msgid "Read-Only" msgstr "" -#: modules/computer/os.c:134 -#, c-format -msgid "Unknown (Window Manager: %s)" +#: modules/computer/filesystem.c:85 +msgid "Mount Point" msgstr "" -#: modules/computer/os.c:185 -msgid "Unknown distribution" +#: modules/computer/filesystem.c:86 +msgid "Size" msgstr "" -#: modules/computer/environment.c:32 -msgid "[Environment Variables]\n" -msgstr "[Umgebungsvariablen]\n" - -#: modules/computer/alsa.c:26 -msgid "[Audio Devices]\n" -msgstr "[Audio-Geräte]\n" +#: modules/computer/filesystem.c:87 +msgid "Used" +msgstr "" -#: modules/computer/alsa.c:33 -#, c-format -msgid "Audio Adapter#%d=%s\n" +#: modules/computer/filesystem.c:88 +msgid "Available" msgstr "" #: modules/computer/loadavg.c:64 msgid "Couldn't obtain load average" msgstr "" -#: modules/devices.c:93 -msgid "PCI Devices" -msgstr "PCI-Geräte" - -#: modules/devices.c:94 -msgid "USB Devices" -msgstr "USB-Geräte" - -#: modules/devices.c:95 -msgid "Printers" -msgstr "Drucker" - -#: modules/devices.c:96 -msgid "Battery" -msgstr "Akku" - -#: modules/devices.c:97 -msgid "Sensors" -msgstr "Sensoren" - -#: modules/devices.c:99 -msgid "Storage" -msgstr "Speicher" - -#: modules/devices.c:101 -msgid "DMI" -msgstr "DMI" - -#: modules/devices.c:102 -msgid "Memory SPD" -msgstr "Hauptspeicher (SPD)" - -#: modules/devices.c:104 -msgid "Resources" -msgstr "Ressourcen" - -#: modules/devices.c:303 -msgid " (vendor unknown)" -msgstr " (unbekannter Hersteller)" - -#: modules/devices.c:305 -msgid " (model unknown)" -msgstr " (unbekanntes Modell)" - -#: modules/devices.c:478 -msgid "Field" +#: modules/computer/os.c:34 modules/computer/os.c:35 +msgid "GNU C Library" msgstr "" -#: modules/devices.c:478 -msgid "Description" +#: modules/computer/os.c:36 +msgid "uClibc or uClibc-ng" msgstr "" -#: modules/devices.c:478 modules/devices.c:510 -msgid "Value" +#: modules/computer/os.c:37 +msgid "diet libc" msgstr "" -#: modules/devices.c:510 -msgid "Sensor" +#: modules/computer/os.c:75 modules/computer/os.c:152 modules/devices.c:180 +#: modules/devices.c:229 modules/devices/printers.c:99 +#: modules/devices/printers.c:106 modules/devices/printers.c:116 +#: modules/devices/printers.c:131 modules/devices/printers.c:140 +#: modules/devices/printers.c:243 +msgid "Unknown" msgstr "" -#: modules/devices.c:510 -msgid "Type" +#: modules/computer/os.c:94 +#, c-format +msgid "Version: %s" msgstr "" -#: modules/devices.c:556 -msgid "Devices" -msgstr "Geräte" - -#: modules/devices.c:568 -msgid "Update PCI ID listing" +#: modules/computer/os.c:128 +msgid "Terminal" msgstr "" -#: modules/devices.c:580 -msgid "Update CPU feature database" +#: modules/computer/os.c:148 +#, c-format +msgid "Unknown (Window Manager: %s)" msgstr "" -#: modules/devices.c:608 -msgid "Gathers information about hardware devices" -msgstr "Sammelt Informationen über die Hardware-Geräte" - -#: modules/devices.c:627 -msgid "Resource information requires superuser privileges" +#. /bits of entropy for rng (0) +#: modules/computer/os.c:162 +msgid "(None or not available)" msgstr "" -#: modules/network.c:59 -msgid "Interfaces" -msgstr "Schnittstellen" - -#: modules/network.c:60 -msgid "IP Connections" -msgstr "IP-Verbindungen" - -#: modules/network.c:61 -msgid "Routing Table" -msgstr "Routing-Tabelle" - -#: modules/network.c:62 -msgid "ARP Table" -msgstr "ARP-Tabelle" - -#: modules/network.c:63 -msgid "DNS Servers" -msgstr "DNS-Server" - -#: modules/network.c:64 -msgid "Statistics" -msgstr "Statistiken" - -#: modules/network.c:65 -msgid "Shared Directories" -msgstr "Freigegebene Verzeichnisse" - -#: modules/network.c:300 +#. /bits of entropy for rng (low/poor value) +#: modules/computer/os.c:163 #, c-format -msgid "" -"[ARP Table]\n" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=IP Address\n" -"ColumnTitle$Value=Interface\n" -"ColumnTitle$Extra1=MAC Address\n" -"ShowColumnHeaders=true\n" +msgid "%d bits (low)" msgstr "" -"[ARP Table]\n" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=IP-Adresse\n" -"ColumnTitle$Value=Schnittstelle\n" -"ColumnTitle$Extra1=MAC-Adresse\n" -"ShowColumnHeaders=true\n" -#: modules/network.c:321 +#. /bits of entropy for rng (medium value) +#: modules/computer/os.c:164 #, c-format -msgid "" -"[Name servers]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP Address\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" +msgid "%d bits (medium)" msgstr "" -"[DNS-Server]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP-Adresse\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -#: modules/network.c:331 +#. /bits of entropy for rng (high/good value) +#: modules/computer/os.c:165 #, c-format -msgid "" -"[Connections]\n" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Local Address\n" -"ColumnTitle$Value=Protocol\n" -"ColumnTitle$Extra1=Foreign Address\n" -"ColumnTitle$Extra2=State\n" -"ShowColumnHeaders=true\n" +msgid "%d bits (healthy)" msgstr "" -"[Connections]\n" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Lokale Adresse\n" -"ColumnTitle$Value=Protokoll\n" -"ColumnTitle$Extra1=Fremde Adresse\n" -"ColumnTitle$Extra2=Status\n" -"ShowColumnHeaders=true\n" -#: modules/network.c:345 -#, c-format -msgid "" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Interface\n" -"ColumnTitle$Value=IP Address\n" -"ColumnTitle$Extra1=Sent\n" -"ColumnTitle$Extra2=Received\n" -"ShowColumnHeaders=true\n" -"%s" +#: modules/computer/os.c:200 modules/network/net.c:442 +msgid "(Unknown)" msgstr "" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Schnittstelle\n" -"ColumnTitle$Value=IP-Adresse\n" -"ColumnTitle$Extra1=Gesendet\n" -"ColumnTitle$Extra2=Empfangen\n" -"ShowColumnHeaders=true\n" -"%s" -#: modules/network.c:361 -#, c-format -msgid "" -"[IP routing table]\n" -"%s\n" -"[$ShellParam$]\n" -"ViewType=0\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Destination / Gateway\n" -"ColumnTitle$Value=Interface\n" -"ColumnTitle$Extra1=Flags\n" -"ColumnTitle$Extra2=Mask\n" -"ShowColumnHeaders=true\n" +#: modules/computer/os.c:235 +msgid "Unknown distribution" msgstr "" -"[IP routing table]\n" -"%s\n" -"[$ShellParam$]\n" -"ViewType=0\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Ziel / Vorgaberoute\n" -"ColumnTitle$Value=Schnittstelle\n" -"ColumnTitle$Extra1=Flags\n" -"ColumnTitle$Extra2=Netz-Maske\n" -"ShowColumnHeaders=true\n" -#: modules/network.c:399 -msgid "Network" -msgstr "Netzwerk" +#: modules/computer/users.c:47 +msgid "User Information" +msgstr "" -#: modules/network.c:432 -msgid "Gathers information about this computer's network connection" -msgstr "Sammelt Informationen über die Netzwerk-Verbindung dieses Computers" +#: modules/computer/users.c:48 +msgid "User ID" +msgstr "" -#: modules/devices/alpha/processor.c:80 modules/devices/s390/processor.c:124 -#: modules/devices/m68k/processor.c:76 modules/devices/parisc/processor.c:147 -#: modules/devices/ia64/processor.c:157 modules/devices/ppc/processor.c:150 -#: modules/devices/mips/processor.c:67 modules/devices/riscv/processor.c:174 +#: modules/computer/users.c:49 +msgid "Group ID" +msgstr "" + +#: modules/computer/users.c:51 +msgid "Default Shell" +msgstr "" + +#: modules/devices/alpha/processor.c:80 modules/devices/devicetree.c:184 +#: modules/devices/ia64/processor.c:157 modules/devices/m68k/processor.c:76 +#: modules/devices/mips/processor.c:67 modules/devices/parisc/processor.c:147 +#: modules/devices/ppc/processor.c:150 modules/devices/riscv/processor.c:174 +#: modules/devices/s390/processor.c:124 msgid "Model" msgstr "" @@ -1281,272 +1305,206 @@ msgid "Platform String" msgstr "" #: modules/devices/alpha/processor.c:82 modules/devices/arm/processor.c:239 -#: modules/devices/m68k/processor.c:79 modules/devices/sh/processor.c:79 -#: modules/devices/parisc/processor.c:150 modules/devices/ia64/processor.c:159 -#: modules/devices/ppc/processor.c:152 modules/devices/mips/processor.c:69 -#: modules/devices/riscv/processor.c:178 modules/devices/x86/processor.c:748 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:79 +#: modules/devices/mips/processor.c:69 modules/devices/parisc/processor.c:150 +#: modules/devices/ppc/processor.c:152 modules/devices/riscv/processor.c:178 +#: modules/devices/sh/processor.c:79 modules/devices/x86/processor.c:415 msgid "Frequency" msgstr "Taktfrequenz" #: modules/devices/alpha/processor.c:82 modules/devices/arm/processor.c:239 -#: modules/devices/m68k/processor.c:79 modules/devices/sh/processor.c:79 -#: modules/devices/sh/processor.c:80 modules/devices/sh/processor.c:81 -#: modules/devices/parisc/processor.c:150 modules/devices/ia64/processor.c:159 -#: modules/devices/ppc/processor.c:152 modules/devices/mips/processor.c:69 -#: modules/devices/riscv/processor.c:178 modules/devices/x86/processor.c:748 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:79 +#: modules/devices/mips/processor.c:69 modules/devices/parisc/processor.c:150 +#: modules/devices/ppc/processor.c:152 modules/devices/riscv/processor.c:178 +#: modules/devices/sh/processor.c:79 modules/devices/sh/processor.c:80 +#: modules/devices/sh/processor.c:81 modules/devices/x86/processor.c:415 msgid "MHz" msgstr "" #: modules/devices/alpha/processor.c:83 modules/devices/arm/processor.c:240 -#: modules/devices/s390/processor.c:126 modules/devices/m68k/processor.c:80 -#: modules/devices/sh/processor.c:82 modules/devices/parisc/processor.c:151 -#: modules/devices/ia64/processor.c:160 modules/devices/ppc/processor.c:153 -#: modules/devices/mips/processor.c:70 modules/devices/x86/processor.c:749 +#: modules/devices/ia64/processor.c:160 modules/devices/m68k/processor.c:80 +#: modules/devices/mips/processor.c:70 modules/devices/parisc/processor.c:151 +#: modules/devices/ppc/processor.c:153 modules/devices/s390/processor.c:126 +#: modules/devices/sh/processor.c:82 modules/devices/x86/processor.c:416 msgid "BogoMips" msgstr "" #: modules/devices/alpha/processor.c:84 modules/devices/arm/processor.c:241 -#: modules/devices/s390/processor.c:127 modules/devices/m68k/processor.c:81 -#: modules/devices/sh/processor.c:83 modules/devices/parisc/processor.c:152 -#: modules/devices/ia64/processor.c:161 modules/devices/ppc/processor.c:154 -#: modules/devices/mips/processor.c:71 modules/devices/riscv/processor.c:179 -#: modules/devices/x86/processor.c:750 modules/devices/sparc/processor.c:69 +#: modules/devices/ia64/processor.c:161 modules/devices/m68k/processor.c:81 +#: modules/devices/mips/processor.c:71 modules/devices/parisc/processor.c:152 +#: modules/devices/ppc/processor.c:154 modules/devices/riscv/processor.c:179 +#: modules/devices/s390/processor.c:127 modules/devices/sh/processor.c:83 +#: modules/devices/sparc/processor.c:69 modules/devices/x86/processor.c:417 msgid "Byte Order" msgstr "Byte-Reihenfolge" -#: modules/devices/devmemory.c:93 -msgid "Total Memory" -msgstr "" - -#: modules/devices/devmemory.c:94 -msgid "Free Memory" -msgstr "" - -#: modules/devices/devmemory.c:95 -msgid "Cached Swap" -msgstr "" - -#: modules/devices/devmemory.c:96 -msgid "High Memory" -msgstr "" - -#: modules/devices/devmemory.c:97 -msgid "Free High Memory" -msgstr "" - -#: modules/devices/devmemory.c:98 -msgid "Low Memory" -msgstr "" - -#: modules/devices/devmemory.c:99 -msgid "Free Low Memory" -msgstr "" - -#: modules/devices/devmemory.c:100 -msgid "Virtual Memory" -msgstr "" - -#: modules/devices/devmemory.c:101 -msgid "Free Virtual Memory" -msgstr "" - -#: modules/devices/battery.c:181 -#, c-format -msgid "" -"\n" -"[Battery: %s]\n" -"State=%s (load: %s)\n" -"Capacity=%s / %s (%.2f%%)\n" -"Battery Technology=%s (%s)\n" -"Manufacturer=%s\n" -"Model Number=%s\n" -"Serial Number=%s\n" -msgstr "" -"\n" -"[Akku: %s]\n" -"Status=%s (load: %s)\n" -"Kapazität=%s / %s (%.2f%%)\n" -"Akku-Technologie=%s (%s)\n" -"Hersteller=%s\n" -"Modellnummer=%s\n" -"Seriennummer=%s\n" - -#: modules/devices/battery.c:258 -#, c-format -msgid "" -"\n" -"[Battery: %s]\n" -"State=%s\n" -"Capacity=%s / %s\n" -"Battery Technology=%s\n" -"Manufacturer=%s\n" -"Model Number=%s\n" -"Serial Number=%s\n" -msgstr "" -"\n" -"[Akku: %s]\n" -"Status=%s\n" -"Kapazität=%s / %s\n" -"Akku-Technologie=%s\n" -"Hersteller=%s\n" -"Modellnummer=%s\n" -"Seriennummer=%s\n" - -#: modules/devices/battery.c:346 -#, fuzzy, c-format -msgid "" -"\n" -"[Battery (APM)]\n" -"Charge=%d%%\n" -"Remaining Charge=%s of %s\n" -"Using=%s\n" -"APM driver version=%s\n" -"APM BIOS version=%s\n" -msgstr "" -"\n" -"[Akku (APM)]\n" -"Ladung=%d%%\n" -"Verbleibende Ladung=%s von %s\n" -"Using=%s\n" -"APM Driver-Version=%s\n" -"APM BIOS-Version=%s\n" - -#: modules/devices/battery.c:358 -#, fuzzy, c-format -msgid "" -"\n" -"[Battery (APM)]\n" -"Charge=%d%%\n" -"Using=%s\n" -"APM driver version=%s\n" -"APM BIOS version=%s\n" -msgstr "" -"\n" -"[Akku (APM)]\n" -"Ladung=%d%%\n" -"Using=%s\n" -"APM Driver-Version=%s\n" -"APM BIOS-Version=%s\n" - -#: modules/devices/battery.c:385 -msgid "" -"[No batteries]\n" -"No batteries found on this system=\n" -msgstr "" -"[Keine Akkus]\n" -"Keine Akkus in diesem System gefunden=\n" - #. /hw_cap +#. /flag:swp #: modules/devices/arm/arm_data.c:42 +msgctxt "arm-flag" msgid "SWP instruction (atomic read-modify-write)" msgstr "" +#. /flag:half #: modules/devices/arm/arm_data.c:43 +msgctxt "arm-flag" msgid "Half-word loads and stores" msgstr "" +#. /flag:thumb #: modules/devices/arm/arm_data.c:44 +msgctxt "arm-flag" msgid "Thumb (16-bit instruction set)" msgstr "" +#. /flag:26bit #: modules/devices/arm/arm_data.c:45 +msgctxt "arm-flag" msgid "26-Bit Model (Processor status register folded into program counter)" msgstr "" +#. /flag:fastmult #: modules/devices/arm/arm_data.c:46 +msgctxt "arm-flag" msgid "32x32->64-bit multiplication" msgstr "" +#. /flag:fpa #: modules/devices/arm/arm_data.c:47 +msgctxt "arm-flag" msgid "Floating point accelerator" msgstr "" +#. /flag:vfp #: modules/devices/arm/arm_data.c:48 +msgctxt "arm-flag" msgid "VFP (early SIMD vector floating point instructions)" msgstr "" +#. /flag:edsp #: modules/devices/arm/arm_data.c:49 +msgctxt "arm-flag" msgid "DSP extensions (the 'e' variant of the ARM9 CPUs, and all others above)" msgstr "" +#. /flag:java #: modules/devices/arm/arm_data.c:50 +msgctxt "arm-flag" msgid "Jazelle (Java bytecode accelerator)" msgstr "" +#. /flag:iwmmxt #: modules/devices/arm/arm_data.c:51 +msgctxt "arm-flag" msgid "SIMD instructions similar to Intel MMX" msgstr "" +#. /flag:crunch #: modules/devices/arm/arm_data.c:52 +msgctxt "arm-flag" msgid "MaverickCrunch coprocessor (if kernel support enabled)" msgstr "" +#. /flag:thumbee #: modules/devices/arm/arm_data.c:53 +msgctxt "arm-flag" msgid "ThumbEE" msgstr "" +#. /flag:neon #: modules/devices/arm/arm_data.c:54 +msgctxt "arm-flag" msgid "Advanced SIMD/NEON on AArch32" msgstr "" +#. /flag:evtstrm #: modules/devices/arm/arm_data.c:55 -msgid "kernel event stream using generic architected timer" +msgctxt "arm-flag" +msgid "Kernel event stream using generic architected timer" msgstr "" +#. /flag:vfpv3 #: modules/devices/arm/arm_data.c:56 +msgctxt "arm-flag" msgid "VFP version 3" msgstr "" +#. /flag:vfpv3d16 #: modules/devices/arm/arm_data.c:57 +msgctxt "arm-flag" msgid "VFP version 3 with 16 D-registers" msgstr "" +#. /flag:vfpv4 #: modules/devices/arm/arm_data.c:58 +msgctxt "arm-flag" msgid "VFP version 4 with fast context switching" msgstr "" +#. /flag:vfpd32 #: modules/devices/arm/arm_data.c:59 +msgctxt "arm-flag" msgid "VFP with 32 D-registers" msgstr "" +#. /flag:tls #: modules/devices/arm/arm_data.c:60 +msgctxt "arm-flag" msgid "TLS register" msgstr "" +#. /flag:idiva #: modules/devices/arm/arm_data.c:61 +msgctxt "arm-flag" msgid "SDIV and UDIV hardware division in ARM mode" msgstr "" +#. /flag:idivt #: modules/devices/arm/arm_data.c:62 +msgctxt "arm-flag" msgid "SDIV and UDIV hardware division in Thumb mode" msgstr "" +#. /flag:lpae #: modules/devices/arm/arm_data.c:63 +msgctxt "arm-flag" msgid "40-bit Large Physical Address Extension" msgstr "" #. /hw_cap2 +#. /flag:pmull #: modules/devices/arm/arm_data.c:65 +msgctxt "arm-flag" msgid "64x64->128-bit F2m multiplication (arch>8)" msgstr "" +#. /flag:aes #: modules/devices/arm/arm_data.c:66 +msgctxt "arm-flag" msgid "Crypto:AES (arch>8)" msgstr "" +#. /flag:sha1 #: modules/devices/arm/arm_data.c:67 +msgctxt "arm-flag" msgid "Crypto:SHA1 (arch>8)" msgstr "" +#. /flag:sha2 #: modules/devices/arm/arm_data.c:68 +msgctxt "arm-flag" msgid "Crypto:SHA2 (arch>8)" msgstr "" +#. /flag:crc32 #: modules/devices/arm/arm_data.c:69 +msgctxt "arm-flag" msgid "CRC32 checksum instructions (arch>8)" msgstr "" +#. /flag:asimd #: modules/devices/arm/arm_data.c:72 +msgctxt "arm-flag" msgid "Advanced SIMD/NEON on AArch64 (arch>8)" msgstr "" @@ -1555,7 +1513,7 @@ msgid "ARM Processor" msgstr "ARM Prozessor" #: modules/devices/arm/processor.c:199 modules/devices/riscv/processor.c:147 -#: modules/devices/x86/processor.c:701 +#: modules/devices/x86/processor.c:368 msgid "Empty List" msgstr "" @@ -1567,7 +1525,7 @@ msgstr "" msgid "Decoded Name" msgstr "" -#: modules/devices/arm/processor.c:238 +#: modules/devices/arm/processor.c:238 modules/network/net.c:458 msgid "Mode" msgstr "" @@ -1583,8 +1541,9 @@ msgstr "" msgid "Part" msgstr "" -#: modules/devices/arm/processor.c:247 modules/devices/parisc/processor.c:148 -#: modules/devices/ia64/processor.c:154 modules/devices/riscv/processor.c:175 +#: modules/devices/arm/processor.c:247 modules/devices/ia64/processor.c:154 +#: modules/devices/parisc/processor.c:148 +#: modules/devices/riscv/processor.c:175 msgid "Architecture" msgstr "" @@ -1598,126 +1557,183 @@ msgid "Revision" msgstr "" #: modules/devices/arm/processor.c:250 modules/devices/riscv/processor.c:182 -#: modules/devices/x86/processor.c:756 modules/devices/sparc/processor.c:70 +#: modules/devices/sparc/processor.c:70 modules/devices/x86/processor.c:423 msgid "Capabilities" msgstr "Fähigkeiten" -#: modules/devices/arm/processor.c:271 modules/devices/s390/processor.c:149 -#: modules/devices/parisc/processor.c:180 modules/devices/ia64/processor.c:185 -#: modules/devices/ppc/processor.c:176 modules/devices/riscv/processor.c:203 -#: modules/devices/x86/processor.c:779 +#: modules/devices/arm/processor.c:271 modules/devices/ia64/processor.c:185 +#: modules/devices/parisc/processor.c:180 modules/devices/ppc/processor.c:176 +#: modules/devices/riscv/processor.c:203 modules/devices/s390/processor.c:149 +#: modules/devices/x86/processor.c:446 #, c-format msgid "%s$CPU%d$%s=%.2fMHz\n" msgstr "%s$CPU%d$%s=%.2fMHz\n" -#: modules/devices/s390/processor.c:92 -msgid "S390 Processor" -msgstr "" - -#: modules/devices/s390/processor.c:125 -msgid "ID String" -msgstr "" - -#: modules/devices/m68k/processor.c:77 modules/devices/riscv/processor.c:177 -msgid "MMU" +#: modules/devices/battery.c:181 +#, c-format +msgid "" +"\n" +"[Battery: %s]\n" +"State=%s (load: %s)\n" +"Capacity=%s / %s (%.2f%%)\n" +"Battery Technology=%s (%s)\n" +"Manufacturer=%s\n" +"Model Number=%s\n" +"Serial Number=%s\n" msgstr "" +"\n" +"[Akku: %s]\n" +"Status=%s (load: %s)\n" +"Kapazität=%s / %s (%.2f%%)\n" +"Akku-Technologie=%s (%s)\n" +"Hersteller=%s\n" +"Modellnummer=%s\n" +"Seriennummer=%s\n" -#: modules/devices/m68k/processor.c:78 modules/devices/sparc/processor.c:68 -msgid "FPU" +#: modules/devices/battery.c:258 +#, c-format +msgid "" +"\n" +"[Battery: %s]\n" +"State=%s\n" +"Capacity=%s / %s\n" +"Battery Technology=%s\n" +"Manufacturer=%s\n" +"Model Number=%s\n" +"Serial Number=%s\n" msgstr "" +"\n" +"[Akku: %s]\n" +"Status=%s\n" +"Kapazität=%s / %s\n" +"Akku-Technologie=%s\n" +"Hersteller=%s\n" +"Modellnummer=%s\n" +"Seriennummer=%s\n" -#: modules/devices/m68k/processor.c:82 -msgid "Calibration" +#: modules/devices/battery.c:346 +#, fuzzy, c-format +msgid "" +"\n" +"[Battery (APM)]\n" +"Charge=%d%%\n" +"Remaining Charge=%s of %s\n" +"Using=%s\n" +"APM driver version=%s\n" +"APM BIOS version=%s\n" msgstr "" +"\n" +"[Akku (APM)]\n" +"Ladung=%d%%\n" +"Verbleibende Ladung=%s von %s\n" +"Using=%s\n" +"APM Driver-Version=%s\n" +"APM BIOS-Version=%s\n" -#: modules/devices/storage.c:46 +#: modules/devices/battery.c:358 +#, fuzzy, c-format msgid "" "\n" -"[SCSI Disks]\n" +"[Battery (APM)]\n" +"Charge=%d%%\n" +"Using=%s\n" +"APM driver version=%s\n" +"APM BIOS version=%s\n" msgstr "" "\n" -"[SCSI-Geräte]\n" +"[Akku (APM)]\n" +"Ladung=%d%%\n" +"Using=%s\n" +"APM Driver-Version=%s\n" +"APM BIOS-Version=%s\n" -#: modules/devices/storage.c:110 modules/devices/storage.c:313 -#, c-format +#: modules/devices/battery.c:385 msgid "" -"[Device Information]\n" -"Model=%s\n" +"[No batteries]\n" +"No batteries found on this system=\n" msgstr "" -"[Geräte-Informationen]\n" -"Modell=%s\n" +"[Keine Akkus]\n" +"Keine Akkus in diesem System gefunden=\n" -#: modules/devices/storage.c:115 modules/devices/storage.c:319 -#, c-format -msgid "Vendor=%s (%s)\n" -msgstr "Hersteller=%s (%s)\n" +#: modules/devices.c:97 +msgid "PCI Devices" +msgstr "PCI-Geräte" -#: modules/devices/storage.c:120 modules/devices/storage.c:321 -#, c-format -msgid "Vendor=%s\n" -msgstr "Hersteller=%s\n" +#: modules/devices.c:98 +msgid "USB Devices" +msgstr "USB-Geräte" -#: modules/devices/storage.c:125 -#, c-format -msgid "" -"Type=%s\n" -"Revision=%s\n" -"[SCSI Controller]\n" -"Controller=scsi%d\n" -"Channel=%d\n" -"ID=%d\n" -"LUN=%d\n" +#: modules/devices.c:100 +msgid "Battery" +msgstr "Akku" + +#: modules/devices.c:101 +msgid "Sensors" +msgstr "Sensoren" + +#: modules/devices.c:105 +msgid "DMI" +msgstr "DMI" + +#: modules/devices.c:106 +msgid "Memory SPD" +msgstr "Hauptspeicher (SPD)" + +#: modules/devices.c:111 +msgid "Device Tree" msgstr "" -#: modules/devices/storage.c:167 -msgid "" -"\n" -"[IDE Disks]\n" +#: modules/devices.c:113 +msgid "Resources" +msgstr "Ressourcen" + +#: modules/devices.c:219 +msgid " (vendor unknown)" +msgstr " (unbekannter Hersteller)" + +#: modules/devices.c:221 +msgid " (model unknown)" +msgstr " (unbekanntes Modell)" + +#: modules/devices.c:398 +msgid "Field" msgstr "" -"\n" -"[IDE-Geräte]\n" -#: modules/devices/storage.c:250 -#, c-format -msgid "Driver=%s\n" -msgstr "Treiber=%s\n" +#: modules/devices.c:398 +msgid "Description" +msgstr "" -#: modules/devices/storage.c:324 -#, c-format -msgid "" -"Device Name=hd%c\n" -"Media=%s\n" -"Cache=%dkb\n" +#: modules/devices.c:398 modules/devices.c:430 +msgid "Value" msgstr "" -#: modules/devices/storage.c:334 -#, c-format -msgid "" -"[Geometry]\n" -"Physical=%s\n" -"Logical=%s\n" +#: modules/devices.c:430 +msgid "Sensor" msgstr "" -"[Geometrie]\n" -"Physikalisch=%s\n" -"Logisch=%s\n" -#: modules/devices/storage.c:344 -#, c-format -msgid "" -"[Capabilities]\n" -"%s" +#: modules/devices.c:430 +msgid "Type" msgstr "" -"[Fähigkeiten]\n" -"%s" -#: modules/devices/storage.c:351 -#, c-format -msgid "" -"[Speeds]\n" -"%s" +#: modules/devices.c:476 +msgid "Devices" +msgstr "Geräte" + +#: modules/devices.c:488 +msgid "Update PCI ID listing" +msgstr "" + +#: modules/devices.c:500 +msgid "Update CPU feature database" +msgstr "" + +#: modules/devices.c:528 +msgid "Gathers information about hardware devices" +msgstr "Sammelt Informationen über die Hardware-Geräte" + +#: modules/devices.c:547 +msgid "Resource information requires superuser privileges" msgstr "" -"[Geschwindigkeiten]\n" -"%s" #: modules/devices/cpu_util.c:26 msgid "Little Endian" @@ -1792,56 +1808,146 @@ msgstr "" msgid "ID" msgstr "" -#: modules/devices/sh/processor.c:55 -msgid "SuperH Processor" +#: modules/devices/devicetree.c:100 +msgid "Properties" msgstr "" -#: modules/devices/sh/processor.c:76 modules/devices/ia64/processor.c:152 -#: hardinfo/hardinfo.c:76 -msgid "Name" -msgstr "Name" +#: modules/devices/devicetree.c:101 +msgid "Children" +msgstr "" -#: modules/devices/sh/processor.c:77 -msgid "Machine" +#: modules/devices/devicetree.c:137 +msgid "Node" msgstr "" -#: modules/devices/sh/processor.c:78 modules/devices/ia64/processor.c:156 -msgid "Family" +#: modules/devices/devicetree.c:138 +msgid "Node Path" msgstr "" -#: modules/devices/sh/processor.c:80 -msgid "Bus Frequency" +#: modules/devices/devicetree.c:139 +msgid "Alias" msgstr "" -#: modules/devices/sh/processor.c:81 -msgid "Module Frequency" +#: modules/devices/devicetree.c:139 modules/devices/devicetree.c:140 +msgid "(None)" msgstr "" -#: modules/devices/parisc/processor.c:107 -msgid "PA-RISC Processor" +#: modules/devices/devicetree.c:140 +msgid "Symbol" msgstr "" -#: modules/devices/parisc/processor.c:149 -msgid "System" +#: modules/devices/devicetree.c:183 +msgid "Board" msgstr "" -#: modules/devices/parisc/processor.c:153 -msgid "HVersion" +#: modules/devices/devicetree.c:185 modules/devices/devicetree/rpi_data.c:156 +msgid "Serial Number" msgstr "" -#: modules/devices/parisc/processor.c:154 -msgid "SVersion" +#: modules/devices/devicetree.c:186 +msgid "Compatible" msgstr "" -#: modules/devices/parisc/processor.c:155 modules/devices/x86/processor.c:753 -msgid "Cache" +#: modules/devices/devicetree/dt_util.c:715 +msgid "phandle Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:716 +msgid "Alias Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:717 +msgid "Symbol Map" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:148 +#: modules/devices/devicetree/rpi_data.c:149 +msgid "Raspberry Pi" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:149 +msgid "Board Name" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:150 +msgid "PCB Revision" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:151 +msgid "Introduction" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:152 +msgid "Manufacturer" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:153 +msgid "RCode" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:154 +msgid "SOC (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:155 +msgid "Memory (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:157 +msgid "Permanent overvolt bit" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:157 +msgctxt "rpi-ov-bit" +msgid "Set" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:157 +msgctxt "rpi-ov-bit" +msgid "Not set" +msgstr "" + +#: modules/devices/devmemory.c:93 +msgid "Total Memory" +msgstr "" + +#: modules/devices/devmemory.c:94 +msgid "Free Memory" +msgstr "" + +#: modules/devices/devmemory.c:95 +msgid "Cached Swap" +msgstr "" + +#: modules/devices/devmemory.c:96 +msgid "High Memory" +msgstr "" + +#: modules/devices/devmemory.c:97 +msgid "Free High Memory" +msgstr "" + +#: modules/devices/devmemory.c:98 +msgid "Low Memory" +msgstr "" + +#: modules/devices/devmemory.c:99 +msgid "Free Low Memory" +msgstr "" + +#: modules/devices/devmemory.c:100 +msgid "Virtual Memory" +msgstr "" + +#: modules/devices/devmemory.c:101 +msgid "Free Virtual Memory" msgstr "" #: modules/devices/ia64/processor.c:108 msgid "IA64 Processor" msgstr "" -#: modules/devices/ia64/processor.c:153 modules/devices/x86/processor.c:745 +#: modules/devices/ia64/processor.c:153 modules/devices/x86/processor.c:412 msgid "Vendor" msgstr "Hersteller" @@ -1849,6 +1955,10 @@ msgstr "Hersteller" msgid "Architecture Revision" msgstr "" +#: modules/devices/ia64/processor.c:156 modules/devices/sh/processor.c:78 +msgid "Family" +msgstr "" + #: modules/devices/ia64/processor.c:162 msgid "CPU regs" msgstr "" @@ -1857,28 +1967,110 @@ msgstr "" msgid "Features" msgstr "" -#: modules/devices/spd-decode.c:1475 -msgid "" -"[SPD]\n" -"Please load the eeprom module to obtain information about memory SPD=\n" -"[$ShellParam$]\n" -"ReloadInterval=500\n" +#: modules/devices/m68k/processor.c:77 modules/devices/riscv/processor.c:177 +msgid "MMU" msgstr "" -#: modules/devices/spd-decode.c:1480 -msgid "" -"[SPD]\n" -"Reading memory SPD not supported on this system=\n" +#: modules/devices/m68k/processor.c:78 modules/devices/sparc/processor.c:68 +msgid "FPU" +msgstr "" + +#: modules/devices/m68k/processor.c:82 +msgid "Calibration" +msgstr "" + +#: modules/devices/mips/processor.c:68 +msgid "System Type" +msgstr "" + +#: modules/devices/parisc/processor.c:107 +msgid "PA-RISC Processor" +msgstr "" + +#: modules/devices/parisc/processor.c:149 +msgid "System" +msgstr "" + +#: modules/devices/parisc/processor.c:153 +msgid "HVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:154 +msgid "SVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:155 modules/devices/x86/processor.c:420 +msgid "Cache" msgstr "" #: modules/devices/ppc/processor.c:117 msgid "POWER Processor" msgstr "POWER Prozessor" -#: modules/devices/mips/processor.c:68 -msgid "System Type" +#: modules/devices/printers.c:81 +msgid "⚬ Can do black and white printing=\n" +msgstr "⚬ Kann schwarz/weiß drucken=\n" + +#: modules/devices/printers.c:83 +msgid "⚬ Can do color printing=\n" +msgstr "⚬ Kann farbig drucken=\n" + +#: modules/devices/printers.c:85 +msgid "⚬ Can do duplexing=\n" +msgstr "⚬ Kann zweiseitig drucken (Duplexdruck)=\n" + +#: modules/devices/printers.c:87 +msgid "⚬ Can do staple output=\n" +msgstr "⚬ Kann Ausdrucke stapeln=\n" + +#: modules/devices/printers.c:89 +msgid "⚬ Can do copies=\n" +msgstr "⚬ Kann kopieren=\n" + +#: modules/devices/printers.c:91 +msgid "⚬ Can collate copies=\n" +msgstr "⚬ Kann Ausdruck sortieren=\n" + +#: modules/devices/printers.c:93 +msgid "⚬ Printer is rejecting jobs=\n" +msgstr "⚬ Drucker weist Aufträge zurück=\n" + +#: modules/devices/printers.c:95 +msgid "⚬ Printer was automatically discovered and added=\n" +msgstr "⚬ Drucker wurde automatisch entdeckt und hinzugefügt=\n" + +#: modules/devices/printers.c:110 +msgid "Idle" +msgstr "" + +#: modules/devices/printers.c:112 +msgid "Printing a Job" msgstr "" +#: modules/devices/printers.c:114 +msgid "Stopped" +msgstr "" + +#: modules/devices/printers.c:190 +msgid "" +"[Printers]\n" +"No suitable CUPS library found=" +msgstr "" +"[Drucker]\n" +"Keine passende CUPS-Bibliothek gefunden=" + +#: modules/devices/printers.c:200 +msgid "[Printers (CUPS)]\n" +msgstr "[Drucker (CUPS)]\n" + +#: modules/devices/printers.c:263 +msgid "" +"[Printers]\n" +"No printers found=\n" +msgstr "" +"[Printers]\n" +"Keine Drucker gefunden=\n" + #: modules/devices/riscv/processor.c:107 msgid "RISC-V Processor" msgstr "" @@ -1887,1296 +2079,2160 @@ msgstr "" msgid "uarch" msgstr "" +#. /ext:RV32 #: modules/devices/riscv/riscv_data.c:37 +msgctxt "rv-ext" msgid "RISC-V 32-bit" msgstr "" +#. /ext:RV64 #: modules/devices/riscv/riscv_data.c:38 +msgctxt "rv-ext" msgid "RISC-V 64-bit" msgstr "" +#. /ext:RV128 #: modules/devices/riscv/riscv_data.c:39 +msgctxt "rv-ext" msgid "RISC-V 128-bit" msgstr "" +#. /ext:E #: modules/devices/riscv/riscv_data.c:40 +msgctxt "rv-ext" msgid "Base embedded integer instructions (15 registers)" msgstr "" +#. /ext:I #: modules/devices/riscv/riscv_data.c:41 +msgctxt "rv-ext" msgid "Base integer instructions (31 registers)" msgstr "" +#. /ext:M #: modules/devices/riscv/riscv_data.c:42 +msgctxt "rv-ext" msgid "Hardware integer multiply and divide" msgstr "" +#. /ext:A #: modules/devices/riscv/riscv_data.c:43 +msgctxt "rv-ext" msgid "Atomic memory operations" msgstr "" +#. /ext:C #: modules/devices/riscv/riscv_data.c:44 +msgctxt "rv-ext" msgid "Compressed 16-bit instructions" msgstr "" +#. /ext:F #: modules/devices/riscv/riscv_data.c:45 +msgctxt "rv-ext" msgid "Floating-point instructions, single-precision" msgstr "" +#. /ext:D #: modules/devices/riscv/riscv_data.c:46 +msgctxt "rv-ext" msgid "Floating-point instructions, double-precision" msgstr "" +#. /ext:Q #: modules/devices/riscv/riscv_data.c:47 +msgctxt "rv-ext" msgid "Floating-point instructions, quad-precision" msgstr "" +#. /ext:B #: modules/devices/riscv/riscv_data.c:48 +msgctxt "rv-ext" msgid "Bit manipulation instructions" msgstr "" +#. /ext:V #: modules/devices/riscv/riscv_data.c:49 +msgctxt "rv-ext" msgid "Vector operations" msgstr "" +#. /ext:T #: modules/devices/riscv/riscv_data.c:50 +msgctxt "rv-ext" msgid "Transactional memory" msgstr "" +#. /ext:P #: modules/devices/riscv/riscv_data.c:51 +msgctxt "rv-ext" msgid "Packed SIMD instructions" msgstr "" +#. /ext:L #: modules/devices/riscv/riscv_data.c:52 +msgctxt "rv-ext" msgid "Decimal floating-point instructions" msgstr "" +#. /ext:J #: modules/devices/riscv/riscv_data.c:53 +msgctxt "rv-ext" msgid "Dynamically translated languages" msgstr "" +#. /ext:N #: modules/devices/riscv/riscv_data.c:54 +msgctxt "rv-ext" msgid "User-level interrupts" msgstr "" -#: modules/devices/x86/processor.c:146 +#: modules/devices/s390/processor.c:92 +msgid "S390 Processor" +msgstr "" + +#: modules/devices/s390/processor.c:125 +msgid "ID String" +msgstr "" + +#: modules/devices/sh/processor.c:55 +msgid "SuperH Processor" +msgstr "" + +#: modules/devices/sh/processor.c:77 +msgid "Machine" +msgstr "" + +#: modules/devices/sh/processor.c:80 +msgid "Bus Frequency" +msgstr "" + +#: modules/devices/sh/processor.c:81 +msgid "Module Frequency" +msgstr "" + +#: modules/devices/spd-decode.c:1475 +msgid "" +"[SPD]\n" +"Please load the eeprom module to obtain information about memory SPD=\n" +"[$ShellParam$]\n" +"ReloadInterval=500\n" +msgstr "" + +#: modules/devices/spd-decode.c:1480 +msgid "" +"[SPD]\n" +"Reading memory SPD not supported on this system=\n" +msgstr "" + +#: modules/devices/storage.c:46 +msgid "" +"\n" +"[SCSI Disks]\n" +msgstr "" +"\n" +"[SCSI-Geräte]\n" + +#: modules/devices/storage.c:110 modules/devices/storage.c:313 +#, c-format +msgid "" +"[Device Information]\n" +"Model=%s\n" +msgstr "" +"[Geräte-Informationen]\n" +"Modell=%s\n" + +#: modules/devices/storage.c:115 modules/devices/storage.c:319 +#, c-format +msgid "Vendor=%s (%s)\n" +msgstr "Hersteller=%s (%s)\n" + +#: modules/devices/storage.c:120 modules/devices/storage.c:321 +#, c-format +msgid "Vendor=%s\n" +msgstr "Hersteller=%s\n" + +#: modules/devices/storage.c:125 +#, c-format +msgid "" +"Type=%s\n" +"Revision=%s\n" +"[SCSI Controller]\n" +"Controller=scsi%d\n" +"Channel=%d\n" +"ID=%d\n" +"LUN=%d\n" +msgstr "" + +#: modules/devices/storage.c:167 +msgid "" +"\n" +"[IDE Disks]\n" +msgstr "" +"\n" +"[IDE-Geräte]\n" + +#: modules/devices/storage.c:250 +#, c-format +msgid "Driver=%s\n" +msgstr "Treiber=%s\n" + +#: modules/devices/storage.c:324 +#, c-format +msgid "" +"Device Name=hd%c\n" +"Media=%s\n" +"Cache=%dkb\n" +msgstr "" + +#: modules/devices/storage.c:334 +#, c-format +msgid "" +"[Geometry]\n" +"Physical=%s\n" +"Logical=%s\n" +msgstr "" +"[Geometrie]\n" +"Physikalisch=%s\n" +"Logisch=%s\n" + +#: modules/devices/storage.c:344 +#, c-format +msgid "" +"[Capabilities]\n" +"%s" +msgstr "" +"[Fähigkeiten]\n" +"%s" + +#: modules/devices/storage.c:351 +#, c-format +msgid "" +"[Speeds]\n" +"%s" +msgstr "" +"[Geschwindigkeiten]\n" +"%s" + +#: modules/devices/x86/processor.c:149 msgid "Cache information not available=\n" msgstr "" -#: modules/devices/x86/processor.c:152 +#: modules/devices/x86/processor.c:155 #, c-format msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" msgstr "" -#: modules/devices/x86/processor.c:339 +#. /cache type, as appears in: Level 1 (Data) +#: modules/devices/x86/processor.c:170 +msgctxt "cache-type" +msgid "Data" +msgstr "" + +#. /cache type, as appears in: Level 1 (Instruction) +#: modules/devices/x86/processor.c:171 +msgctxt "cache-type" +msgid "Instruction" +msgstr "" + +#. /cache type, as appears in: Level 2 (Unified) +#: modules/devices/x86/processor.c:172 +msgctxt "cache-type" +msgid "Unified" +msgstr "" + +#: modules/devices/x86/processor.c:406 +msgid "Model Name" +msgstr "" + +#: modules/devices/x86/processor.c:407 +msgid "Family, model, stepping" +msgstr "Familie, Modell, Stufung" + +#: modules/devices/x86/processor.c:413 +msgid "Configuration" +msgstr "" + +#: modules/devices/x86/processor.c:414 +msgid "Cache Size" +msgstr "Cache-Größe" + +#: modules/devices/x86/processor.c:414 +msgid "kb" +msgstr "" + +#: modules/devices/x86/processor.c:421 +msgid "Power Management" +msgstr "" + +#: modules/devices/x86/processor.c:422 +msgid "Bug Workarounds" +msgstr "" + +#. /flag:fpu +#: modules/devices/x86/x86_data.c:43 +msgctxt "x86-flag" msgid "Onboard FPU (floating point support)" msgstr "" -#: modules/devices/x86/processor.c:340 +#. /flag:vme +#: modules/devices/x86/x86_data.c:44 +msgctxt "x86-flag" msgid "Virtual 8086 mode enhancements" msgstr "" -#: modules/devices/x86/processor.c:341 +#. /flag:de +#: modules/devices/x86/x86_data.c:45 +msgctxt "x86-flag" msgid "Debugging Extensions (CR4.DE)" msgstr "" -#: modules/devices/x86/processor.c:342 +#. /flag:pse +#: modules/devices/x86/x86_data.c:46 +msgctxt "x86-flag" msgid "Page Size Extensions (4MB memory pages)" msgstr "" -#: modules/devices/x86/processor.c:343 +#. /flag:tsc +#: modules/devices/x86/x86_data.c:47 +msgctxt "x86-flag" msgid "Time Stamp Counter (RDTSC)" msgstr "" -#: modules/devices/x86/processor.c:344 +#. /flag:msr +#: modules/devices/x86/x86_data.c:48 +msgctxt "x86-flag" msgid "Model-Specific Registers (RDMSR, WRMSR)" msgstr "" -#: modules/devices/x86/processor.c:345 +#. /flag:pae +#: modules/devices/x86/x86_data.c:49 +msgctxt "x86-flag" msgid "Physical Address Extensions (support for more than 4GB of RAM)" msgstr "" -#: modules/devices/x86/processor.c:346 +#. /flag:mce +#: modules/devices/x86/x86_data.c:50 +msgctxt "x86-flag" msgid "Machine Check Exception" msgstr "" -#: modules/devices/x86/processor.c:347 +#. /flag:cx8 +#: modules/devices/x86/x86_data.c:51 +msgctxt "x86-flag" msgid "CMPXCHG8 instruction (64-bit compare-and-swap)" msgstr "" -#: modules/devices/x86/processor.c:348 +#. /flag:apic +#: modules/devices/x86/x86_data.c:52 +msgctxt "x86-flag" msgid "Onboard APIC" msgstr "" -#: modules/devices/x86/processor.c:349 +#. /flag:sep +#: modules/devices/x86/x86_data.c:53 +msgctxt "x86-flag" msgid "SYSENTER/SYSEXIT" msgstr "" -#: modules/devices/x86/processor.c:350 +#. /flag:mtrr +#: modules/devices/x86/x86_data.c:54 +msgctxt "x86-flag" msgid "Memory Type Range Registers" msgstr "" -#: modules/devices/x86/processor.c:351 +#. /flag:pge +#: modules/devices/x86/x86_data.c:55 +msgctxt "x86-flag" msgid "Page Global Enable (global bit in PDEs and PTEs)" msgstr "" -#: modules/devices/x86/processor.c:352 +#. /flag:mca +#: modules/devices/x86/x86_data.c:56 +msgctxt "x86-flag" msgid "Machine Check Architecture" msgstr "" -#: modules/devices/x86/processor.c:353 +#. /flag:cmov +#: modules/devices/x86/x86_data.c:57 +msgctxt "x86-flag" msgid "CMOV instructions (conditional move) (also FCMOV)" msgstr "" -#: modules/devices/x86/processor.c:354 +#. /flag:pat +#: modules/devices/x86/x86_data.c:58 +msgctxt "x86-flag" msgid "Page Attribute Table" msgstr "" -#: modules/devices/x86/processor.c:355 +#. /flag:pse36 +#: modules/devices/x86/x86_data.c:59 +msgctxt "x86-flag" msgid "36-bit PSEs (huge pages)" msgstr "" -#: modules/devices/x86/processor.c:356 +#. /flag:pn +#: modules/devices/x86/x86_data.c:60 +msgctxt "x86-flag" msgid "Processor serial number" msgstr "" -#: modules/devices/x86/processor.c:357 +#. /flag:clflush +#: modules/devices/x86/x86_data.c:61 +msgctxt "x86-flag" msgid "Cache Line Flush instruction" msgstr "" -#: modules/devices/x86/processor.c:358 +#. /flag:dts +#: modules/devices/x86/x86_data.c:62 +msgctxt "x86-flag" msgid "" "Debug Store (buffer for debugging and profiling instructions), or " "alternately: digital thermal sensor" msgstr "" -#: modules/devices/x86/processor.c:359 +#. /flag:acpi +#: modules/devices/x86/x86_data.c:63 +msgctxt "x86-flag" msgid "ACPI via MSR (temperature monitoring and clock speed modulation)" msgstr "" -#: modules/devices/x86/processor.c:360 +#. /flag:mmx +#: modules/devices/x86/x86_data.c:64 +msgctxt "x86-flag" msgid "Multimedia Extensions" msgstr "" -#: modules/devices/x86/processor.c:361 +#. /flag:fxsr +#: modules/devices/x86/x86_data.c:65 +msgctxt "x86-flag" msgid "FXSAVE/FXRSTOR, CR4.OSFXSR" msgstr "" -#: modules/devices/x86/processor.c:362 +#. /flag:sse +#: modules/devices/x86/x86_data.c:66 +msgctxt "x86-flag" msgid "Intel SSE vector instructions" msgstr "" -#: modules/devices/x86/processor.c:363 +#. /flag:sse2 +#: modules/devices/x86/x86_data.c:67 +msgctxt "x86-flag" msgid "SSE2" msgstr "" -#: modules/devices/x86/processor.c:364 +#. /flag:ss +#: modules/devices/x86/x86_data.c:68 +msgctxt "x86-flag" msgid "CPU self snoop" msgstr "" -#: modules/devices/x86/processor.c:365 +#. /flag:ht +#: modules/devices/x86/x86_data.c:69 +msgctxt "x86-flag" msgid "Hyper-Threading" msgstr "" -#: modules/devices/x86/processor.c:366 +#. /flag:tm +#: modules/devices/x86/x86_data.c:70 +msgctxt "x86-flag" msgid "Automatic clock control (Thermal Monitor)" msgstr "" -#: modules/devices/x86/processor.c:367 +#. /flag:ia64 +#: modules/devices/x86/x86_data.c:71 +msgctxt "x86-flag" msgid "" "Intel Itanium Architecture 64-bit (not to be confused with Intel's 64-bit " "x86 architecture with flag x86-64 or \"AMD64\" bit indicated by flag lm)" msgstr "" -#: modules/devices/x86/processor.c:368 +#. /flag:pbe +#: modules/devices/x86/x86_data.c:72 +msgctxt "x86-flag" msgid "Pending Break Enable (PBE# pin) wakeup support" msgstr "" -#: modules/devices/x86/processor.c:371 +#. /flag:syscall +#: modules/devices/x86/x86_data.c:75 +msgctxt "x86-flag" msgid "SYSCALL (Fast System Call) and SYSRET (Return From Fast System Call)" msgstr "" -#: modules/devices/x86/processor.c:372 +#. /flag:mp +#: modules/devices/x86/x86_data.c:76 +msgctxt "x86-flag" msgid "Multiprocessing Capable." msgstr "" -#: modules/devices/x86/processor.c:373 +#. /flag:nx +#: modules/devices/x86/x86_data.c:77 +msgctxt "x86-flag" msgid "Execute Disable" msgstr "" -#: modules/devices/x86/processor.c:374 +#. /flag:mmxext +#: modules/devices/x86/x86_data.c:78 +msgctxt "x86-flag" msgid "AMD MMX extensions" msgstr "" -#: modules/devices/x86/processor.c:375 +#. /flag:fxsr_opt +#: modules/devices/x86/x86_data.c:79 +msgctxt "x86-flag" msgid "FXSAVE/FXRSTOR optimizations" msgstr "" -#: modules/devices/x86/processor.c:376 +#. /flag:pdpe1gb +#: modules/devices/x86/x86_data.c:80 +msgctxt "x86-flag" msgid "One GB pages (allows hugepagesz=1G)" msgstr "" -#: modules/devices/x86/processor.c:377 +#. /flag:rdtscp +#: modules/devices/x86/x86_data.c:81 +msgctxt "x86-flag" msgid "Read Time-Stamp Counter and Processor ID" msgstr "" -#: modules/devices/x86/processor.c:378 +#. /flag:lm +#: modules/devices/x86/x86_data.c:82 +msgctxt "x86-flag" msgid "Long Mode (x86-64: amd64, also known as Intel 64, i.e. 64-bit capable)" msgstr "" -#: modules/devices/x86/processor.c:379 +#. /flag:3dnow +#: modules/devices/x86/x86_data.c:83 +msgctxt "x86-flag" msgid "3DNow! (AMD vector instructions, competing with Intel's SSE1)" msgstr "" -#: modules/devices/x86/processor.c:380 +#. /flag:3dnowext +#: modules/devices/x86/x86_data.c:84 +msgctxt "x86-flag" msgid "AMD 3DNow! extensions" msgstr "" -#: modules/devices/x86/processor.c:382 +#. /flag:recovery +#: modules/devices/x86/x86_data.c:86 +msgctxt "x86-flag" msgid "CPU in recovery mode" msgstr "" -#: modules/devices/x86/processor.c:383 +#. /flag:longrun +#: modules/devices/x86/x86_data.c:87 +msgctxt "x86-flag" msgid "Longrun power control" msgstr "" -#: modules/devices/x86/processor.c:384 +#. /flag:lrti +#: modules/devices/x86/x86_data.c:88 +msgctxt "x86-flag" msgid "LongRun table interface" msgstr "" -#: modules/devices/x86/processor.c:386 +#. /flag:cxmmx +#: modules/devices/x86/x86_data.c:90 +msgctxt "x86-flag" msgid "Cyrix MMX extensions" msgstr "" -#: modules/devices/x86/processor.c:387 +#. /flag:k6_mtrr +#: modules/devices/x86/x86_data.c:91 +msgctxt "x86-flag" msgid "AMD K6 nonstandard MTRRs" msgstr "" -#: modules/devices/x86/processor.c:388 +#. /flag:cyrix_arr +#: modules/devices/x86/x86_data.c:92 +msgctxt "x86-flag" msgid "Cyrix ARRs (= MTRRs)" msgstr "" -#: modules/devices/x86/processor.c:389 +#. /flag:centaur_mcr +#: modules/devices/x86/x86_data.c:93 +msgctxt "x86-flag" msgid "Centaur MCRs (= MTRRs)" msgstr "" -#: modules/devices/x86/processor.c:390 +#. /flag:constant_tsc +#: modules/devices/x86/x86_data.c:94 +msgctxt "x86-flag" msgid "TSC ticks at a constant rate" msgstr "" -#: modules/devices/x86/processor.c:391 +#. /flag:up +#: modules/devices/x86/x86_data.c:95 +msgctxt "x86-flag" msgid "SMP kernel running on UP" msgstr "" -#: modules/devices/x86/processor.c:392 +#. /flag:art +#: modules/devices/x86/x86_data.c:96 +msgctxt "x86-flag" msgid "Always-Running Timer" msgstr "" -#: modules/devices/x86/processor.c:393 +#. /flag:arch_perfmon +#: modules/devices/x86/x86_data.c:97 +msgctxt "x86-flag" msgid "Intel Architectural PerfMon" msgstr "" -#: modules/devices/x86/processor.c:394 +#. /flag:pebs +#: modules/devices/x86/x86_data.c:98 +msgctxt "x86-flag" msgid "Precise-Event Based Sampling" msgstr "" -#: modules/devices/x86/processor.c:395 +#. /flag:bts +#: modules/devices/x86/x86_data.c:99 +msgctxt "x86-flag" msgid "Branch Trace Store" msgstr "" -#: modules/devices/x86/processor.c:396 +#. /flag:rep_good +#: modules/devices/x86/x86_data.c:100 +msgctxt "x86-flag" msgid "rep microcode works well" msgstr "" -#: modules/devices/x86/processor.c:397 +#. /flag:acc_power +#: modules/devices/x86/x86_data.c:101 +msgctxt "x86-flag" msgid "AMD accumulated power mechanism" msgstr "" -#: modules/devices/x86/processor.c:398 +#. /flag:nopl +#: modules/devices/x86/x86_data.c:102 +msgctxt "x86-flag" msgid "The NOPL (0F 1F) instructions" msgstr "" -#: modules/devices/x86/processor.c:399 +#. /flag:xtopology +#: modules/devices/x86/x86_data.c:103 +msgctxt "x86-flag" msgid "cpu topology enum extensions" msgstr "" -#: modules/devices/x86/processor.c:400 +#. /flag:tsc_reliable +#: modules/devices/x86/x86_data.c:104 +msgctxt "x86-flag" msgid "TSC is known to be reliable" msgstr "" -#: modules/devices/x86/processor.c:401 +#. /flag:nonstop_tsc +#: modules/devices/x86/x86_data.c:105 +msgctxt "x86-flag" msgid "TSC does not stop in C states" msgstr "" -#: modules/devices/x86/processor.c:402 +#. /flag:extd_apicid +#: modules/devices/x86/x86_data.c:106 +msgctxt "x86-flag" msgid "has extended APICID (8 bits)" msgstr "" -#: modules/devices/x86/processor.c:403 +#. /flag:amd_dcm +#: modules/devices/x86/x86_data.c:107 +msgctxt "x86-flag" msgid "multi-node processor" msgstr "" -#: modules/devices/x86/processor.c:404 +#. /flag:aperfmperf +#: modules/devices/x86/x86_data.c:108 +msgctxt "x86-flag" msgid "APERFMPERF" msgstr "" -#: modules/devices/x86/processor.c:405 +#. /flag:eagerfpu +#: modules/devices/x86/x86_data.c:109 +msgctxt "x86-flag" msgid "Non lazy FPU restore" msgstr "" -#: modules/devices/x86/processor.c:406 +#. /flag:nonstop_tsc_s3 +#: modules/devices/x86/x86_data.c:110 +msgctxt "x86-flag" msgid "TSC doesn't stop in S3 state" msgstr "" -#: modules/devices/x86/processor.c:407 +#. /flag:mce_recovery +#: modules/devices/x86/x86_data.c:111 +msgctxt "x86-flag" msgid "CPU has recoverable machine checks" msgstr "" -#: modules/devices/x86/processor.c:410 -msgid "SSE-3 (“Prescott New Instructions”)" +#. /flag:pni +#: modules/devices/x86/x86_data.c:114 +msgctxt "x86-flag" +msgid "SSE-3 (\"Prescott New Instructions\")" msgstr "" -#: modules/devices/x86/processor.c:411 +#. /flag:pclmulqdq +#: modules/devices/x86/x86_data.c:115 +msgctxt "x86-flag" msgid "" -"Perform a Carry-Less Multiplication of Quadword instruction — accelerator " +"Perform a Carry-Less Multiplication of Quadword instruction - accelerator " "for GCM)" msgstr "" -#: modules/devices/x86/processor.c:412 +#. /flag:dtes64 +#: modules/devices/x86/x86_data.c:116 +msgctxt "x86-flag" msgid "64-bit Debug Store" msgstr "" -#: modules/devices/x86/processor.c:413 +#. /flag:monitor +#: modules/devices/x86/x86_data.c:117 +msgctxt "x86-flag" msgid "Monitor/Mwait support (Intel SSE3 supplements)" msgstr "" -#: modules/devices/x86/processor.c:414 +#. /flag:ds_cpl +#: modules/devices/x86/x86_data.c:118 +msgctxt "x86-flag" msgid "CPL Qual. Debug Store" msgstr "" -#: modules/devices/x86/processor.c:415 +#. /flag:vmx +#: modules/devices/x86/x86_data.c:119 +msgctxt "x86-flag" msgid "Hardware virtualization, Intel VMX" msgstr "" -#: modules/devices/x86/processor.c:416 +#. /flag:smx +#: modules/devices/x86/x86_data.c:120 +msgctxt "x86-flag" msgid "Safer mode TXT (TPM support)" msgstr "" -#: modules/devices/x86/processor.c:417 +#. /flag:est +#: modules/devices/x86/x86_data.c:121 +msgctxt "x86-flag" msgid "Enhanced SpeedStep" msgstr "" -#: modules/devices/x86/processor.c:418 +#. /flag:tm2 +#: modules/devices/x86/x86_data.c:122 +msgctxt "x86-flag" msgid "Thermal Monitor 2" msgstr "" -#: modules/devices/x86/processor.c:419 +#. /flag:ssse3 +#: modules/devices/x86/x86_data.c:123 +msgctxt "x86-flag" msgid "Supplemental SSE-3" msgstr "" -#: modules/devices/x86/processor.c:420 +#. /flag:cid +#: modules/devices/x86/x86_data.c:124 +msgctxt "x86-flag" msgid "Context ID" msgstr "" -#: modules/devices/x86/processor.c:421 +#. /flag:sdbg +#: modules/devices/x86/x86_data.c:125 +msgctxt "x86-flag" msgid "silicon debug" msgstr "" -#: modules/devices/x86/processor.c:422 +#. /flag:fma +#: modules/devices/x86/x86_data.c:126 +msgctxt "x86-flag" msgid "Fused multiply-add" msgstr "" -#: modules/devices/x86/processor.c:423 +#. /flag:cx16 +#: modules/devices/x86/x86_data.c:127 +msgctxt "x86-flag" msgid "CMPXCHG16B" msgstr "" -#: modules/devices/x86/processor.c:424 +#. /flag:xtpr +#: modules/devices/x86/x86_data.c:128 +msgctxt "x86-flag" msgid "Send Task Priority Messages" msgstr "" -#: modules/devices/x86/processor.c:425 +#. /flag:pdcm +#: modules/devices/x86/x86_data.c:129 +msgctxt "x86-flag" msgid "Performance Capabilities" msgstr "" -#: modules/devices/x86/processor.c:426 +#. /flag:pcid +#: modules/devices/x86/x86_data.c:130 +msgctxt "x86-flag" msgid "Process Context Identifiers" msgstr "" -#: modules/devices/x86/processor.c:427 +#. /flag:dca +#: modules/devices/x86/x86_data.c:131 +msgctxt "x86-flag" msgid "Direct Cache Access" msgstr "" -#: modules/devices/x86/processor.c:428 +#. /flag:sse4_1 +#: modules/devices/x86/x86_data.c:132 +msgctxt "x86-flag" msgid "SSE-4.1" msgstr "" -#: modules/devices/x86/processor.c:429 +#. /flag:sse4_2 +#: modules/devices/x86/x86_data.c:133 +msgctxt "x86-flag" msgid "SSE-4.2" msgstr "" -#: modules/devices/x86/processor.c:430 +#. /flag:x2apic +#: modules/devices/x86/x86_data.c:134 +msgctxt "x86-flag" msgid "x2APIC" msgstr "" -#: modules/devices/x86/processor.c:431 +#. /flag:movbe +#: modules/devices/x86/x86_data.c:135 +msgctxt "x86-flag" msgid "Move Data After Swapping Bytes instruction" msgstr "" -#: modules/devices/x86/processor.c:432 +#. /flag:popcnt +#: modules/devices/x86/x86_data.c:136 +msgctxt "x86-flag" msgid "" "Return the Count of Number of Bits Set to 1 instruction (Hamming weight, i." "e. bit count)" msgstr "" -#: modules/devices/x86/processor.c:433 +#. /flag:tsc_deadline_timer +#: modules/devices/x86/x86_data.c:137 +msgctxt "x86-flag" msgid "Tsc deadline timer" msgstr "" -#: modules/devices/x86/processor.c:434 +#. /flag:aes/aes-ni +#: modules/devices/x86/x86_data.c:138 +msgctxt "x86-flag" msgid "Advanced Encryption Standard (New Instructions)" msgstr "" -#: modules/devices/x86/processor.c:435 +#. /flag:xsave +#: modules/devices/x86/x86_data.c:139 +msgctxt "x86-flag" msgid "Save Processor Extended States: also provides XGETBY,XRSTOR,XSETBY" msgstr "" -#: modules/devices/x86/processor.c:436 +#. /flag:avx +#: modules/devices/x86/x86_data.c:140 +msgctxt "x86-flag" msgid "Advanced Vector Extensions" msgstr "" -#: modules/devices/x86/processor.c:437 +#. /flag:f16c +#: modules/devices/x86/x86_data.c:141 +msgctxt "x86-flag" msgid "16-bit fp conversions (CVT16)" msgstr "" -#: modules/devices/x86/processor.c:438 +#. /flag:rdrand +#: modules/devices/x86/x86_data.c:142 +msgctxt "x86-flag" msgid "Read Random Number from hardware random number generator instruction" msgstr "" -#: modules/devices/x86/processor.c:439 +#. /flag:hypervisor +#: modules/devices/x86/x86_data.c:143 +msgctxt "x86-flag" msgid "Running on a hypervisor" msgstr "" #. /Cyrix/Centaur-defined CPU features, CPUID level 0xC0000001 -#: modules/devices/x86/processor.c:441 +#. /flag:rng +#: modules/devices/x86/x86_data.c:145 +msgctxt "x86-flag" msgid "Random Number Generator present (xstore)" msgstr "" -#: modules/devices/x86/processor.c:442 +#. /flag:rng_en +#: modules/devices/x86/x86_data.c:146 +msgctxt "x86-flag" msgid "Random Number Generator enabled" msgstr "" -#: modules/devices/x86/processor.c:443 +#. /flag:ace +#: modules/devices/x86/x86_data.c:147 +msgctxt "x86-flag" msgid "on-CPU crypto (xcrypt)" msgstr "" -#: modules/devices/x86/processor.c:444 +#. /flag:ace_en +#: modules/devices/x86/x86_data.c:148 +msgctxt "x86-flag" msgid "on-CPU crypto enabled" msgstr "" -#: modules/devices/x86/processor.c:445 +#. /flag:ace2 +#: modules/devices/x86/x86_data.c:149 +msgctxt "x86-flag" msgid "Advanced Cryptography Engine v2" msgstr "" -#: modules/devices/x86/processor.c:446 +#. /flag:ace2_en +#: modules/devices/x86/x86_data.c:150 +msgctxt "x86-flag" msgid "ACE v2 enabled" msgstr "" -#: modules/devices/x86/processor.c:447 +#. /flag:phe +#: modules/devices/x86/x86_data.c:151 +msgctxt "x86-flag" msgid "PadLock Hash Engine" msgstr "" -#: modules/devices/x86/processor.c:448 +#. /flag:phe_en +#: modules/devices/x86/x86_data.c:152 +msgctxt "x86-flag" msgid "PHE enabled" msgstr "" -#: modules/devices/x86/processor.c:449 +#. /flag:pmm +#: modules/devices/x86/x86_data.c:153 +msgctxt "x86-flag" msgid "PadLock Montgomery Multiplier" msgstr "" -#: modules/devices/x86/processor.c:450 +#. /flag:pmm_en +#: modules/devices/x86/x86_data.c:154 +msgctxt "x86-flag" msgid "PMM enabled" msgstr "" -#: modules/devices/x86/processor.c:452 +#. /flag:lahf_lm +#: modules/devices/x86/x86_data.c:156 +msgctxt "x86-flag" msgid "Load AH from Flags (LAHF) and Store AH into Flags (SAHF) in long mode" msgstr "" -#: modules/devices/x86/processor.c:453 +#. /flag:cmp_legacy +#: modules/devices/x86/x86_data.c:157 +msgctxt "x86-flag" msgid "If yes HyperThreading not valid" msgstr "" -#: modules/devices/x86/processor.c:454 +#. /flag:svm +#: modules/devices/x86/x86_data.c:158 +msgctxt "x86-flag" msgid "\"Secure virtual machine\": AMD-V" msgstr "" -#: modules/devices/x86/processor.c:455 +#. /flag:extapic +#: modules/devices/x86/x86_data.c:159 +msgctxt "x86-flag" msgid "Extended APIC space" msgstr "" -#: modules/devices/x86/processor.c:456 +#. /flag:cr8_legacy +#: modules/devices/x86/x86_data.c:160 +msgctxt "x86-flag" msgid "CR8 in 32-bit mode" msgstr "" -#: modules/devices/x86/processor.c:457 +#. /flag:abm +#: modules/devices/x86/x86_data.c:161 +msgctxt "x86-flag" msgid "Advanced Bit Manipulation" msgstr "" -#: modules/devices/x86/processor.c:458 +#. /flag:sse4a +#: modules/devices/x86/x86_data.c:162 +msgctxt "x86-flag" msgid "SSE-4A" msgstr "" -#: modules/devices/x86/processor.c:459 +#. /flag:misalignsse +#: modules/devices/x86/x86_data.c:163 +msgctxt "x86-flag" msgid "" "indicates if a general-protection exception (#GP) is generated when some " "legacy SSE instructions operate on unaligned data. Also depends on CR0 and " "Alignment Checking bit" msgstr "" -#: modules/devices/x86/processor.c:460 +#. /flag:3dnowprefetch +#: modules/devices/x86/x86_data.c:164 +msgctxt "x86-flag" msgid "3DNow prefetch instructions" msgstr "" -#: modules/devices/x86/processor.c:461 +#. /flag:osvw +#: modules/devices/x86/x86_data.c:165 +msgctxt "x86-flag" msgid "" "indicates OS Visible Workaround, which allows the OS to work around " "processor errata." msgstr "" -#: modules/devices/x86/processor.c:462 +#. /flag:ibs +#: modules/devices/x86/x86_data.c:166 +msgctxt "x86-flag" msgid "Instruction Based Sampling" msgstr "" -#: modules/devices/x86/processor.c:463 +#. /flag:xop +#: modules/devices/x86/x86_data.c:167 +msgctxt "x86-flag" msgid "extended AVX instructions" msgstr "" -#: modules/devices/x86/processor.c:464 +#. /flag:skinit +#: modules/devices/x86/x86_data.c:168 +msgctxt "x86-flag" msgid "SKINIT/STGI instructions" msgstr "" -#: modules/devices/x86/processor.c:465 +#. /flag:wdt +#: modules/devices/x86/x86_data.c:169 +msgctxt "x86-flag" msgid "Watchdog timer" msgstr "" -#: modules/devices/x86/processor.c:466 +#. /flag:lwp +#: modules/devices/x86/x86_data.c:170 +msgctxt "x86-flag" msgid "Light Weight Profiling" msgstr "" -#: modules/devices/x86/processor.c:467 +#. /flag:fma4 +#: modules/devices/x86/x86_data.c:171 +msgctxt "x86-flag" msgid "4 operands MAC instructions" msgstr "" -#: modules/devices/x86/processor.c:468 +#. /flag:tce +#: modules/devices/x86/x86_data.c:172 +msgctxt "x86-flag" msgid "translation cache extension" msgstr "" -#: modules/devices/x86/processor.c:469 +#. /flag:nodeid_msr +#: modules/devices/x86/x86_data.c:173 +msgctxt "x86-flag" msgid "NodeId MSR" msgstr "" -#: modules/devices/x86/processor.c:470 +#. /flag:tbm +#: modules/devices/x86/x86_data.c:174 +msgctxt "x86-flag" msgid "Trailing Bit Manipulation" msgstr "" -#: modules/devices/x86/processor.c:471 +#. /flag:topoext +#: modules/devices/x86/x86_data.c:175 +msgctxt "x86-flag" msgid "Topology Extensions CPUID leafs" msgstr "" -#: modules/devices/x86/processor.c:472 +#. /flag:perfctr_core +#: modules/devices/x86/x86_data.c:176 +msgctxt "x86-flag" msgid "Core Performance Counter Extensions" msgstr "" -#: modules/devices/x86/processor.c:473 +#. /flag:perfctr_nb +#: modules/devices/x86/x86_data.c:177 +msgctxt "x86-flag" msgid "NB Performance Counter Extensions" msgstr "" -#: modules/devices/x86/processor.c:474 +#. /flag:bpext +#: modules/devices/x86/x86_data.c:178 +msgctxt "x86-flag" msgid "data breakpoint extension" msgstr "" -#: modules/devices/x86/processor.c:475 +#. /flag:ptsc +#: modules/devices/x86/x86_data.c:179 +msgctxt "x86-flag" msgid "performance time-stamp counter" msgstr "" -#: modules/devices/x86/processor.c:476 +#. /flag:perfctr_l2 +#: modules/devices/x86/x86_data.c:180 +msgctxt "x86-flag" msgid "L2 Performance Counter Extensions" msgstr "" -#: modules/devices/x86/processor.c:477 +#. /flag:mwaitx +#: modules/devices/x86/x86_data.c:181 +msgctxt "x86-flag" msgid "MWAIT extension (MONITORX/MWAITX)" msgstr "" -#: modules/devices/x86/processor.c:479 +#. /flag:cpb +#: modules/devices/x86/x86_data.c:183 +msgctxt "x86-flag" msgid "AMD Core Performance Boost" msgstr "" -#: modules/devices/x86/processor.c:480 +#. /flag:epb +#: modules/devices/x86/x86_data.c:184 +msgctxt "x86-flag" msgid "IA32_ENERGY_PERF_BIAS support" msgstr "" -#: modules/devices/x86/processor.c:481 +#. /flag:hw_pstate +#: modules/devices/x86/x86_data.c:185 +msgctxt "x86-flag" msgid "AMD HW-PState" msgstr "" -#: modules/devices/x86/processor.c:482 +#. /flag:proc_feedback +#: modules/devices/x86/x86_data.c:186 +msgctxt "x86-flag" msgid "AMD ProcFeedbackInterface" msgstr "" -#: modules/devices/x86/processor.c:483 +#. /flag:intel_pt +#: modules/devices/x86/x86_data.c:187 +msgctxt "x86-flag" msgid "Intel Processor Tracing" msgstr "" -#: modules/devices/x86/processor.c:485 +#. /flag:tpr_shadow +#: modules/devices/x86/x86_data.c:189 +msgctxt "x86-flag" msgid "Intel TPR Shadow" msgstr "" -#: modules/devices/x86/processor.c:486 +#. /flag:vnmi +#: modules/devices/x86/x86_data.c:190 +msgctxt "x86-flag" msgid "Intel Virtual NMI" msgstr "" -#: modules/devices/x86/processor.c:487 +#. /flag:flexpriority +#: modules/devices/x86/x86_data.c:191 +msgctxt "x86-flag" msgid "Intel FlexPriority" msgstr "" -#: modules/devices/x86/processor.c:488 +#. /flag:ept +#: modules/devices/x86/x86_data.c:192 +msgctxt "x86-flag" msgid "Intel Extended Page Table" msgstr "" -#: modules/devices/x86/processor.c:489 +#. /flag:vpid +#: modules/devices/x86/x86_data.c:193 +msgctxt "x86-flag" msgid "Intel Virtual Processor ID" msgstr "" -#: modules/devices/x86/processor.c:490 +#. /flag:vmmcall +#: modules/devices/x86/x86_data.c:194 +msgctxt "x86-flag" msgid "prefer VMMCALL to VMCALL" msgstr "" -#: modules/devices/x86/processor.c:492 +#. /flag:fsgsbase +#: modules/devices/x86/x86_data.c:196 +msgctxt "x86-flag" msgid "{RD/WR}{FS/GS}BASE instructions" msgstr "" -#: modules/devices/x86/processor.c:493 +#. /flag:tsc_adjust +#: modules/devices/x86/x86_data.c:197 +msgctxt "x86-flag" msgid "TSC adjustment MSR" msgstr "" -#: modules/devices/x86/processor.c:494 +#. /flag:bmi1 +#: modules/devices/x86/x86_data.c:198 +msgctxt "x86-flag" msgid "1st group bit manipulation extensions" msgstr "" -#: modules/devices/x86/processor.c:495 +#. /flag:hle +#: modules/devices/x86/x86_data.c:199 +msgctxt "x86-flag" msgid "Hardware Lock Elision" msgstr "" -#: modules/devices/x86/processor.c:496 +#. /flag:avx2 +#: modules/devices/x86/x86_data.c:200 +msgctxt "x86-flag" msgid "AVX2 instructions" msgstr "" -#: modules/devices/x86/processor.c:497 +#. /flag:smep +#: modules/devices/x86/x86_data.c:201 +msgctxt "x86-flag" msgid "Supervisor Mode Execution Protection" msgstr "" -#: modules/devices/x86/processor.c:498 +#. /flag:bmi2 +#: modules/devices/x86/x86_data.c:202 +msgctxt "x86-flag" msgid "2nd group bit manipulation extensions" msgstr "" -#: modules/devices/x86/processor.c:499 +#. /flag:erms +#: modules/devices/x86/x86_data.c:203 +msgctxt "x86-flag" msgid "Enhanced REP MOVSB/STOSB" msgstr "" -#: modules/devices/x86/processor.c:500 +#. /flag:invpcid +#: modules/devices/x86/x86_data.c:204 +msgctxt "x86-flag" msgid "Invalidate Processor Context ID" msgstr "" -#: modules/devices/x86/processor.c:501 +#. /flag:rtm +#: modules/devices/x86/x86_data.c:205 +msgctxt "x86-flag" msgid "Restricted Transactional Memory" msgstr "" -#: modules/devices/x86/processor.c:502 +#. /flag:cqm +#: modules/devices/x86/x86_data.c:206 +msgctxt "x86-flag" msgid "Cache QoS Monitoring" msgstr "" -#: modules/devices/x86/processor.c:503 +#. /flag:mpx +#: modules/devices/x86/x86_data.c:207 +msgctxt "x86-flag" msgid "Memory Protection Extension" msgstr "" -#: modules/devices/x86/processor.c:504 +#. /flag:avx512f +#: modules/devices/x86/x86_data.c:208 +msgctxt "x86-flag" msgid "AVX-512 foundation" msgstr "" -#: modules/devices/x86/processor.c:505 +#. /flag:avx512dq +#: modules/devices/x86/x86_data.c:209 +msgctxt "x86-flag" msgid "AVX-512 Double/Quad instructions" msgstr "" -#: modules/devices/x86/processor.c:506 +#. /flag:rdseed +#: modules/devices/x86/x86_data.c:210 +msgctxt "x86-flag" msgid "The RDSEED instruction" msgstr "" -#: modules/devices/x86/processor.c:507 +#. /flag:adx +#: modules/devices/x86/x86_data.c:211 +msgctxt "x86-flag" msgid "The ADCX and ADOX instructions" msgstr "" -#: modules/devices/x86/processor.c:508 +#. /flag:smap +#: modules/devices/x86/x86_data.c:212 +msgctxt "x86-flag" msgid "Supervisor Mode Access Prevention" msgstr "" -#: modules/devices/x86/processor.c:509 +#. /flag:clflushopt +#: modules/devices/x86/x86_data.c:213 +msgctxt "x86-flag" msgid "CLFLUSHOPT instruction" msgstr "" -#: modules/devices/x86/processor.c:510 +#. /flag:clwb +#: modules/devices/x86/x86_data.c:214 +msgctxt "x86-flag" msgid "CLWB instruction" msgstr "" -#: modules/devices/x86/processor.c:511 +#. /flag:avx512pf +#: modules/devices/x86/x86_data.c:215 +msgctxt "x86-flag" msgid "AVX-512 Prefetch" msgstr "" -#: modules/devices/x86/processor.c:512 +#. /flag:avx512er +#: modules/devices/x86/x86_data.c:216 +msgctxt "x86-flag" msgid "AVX-512 Exponential and Reciprocal" msgstr "" -#: modules/devices/x86/processor.c:513 +#. /flag:avx512cd +#: modules/devices/x86/x86_data.c:217 +msgctxt "x86-flag" msgid "AVX-512 Conflict Detection" msgstr "" -#: modules/devices/x86/processor.c:514 +#. /flag:sha_ni +#: modules/devices/x86/x86_data.c:218 +msgctxt "x86-flag" msgid "SHA1/SHA256 Instruction Extensions" msgstr "" -#: modules/devices/x86/processor.c:515 +#. /flag:avx512bw +#: modules/devices/x86/x86_data.c:219 +msgctxt "x86-flag" msgid "AVX-512 Byte/Word instructions" msgstr "" -#: modules/devices/x86/processor.c:516 +#. /flag:avx512vl +#: modules/devices/x86/x86_data.c:220 +msgctxt "x86-flag" msgid "AVX-512 128/256 Vector Length extensions" msgstr "" -#: modules/devices/x86/processor.c:518 +#. /flag:xsaveopt +#: modules/devices/x86/x86_data.c:222 +msgctxt "x86-flag" msgid "Optimized XSAVE" msgstr "" -#: modules/devices/x86/processor.c:519 +#. /flag:xsavec +#: modules/devices/x86/x86_data.c:223 +msgctxt "x86-flag" msgid "XSAVEC" msgstr "" -#: modules/devices/x86/processor.c:520 +#. /flag:xgetbv1 +#: modules/devices/x86/x86_data.c:224 +msgctxt "x86-flag" msgid "XGETBV with ECX = 1" msgstr "" -#: modules/devices/x86/processor.c:521 +#. /flag:xsaves +#: modules/devices/x86/x86_data.c:225 +msgctxt "x86-flag" msgid "XSAVES/XRSTORS" msgstr "" -#: modules/devices/x86/processor.c:523 +#. /flag:cqm_llc +#: modules/devices/x86/x86_data.c:227 +msgctxt "x86-flag" msgid "LLC QoS" msgstr "" -#: modules/devices/x86/processor.c:525 +#. /flag:cqm_occup_llc +#: modules/devices/x86/x86_data.c:229 +msgctxt "x86-flag" msgid "LLC occupancy monitoring" msgstr "" -#: modules/devices/x86/processor.c:526 +#. /flag:cqm_mbm_total +#: modules/devices/x86/x86_data.c:230 +msgctxt "x86-flag" msgid "LLC total MBM monitoring" msgstr "" -#: modules/devices/x86/processor.c:527 +#. /flag:cqm_mbm_local +#: modules/devices/x86/x86_data.c:231 +msgctxt "x86-flag" msgid "LLC local MBM monitoring" msgstr "" -#: modules/devices/x86/processor.c:529 +#. /flag:clzero +#: modules/devices/x86/x86_data.c:233 +msgctxt "x86-flag" msgid "CLZERO instruction" msgstr "" -#: modules/devices/x86/processor.c:530 +#. /flag:irperf +#: modules/devices/x86/x86_data.c:234 +msgctxt "x86-flag" msgid "instructions retired performance counter" msgstr "" -#: modules/devices/x86/processor.c:532 +#. /flag:dtherm +#: modules/devices/x86/x86_data.c:236 +msgctxt "x86-flag" msgid "digital thermal sensor" msgstr "" -#: modules/devices/x86/processor.c:533 +#. /flag:ida +#: modules/devices/x86/x86_data.c:237 +msgctxt "x86-flag" msgid "Intel Dynamic Acceleration" msgstr "" -#: modules/devices/x86/processor.c:534 +#. /flag:arat +#: modules/devices/x86/x86_data.c:238 +msgctxt "x86-flag" msgid "Always Running APIC Timer" msgstr "" -#: modules/devices/x86/processor.c:535 +#. /flag:pln +#: modules/devices/x86/x86_data.c:239 +msgctxt "x86-flag" msgid "Intel Power Limit Notification" msgstr "" -#: modules/devices/x86/processor.c:536 +#. /flag:pts +#: modules/devices/x86/x86_data.c:240 +msgctxt "x86-flag" msgid "Intel Package Thermal Status" msgstr "" -#: modules/devices/x86/processor.c:537 +#. /flag:hwp +#: modules/devices/x86/x86_data.c:241 +msgctxt "x86-flag" msgid "Intel Hardware P-states" msgstr "" -#: modules/devices/x86/processor.c:538 +#. /flag:hwp_notify +#: modules/devices/x86/x86_data.c:242 +msgctxt "x86-flag" msgid "HWP notification" msgstr "" -#: modules/devices/x86/processor.c:539 +#. /flag:hwp_act_window +#: modules/devices/x86/x86_data.c:243 +msgctxt "x86-flag" msgid "HWP Activity Window" msgstr "" -#: modules/devices/x86/processor.c:540 +#. /flag:hwp_epp +#: modules/devices/x86/x86_data.c:244 +msgctxt "x86-flag" msgid "HWP Energy Performance Preference" msgstr "" -#: modules/devices/x86/processor.c:541 +#. /flag:hwp_pkg_req +#: modules/devices/x86/x86_data.c:245 +msgctxt "x86-flag" msgid "HWP package-level request" msgstr "" -#: modules/devices/x86/processor.c:543 +#. /flag:npt +#: modules/devices/x86/x86_data.c:247 +msgctxt "x86-flag" msgid "AMD Nested Page Table support" msgstr "" -#: modules/devices/x86/processor.c:544 +#. /flag:lbrv +#: modules/devices/x86/x86_data.c:248 +msgctxt "x86-flag" msgid "AMD LBR Virtualization support" msgstr "" -#: modules/devices/x86/processor.c:545 +#. /flag:svm_lock +#: modules/devices/x86/x86_data.c:249 +msgctxt "x86-flag" msgid "AMD SVM locking MSR" msgstr "" -#: modules/devices/x86/processor.c:546 +#. /flag:nrip_save +#: modules/devices/x86/x86_data.c:250 +msgctxt "x86-flag" msgid "AMD SVM next_rip save" msgstr "" -#: modules/devices/x86/processor.c:547 +#. /flag:tsc_scale +#: modules/devices/x86/x86_data.c:251 +msgctxt "x86-flag" msgid "AMD TSC scaling support" msgstr "" -#: modules/devices/x86/processor.c:548 +#. /flag:vmcb_clean +#: modules/devices/x86/x86_data.c:252 +msgctxt "x86-flag" msgid "AMD VMCB clean bits support" msgstr "" -#: modules/devices/x86/processor.c:549 +#. /flag:flushbyasid +#: modules/devices/x86/x86_data.c:253 +msgctxt "x86-flag" msgid "AMD flush-by-ASID support" msgstr "" -#: modules/devices/x86/processor.c:550 +#. /flag:decodeassists +#: modules/devices/x86/x86_data.c:254 +msgctxt "x86-flag" msgid "AMD Decode Assists support" msgstr "" -#: modules/devices/x86/processor.c:551 +#. /flag:pausefilter +#: modules/devices/x86/x86_data.c:255 +msgctxt "x86-flag" msgid "AMD filtered pause intercept" msgstr "" -#: modules/devices/x86/processor.c:552 +#. /flag:pfthreshold +#: modules/devices/x86/x86_data.c:256 +msgctxt "x86-flag" msgid "AMD pause filter threshold" msgstr "" -#: modules/devices/x86/processor.c:553 +#. /flag:avic +#: modules/devices/x86/x86_data.c:257 +msgctxt "x86-flag" msgid "Virtual Interrupt Controller" msgstr "" -#: modules/devices/x86/processor.c:555 +#. /flag:pku +#: modules/devices/x86/x86_data.c:259 +msgctxt "x86-flag" msgid "Protection Keys for Userspace" msgstr "" -#: modules/devices/x86/processor.c:556 +#. /flag:ospke +#: modules/devices/x86/x86_data.c:260 +msgctxt "x86-flag" msgid "OS Protection Keys Enable" msgstr "" -#: modules/devices/x86/processor.c:558 +#. /flag:overflow_recov +#: modules/devices/x86/x86_data.c:262 +msgctxt "x86-flag" msgid "MCA overflow recovery support" msgstr "" -#: modules/devices/x86/processor.c:559 +#. /flag:succor +#: modules/devices/x86/x86_data.c:263 +msgctxt "x86-flag" msgid "uncorrectable error containment and recovery" msgstr "" -#: modules/devices/x86/processor.c:560 +#. /flag:smca +#: modules/devices/x86/x86_data.c:264 +msgctxt "x86-flag" msgid "Scalable MCA" msgstr "" -#: modules/devices/x86/processor.c:567 +#. /bug:f00f +#: modules/devices/x86/x86_data.c:267 +msgctxt "x86-flag" msgid "Intel F00F bug" msgstr "" -#: modules/devices/x86/processor.c:568 +#. /bug:fdiv +#: modules/devices/x86/x86_data.c:268 +msgctxt "x86-flag" msgid "FPU FDIV" msgstr "" -#: modules/devices/x86/processor.c:569 +#. /bug:coma +#: modules/devices/x86/x86_data.c:269 +msgctxt "x86-flag" msgid "Cyrix 6x86 coma" msgstr "" -#: modules/devices/x86/processor.c:570 +#. /bug:tlb_mmatch +#: modules/devices/x86/x86_data.c:270 +msgctxt "x86-flag" msgid "AMD Erratum 383" msgstr "" -#: modules/devices/x86/processor.c:571 modules/devices/x86/processor.c:580 +#. /bug:apic_c1e +#. /bug:amd_e400 +#: modules/devices/x86/x86_data.c:271 modules/devices/x86/x86_data.c:280 +msgctxt "x86-flag" msgid "AMD Erratum 400" msgstr "" -#: modules/devices/x86/processor.c:572 +#. /bug:11ap +#: modules/devices/x86/x86_data.c:272 +msgctxt "x86-flag" msgid "Bad local APIC aka 11AP" msgstr "" -#: modules/devices/x86/processor.c:573 +#. /bug:fxsave_leak +#: modules/devices/x86/x86_data.c:273 +msgctxt "x86-flag" msgid "FXSAVE leaks FOP/FIP/FOP" msgstr "" -#: modules/devices/x86/processor.c:574 +#. /bug:clflush_monitor +#: modules/devices/x86/x86_data.c:274 +msgctxt "x86-flag" msgid "AAI65, CLFLUSH required before MONITOR" msgstr "" -#: modules/devices/x86/processor.c:575 +#. /bug:sysret_ss_attrs +#: modules/devices/x86/x86_data.c:275 +msgctxt "x86-flag" msgid "SYSRET doesn't fix up SS attrs" msgstr "" -#: modules/devices/x86/processor.c:576 +#. /bug:espfix +#: modules/devices/x86/x86_data.c:276 +msgctxt "x86-flag" msgid "IRET to 16-bit SS corrupts ESP/RSP high bits" msgstr "" -#: modules/devices/x86/processor.c:577 +#. /bug:null_seg +#: modules/devices/x86/x86_data.c:277 +msgctxt "x86-flag" msgid "Nulling a selector preserves the base" msgstr "" -#: modules/devices/x86/processor.c:578 +#. /bug:swapgs_fence +#: modules/devices/x86/x86_data.c:278 +msgctxt "x86-flag" msgid "SWAPGS without input dep on GS" msgstr "" -#: modules/devices/x86/processor.c:579 +#. /bug:monitor +#: modules/devices/x86/x86_data.c:279 +msgctxt "x86-flag" msgid "IPI required to wake up remote CPU" msgstr "" -#: modules/devices/x86/processor.c:588 +#. /x86/kernel/cpu/powerflags.h +#. /flag:pm:ts +#: modules/devices/x86/x86_data.c:283 +msgctxt "x86-flag" msgid "temperature sensor" msgstr "" -#: modules/devices/x86/processor.c:589 +#. /flag:pm:fid +#: modules/devices/x86/x86_data.c:284 +msgctxt "x86-flag" msgid "frequency id control" msgstr "" -#: modules/devices/x86/processor.c:590 +#. /flag:pm:vid +#: modules/devices/x86/x86_data.c:285 +msgctxt "x86-flag" msgid "voltage id control" msgstr "" -#: modules/devices/x86/processor.c:591 +#. /flag:pm:ttp +#: modules/devices/x86/x86_data.c:286 +msgctxt "x86-flag" msgid "thermal trip" msgstr "" -#: modules/devices/x86/processor.c:592 +#. /flag:pm:tm +#: modules/devices/x86/x86_data.c:287 +msgctxt "x86-flag" msgid "hardware thermal control" msgstr "" -#: modules/devices/x86/processor.c:593 +#. /flag:pm:stc +#: modules/devices/x86/x86_data.c:288 +msgctxt "x86-flag" msgid "software thermal control" msgstr "" -#: modules/devices/x86/processor.c:594 +#. /flag:pm:100mhzsteps +#: modules/devices/x86/x86_data.c:289 +msgctxt "x86-flag" msgid "100 MHz multiplier control" msgstr "" -#: modules/devices/x86/processor.c:595 +#. /flag:pm:hwpstate +#: modules/devices/x86/x86_data.c:290 +msgctxt "x86-flag" msgid "hardware P-state control" msgstr "" -#: modules/devices/x86/processor.c:597 +#. /flag:pm:cpb +#: modules/devices/x86/x86_data.c:291 +msgctxt "x86-flag" msgid "core performance boost" msgstr "" -#: modules/devices/x86/processor.c:598 +#. /flag:pm:eff_freq_ro +#: modules/devices/x86/x86_data.c:292 +msgctxt "x86-flag" msgid "Readonly aperf/mperf" msgstr "" -#: modules/devices/x86/processor.c:599 +#. /flag:pm:proc_feedback +#: modules/devices/x86/x86_data.c:293 +msgctxt "x86-flag" msgid "processor feedback interface" msgstr "" -#: modules/devices/x86/processor.c:600 +#. /flag:pm:acc_power +#: modules/devices/x86/x86_data.c:294 +msgctxt "x86-flag" msgid "accumulated power mechanism" msgstr "" -#: modules/devices/x86/processor.c:739 -msgid "Model Name" +#: modules/network.c:59 +msgid "Interfaces" +msgstr "Schnittstellen" + +#: modules/network.c:60 +msgid "IP Connections" +msgstr "IP-Verbindungen" + +#: modules/network.c:61 +msgid "Routing Table" +msgstr "Routing-Tabelle" + +#: modules/network.c:62 +msgid "ARP Table" +msgstr "ARP-Tabelle" + +#: modules/network.c:63 +msgid "DNS Servers" +msgstr "DNS-Server" + +#: modules/network.c:64 +msgid "Statistics" +msgstr "Statistiken" + +#: modules/network.c:65 +msgid "Shared Directories" +msgstr "Freigegebene Verzeichnisse" + +#: modules/network.c:300 +#, c-format +msgid "" +"[ARP Table]\n" +"%s\n" +"[$ShellParam$]\n" +"ReloadInterval=3000\n" +"ColumnTitle$TextValue=IP Address\n" +"ColumnTitle$Value=Interface\n" +"ColumnTitle$Extra1=MAC Address\n" +"ShowColumnHeaders=true\n" msgstr "" +"[ARP Table]\n" +"%s\n" +"[$ShellParam$]\n" +"ReloadInterval=3000\n" +"ColumnTitle$TextValue=IP-Adresse\n" +"ColumnTitle$Value=Schnittstelle\n" +"ColumnTitle$Extra1=MAC-Adresse\n" +"ShowColumnHeaders=true\n" -#: modules/devices/x86/processor.c:740 -msgid "Family, model, stepping" -msgstr "Familie, Modell, Stufung" +#: modules/network.c:321 +#, c-format +msgid "" +"[Name servers]\n" +"%s\n" +"[$ShellParam$]\n" +"ColumnTitle$TextValue=IP Address\n" +"ColumnTitle$Value=Name\n" +"ShowColumnHeaders=true\n" +msgstr "" +"[DNS-Server]\n" +"%s\n" +"[$ShellParam$]\n" +"ColumnTitle$TextValue=IP-Adresse\n" +"ColumnTitle$Value=Name\n" +"ShowColumnHeaders=true\n" -#: modules/devices/x86/processor.c:746 -msgid "Configuration" +#: modules/network.c:331 +#, c-format +msgid "" +"[Connections]\n" +"%s\n" +"[$ShellParam$]\n" +"ReloadInterval=3000\n" +"ColumnTitle$TextValue=Local Address\n" +"ColumnTitle$Value=Protocol\n" +"ColumnTitle$Extra1=Foreign Address\n" +"ColumnTitle$Extra2=State\n" +"ShowColumnHeaders=true\n" msgstr "" +"[Connections]\n" +"%s\n" +"[$ShellParam$]\n" +"ReloadInterval=3000\n" +"ColumnTitle$TextValue=Lokale Adresse\n" +"ColumnTitle$Value=Protokoll\n" +"ColumnTitle$Extra1=Fremde Adresse\n" +"ColumnTitle$Extra2=Status\n" +"ShowColumnHeaders=true\n" -#: modules/devices/x86/processor.c:747 -msgid "Cache Size" -msgstr "Cache-Größe" +#: modules/network.c:356 +msgid "Interface" +msgstr "" -#: modules/devices/x86/processor.c:747 -msgid "kb" +#: modules/network.c:357 modules/network/net.c:477 +msgid "IP Address" msgstr "" -#: modules/devices/x86/processor.c:754 -msgid "Power Management" +#: modules/network.c:358 +msgid "Sent" msgstr "" -#: modules/devices/x86/processor.c:755 -msgid "Bug Workarounds" +#: modules/network.c:359 +msgid "Received" msgstr "" -#: modules/devices/printers.c:81 -msgid "⚬ Can do black and white printing=\n" -msgstr "⚬ Kann schwarz/weiß drucken=\n" +#: modules/network.c:365 +#, c-format +msgid "" +"[IP routing table]\n" +"%s\n" +"[$ShellParam$]\n" +"ViewType=0\n" +"ReloadInterval=3000\n" +"ColumnTitle$TextValue=Destination / Gateway\n" +"ColumnTitle$Value=Interface\n" +"ColumnTitle$Extra1=Flags\n" +"ColumnTitle$Extra2=Mask\n" +"ShowColumnHeaders=true\n" +msgstr "" +"[IP routing table]\n" +"%s\n" +"[$ShellParam$]\n" +"ViewType=0\n" +"ReloadInterval=3000\n" +"ColumnTitle$TextValue=Ziel / Vorgaberoute\n" +"ColumnTitle$Value=Schnittstelle\n" +"ColumnTitle$Extra1=Flags\n" +"ColumnTitle$Extra2=Netz-Maske\n" +"ShowColumnHeaders=true\n" -#: modules/devices/printers.c:83 -msgid "⚬ Can do color printing=\n" -msgstr "⚬ Kann farbig drucken=\n" +#: modules/network.c:403 +msgid "Network" +msgstr "Netzwerk" -#: modules/devices/printers.c:85 -msgid "⚬ Can do duplexing=\n" -msgstr "⚬ Kann zweiseitig drucken (Duplexdruck)=\n" +#: modules/network.c:436 +msgid "Gathers information about this computer's network connection" +msgstr "Sammelt Informationen über die Netzwerk-Verbindung dieses Computers" -#: modules/devices/printers.c:87 -msgid "⚬ Can do staple output=\n" -msgstr "⚬ Kann Ausdrucke stapeln=\n" +#: modules/network/net.c:72 +msgctxt "wi-op-mode" +msgid "Auto" +msgstr "" -#: modules/devices/printers.c:89 -msgid "⚬ Can do copies=\n" -msgstr "⚬ Kann kopieren=\n" +#: modules/network/net.c:73 +msgctxt "wi-op-mode" +msgid "Ad-Hoc" +msgstr "" -#: modules/devices/printers.c:91 -msgid "⚬ Can collate copies=\n" -msgstr "⚬ Kann Ausdruck sortieren=\n" +#: modules/network/net.c:74 +msgctxt "wi-op-mode" +msgid "Managed" +msgstr "" -#: modules/devices/printers.c:93 -msgid "⚬ Printer is rejecting jobs=\n" -msgstr "⚬ Drucker weist Aufträge zurück=\n" +#: modules/network/net.c:75 +msgctxt "wi-op-mode" +msgid "Master" +msgstr "" -#: modules/devices/printers.c:95 -msgid "⚬ Printer was automatically discovered and added=\n" -msgstr "⚬ Drucker wurde automatisch entdeckt und hinzugefügt=\n" +#: modules/network/net.c:76 +msgctxt "wi-op-mode" +msgid "Repeater" +msgstr "" -#: modules/devices/printers.c:110 -msgid "Idle" +#: modules/network/net.c:77 +msgctxt "wi-op-mode" +msgid "Secondary" msgstr "" -#: modules/devices/printers.c:112 -msgid "Printing a Job" +#: modules/network/net.c:78 +msgctxt "wi-op-mode" +msgid "(Unknown)" msgstr "" -#: modules/devices/printers.c:114 -msgid "Stopped" +#: modules/network/net.c:242 modules/network/net.c:262 +#: modules/network/net.c:270 +msgctxt "net-if-type" +msgid "Ethernet" msgstr "" -#: modules/devices/printers.c:138 hardinfo/hardinfo.c:56 hardinfo/hardinfo.c:57 -msgid "Yes" -msgstr "Ja" +#: modules/network/net.c:243 +msgctxt "net-if-type" +msgid "Loopback" +msgstr "" -#: modules/devices/printers.c:190 -msgid "" -"[Printers]\n" -"No suitable CUPS library found=" +#: modules/network/net.c:244 +msgctxt "net-if-type" +msgid "Point-to-Point" msgstr "" -"[Drucker]\n" -"Keine passende CUPS-Bibliothek gefunden=" -#: modules/devices/printers.c:200 -msgid "[Printers (CUPS)]\n" -msgstr "[Drucker (CUPS)]\n" +#: modules/network/net.c:245 modules/network/net.c:246 +#: modules/network/net.c:247 modules/network/net.c:248 +#: modules/network/net.c:272 +msgctxt "net-if-type" +msgid "Wireless" +msgstr "" -#: modules/devices/printers.c:263 -msgid "" -"[Printers]\n" -"No printers found=\n" +#: modules/network/net.c:249 +msgctxt "net-if-type" +msgid "Virtual Point-to-Point (TUN)" msgstr "" -"[Printers]\n" -"Keine Drucker gefunden=\n" -#: modules/devices/sparc/processor.c:67 -msgid "CPU" +#: modules/network/net.c:250 +msgctxt "net-if-type" +msgid "Ethernet (TAP)" msgstr "" -#: hardinfo/util.c:105 -#, c-format -msgid "%d day, " -msgid_plural "%d days, " -msgstr[0] "%d Tag, " -msgstr[1] "%d Tage, " +#: modules/network/net.c:251 +msgctxt "net-if-type" +msgid "Parallel Line Internet Protocol" +msgstr "" -#: hardinfo/util.c:106 -#, c-format -msgid "%d hour, " -msgid_plural "%d hours, " -msgstr[0] "%d Stunde, " -msgstr[1] "%d Stunden, " +#: modules/network/net.c:252 +msgctxt "net-if-type" +msgid "Infrared" +msgstr "" -#: hardinfo/util.c:107 hardinfo/util.c:110 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d Minute" -msgstr[1] "%d Minuten" +#: modules/network/net.c:253 modules/network/net.c:271 +msgctxt "net-if-type" +msgid "Serial Line Internet Protocol" +msgstr "" -#: hardinfo/util.c:119 -#, c-format -msgid "%.1f B" -msgstr "%.1f Byte(s)" +#: modules/network/net.c:254 +msgctxt "net-if-type" +msgid "Integrated Services Digital Network" +msgstr "" -#: hardinfo/util.c:121 -#, c-format -msgid "%.1f KiB" -msgstr "%.1f KiB" +#: modules/network/net.c:255 +msgctxt "net-if-type" +msgid "IPv6-over-IPv4 Tunnel" +msgstr "" -#: hardinfo/util.c:123 -#, c-format -msgid "%.1f MiB" -msgstr "%.1f MiB" +#: modules/network/net.c:256 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface (NAT)" +msgstr "" -#: hardinfo/util.c:125 -#, c-format -msgid "%.1f GiB" -msgstr "%.1f GiB" +#: modules/network/net.c:257 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface" +msgstr "" -#: hardinfo/util.c:127 -#, c-format -msgid "%.1f TiB" -msgstr "%.1f TiB" +#: modules/network/net.c:258 +msgctxt "net-if-type" +msgid "Personal Area Network (PAN)" +msgstr "" -#: hardinfo/util.c:129 -#, c-format -msgid "%.1f PiB" -msgstr "%.1f PiB" +#: modules/network/net.c:259 +msgctxt "net-if-type" +msgid "Bluetooth" +msgstr "" -#: hardinfo/util.c:343 -msgid "Error" -msgstr "Fehler" +#: modules/network/net.c:260 +msgctxt "net-if-type" +msgid "Bridge Interface" +msgstr "" -#: hardinfo/util.c:343 hardinfo/util.c:359 -msgid "Warning" -msgstr "Warnung" +#: modules/network/net.c:261 +msgctxt "net-if-type" +msgid "Hamachi Virtual Personal Network" +msgstr "" -#: hardinfo/util.c:358 -msgid "Fatal Error" -msgstr "Kritischer Fehler" +#: modules/network/net.c:263 +msgctxt "net-if-type" +msgid "Intermediate Functional Block" +msgstr "" -#: hardinfo/util.c:383 -msgid "creates a report and prints to standard output" +#: modules/network/net.c:264 +msgctxt "net-if-type" +msgid "GRE Network Tunnel" msgstr "" -#: hardinfo/util.c:389 -msgid "chooses a report format (text, html)" +#: modules/network/net.c:265 +msgctxt "net-if-type" +msgid "Mesh Network" msgstr "" -#: hardinfo/util.c:395 -msgid "run benchmark; requires benchmark.so to be loaded" +#: modules/network/net.c:266 +msgctxt "net-if-type" +msgid "Wireless Master Interface" msgstr "" -#: hardinfo/util.c:401 -msgid "lists modules" +#: modules/network/net.c:267 +msgctxt "net-if-type" +msgid "VirtualBox Virtual Network Interface" msgstr "" -#: hardinfo/util.c:407 -msgid "specify module to load" +#: modules/network/net.c:273 +msgctxt "net-if-type" +msgid "Wireless (WAN)" msgstr "" -#: hardinfo/util.c:413 -msgid "automatically load module dependencies" +#: modules/network/net.c:275 +msgctxt "net-if-type" +msgid "(Unknown)" msgstr "" -#: hardinfo/util.c:420 -msgid "run in XML-RPC server mode" +#: modules/network/net.c:348 modules/network/net.c:358 +msgid "Network Interfaces" msgstr "" -#: hardinfo/util.c:427 -msgid "shows program version and quit" +#: modules/network/net.c:348 +msgid "None Found" msgstr "" -#: hardinfo/util.c:432 -msgid "- System Profiler and Benchmark tool" -msgstr "- System-Profiler und Benchmark-Werkzeug" +#: modules/network/net.c:400 modules/network/net.c:422 +#: modules/network/net.c:423 +msgid "MiB" +msgstr "" -#: hardinfo/util.c:442 -#, c-format -msgid "" -"Unrecognized arguments.\n" -"Try ``%s --help'' for more information.\n" +#: modules/network/net.c:414 +msgid "Network Adapter Properties" msgstr "" -#: hardinfo/util.c:508 -#, c-format -msgid "Couldn't find a Web browser to open URL %s." -msgstr "Konnte keinen Web-Browser finden, um die URL %s zu öffnen." +#: modules/network/net.c:415 +msgid "Interface Type" +msgstr "" -#: hardinfo/util.c:855 -#, c-format -msgid "Module \"%s\" depends on module \"%s\", load it?" +#: modules/network/net.c:416 +msgid "Hardware Address (MAC)" msgstr "" -#: hardinfo/util.c:878 -#, c-format -msgid "Module \"%s\" depends on module \"%s\"." +#: modules/network/net.c:420 +msgid "MTU" msgstr "" -#: hardinfo/util.c:923 -#, c-format -msgid "No module could be loaded. Check permissions on \"%s\" and try again." +#: modules/network/net.c:421 +msgid "Transfer Details" msgstr "" -#: hardinfo/util.c:927 -msgid "" -"No module could be loaded. Please use hardinfo -l to list all available " -"modules and try again with a valid module list." +#: modules/network/net.c:422 +msgid "Bytes Received" msgstr "" -#: hardinfo/util.c:1103 -#, c-format -msgid "Scanning: %s..." +#: modules/network/net.c:423 +msgid "Bytes Sent" msgstr "" -#: hardinfo/hardinfo.c:48 -msgid "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n" -"\n" +#: modules/network/net.c:440 modules/network/net.c:462 +#: modules/network/net.c:463 +msgid "dBm" msgstr "" -#: hardinfo/hardinfo.c:50 -#, c-format -msgid "" -"Compile-time options:\n" -" Release version: %s (%s)\n" -" BinReloc enabled: %s\n" -" Data prefix: %s\n" -" Library prefix: %s\n" -" Compiled on: %s %s (%s)\n" +#: modules/network/net.c:440 +msgid "mW" msgstr "" -#: hardinfo/hardinfo.c:68 -#, c-format -msgid "" -"Failed to find runtime data.\n" -"\n" -"• Is HardInfo correctly installed?\n" -"• See if %s and %s exists and you have read permission." +#: modules/network/net.c:454 +msgid "Wireless Properties" msgstr "" -#: hardinfo/hardinfo.c:75 -#, c-format -msgid "" -"Modules:\n" -"%-20s%-15s%-12s\n" +#: modules/network/net.c:455 +msgid "Network Name (SSID)" msgstr "" -#: hardinfo/hardinfo.c:76 -msgid "File Name" +#: modules/network/net.c:456 +msgid "Bit Rate" msgstr "" -#: hardinfo/hardinfo.c:123 -#, c-format -msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +#: modules/network/net.c:456 +msgid "Mb/s" msgstr "" -#: hardinfo/hardinfo.c:151 -msgid "Don't know what to do. Exiting." +#: modules/network/net.c:457 +msgid "Transmission Power" +msgstr "" + +#: modules/network/net.c:459 +msgid "Status" +msgstr "" + +#: modules/network/net.c:460 +msgid "Link Quality" +msgstr "" + +#: modules/network/net.c:461 +msgid "Signal / Noise" +msgstr "" + +#: modules/network/net.c:476 +msgid "Internet Protocol (IPv4)" +msgstr "" + +#: modules/network/net.c:477 modules/network/net.c:478 +#: modules/network/net.c:480 +msgid "(Not set)" +msgstr "" + +#: modules/network/net.c:478 +msgid "Mask" msgstr "" +#: modules/network/net.c:479 +msgid "Broadcast Address" +msgstr "" + +#~ msgid "CPython" +#~ msgstr "CPython" + +#~ msgid "" +#~ "[$ShellParam$]\n" +#~ "UpdateInterval$Memory=1000\n" +#~ "UpdateInterval$Date/Time=1000\n" +#~ "#ReloadInterval=5000\n" +#~ "[Computer]\n" +#~ "Processor=%s\n" +#~ "Memory=...\n" +#~ "Machine Type=%s\n" +#~ "Operating System=%s\n" +#~ "User Name=%s\n" +#~ "Date/Time=...\n" +#~ "[Display]\n" +#~ "Resolution=%dx%d pixels\n" +#~ "OpenGL Renderer=%s\n" +#~ "X11 Vendor=%s\n" +#~ "\n" +#~ "%s\n" +#~ "[Input Devices]\n" +#~ "%s\n" +#~ "\n" +#~ "%s\n" +#~ "\n" +#~ "%s\n" +#~ msgstr "" +#~ "[$ShellParam$]\n" +#~ "UpdateInterval$Memory=1000\n" +#~ "UpdateInterval$Date/Time=1000\n" +#~ "#ReloadInterval=5000\n" +#~ "[Computer]\n" +#~ "Prozessor=%s\n" +#~ "Memory=...\n" +#~ "Maschinen-Typ=%s\n" +#~ "Betriebssystem=%s\n" +#~ "Benutzername=%s\n" +#~ "Date/Time=...\n" +#~ "[Anzeige]\n" +#~ "Auflösung=%dx%d Pixel\n" +#~ "OpenGL-Renderer=%s\n" +#~ "X11-Hersteller=%s\n" +#~ "\n" +#~ "%s\n" +#~ "[Eingabegeräte]\n" +#~ "%s\n" +#~ "\n" +#~ "%s\n" +#~ "\n" +#~ "%s\n" + +#~ msgid "" +#~ "%s\n" +#~ "[$ShellParam$]\n" +#~ "ReloadInterval=3000\n" +#~ "ViewType=1\n" +#~ "ColumnTitle$TextValue=Interface\n" +#~ "ColumnTitle$Value=IP Address\n" +#~ "ColumnTitle$Extra1=Sent\n" +#~ "ColumnTitle$Extra2=Received\n" +#~ "ShowColumnHeaders=true\n" +#~ "%s" +#~ msgstr "" +#~ "%s\n" +#~ "[$ShellParam$]\n" +#~ "ReloadInterval=3000\n" +#~ "ViewType=1\n" +#~ "ColumnTitle$TextValue=Schnittstelle\n" +#~ "ColumnTitle$Value=IP-Adresse\n" +#~ "ColumnTitle$Extra1=Gesendet\n" +#~ "ColumnTitle$Extra2=Empfangen\n" +#~ "ShowColumnHeaders=true\n" +#~ "%s" + +#~ msgid "%d day, " +#~ msgid_plural "%d days, " +#~ msgstr[0] "%d Tag, " +#~ msgstr[1] "%d Tage, " + +#~ msgid "%d hour, " +#~ msgid_plural "%d hours, " +#~ msgstr[0] "%d Stunde, " +#~ msgstr[1] "%d Stunden, " + #~ msgid "Contents" #~ msgstr "Inhalt" |