diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-08-16 04:32:39 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-08-16 04:32:39 -0500 |
commit | 9a9db98089717990cd5e0eef529f6bb0819ebe46 (patch) | |
tree | a9afaabce984d5fe552fa8bf1a9405db9bdd2699 /po | |
parent | 69a2124e9a081518297951256eb5c8d72d93361f (diff) |
New upstream version 0.5.1+git20170815
Diffstat (limited to 'po')
-rw-r--r-- | po/HOWTO.txt | 11 | ||||
-rw-r--r-- | po/de.po | 4467 | ||||
-rw-r--r-- | po/es.po | 4841 | ||||
-rw-r--r-- | po/fr.po | 4679 | ||||
-rw-r--r-- | po/hardinfo.pot | 4218 | ||||
-rw-r--r-- | po/ru.po | 4886 | ||||
-rw-r--r-- | po/salvage.sh | 83 | ||||
-rw-r--r-- | po/updatepo.sh | 52 |
8 files changed, 18589 insertions, 4648 deletions
diff --git a/po/HOWTO.txt b/po/HOWTO.txt index 6773d6ea..afe9a8c2 100644 --- a/po/HOWTO.txt +++ b/po/HOWTO.txt @@ -1,2 +1,9 @@ -update .pot : make pot in build/ -update .po files after .pot update : ? +Translators +=========== + +IF POSSIBLE, run `bash updatepo.sh` in the po/ directory before begining. +This will regenerate hardinfo.pot and update all the .po files. +NOTHING IS LOST if this isn't done, but it prevents wasting time translating +strings that have changed, or are no longer used. + +DO NOT use `make pot`! @@ -8,58 +8,247 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-10 10:11+0200\n" +"POT-Creation-Date: 2017-08-14 22:23-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" "Language: de\n" +"X-Poedit-Basepath: ../\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.8.7.1\n" -#: shell//callbacks.c:71 +#. / %d will be latest year of copyright +#: hardinfo/hardinfo.c:49 #, c-format -msgid "Remote: <b>%s</b>" +msgid "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n" +"\n" msgstr "" -#: shell//callbacks.c:117 -msgid "Disconnecting..." +#: hardinfo/hardinfo.c:51 +#, 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 for: %s\n" msgstr "" -#: shell//callbacks.c:120 -msgid "Unloading modules..." +#: hardinfo/hardinfo.c:57 hardinfo/hardinfo.c:58 modules/computer.c:605 +#: modules/devices/inputdevices.c:128 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "Yes" +msgstr "Ja" + +#: hardinfo/hardinfo.c:58 modules/computer.c:605 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "No" +msgstr "Nein" + +#: hardinfo/hardinfo.c:69 +#, 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 "" -#: shell//callbacks.c:123 -msgid "Loading local modules..." +#: hardinfo/hardinfo.c:76 +#, c-format +msgid "" +"Modules:\n" +"%-20s %-15s %-12s\n" msgstr "" -#: shell//callbacks.c:130 shell//callbacks.c:162 shell//shell.c:314 -#: shell//shell.c:816 shell//shell.c:1800 modules//benchmark.c:431 -#: modules//benchmark.c:439 hardinfo//util.c:1112 -msgid "Done." -msgstr "Fertig." +#: hardinfo/hardinfo.c:77 +msgid "File Name" +msgstr "" + +#: hardinfo/hardinfo.c:77 modules/computer.c:534 modules/computer.c:562 +#: modules/computer.c:630 modules/computer/languages.c:104 +#: modules/computer/modules.c:146 modules/devices/arm/processor.c:336 +#: modules/devices/ia64/processor.c:160 modules/devices/inputdevices.c:116 +#: modules/devices/pci.c:215 modules/devices/sh/processor.c:84 +#: modules/devices/x86/processor.c:455 modules/network.c:326 +msgid "Name" +msgstr "Name" + +#: hardinfo/hardinfo.c:77 modules/computer.c:296 modules/computer.c:505 +#: modules/computer.c:507 modules/computer.c:595 modules/computer.c:603 +#: modules/devices/inputdevices.c:121 +msgid "Version" +msgstr "" + +#: hardinfo/hardinfo.c:124 +#, c-format +msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +msgstr "" + +#: hardinfo/hardinfo.c:152 +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] "%d Tag" +msgstr[1] "%d Tage" + +#: hardinfo/util.c:105 modules/computer/uptime.c:54 +#, c-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d Stunde" +msgstr[1] "%d Stunden" + +#: 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] "%d Sekunde" +msgstr[1] "%d Sekunden" + +#: 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:361 +msgid "Error" +msgstr "Fehler" + +#: hardinfo/util.c:361 hardinfo/util.c:377 +msgid "Warning" +msgstr "Warnung" + +#: hardinfo/util.c:376 +msgid "Fatal Error" +msgstr "Kritischer Fehler" + +#: hardinfo/util.c:401 +msgid "creates a report and prints to standard output" +msgstr "" + +#: hardinfo/util.c:407 +msgid "chooses a report format (text, html)" +msgstr "" + +#: hardinfo/util.c:413 +msgid "run benchmark; requires benchmark.so to be loaded" +msgstr "" + +#: hardinfo/util.c:419 +msgid "lists modules" +msgstr "" -#: shell//callbacks.c:142 -msgid "Save Image" +#: hardinfo/util.c:425 +msgid "specify module to load" msgstr "" -#: shell//callbacks.c:158 -msgid "Saving image..." +#: hardinfo/util.c:431 +msgid "automatically load module dependencies" msgstr "" -#: shell//callbacks.c:236 -msgid "No context help available." +#: hardinfo/util.c:438 +msgid "run in XML-RPC server mode" +msgstr "" + +#: hardinfo/util.c:445 +msgid "shows program version and quit" msgstr "" -#: shell//callbacks.c:318 +#: hardinfo/util.c:450 +msgid "- System Profiler and Benchmark tool" +msgstr "- System-Profiler und Benchmark-Werkzeug" + +#: hardinfo/util.c:460 +#, c-format +msgid "" +"Unrecognized arguments.\n" +"Try ``%s --help'' for more information.\n" +msgstr "" + +#: hardinfo/util.c:526 +#, 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:875 +#, c-format +msgid "Module \"%s\" depends on module \"%s\", load it?" +msgstr "" + +#: hardinfo/util.c:898 +#, c-format +msgid "Module \"%s\" depends on module \"%s\"." +msgstr "" + +#: hardinfo/util.c:943 +#, c-format +msgid "No module could be loaded. Check permissions on \"%s\" and try again." +msgstr "" + +#: hardinfo/util.c:947 +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:1024 +#, c-format +msgid "Scanning: %s..." +msgstr "" + +#: hardinfo/util.c:1034 shell/shell.c:301 shell/shell.c:760 shell/shell.c:1795 +#: modules/benchmark.c:449 modules/benchmark.c:457 +msgid "Done." +msgstr "Fertig." + +#: shell/callbacks.c:117 #, c-format msgid "%s Module" msgstr "" -#: shell//callbacks.c:325 +#: shell/callbacks.c:128 #, c-format msgid "" "Written by %s\n" @@ -68,80 +257,76 @@ msgstr "" "Programmiert von %s\n" "Lizenziert unter %s" -#: shell//callbacks.c:339 +#: shell/callbacks.c:142 #, c-format msgid "No about information is associated with the %s module." msgstr "" -#: shell//callbacks.c:353 +#: shell/callbacks.c:158 msgid "Author:" msgstr "" -#: shell//callbacks.c:356 +#: shell/callbacks.c:161 msgid "Contributors:" msgstr "Mitwirkende:" -#: shell//callbacks.c:360 +#: shell/callbacks.c:166 msgid "Based on work by:" msgstr "" -#: shell//callbacks.c:361 +#: shell/callbacks.c:167 msgid "MD5 implementation by Colin Plumb (see md5.c for details)" msgstr "" -#: shell//callbacks.c:362 +#: shell/callbacks.c:168 msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" msgstr "" -#: shell//callbacks.c:363 +#: shell/callbacks.c:169 msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" msgstr "" -#: shell//callbacks.c:364 +#: shell/callbacks.c:170 msgid "Raytracing benchmark by John Walker (see fbench.c for details)" msgstr "" -#: shell//callbacks.c:365 +#: shell/callbacks.c:171 msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" msgstr "" -#: shell//callbacks.c:366 +#: shell/callbacks.c:172 msgid "Some code partly based on x86cpucaps by Osamu Kayasono" msgstr "" -#: shell//callbacks.c:367 +#: shell/callbacks.c:173 msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" msgstr "" -#: shell//callbacks.c:368 +#: shell/callbacks.c:174 msgid "DMI support based on code by Stewart Adam" msgstr "" -#: shell//callbacks.c:369 +#: shell/callbacks.c:175 msgid "SCSI support based on code by Pascal F. Martin" msgstr "" -#: shell//callbacks.c:373 -msgid "Jakub Szypulka" -msgstr "Jakub Szypulka" - -#: shell//callbacks.c:374 +#: shell/callbacks.c:180 msgid "Tango Project" msgstr "" -#: shell//callbacks.c:375 +#: shell/callbacks.c:181 msgid "The GNOME Project" msgstr "" -#: shell//callbacks.c:376 +#: shell/callbacks.c:182 msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" msgstr "" -#: shell//callbacks.c:387 +#: shell/callbacks.c:200 msgid "System information and benchmark tool" msgstr "System-Informationen und Benchmark-Werkzeug" -#: shell//callbacks.c:392 +#: shell/callbacks.c:205 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 " @@ -157,143 +342,115 @@ msgid "" "Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" msgstr "" -#: shell//menu.c:35 +#: shell/callbacks.c:220 +msgid "translator-credits" +msgstr "" + +#: shell/menu.c:35 msgid "_Information" msgstr "_Informationen" -#: shell//menu.c:36 +#: shell/menu.c:36 msgid "_Remote" msgstr "" -#: shell//menu.c:37 +#: shell/menu.c:37 msgid "_View" msgstr "_Ansicht" -#: shell//menu.c:38 +#: shell/menu.c:38 msgid "_Help" msgstr "_Hilfe" -#: shell//menu.c:39 +#: shell/menu.c:39 msgid "About _Modules" msgstr "Über _Module" -#: shell//menu.c:43 +#: shell/menu.c:43 msgid "Generate _Report" msgstr "_Bericht generieren" -#: shell//menu.c:48 +#: shell/menu.c:48 msgid "_Network Updater..." msgstr "_Netzwerk-Updater…" -#: shell//menu.c:53 +#: shell/menu.c:53 msgid "_Open..." msgstr "" -#: shell//menu.c:58 -msgid "_Connect to..." -msgstr "" - -#: shell//menu.c:63 -msgid "_Manage hosts..." -msgstr "" - -#: shell//menu.c:68 -msgid "_Local computer" -msgstr "" - -#: shell//menu.c:73 +#: shell/menu.c:58 msgid "_Copy to Clipboard" msgstr "In die Zwischenablage _kopieren" -#: shell//menu.c:74 +#: shell/menu.c:59 msgid "Copy to clipboard" msgstr "In die Zwischenablage kopieren" -#: shell//menu.c:78 -msgid "_Save image as..." -msgstr "" - -#: shell//menu.c:83 +#: shell/menu.c:63 msgid "_Refresh" msgstr "_Aktualisieren" -#: shell//menu.c:88 -msgid "Contents" -msgstr "Inhalt" - -#: shell//menu.c:93 shell//shell.c:1794 shell//shell.c:1811 -msgid "Context help" -msgstr "Kontexthilfe" - -#: shell//menu.c:98 +#: shell/menu.c:68 msgid "_Open HardInfo Web Site" msgstr "HardInfo-_Webseite öffnen" -#: shell//menu.c:103 +#: shell/menu.c:73 msgid "_Report bug" msgstr "Fehler _melden" -#: shell//menu.c:108 -msgid "_Donate to the project" -msgstr "_Spende zum Projekt" - -#: shell//menu.c:113 +#: shell/menu.c:78 msgid "_About HardInfo" msgstr "_Über HardInfo" -#: shell//menu.c:114 +#: shell/menu.c:79 msgid "Displays program version information" msgstr "" -#: shell//menu.c:118 +#: shell/menu.c:83 msgid "_Quit" msgstr "_Beenden" -#: shell//menu.c:125 +#: shell/menu.c:90 msgid "_Side Pane" msgstr "_Seitenleiste" -#: shell//menu.c:126 +#: shell/menu.c:91 msgid "Toggles side pane visibility" msgstr "" -#: shell//menu.c:129 +#: shell/menu.c:94 msgid "_Toolbar" msgstr "_Symbolleiste" -#: shell//menu.c:133 -msgid "_Accept connections" -msgstr "" - -#: shell//report.c:492 +#: shell/report.c:494 shell/report.c:502 msgid "Save File" msgstr "Datei speichern" -#: shell//report.c:616 +#: shell/report.c:629 msgid "Cannot create ReportContext. Programming bug?" msgstr "" -#: shell//report.c:634 +#: shell/report.c:648 msgid "Open the report with your web browser?" msgstr "Den Bericht in deinem Webbrowser öffnen?" -#: shell//report.c:662 +#: shell/report.c:682 msgid "Generating report..." msgstr "Generiere Bericht…" -#: shell//report.c:672 +#: shell/report.c:692 msgid "Report saved." msgstr "Bericht gespeichert." -#: shell//report.c:674 +#: shell/report.c:694 msgid "Error while creating the report." msgstr "Fehler beim Erzeugen des Berichts." -#: shell//report.c:776 +#: shell/report.c:796 msgid "Generate Report" msgstr "Bericht generieren" -#: shell//report.c:793 +#: shell/report.c:821 msgid "" "<big><b>Generate Report</b></big>\n" "Please choose the information that you wish to view in your report:" @@ -301,41 +458,45 @@ msgstr "" "<big><b>Bericht generieren</b></big>\n" "Bitte wähle die Informationen, die du in deinen Bereich einbeziehen möchtest:" -#: shell//report.c:853 +#: shell/report.c:893 msgid "Select _None" msgstr "_Nichts auswählen" -#: shell//report.c:860 +#: shell/report.c:904 msgid "Select _All" msgstr "_Alles auswählen" -#: shell//report.c:878 +#: shell/report.c:929 shell/syncmanager.c:748 +msgid "_Cancel" +msgstr "" + +#: shell/report.c:939 msgid "_Generate" msgstr "_Generieren" -#: shell//shell.c:407 +#: shell/shell.c:402 #, c-format msgid "%s - System Information" msgstr "%s - System-Informationen" -#: shell//shell.c:412 +#: shell/shell.c:407 msgid "System Information" msgstr "System-Informationen" -#: shell//shell.c:803 +#: shell/shell.c:747 msgid "Loading modules..." msgstr "" -#: shell//shell.c:1654 +#: shell/shell.c:1660 #, c-format msgid "<b>%s → Summary</b>" msgstr "<b>%s → Zusammenfassung</b>" -#: shell//shell.c:1762 +#: shell/shell.c:1769 msgid "Updating..." msgstr "Aktualisiere…" -#: shell//syncmanager.c:69 +#: shell/syncmanager.c:69 msgid "" "<big><b>Synchronize with Central Database</b></big>\n" "The following information may be synchronized with the HardInfo central " @@ -345,7 +506,7 @@ msgstr "" "Die folgenden Informationen können mit der zentralen HardInfo-Datenbank " "synchronisiert werden." -#: shell//syncmanager.c:72 +#: shell/syncmanager.c:72 msgid "" "<big><b>Synchronizing</b></big>\n" "This may take some time." @@ -353,46 +514,44 @@ msgstr "" "<big><b>Synchronisiere</b></big>\n" "Dies kann kurz dauern." -#: shell//syncmanager.c:132 +#: shell/syncmanager.c:132 msgid "" "HardInfo was compiled without libsoup support. (Network Updater requires it.)" msgstr "" -#: shell//syncmanager.c:161 shell//syncmanager.c:185 +#: shell/syncmanager.c:161 shell/syncmanager.c:189 #, c-format msgid "%s (error #%d)" msgstr "%s (Fehlercode #%d)" -#: shell//syncmanager.c:170 shell//syncmanager.c:194 +#: shell/syncmanager.c:170 shell/syncmanager.c:198 msgid "Could not parse XML-RPC response" msgstr "" -#: shell//syncmanager.c:267 +#: shell/syncmanager.c:280 #, c-format msgid "" "Server says it supports API version %d, but this version of HardInfo only " "supports API version %d." msgstr "" -#: shell//syncmanager.c:362 +#: shell/syncmanager.c:375 msgid "Contacting HardInfo Central Database" msgstr "Kontaktiere zentrale HardInfo-Datenbank" -#: shell//syncmanager.c:363 +#: shell/syncmanager.c:376 msgid "Cleaning up" msgstr "Aufräumen" -#: shell//syncmanager.c:480 -#, c-format -msgid "<s>%s</s> <i>(canceled)</i>" -msgstr "<s>%s</s> <i>(abgebrochen)</i>" +#: shell/syncmanager.c:493 +msgid "(canceled)" +msgstr "(abgebrochen)" -#: shell//syncmanager.c:497 -#, c-format -msgid "<b><s>%s</s></b> <i>(failed)</i>" -msgstr "<b><s>%s</s></b> <i>(gescheitert)</i>" +#: shell/syncmanager.c:510 +msgid "(failed)" +msgstr "(gescheitert)" -#: shell//syncmanager.c:509 +#: shell/syncmanager.c:521 #, c-format msgid "" "Failed while performing \"%s\". Please file a bug report if this problem " @@ -401,671 +560,1091 @@ msgid "" "Details: %s" msgstr "" -#: shell//syncmanager.c:518 +#: shell/syncmanager.c:530 #, c-format msgid "" "Failed while performing \"%s\". Please file a bug report if this problem " "persists. (Use the Help→Report bug option.)" msgstr "" -#: shell//syncmanager.c:646 +#: shell/syncmanager.c:658 msgid "Network Updater" msgstr "Netzwerk-Updater" -#: shell//syncmanager.c:727 +#: shell/syncmanager.c:757 msgid "_Synchronize" msgstr "_Synchronisieren" -#: modules//benchmark.c:50 +#: modules/benchmark.c:52 msgid "CPU Blowfish" msgstr "CPU Blowfish" -#: modules//benchmark.c:51 +#: modules/benchmark.c:53 msgid "CPU CryptoHash" msgstr "CPU Crypto-Hash" -#: modules//benchmark.c:52 +#: modules/benchmark.c:54 msgid "CPU Fibonacci" msgstr "CPU Fibonacci" -#: modules//benchmark.c:53 +#: modules/benchmark.c:55 msgid "CPU N-Queens" msgstr "CPU Damenproblem" -#: modules//benchmark.c:54 +#: modules/benchmark.c:56 +msgid "CPU Zlib" +msgstr "" + +#: modules/benchmark.c:57 msgid "FPU FFT" msgstr "FPU FFT" -#: modules//benchmark.c:55 +#: modules/benchmark.c:58 msgid "FPU Raytracing" msgstr "FPU Raytracing" -#: modules//benchmark.c:56 +#: modules/benchmark.c:60 msgid "GPU Drawing" msgstr "GPU Zeichnen" -#: modules//benchmark.c:222 -#, 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/benchmark.c:239 modules/benchmark.c:255 +msgid "CPU Config" 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:235 -#, 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/benchmark.c:239 modules/benchmark.c:255 +msgid "Results" +msgstr "Ergebnisse" + +#: modules/benchmark.c:239 modules/benchmark.c:255 modules/computer.c:751 +#: modules/devices/sparc/processor.c:75 +msgid "CPU" 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:363 +#: modules/benchmark.c:381 #, c-format msgid "Benchmarking: <b>%s</b>." msgstr "Benchmarke: <b>%s</b>." -#: modules//benchmark.c:377 +#: modules/benchmark.c:395 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:381 +#: modules/benchmark.c:399 msgid "Cancel" msgstr "Abbrechen" -#: modules//benchmark.c:511 +#: modules/benchmark.c:536 msgid "Results in MiB/second. Higher is better." msgstr "Ergebnisse in MiB/Sekunde. Höhere Werte sind besser." -#: modules//benchmark.c:514 +#: modules/benchmark.c:540 msgid "Results in HIMarks. Higher is better." msgstr "Ergebnisse in HIMarks. Höhere Werte sind besser." -#: modules//benchmark.c:521 +#: modules/benchmark.c:547 msgid "Results in seconds. Lower is better." msgstr "Ergebnisse in Sekunden. Niedrigere Werte sind besser." -#: modules//benchmark.c:529 +#: modules/benchmark.c:555 msgid "Benchmarks" msgstr "Benchmarks" -#: modules//benchmark.c:547 +#: modules/benchmark.c:573 msgid "Perform tasks and compare with other systems" msgstr "Erledigt Aufgaben und vergleicht die Ergebnisse mit anderen Systemen" -#: modules//benchmark.c:634 +#: modules/benchmark.c:663 msgid "Send benchmark results" msgstr "Übermittle Benchmark-Ergebnisse" -#: modules//benchmark.c:639 +#: modules/benchmark.c:668 msgid "Receive benchmark results" msgstr "Lade Benchmark-Ergebnisse" -#: modules//computer.c:68 +#: modules/computer/alsa.c:26 modules/computer.c:489 +msgid "Audio Devices" +msgstr "Audio-Geräte" + +#: modules/computer/alsa.c:34 +msgid "Audio Adapter" +msgstr "" + +#: modules/computer/boots.c:33 modules/computer.c:73 modules/computer.c:546 +msgid "Boots" +msgstr "Systemstarts" + +#: modules/computer.c:70 msgid "Summary" msgstr "Zusammenfassung" -#: modules//computer.c:69 +#: modules/computer.c:71 modules/computer.c:476 modules/computer.c:750 msgid "Operating System" msgstr "Betriebssystem" -#: modules//computer.c:70 +#: modules/computer.c:72 msgid "Kernel Modules" msgstr "Kernel-Module" -#: modules//computer.c:71 -msgid "Boots" -msgstr "Systemstarts" - -#: modules//computer.c:72 +#: modules/computer.c:74 msgid "Languages" msgstr "Sprachen" -#: modules//computer.c:73 +#: modules/computer.c:75 msgid "Filesystems" msgstr "Dateisysteme" -#: modules//computer.c:74 +#: modules/computer.c:76 modules/computer.c:481 modules/computer.c:590 msgid "Display" msgstr "Anzeige" -#: modules//computer.c:75 +#: modules/computer.c:77 modules/computer/environment.c:32 msgid "Environment Variables" msgstr "Umgebungsvariablen" -#: modules//computer.c:77 +#: modules/computer.c:79 msgid "Development" msgstr "Entwicklung" -#: modules//computer.c:79 +#: modules/computer.c:81 modules/computer.c:617 msgid "Users" msgstr "Benutzer" -#: modules//computer.c:80 +#: modules/computer.c:82 msgid "Groups" msgstr "Gruppen" -#: modules//computer.c:104 +#: modules/computer.c:104 modules/computer.c:473 modules/devices.c:96 +#: modules/devices/pci.c:149 +msgid "Memory" +msgstr "Hauptspeicher" + +#: modules/computer.c:106 #, c-format msgid "%dMB (%dMB used)" msgstr "" -#: modules//computer.c:200 +#: modules/computer.c:108 modules/computer.c:520 +msgid "Uptime" +msgstr "" + +#: modules/computer.c:110 modules/computer.c:478 +msgid "Date/Time" +msgstr "" + +#: modules/computer.c:115 modules/computer.c:521 +msgid "Load Average" +msgstr "" + +#: modules/computer.c:117 modules/computer.c:522 +msgid "Available entropy in /dev/random" +msgstr "" + +#: modules/computer.c:203 msgid "Scripting Languages" msgstr "Script-Sprachen" -#: modules//computer.c:201 -msgid "CPython" -msgstr "CPython" +#: modules/computer.c:204 +msgid "Gambas3 (gbr3)" +msgstr "" + +#: modules/computer.c:205 +msgid "Python" +msgstr "" + +#: modules/computer.c:206 +msgid "Python2" +msgstr "" -#: modules//computer.c:202 +#: modules/computer.c:207 +msgid "Python3" +msgstr "" + +#: modules/computer.c:208 msgid "Perl" msgstr "Perl" -#: modules//computer.c:203 +#: modules/computer.c:209 +msgid "Perl6 (VM)" +msgstr "" + +#: modules/computer.c:210 +msgid "Perl6" +msgstr "" + +#: modules/computer.c:211 msgid "PHP" msgstr "PHP" -#: modules//computer.c:204 +#: modules/computer.c:212 msgid "Ruby" msgstr "Ruby" -#: modules//computer.c:205 +#: modules/computer.c:213 msgid "Bash" msgstr "Bash" -#: modules//computer.c:206 +#: modules/computer.c:214 msgid "Compilers" msgstr "Compiler" -#: modules//computer.c:207 +#: modules/computer.c:215 msgid "C (GCC)" msgstr "C (GCC)" -#: modules//computer.c:208 +#: modules/computer.c:216 msgid "C (Clang)" msgstr "C (Clang)" -#: modules//computer.c:209 +#: modules/computer.c:217 msgid "D (dmd)" msgstr "D (dmd)" -#: modules//computer.c:210 +#: modules/computer.c:218 +msgid "Gambas3 (gbc3)" +msgstr "" + +#: modules/computer.c:219 msgid "Java" msgstr "Java" -#: modules//computer.c:211 +#: modules/computer.c:220 msgid "CSharp (Mono, old)" msgstr "CSharp (Mono, old)" -#: modules//computer.c:212 +#: modules/computer.c:221 msgid "CSharp (Mono)" msgstr "CSharp (Mono)" -#: modules//computer.c:213 +#: modules/computer.c:222 msgid "Vala" msgstr "Vala" -#: modules//computer.c:214 +#: modules/computer.c:223 msgid "Haskell (GHC)" msgstr "Haskell (GHC)" -#: modules//computer.c:215 +#: modules/computer.c:224 msgid "FreePascal" msgstr "FreePascal" -#: modules//computer.c:216 +#: modules/computer.c:225 +msgid "Go" +msgstr "" + +#: modules/computer.c:226 msgid "Tools" msgstr "Werkzeug-Programme" -#: modules//computer.c:217 +#: modules/computer.c:227 msgid "make" msgstr "make" -#: modules//computer.c:218 +#: modules/computer.c:228 msgid "GDB" msgstr "GDB" -#: modules//computer.c:219 +#: modules/computer.c:229 msgid "strace" msgstr "strace" -#: modules//computer.c:220 +#: modules/computer.c:230 msgid "valgrind" msgstr "valgrind" -#: modules//computer.c:221 +#: modules/computer.c:231 msgid "QMake" msgstr "QMake" -#: modules//computer.c:264 -#, c-format -msgid "%s=Not found\n" -msgstr "%s=Nicht gefunden\n" +#: modules/computer.c:232 +msgid "CMake" +msgstr "" -#: modules//computer.c:267 +#: modules/computer.c:233 +msgid "Gambas3 IDE" +msgstr "" + +#: modules/computer.c:274 +msgid "Not found" +msgstr "Nicht gefunden" + +#: modules/computer.c:279 #, c-format msgid "Detecting version: %s" msgstr "" -#: modules//computer.c:278 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Program\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" +#: modules/computer.c:296 +msgid "Program" +msgstr "Programm" + +#: modules/computer.c:308 +msgid "Invalid chassis type (0)" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Programm\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" -#: modules//computer.c:358 -msgid "Physical machine" -msgstr "Physikalische Maschine" +#: modules/computer.c:309 modules/computer.c:310 +msgid "Unknown chassis type" +msgstr "" -#: modules//computer.c:375 -#, 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" +#: modules/computer.c:311 +msgid "Desktop" 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:417 -#, fuzzy, c-format -msgid "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=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=..." +#: modules/computer.c:312 +msgid "Low-profile Desktop" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=1000\n" -"[Version]\n" -"Kernel=%s\n" -"Version=%s\n" -"C-Library=%s\n" -"Distribution=%s\n" -"[Aktuelle Sitzung]\n" -"Computername=%s\n" -"Benutzername=%s\n" -"#Sprache=%s\n" -"Stammverzeichnis=%s\n" -"Desktop-Umgebung=%s\n" -"[Verschiedenes]\n" -"Uptime=...\n" -"Load Average=..." - -#: modules//computer.c:446 -#, c-format -msgid "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Description\n" -"ShowColumnHeaders=true\n" -msgstr "" -"[Geladene Module]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Beschreibung\n" -"ShowColumnHeaders=true\n" - -#: modules//computer.c:457 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Date & Time\n" -"ColumnTitle$Value=Kernel Version\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" + +#: modules/computer.c:313 +msgid "Pizza Box" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Datum & Uhrzeit\n" -"ColumnTitle$Value=Kernel-Version\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" -#: modules//computer.c:467 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Language Code\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" +#: modules/computer.c:314 +msgid "Mini Tower" msgstr "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Sprach-Code\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" -#: modules//computer.c:478 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Mount Point\n" -"ColumnTitle$Progress=Usage\n" -"ColumnTitle$TextValue=Device\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" +#: modules/computer.c:315 +msgid "Tower" msgstr "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Mount-Punkt\n" -"ColumnTitle$Progress=Verwendung\n" -"ColumnTitle$TextValue=Gerät\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" - -#: modules//computer.c:492 -#, c-format -msgid "" -"[Display]\n" -"Resolution=%dx%d pixels\n" -"Vendor=%s\n" -"Version=%s\n" -"[Monitors]\n" -"%s[Extensions]\n" -"%s[OpenGL]\n" -"Vendor=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct Rendering=%s\n" -msgstr "" -"[Anzeige]\n" -"Auflösung=%dx%d Pixel\n" -"Hersteller=%s\n" -"Version=%s\n" -"[Bildschirme]\n" -"%s[Erweiterungen]\n" -"%s[OpenGL]\n" -"Hersteller=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct-Rendering=%s\n" -#: modules//computer.c:514 -msgid "Y_es" -msgstr "_Ja" +#: modules/computer.c:316 +msgid "Portable" +msgstr "" -#: modules//computer.c:514 modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:63 -msgid "No" -msgstr "Nein" +#: modules/computer.c:317 modules/computer.c:341 modules/computer.c:350 +#: modules/computer.c:372 +msgid "Laptop" +msgstr "" -#: modules//computer.c:528 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Group ID\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" +#: modules/computer.c:318 +msgid "Notebook" msgstr "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Gruppen-ID\n" -"ShowColumnHeaders=true\n" -"[Gruppen]\n" -"%s\n" - -#: modules//computer.c:608 + +#: modules/computer.c:319 +msgid "Handheld" +msgstr "" + +#: modules/computer.c:320 +msgid "Docking Station" +msgstr "" + +#: modules/computer.c:321 +msgid "All-in-one" +msgstr "" + +#: modules/computer.c:322 +msgid "Subnotebook" +msgstr "" + +#: modules/computer.c:323 +msgid "Space-saving" +msgstr "" + +#: modules/computer.c:324 +msgid "Lunch Box" +msgstr "" + +#: modules/computer.c:325 +msgid "Main Server Chassis" +msgstr "" + +#: modules/computer.c:326 +msgid "Expansion Chassis" +msgstr "" + +#: modules/computer.c:327 +msgid "Sub Chassis" +msgstr "" + +#: modules/computer.c:328 +msgid "Bus Expansion Chassis" +msgstr "" + +#: modules/computer.c:329 +msgid "Peripheral Chassis" +msgstr "" + +#: modules/computer.c:330 +msgid "RAID Chassis" +msgstr "" + +#: modules/computer.c:331 +msgid "Rack Mount Chassis" +msgstr "" + +#: modules/computer.c:332 +msgid "Sealed-case PC" +msgstr "" + +#. /proc/apm +#. FIXME: use dmidecode if available to get chassis type +#: modules/computer.c:386 +msgid "Unknown physical machine type" +msgstr "" + +#: modules/computer.c:470 modules/computer.c:709 msgid "Computer" msgstr "Computer" -#: modules//computer.c:702 -msgid "Gathers high-level computer information" -msgstr "Sammelt high-level Computer-Informationen" +#: modules/computer.c:471 modules/devices/alpha/processor.c:87 +#: modules/devices/arm/processor.c:236 modules/devices.c:95 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:83 +#: modules/devices/mips/processor.c:74 modules/devices/parisc/processor.c:154 +#: modules/devices/ppc/processor.c:157 modules/devices/riscv/processor.c:181 +#: modules/devices/s390/processor.c:131 modules/devices/sh/processor.c:83 +#: modules/devices/sparc/processor.c:74 modules/devices/x86/processor.c:409 +msgid "Processor" +msgstr "Prozessor" -#: modules//computer/alsa.c:26 -msgid "[Audio Devices]\n" -msgstr "[Audio-Geräte]\n" +#: modules/computer.c:474 +msgid "Machine Type" +msgstr "Maschinen-Typ" -#: modules//computer/alsa.c:33 +#: modules/computer.c:477 modules/computer.c:514 +msgid "User Name" +msgstr "Benutzername" + +#: modules/computer.c:482 modules/computer.c:591 +msgid "Resolution" +msgstr "Auflösung" + +#: modules/computer.c:483 modules/computer.c:592 #, c-format -msgid "Audio Adapter#%d=%s\n" +msgid "%dx%d pixels" +msgstr "" + +#: modules/computer.c:485 +msgid "OpenGL Renderer" +msgstr "OpenGL-Renderer" + +#: modules/computer.c:486 +msgid "X11 Vendor" +msgstr "X11-Hersteller" + +#: modules/computer.c:491 modules/devices.c:102 +msgid "Input Devices" +msgstr "Eingabegeräte" + +#: modules/computer.c:493 modules/computer.c:752 modules/devices.c:99 +msgid "Printers" +msgstr "Drucker" + +#: modules/computer.c:495 modules/computer.c:752 modules/devices.c:103 +msgid "Storage" +msgstr "Speicher" + +#: modules/computer.c:506 +msgid "Kernel" +msgstr "" + +#: modules/computer.c:508 +msgid "C Library" +msgstr "C-Library" + +#: modules/computer.c:509 +msgid "Distribution" +msgstr "" + +#: modules/computer.c:512 +msgid "Current Session" +msgstr "Aktuelle Sitzung" + +#: modules/computer.c:513 +msgid "Computer Name" +msgstr "Computername" + +#: modules/computer.c:515 modules/computer/languages.c:108 +msgid "Language" +msgstr "Sprache" + +#: modules/computer.c:516 modules/computer/users.c:50 +msgid "Home Directory" +msgstr "Stammverzeichnis" + +#: modules/computer.c:519 modules/devices/usb.c:87 modules/devices/usb.c:234 +#: modules/devices/usb.c:351 +msgid "Misc" +msgstr "Verschiedenes" + +#: modules/computer.c:532 +msgid "Loaded Modules" +msgstr "Geladene Module" + +#: modules/computer.c:535 modules/computer/modules.c:145 +#: modules/computer/modules.c:147 modules/devices/arm/processor.c:337 +#: modules/devices.c:559 modules/devices/x86/processor.c:456 +msgid "Description" +msgstr "Beschreibung" + +#: modules/computer.c:548 +msgid "Date & Time" +msgstr "Datum & Uhrzeit" + +#: modules/computer.c:549 +msgid "Kernel Version" +msgstr "Kernel-Version" + +#: modules/computer.c:559 +msgid "Available Languages" +msgstr "" + +#: modules/computer.c:561 +msgid "Language Code" +msgstr "Sprach-Code" + +#: modules/computer.c:573 +msgid "Mounted File Systems" +msgstr "" + +#: modules/computer.c:575 modules/computer/filesystem.c:85 +msgid "Mount Point" +msgstr "Mount-Punkt" + +#: modules/computer.c:576 +msgid "Usage" +msgstr "Verwendung" + +#: modules/computer.c:577 +msgid "Device" +msgstr "Gerät" + +#: modules/computer.c:594 modules/computer.c:601 +#: modules/devices/ia64/processor.c:161 modules/devices/inputdevices.c:119 +#: modules/devices/pci.c:225 modules/devices/usb.c:349 +#: modules/devices/x86/processor.c:416 +msgid "Vendor" +msgstr "Hersteller" + +#: modules/computer.c:598 +msgid "Monitors" +msgstr "Bildschirme" + +#: modules/computer.c:600 +msgid "OpenGL" +msgstr "" + +#: modules/computer.c:602 +msgid "Renderer" +msgstr "" + +#: modules/computer.c:604 +msgid "Direct Rendering" +msgstr "Direct-Rendering" + +#: modules/computer.c:608 +msgid "Extensions" +msgstr "Erweiterungen" + +#: modules/computer.c:628 +msgid "Group" msgstr "" -#: modules//computer/boots.c:33 -msgid "[Boots]\n" -msgstr "[Systemstarts]\n" +#: modules/computer.c:631 modules/computer/users.c:49 +msgid "Group ID" +msgstr "Gruppen-ID" -#: modules//computer/display.c:122 +#: modules/computer.c:751 +msgid "RAM" +msgstr "" + +#: modules/computer.c:751 modules/devices/devicetree/pmac_data.c:82 +msgid "Motherboard" +msgstr "" + +#: modules/computer.c:751 +msgid "Graphics" +msgstr "" + +#: modules/computer.c:752 +msgid "Audio" +msgstr "" + +#: modules/computer.c:807 +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/environment.c:32 -msgid "[Environment Variables]\n" -msgstr "[Umgebungsvariablen]\n" +#: modules/computer/filesystem.c:83 +msgid "Filesystem" +msgstr "" + +#: modules/computer/filesystem.c:84 +msgid "Mounted As" +msgstr "" -#: modules//computer/os.c:57 -#, c-format -msgid "GNU C Library version %s (%sstable)" +#: modules/computer/filesystem.c:84 +msgid "Read-Write" +msgstr "" + +#: modules/computer/filesystem.c:84 +msgid "Read-Only" +msgstr "" + +#: modules/computer/filesystem.c:86 modules/devices/spd-decode.c:1510 +msgid "Size" +msgstr "" + +#: modules/computer/filesystem.c:87 +msgid "Used" +msgstr "" + +#: modules/computer/filesystem.c:88 +msgid "Available" +msgstr "" + +#: modules/computer/languages.c:103 +msgid "Locale Information" +msgstr "" + +#: modules/computer/languages.c:105 +msgid "Source" +msgstr "" + +#: modules/computer/languages.c:106 +msgid "Address" +msgstr "" + +#: modules/computer/languages.c:107 +msgid "E-mail" +msgstr "" + +#: modules/computer/languages.c:109 +msgid "Territory" msgstr "" -#: modules//computer/os.c:59 -msgid "un" +#: modules/computer/languages.c:110 modules/devices/arm/processor.c:250 +#: modules/devices/ia64/processor.c:166 modules/devices/ppc/processor.c:159 +#: modules/devices/usb.c:236 +msgid "Revision" msgstr "" -#: modules//computer/os.c:61 modules//computer/os.c:138 modules//devices.c:154 -#: modules//devices.c:197 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 +#: modules/computer/languages.c:111 +msgid "Date" +msgstr "" + +#: modules/computer/languages.c:112 +msgid "Codeset" +msgstr "" + +#: modules/computer/loadavg.c:64 +msgid "Couldn't obtain load average" +msgstr "" + +#: modules/computer/modules.c:125 modules/computer/modules.c:126 +#: modules/computer/modules.c:127 modules/computer/modules.c:128 +#: modules/computer/modules.c:129 +msgid "(Not available)" +msgstr "" + +#: modules/computer/modules.c:142 +msgid "Module Information" +msgstr "" + +#: modules/computer/modules.c:143 +msgid "Path" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "Used Memory" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "KiB" +msgstr "" + +#: modules/computer/modules.c:148 +msgid "Version Magic" +msgstr "" + +#: modules/computer/modules.c:149 +msgid "Copyright" +msgstr "" + +#: modules/computer/modules.c:150 +msgid "Author" +msgstr "" + +#: modules/computer/modules.c:151 +msgid "License" +msgstr "" + +#: modules/computer/modules.c:158 +msgid "Dependencies" +msgstr "" + +#: modules/computer/os.c:35 modules/computer/os.c:36 modules/computer/os.c:37 +#: modules/computer/os.c:38 +msgid "GNU C Library" +msgstr "" + +#: modules/computer/os.c:39 +msgid "uClibc or uClibc-ng" +msgstr "" + +#: modules/computer/os.c:40 +msgid "diet libc" +msgstr "" + +#: modules/computer/os.c:78 modules/computer/os.c:234 modules/computer/os.c:359 +#: modules/devices.c:333 modules/devices.c:387 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//computer/os.c:80 +#: modules/computer/os.c:112 modules/computer/os.c:115 +msgid "GNOME Shell " +msgstr "" + +#: modules/computer/os.c:123 modules/computer/os.c:126 +msgid "Version: " +msgstr "" + +#: modules/computer/os.c:157 +#, c-format +msgid "Unknown (Window Manager: %s)" +msgstr "" + +#. /{desktop environment} on {session type} +#: modules/computer/os.c:168 #, c-format -msgid "Version: %s" +msgid "%s on %s" msgstr "" -#: modules//computer/os.c:114 +#: modules/computer/os.c:232 msgid "Terminal" msgstr "" -#: modules//computer/os.c:134 +#. /bits of entropy for rng (0) +#: modules/computer/os.c:241 +msgid "(None or not available)" +msgstr "" + +#. /bits of entropy for rng (low/poor value) +#: modules/computer/os.c:242 #, c-format -msgid "Unknown (Window Manager: %s)" +msgid "%d bits (low)" msgstr "" -#: modules//computer/os.c:174 -msgid "Unknown distribution" +#. /bits of entropy for rng (medium value) +#: modules/computer/os.c:243 +#, c-format +msgid "%d bits (medium)" msgstr "" -#: modules//devices.c:74 -msgid "Processor" -msgstr "Prozessor" +#. /bits of entropy for rng (high/good value) +#: modules/computer/os.c:244 +#, c-format +msgid "%d bits (healthy)" +msgstr "" -#: modules//devices.c:75 -msgid "Memory" -msgstr "Hauptspeicher" +#: modules/computer/os.c:279 modules/devices/usb.c:48 modules/devices/usb.c:307 +#: modules/devices/usb.c:310 modules/network/net.c:442 includes/cpu_util.h:11 +msgid "(Unknown)" +msgstr "" -#: modules//devices.c:76 -msgid "PCI Devices" -msgstr "PCI-Geräte" +#: modules/computer/users.c:47 +msgid "User Information" +msgstr "" -#: modules//devices.c:77 -msgid "USB Devices" -msgstr "USB-Geräte" +#: modules/computer/users.c:48 +msgid "User ID" +msgstr "" -#: modules//devices.c:78 -msgid "Printers" -msgstr "Drucker" +#: modules/computer/users.c:51 +msgid "Default Shell" +msgstr "" -#: modules//devices.c:79 -msgid "Battery" -msgstr "Akku" +#: modules/devices/alpha/processor.c:88 modules/devices/devicetree.c:141 +#: modules/devices/devicetree.c:176 modules/devices/devicetree/pmac_data.c:80 +#: modules/devices/ia64/processor.c:165 modules/devices/m68k/processor.c:84 +#: modules/devices/mips/processor.c:75 modules/devices/parisc/processor.c:155 +#: modules/devices/ppc/processor.c:158 modules/devices/riscv/processor.c:182 +#: modules/devices/s390/processor.c:132 modules/devices/spd-decode.c:1510 +msgid "Model" +msgstr "" -#: modules//devices.c:80 -msgid "Sensors" -msgstr "Sensoren" +#: modules/devices/alpha/processor.c:89 +msgid "Platform String" +msgstr "" -#: modules//devices.c:81 -msgid "Input Devices" -msgstr "Eingabegeräte" +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/ia64/processor.c:167 modules/devices/m68k/processor.c:87 +#: modules/devices/mips/processor.c:77 modules/devices/parisc/processor.c:158 +#: modules/devices/pci.c:108 modules/devices/ppc/processor.c:160 +#: modules/devices/riscv/processor.c:186 modules/devices/sh/processor.c:87 +#: modules/devices/x86/processor.c:420 +msgid "Frequency" +msgstr "Taktfrequenz" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/arm/processor.c:365 modules/devices.c:299 +#: modules/devices.c:307 modules/devices.c:335 +#: modules/devices/ia64/processor.c:167 modules/devices/ia64/processor.c:196 +#: modules/devices/m68k/processor.c:87 modules/devices/mips/processor.c:77 +#: modules/devices/parisc/processor.c:158 +#: modules/devices/parisc/processor.c:191 modules/devices/pci.c:108 +#: modules/devices/ppc/processor.c:160 modules/devices/ppc/processor.c:187 +#: modules/devices/riscv/processor.c:186 modules/devices/riscv/processor.c:214 +#: modules/devices/s390/processor.c:160 modules/devices/sh/processor.c:87 +#: modules/devices/sh/processor.c:88 modules/devices/sh/processor.c:89 +#: modules/devices/x86/processor.c:420 modules/devices/x86/processor.c:479 +msgid "MHz" +msgstr "" -#: modules//devices.c:82 -msgid "Storage" -msgstr "Speicher" +#: modules/devices/alpha/processor.c:91 modules/devices/arm/processor.c:241 +#: modules/devices/ia64/processor.c:168 modules/devices/m68k/processor.c:88 +#: modules/devices/mips/processor.c:78 modules/devices/parisc/processor.c:159 +#: modules/devices/ppc/processor.c:161 modules/devices/s390/processor.c:134 +#: modules/devices/sh/processor.c:90 modules/devices/x86/processor.c:421 +msgid "BogoMips" +msgstr "" -#: modules//devices.c:84 -msgid "DMI" -msgstr "DMI" +#: modules/devices/alpha/processor.c:92 modules/devices/arm/processor.c:242 +#: modules/devices/ia64/processor.c:169 modules/devices/m68k/processor.c:89 +#: modules/devices/mips/processor.c:79 modules/devices/parisc/processor.c:160 +#: modules/devices/ppc/processor.c:162 modules/devices/riscv/processor.c:187 +#: modules/devices/s390/processor.c:135 modules/devices/sh/processor.c:91 +#: modules/devices/sparc/processor.c:77 modules/devices/x86/processor.c:422 +msgid "Byte Order" +msgstr "Byte-Reihenfolge" + +#. /hw_cap +#. /flag:swp +#: modules/devices/arm/arm_data.c:42 +msgctxt "arm-flag" +msgid "SWP instruction (atomic read-modify-write)" +msgstr "" -#: modules//devices.c:85 -msgid "Memory SPD" -msgstr "Hauptspeicher (SPD)" +#. /flag:half +#: modules/devices/arm/arm_data.c:43 +msgctxt "arm-flag" +msgid "Half-word loads and stores" +msgstr "" -#: modules//devices.c:87 -msgid "Resources" -msgstr "Ressourcen" +#. /flag:thumb +#: modules/devices/arm/arm_data.c:44 +msgctxt "arm-flag" +msgid "Thumb (16-bit instruction set)" +msgstr "" -#: modules//devices.c:193 -msgid " (vendor unknown)" -msgstr " (unbekannter Hersteller)" +#. /flag:26bit +#: modules/devices/arm/arm_data.c:45 +msgctxt "arm-flag" +msgid "26-Bit Model (Processor status register folded into program counter)" +msgstr "" -#: modules//devices.c:195 -msgid " (model unknown)" -msgstr " (unbekanntes Modell)" +#. /flag:fastmult +#: modules/devices/arm/arm_data.c:46 +msgctxt "arm-flag" +msgid "32x32->64-bit multiplication" +msgstr "" -#: modules//devices.c:412 -msgid "Devices" -msgstr "Geräte" +#. /flag:fpa +#: modules/devices/arm/arm_data.c:47 +msgctxt "arm-flag" +msgid "Floating point accelerator" +msgstr "" -#: modules//devices.c:424 -msgid "Update PCI ID listing" +#. /flag:vfp +#: modules/devices/arm/arm_data.c:48 +msgctxt "arm-flag" +msgid "VFP (early SIMD vector floating point instructions)" msgstr "" -#: modules//devices.c:436 -msgid "Update CPU feature database" +#. /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 "" -#: modules//devices.c:464 -msgid "Gathers information about hardware devices" -msgstr "Sammelt Informationen über die Hardware-Geräte" +#. /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 "" -#: modules//devices/battery.c:181 +#. /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 +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 "" + +#: modules/devices/arm/processor.c:142 +msgid "ARM Processor" +msgstr "ARM Prozessor" + +#: modules/devices/arm/processor.c:200 modules/devices/riscv/processor.c:147 +#: modules/devices/x86/processor.c:371 +msgid "Empty List" +msgstr "" + +#: modules/devices/arm/processor.c:237 +msgid "Linux Name" +msgstr "" + +#: modules/devices/arm/processor.c:238 +msgid "Decoded Name" +msgstr "" + +#: modules/devices/arm/processor.c:239 modules/network/net.c:458 +msgid "Mode" +msgstr "" + +#: modules/devices/arm/processor.c:245 +msgid "ARM" +msgstr "" + +#: modules/devices/arm/processor.c:246 +msgid "Implementer" +msgstr "" + +#: modules/devices/arm/processor.c:247 +msgid "Part" +msgstr "" + +#: modules/devices/arm/processor.c:248 modules/devices/ia64/processor.c:162 +#: modules/devices/parisc/processor.c:156 modules/devices/riscv/processor.c:183 +msgid "Architecture" +msgstr "" + +#: modules/devices/arm/processor.c:249 +msgid "Variant" +msgstr "" + +#: modules/devices/arm/processor.c:251 modules/devices/riscv/processor.c:190 +#: modules/devices/sparc/processor.c:78 modules/devices/x86/processor.c:428 +msgid "Capabilities" +msgstr "Fähigkeiten" + +#: modules/devices/arm/processor.c:335 +msgid "SOC/Package" +msgstr "" + +#: modules/devices/arm/processor.c:338 modules/devices/cpu_util.c:222 +msgid "Topology" +msgstr "" + +#: modules/devices/arm/processor.c:339 +msgid "Clocks" +msgstr "" + +#: modules/devices/arm/processor.c:354 +msgid "SOC/Package Information" +msgstr "" + +#: modules/devices/battery.c:181 #, c-format msgid "" "\n" @@ -1086,7 +1665,7 @@ msgstr "" "Modellnummer=%s\n" "Seriennummer=%s\n" -#: modules//devices/battery.c:258 +#: modules/devices/battery.c:258 #, c-format msgid "" "\n" @@ -1107,7 +1686,7 @@ msgstr "" "Modellnummer=%s\n" "Seriennummer=%s\n" -#: modules//devices/battery.c:346 +#: modules/devices/battery.c:346 #, fuzzy, c-format msgid "" "\n" @@ -1126,7 +1705,7 @@ msgstr "" "APM Driver-Version=%s\n" "APM BIOS-Version=%s\n" -#: modules//devices/battery.c:358 +#: modules/devices/battery.c:358 #, fuzzy, c-format msgid "" "\n" @@ -1143,7 +1722,7 @@ msgstr "" "APM Driver-Version=%s\n" "APM BIOS-Version=%s\n" -#: modules//devices/battery.c:385 +#: modules/devices/battery.c:385 msgid "" "[No batteries]\n" "No batteries found on this system=\n" @@ -1151,56 +1730,550 @@ msgstr "" "[Keine Akkus]\n" "Keine Akkus in diesem System gefunden=\n" -#: modules//devices/printers.c:81 +#: modules/devices.c:97 +msgid "PCI Devices" +msgstr "PCI-Geräte" + +#: modules/devices.c:98 modules/devices/usb.c:117 modules/devices/usb.c:156 +#: modules/devices/usb.c:415 +msgid "USB Devices" +msgstr "USB-Geräte" + +#: 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.c:113 +msgid "Resources" +msgstr "Ressourcen" + +#: modules/devices.c:151 +#, c-format +msgid "%d physical processor" +msgid_plural "%d physical processors" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:152 +#, c-format +msgid "%d core" +msgid_plural "%d cores" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:153 +#, c-format +msgid "%d thread" +msgid_plural "%d threads" +msgstr[0] "" +msgstr[1] "" + +#. /NP procs; NC cores; NT threads +#: modules/devices.c:154 +#, c-format +msgid "%s; %s; %s" +msgstr "" + +#: modules/devices.c:372 +msgid " (model unknown)" +msgstr " (unbekanntes Modell)" + +#: modules/devices.c:374 +msgid " (vendor unknown)" +msgstr " (unbekannter Hersteller)" + +#: modules/devices.c:559 +msgid "Field" +msgstr "" + +#: modules/devices.c:559 modules/devices.c:591 +msgid "Value" +msgstr "" + +#: modules/devices.c:591 +msgid "Sensor" +msgstr "" + +#: modules/devices.c:591 modules/devices/inputdevices.c:117 +msgid "Type" +msgstr "" + +#: modules/devices.c:637 +msgid "Devices" +msgstr "Geräte" + +#: modules/devices.c:649 +msgid "Update PCI ID listing" +msgstr "" + +#: modules/devices.c:661 +msgid "Update CPU feature database" +msgstr "" + +#: modules/devices.c:689 +msgid "Gathers information about hardware devices" +msgstr "Sammelt Informationen über die Hardware-Geräte" + +#: modules/devices.c:708 +msgid "Resource information requires superuser privileges" +msgstr "" + +#: modules/devices/cpu_util.c:30 +msgid "Little Endian" +msgstr "" + +#: modules/devices/cpu_util.c:32 +msgid "Big Endian" +msgstr "" + +#: modules/devices/cpu_util.c:178 modules/devices/cpu_util.c:189 +msgid "Frequency Scaling" +msgstr "" + +#: modules/devices/cpu_util.c:179 +msgid "Minimum" +msgstr "" + +#: modules/devices/cpu_util.c:179 modules/devices/cpu_util.c:180 +#: modules/devices/cpu_util.c:181 +msgid "kHz" +msgstr "" + +#: modules/devices/cpu_util.c:180 +msgid "Maximum" +msgstr "" + +#: modules/devices/cpu_util.c:181 +msgid "Current" +msgstr "" + +#: modules/devices/cpu_util.c:182 +msgid "Transition Latency" +msgstr "" + +#: modules/devices/cpu_util.c:182 +msgid "ns" +msgstr "" + +#: modules/devices/cpu_util.c:183 +msgid "Governor" +msgstr "" + +#: modules/devices/cpu_util.c:184 modules/devices/cpu_util.c:190 +msgid "Driver" +msgstr "Treiber" + +#: modules/devices/cpu_util.c:196 modules/devices/x86/processor.c:297 +msgid "(Not Available)" +msgstr "" + +#: modules/devices/cpu_util.c:204 modules/devices/cpu_util.c:206 +msgid "Socket" +msgstr "" + +#: modules/devices/cpu_util.c:209 modules/devices/cpu_util.c:211 +msgid "Core" +msgstr "" + +#: modules/devices/cpu_util.c:214 +msgid "Book" +msgstr "" + +#: modules/devices/cpu_util.c:216 +msgid "Drawer" +msgstr "" + +#: modules/devices/cpu_util.c:223 +msgid "ID" +msgstr "" + +#: modules/devices/devicetree.c:47 +msgid "Properties" +msgstr "" + +#: modules/devices/devicetree.c:48 +msgid "Children" +msgstr "" + +#: modules/devices/devicetree.c:84 +msgid "Node" +msgstr "" + +#: modules/devices/devicetree.c:85 +msgid "Node Path" +msgstr "" + +#: modules/devices/devicetree.c:86 +msgid "Alias" +msgstr "" + +#: modules/devices/devicetree.c:86 modules/devices/devicetree.c:87 +msgid "(None)" +msgstr "" + +#: modules/devices/devicetree.c:87 +msgid "Symbol" +msgstr "" + +#: modules/devices/devicetree.c:132 modules/devices/devicetree/pmac_data.c:79 +msgid "Platform" +msgstr "" + +#: modules/devices/devicetree.c:133 modules/devices/devicetree.c:178 +msgid "Compatible" +msgstr "" + +#: modules/devices/devicetree.c:134 +msgid "GPU-compatible" +msgstr "" + +#: modules/devices/devicetree.c:140 +msgid "Raspberry Pi or Compatible" +msgstr "" + +#: modules/devices/devicetree.c:142 modules/devices/devicetree.c:160 +#: modules/devices/devicetree.c:177 modules/devices/devicetree/rpi_data.c:160 +msgid "Serial Number" +msgstr "" + +#: modules/devices/devicetree.c:143 modules/devices/devicetree/rpi_data.c:157 +msgid "RCode" +msgstr "" + +#: modules/devices/devicetree.c:143 +msgid "No revision code available; unable to lookup model details." +msgstr "" + +#: modules/devices/devicetree.c:159 +msgid "More" +msgstr "" + +#: modules/devices/devicetree.c:175 +msgid "Board" +msgstr "" + +#: modules/devices/devicetree.c:234 +msgid "Messages" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1013 +msgid "phandle Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1014 +msgid "Alias Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1015 +msgid "Symbol Map" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:78 +msgid "Apple Power Macintosh" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:81 modules/devices/sh/processor.c:85 +msgid "Machine" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:83 +msgid "Detected as" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:84 +msgid "PMAC Flags" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:85 +msgid "L2 Cache" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:86 +msgid "PMAC Generation" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:152 +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Raspberry Pi" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Board Name" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:154 +msgid "PCB Revision" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:155 +msgid "Introduction" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:156 modules/devices/spd-decode.c:1510 +#: modules/devices/usb.c:84 modules/devices/usb.c:217 +msgid "Manufacturer" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:158 +msgid "SOC (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:159 +msgid "Memory (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgid "Permanent overvolt bit" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Set" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +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/dmi.c:188 +msgid "(Not available; Perhaps try running HardInfo as root.)" +msgstr "" + +#: modules/devices/ia64/processor.c:108 +msgid "IA64 Processor" +msgstr "" + +#: modules/devices/ia64/processor.c:163 +msgid "Architecture Revision" +msgstr "" + +#: modules/devices/ia64/processor.c:164 modules/devices/sh/processor.c:86 +msgid "Family" +msgstr "" + +#: modules/devices/ia64/processor.c:170 +msgid "CPU regs" +msgstr "" + +#: modules/devices/ia64/processor.c:171 +msgid "Features" +msgstr "Funktionen" + +#: modules/devices/inputdevices.c:115 modules/devices/pci.c:214 +#: modules/devices/usb.c:82 modules/devices/usb.c:215 modules/devices/usb.c:347 +msgid "Device Information" +msgstr "" + +#: modules/devices/inputdevices.c:118 modules/devices/usb.c:92 +#: modules/devices/usb.c:240 modules/devices/usb.c:356 +msgid "Bus" +msgstr "" + +#: modules/devices/inputdevices.c:120 modules/devices/usb.c:83 +#: modules/devices/usb.c:216 modules/devices/usb.c:348 +msgid "Product" +msgstr "" + +#: modules/devices/inputdevices.c:124 +msgid "Connected to" +msgstr "" + +#: modules/devices/inputdevices.c:128 +msgid "InfraRed port" +msgstr "" + +#: modules/devices/m68k/processor.c:85 modules/devices/riscv/processor.c:185 +msgid "MMU" +msgstr "" + +#: modules/devices/m68k/processor.c:86 modules/devices/sparc/processor.c:76 +msgid "FPU" +msgstr "" + +#: modules/devices/m68k/processor.c:90 +msgid "Calibration" +msgstr "" + +#: modules/devices/mips/processor.c:76 +msgid "System Type" +msgstr "" + +#: modules/devices/parisc/processor.c:107 +msgid "PA-RISC Processor" +msgstr "" + +#: modules/devices/parisc/processor.c:157 +msgid "System" +msgstr "" + +#: modules/devices/parisc/processor.c:161 +msgid "HVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:162 +msgid "SVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:163 modules/devices/x86/processor.c:425 +msgid "Cache" +msgstr "" + +#: modules/devices/pci.c:106 +msgid "IRQ" +msgstr "" + +#: modules/devices/pci.c:110 +msgid "Latency" +msgstr "" + +#: modules/devices/pci.c:112 +msgid "Bus Master" +msgstr "" + +#: modules/devices/pci.c:118 +msgid "Kernel modules" +msgstr "" + +#: modules/devices/pci.c:124 +#, c-format +msgid "%s=%s (%s)\n" +msgstr "" + +#: modules/devices/pci.c:126 +msgid "OEM Vendor" +msgstr "" + +#: modules/devices/pci.c:153 +msgid "prefetchable" +msgstr "" + +#: modules/devices/pci.c:154 +msgid "non-prefetchable" +msgstr "" + +#: modules/devices/pci.c:163 +msgid "I/O ports at" +msgstr "" + +#: modules/devices/pci.c:216 modules/devices/usb.c:89 modules/devices/usb.c:237 +#: modules/devices/usb.c:353 +msgid "Class" +msgstr "" + +#: modules/devices/pci.c:217 +msgid "Domain" +msgstr "" + +#: modules/devices/pci.c:218 +msgid "Bus, device, function" +msgstr "" + +#: modules/devices/pci.c:243 +msgid "No PCI devices found" +msgstr "" + +#: modules/devices/ppc/processor.c:117 +msgid "POWER Processor" +msgstr "POWER Prozessor" + +#: modules/devices/printers.c:81 msgid "⚬ Can do black and white printing=\n" msgstr "⚬ Kann schwarz/weiß drucken=\n" -#: modules//devices/printers.c:83 +#: modules/devices/printers.c:83 msgid "⚬ Can do color printing=\n" msgstr "⚬ Kann farbig drucken=\n" -#: modules//devices/printers.c:85 +#: modules/devices/printers.c:85 msgid "⚬ Can do duplexing=\n" msgstr "⚬ Kann zweiseitig drucken (Duplexdruck)=\n" -#: modules//devices/printers.c:87 +#: modules/devices/printers.c:87 msgid "⚬ Can do staple output=\n" msgstr "⚬ Kann Ausdrucke stapeln=\n" -#: modules//devices/printers.c:89 +#: modules/devices/printers.c:89 msgid "⚬ Can do copies=\n" msgstr "⚬ Kann kopieren=\n" -#: modules//devices/printers.c:91 +#: modules/devices/printers.c:91 msgid "⚬ Can collate copies=\n" msgstr "⚬ Kann Ausdruck sortieren=\n" -#: modules//devices/printers.c:93 +#: modules/devices/printers.c:93 msgid "⚬ Printer is rejecting jobs=\n" msgstr "⚬ Drucker weist Aufträge zurück=\n" -#: modules//devices/printers.c:95 +#: 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 +#: modules/devices/printers.c:110 msgid "Idle" msgstr "" -#: modules//devices/printers.c:112 +#: modules/devices/printers.c:112 msgid "Printing a Job" msgstr "" -#: modules//devices/printers.c:114 +#: modules/devices/printers.c:114 msgid "Stopped" msgstr "" -#: modules//devices/printers.c:138 hardinfo//hardinfo.c:62 -#: hardinfo//hardinfo.c:63 -msgid "Yes" -msgstr "Ja" - -#: modules//devices/printers.c:190 +#: modules/devices/printers.c:190 msgid "" "[Printers]\n" "No suitable CUPS library found=" @@ -1208,11 +2281,11 @@ msgstr "" "[Drucker]\n" "Keine passende CUPS-Bibliothek gefunden=" -#: modules//devices/printers.c:200 +#: modules/devices/printers.c:200 msgid "[Printers (CUPS)]\n" msgstr "[Drucker (CUPS)]\n" -#: modules//devices/printers.c:263 +#: modules/devices/printers.c:263 msgid "" "[Printers]\n" "No printers found=\n" @@ -1220,7 +2293,165 @@ msgstr "" "[Printers]\n" "Keine Drucker gefunden=\n" -#: modules//devices/storage.c:46 +#: modules/devices/riscv/processor.c:107 +msgid "RISC-V Processor" +msgstr "" + +#: modules/devices/riscv/processor.c:184 +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/s390/processor.c:92 +msgid "S390 Processor" +msgstr "" + +#: modules/devices/s390/processor.c:133 +msgid "ID String" +msgstr "" + +#: modules/devices/sh/processor.c:55 +msgid "SuperH Processor" +msgstr "" + +#: modules/devices/sh/processor.c:88 +msgid "Bus Frequency" +msgstr "" + +#: modules/devices/sh/processor.c:89 +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/spd-decode.c:1509 +msgid "SPD" +msgstr "" + +#: modules/devices/spd-decode.c:1510 +msgid "Bank" +msgstr "" + +#: modules/devices/storage.c:46 msgid "" "\n" "[SCSI Disks]\n" @@ -1228,7 +2459,7 @@ msgstr "" "\n" "[SCSI-Geräte]\n" -#: modules//devices/storage.c:110 modules//devices/storage.c:297 +#: modules/devices/storage.c:110 modules/devices/storage.c:313 #, c-format msgid "" "[Device Information]\n" @@ -1237,17 +2468,17 @@ msgstr "" "[Geräte-Informationen]\n" "Modell=%s\n" -#: modules//devices/storage.c:115 modules//devices/storage.c:304 +#: 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:309 +#: 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 +#: modules/devices/storage.c:125 #, c-format msgid "" "Type=%s\n" @@ -1259,7 +2490,7 @@ msgid "" "LUN=%d\n" msgstr "" -#: modules//devices/storage.c:169 +#: modules/devices/storage.c:167 msgid "" "\n" "[IDE Disks]\n" @@ -1267,12 +2498,12 @@ msgstr "" "\n" "[IDE-Geräte]\n" -#: modules//devices/storage.c:242 +#: modules/devices/storage.c:250 #, c-format msgid "Driver=%s\n" msgstr "Treiber=%s\n" -#: modules//devices/storage.c:314 +#: modules/devices/storage.c:324 #, c-format msgid "" "Device Name=hd%c\n" @@ -1280,7 +2511,7 @@ msgid "" "Cache=%dkb\n" msgstr "" -#: modules//devices/storage.c:329 +#: modules/devices/storage.c:334 #, c-format msgid "" "[Geometry]\n" @@ -1291,7 +2522,7 @@ msgstr "" "Physikalisch=%s\n" "Logisch=%s\n" -#: modules//devices/storage.c:341 +#: modules/devices/storage.c:344 #, c-format msgid "" "[Capabilities]\n" @@ -1300,7 +2531,7 @@ msgstr "" "[Fähigkeiten]\n" "%s" -#: modules//devices/storage.c:348 +#: modules/devices/storage.c:351 #, c-format msgid "" "[Speeds]\n" @@ -1309,399 +2540,1863 @@ msgstr "" "[Geschwindigkeiten]\n" "%s" -#: modules//devices/x86/processor.c:145 modules//devices/x86_64/processor.c:145 +#: modules/devices/usb.c:44 modules/devices/usb.c:326 +msgid "mA" +msgstr "" + +#. /%.2f is version +#: modules/devices/usb.c:53 modules/devices/usb.c:190 +#, c-format +msgid "USB %.2f Hub" +msgstr "" + +#: modules/devices/usb.c:55 modules/devices/usb.c:192 +#, c-format +msgid "Unknown USB %.2f Device (class %d)" +msgstr "" + +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Speed" +msgstr "" + +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Mbit/s" +msgstr "" + +#: modules/devices/usb.c:86 modules/devices/usb.c:233 modules/devices/usb.c:350 +msgid "Max Current" +msgstr "" + +#: modules/devices/usb.c:88 modules/devices/usb.c:235 modules/devices/usb.c:352 +msgid "USB Version" +msgstr "" + +#: modules/devices/usb.c:90 modules/devices/usb.c:238 modules/devices/usb.c:354 +msgid "Vendor ID" +msgstr "" + +#: modules/devices/usb.c:91 modules/devices/usb.c:239 modules/devices/usb.c:355 +msgid "Product ID" +msgstr "" + +#: modules/devices/usb.c:231 +msgid "Port" +msgstr "" + +#: modules/devices/usb.c:241 +msgid "Level" +msgstr "" + +#: modules/devices/x86/processor.c:149 msgid "Cache information not available=\n" msgstr "" -#: modules//devices/x86/processor.c:484 modules//devices/x86_64/processor.c:484 +#: modules/devices/x86/processor.c:155 #, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + +#. /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:410 +msgid "Model Name" +msgstr "" + +#: modules/devices/x86/processor.c:411 +msgid "Family, model, stepping" +msgstr "Familie, Modell, Stufung" + +#: modules/devices/x86/processor.c:417 +msgid "Microcode Version" +msgstr "" + +#: modules/devices/x86/processor.c:418 +msgid "Configuration" +msgstr "Konfiguration" + +#: modules/devices/x86/processor.c:419 +msgid "Cache Size" +msgstr "Cache-Größe" + +#: modules/devices/x86/processor.c:419 +msgid "kb" +msgstr "" + +#: modules/devices/x86/processor.c:426 +msgid "Power Management" +msgstr "" + +#: modules/devices/x86/processor.c:427 +msgid "Bug Workarounds" +msgstr "" + +#: modules/devices/x86/processor.c:454 modules/devices/x86/processor.c:468 +msgid "Package Information" +msgstr "" + +#. /flag:fpu +#: modules/devices/x86/x86_data.c:43 +msgctxt "x86-flag" +msgid "Onboard FPU (floating point support)" +msgstr "" + +#. /flag:vme +#: modules/devices/x86/x86_data.c:44 +msgctxt "x86-flag" +msgid "Virtual 8086 mode enhancements" +msgstr "" + +#. /flag:de +#: modules/devices/x86/x86_data.c:45 +msgctxt "x86-flag" +msgid "Debugging Extensions (CR4.DE)" +msgstr "" + +#. /flag:pse +#: modules/devices/x86/x86_data.c:46 +msgctxt "x86-flag" +msgid "Page Size Extensions (4MB memory pages)" +msgstr "" + +#. /flag:tsc +#: modules/devices/x86/x86_data.c:47 +msgctxt "x86-flag" +msgid "Time Stamp Counter (RDTSC)" +msgstr "" + +#. /flag:msr +#: modules/devices/x86/x86_data.c:48 +msgctxt "x86-flag" +msgid "Model-Specific Registers (RDMSR, WRMSR)" +msgstr "" + +#. /flag:pae +#: modules/devices/x86/x86_data.c:49 +msgctxt "x86-flag" +msgid "Physical Address Extensions (support for more than 4GB of RAM)" +msgstr "" + +#. /flag:mce +#: modules/devices/x86/x86_data.c:50 +msgctxt "x86-flag" +msgid "Machine Check Exception" +msgstr "" + +#. /flag:cx8 +#: modules/devices/x86/x86_data.c:51 +msgctxt "x86-flag" +msgid "CMPXCHG8 instruction (64-bit compare-and-swap)" +msgstr "" + +#. /flag:apic +#: modules/devices/x86/x86_data.c:52 +msgctxt "x86-flag" +msgid "Onboard APIC" +msgstr "" + +#. /flag:sep +#: modules/devices/x86/x86_data.c:53 +msgctxt "x86-flag" +msgid "SYSENTER/SYSEXIT" +msgstr "" + +#. /flag:mtrr +#: modules/devices/x86/x86_data.c:54 +msgctxt "x86-flag" +msgid "Memory Type Range Registers" +msgstr "" + +#. /flag:pge +#: modules/devices/x86/x86_data.c:55 +msgctxt "x86-flag" +msgid "Page Global Enable (global bit in PDEs and PTEs)" +msgstr "" + +#. /flag:mca +#: modules/devices/x86/x86_data.c:56 +msgctxt "x86-flag" +msgid "Machine Check Architecture" +msgstr "" + +#. /flag:cmov +#: modules/devices/x86/x86_data.c:57 +msgctxt "x86-flag" +msgid "CMOV instructions (conditional move) (also FCMOV)" +msgstr "" + +#. /flag:pat +#: modules/devices/x86/x86_data.c:58 +msgctxt "x86-flag" +msgid "Page Attribute Table" +msgstr "" + +#. /flag:pse36 +#: modules/devices/x86/x86_data.c:59 +msgctxt "x86-flag" +msgid "36-bit PSEs (huge pages)" +msgstr "" + +#. /flag:pn +#: modules/devices/x86/x86_data.c:60 +msgctxt "x86-flag" +msgid "Processor serial number" +msgstr "" + +#. /flag:clflush +#: modules/devices/x86/x86_data.c:61 +msgctxt "x86-flag" +msgid "Cache Line Flush instruction" +msgstr "" + +#. /flag:dts +#: modules/devices/x86/x86_data.c:62 +msgctxt "x86-flag" msgid "" -"[Processor]\n" -"Name=%s\n" -"Family, model, stepping=%d, %d, %d (%s)\n" -"Vendor=%s\n" -"[Configuration]\n" -"Cache Size=%dkb\n" -"Frequency=%.2fMHz\n" -"BogoMIPS=%.2f\n" -"Byte Order=%s\n" -"[Features]\n" -"FDIV Bug=%s\n" -"HLT Bug=%s\n" -"F00F Bug=%s\n" -"Coma Bug=%s\n" -"Has FPU=%s\n" -"[Cache]\n" -"%s\n" -"[Capabilities]\n" -"%s" +"Debug Store (buffer for debugging and profiling instructions), or " +"alternately: digital thermal sensor" msgstr "" -"[Prozessor]\n" -"Name=%s\n" -"Familie, Modell, Stufung=%d, %d, %d (%s)\n" -"Hersteller=%s\n" -"[Konfiguration]\n" -"Cache-Größe=%dkb\n" -"Taktfrequenz=%.2fMHz\n" -"BogoMIPS=%.2f\n" -"Byte-Reihenfolge=%s\n" -"[Funktionen]\n" -"FDIV-Bug=%s\n" -"HLT-Bug=%s\n" -"F00F-Bug=%s\n" -"Coma-Bug=%s\n" -"Hat FPU=%s\n" -"[Cache]\n" -"%s\n" -"[Fähigkeiten]\n" -"%s" -#: modules//devices/x86/processor.c:542 modules//devices/x86_64/processor.c:542 -#, c-format -msgid "%s$CPU%d$%s=%.2fMHz\n" -msgstr "%s$CPU%d$%s=%.2fMHz\n" +#. /flag:acpi +#: modules/devices/x86/x86_data.c:63 +msgctxt "x86-flag" +msgid "ACPI via MSR (temperature monitoring and clock speed modulation)" +msgstr "" + +#. /flag:mmx +#: modules/devices/x86/x86_data.c:64 +msgctxt "x86-flag" +msgid "Multimedia Extensions" +msgstr "" + +#. /flag:fxsr +#: modules/devices/x86/x86_data.c:65 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR, CR4.OSFXSR" +msgstr "" + +#. /flag:sse +#: modules/devices/x86/x86_data.c:66 +msgctxt "x86-flag" +msgid "Intel SSE vector instructions" +msgstr "" + +#. /flag:sse2 +#: modules/devices/x86/x86_data.c:67 +msgctxt "x86-flag" +msgid "SSE2" +msgstr "" + +#. /flag:ss +#: modules/devices/x86/x86_data.c:68 +msgctxt "x86-flag" +msgid "CPU self snoop" +msgstr "" + +#. /flag:ht +#: modules/devices/x86/x86_data.c:69 +msgctxt "x86-flag" +msgid "Hyper-Threading" +msgstr "" + +#. /flag:tm +#: modules/devices/x86/x86_data.c:70 +msgctxt "x86-flag" +msgid "Automatic clock control (Thermal Monitor)" +msgstr "" + +#. /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 "" + +#. /flag:pbe +#: modules/devices/x86/x86_data.c:72 +msgctxt "x86-flag" +msgid "Pending Break Enable (PBE# pin) wakeup support" +msgstr "" + +#. /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 "" + +#. /flag:mp +#: modules/devices/x86/x86_data.c:76 +msgctxt "x86-flag" +msgid "Multiprocessing Capable." +msgstr "" + +#. /flag:nx +#: modules/devices/x86/x86_data.c:77 +msgctxt "x86-flag" +msgid "Execute Disable" +msgstr "" + +#. /flag:mmxext +#: modules/devices/x86/x86_data.c:78 +msgctxt "x86-flag" +msgid "AMD MMX extensions" +msgstr "" + +#. /flag:fxsr_opt +#: modules/devices/x86/x86_data.c:79 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR optimizations" +msgstr "" + +#. /flag:pdpe1gb +#: modules/devices/x86/x86_data.c:80 +msgctxt "x86-flag" +msgid "One GB pages (allows hugepagesz=1G)" +msgstr "" + +#. /flag:rdtscp +#: modules/devices/x86/x86_data.c:81 +msgctxt "x86-flag" +msgid "Read Time-Stamp Counter and Processor ID" +msgstr "" + +#. /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 "" + +#. /flag:3dnow +#: modules/devices/x86/x86_data.c:83 +msgctxt "x86-flag" +msgid "3DNow! (AMD vector instructions, competing with Intel's SSE1)" +msgstr "" + +#. /flag:3dnowext +#: modules/devices/x86/x86_data.c:84 +msgctxt "x86-flag" +msgid "AMD 3DNow! extensions" +msgstr "" + +#. /flag:recovery +#: modules/devices/x86/x86_data.c:86 +msgctxt "x86-flag" +msgid "CPU in recovery mode" +msgstr "" + +#. /flag:longrun +#: modules/devices/x86/x86_data.c:87 +msgctxt "x86-flag" +msgid "Longrun power control" +msgstr "" + +#. /flag:lrti +#: modules/devices/x86/x86_data.c:88 +msgctxt "x86-flag" +msgid "LongRun table interface" +msgstr "" + +#. /flag:cxmmx +#: modules/devices/x86/x86_data.c:90 +msgctxt "x86-flag" +msgid "Cyrix MMX extensions" +msgstr "" + +#. /flag:k6_mtrr +#: modules/devices/x86/x86_data.c:91 +msgctxt "x86-flag" +msgid "AMD K6 nonstandard MTRRs" +msgstr "" + +#. /flag:cyrix_arr +#: modules/devices/x86/x86_data.c:92 +msgctxt "x86-flag" +msgid "Cyrix ARRs (= MTRRs)" +msgstr "" + +#. /flag:centaur_mcr +#: modules/devices/x86/x86_data.c:93 +msgctxt "x86-flag" +msgid "Centaur MCRs (= MTRRs)" +msgstr "" + +#. /flag:constant_tsc +#: modules/devices/x86/x86_data.c:94 +msgctxt "x86-flag" +msgid "TSC ticks at a constant rate" +msgstr "" + +#. /flag:up +#: modules/devices/x86/x86_data.c:95 +msgctxt "x86-flag" +msgid "SMP kernel running on UP" +msgstr "" + +#. /flag:art +#: modules/devices/x86/x86_data.c:96 +msgctxt "x86-flag" +msgid "Always-Running Timer" +msgstr "" + +#. /flag:arch_perfmon +#: modules/devices/x86/x86_data.c:97 +msgctxt "x86-flag" +msgid "Intel Architectural PerfMon" +msgstr "" + +#. /flag:pebs +#: modules/devices/x86/x86_data.c:98 +msgctxt "x86-flag" +msgid "Precise-Event Based Sampling" +msgstr "" + +#. /flag:bts +#: modules/devices/x86/x86_data.c:99 +msgctxt "x86-flag" +msgid "Branch Trace Store" +msgstr "" + +#. /flag:rep_good +#: modules/devices/x86/x86_data.c:100 +msgctxt "x86-flag" +msgid "rep microcode works well" +msgstr "" + +#. /flag:acc_power +#: modules/devices/x86/x86_data.c:101 +msgctxt "x86-flag" +msgid "AMD accumulated power mechanism" +msgstr "" + +#. /flag:nopl +#: modules/devices/x86/x86_data.c:102 +msgctxt "x86-flag" +msgid "The NOPL (0F 1F) instructions" +msgstr "" + +#. /flag:xtopology +#: modules/devices/x86/x86_data.c:103 +msgctxt "x86-flag" +msgid "cpu topology enum extensions" +msgstr "" + +#. /flag:tsc_reliable +#: modules/devices/x86/x86_data.c:104 +msgctxt "x86-flag" +msgid "TSC is known to be reliable" +msgstr "" + +#. /flag:nonstop_tsc +#: modules/devices/x86/x86_data.c:105 +msgctxt "x86-flag" +msgid "TSC does not stop in C states" +msgstr "" + +#. /flag:extd_apicid +#: modules/devices/x86/x86_data.c:106 +msgctxt "x86-flag" +msgid "has extended APICID (8 bits)" +msgstr "" + +#. /flag:amd_dcm +#: modules/devices/x86/x86_data.c:107 +msgctxt "x86-flag" +msgid "multi-node processor" +msgstr "" + +#. /flag:aperfmperf +#: modules/devices/x86/x86_data.c:108 +msgctxt "x86-flag" +msgid "APERFMPERF" +msgstr "" + +#. /flag:eagerfpu +#: modules/devices/x86/x86_data.c:109 +msgctxt "x86-flag" +msgid "Non lazy FPU restore" +msgstr "" + +#. /flag:nonstop_tsc_s3 +#: modules/devices/x86/x86_data.c:110 +msgctxt "x86-flag" +msgid "TSC doesn't stop in S3 state" +msgstr "" + +#. /flag:mce_recovery +#: modules/devices/x86/x86_data.c:111 +msgctxt "x86-flag" +msgid "CPU has recoverable machine checks" +msgstr "" + +#. /flag:pni +#: modules/devices/x86/x86_data.c:114 +msgctxt "x86-flag" +msgid "SSE-3 (\"Prescott New Instructions\")" +msgstr "" + +#. /flag:pclmulqdq +#: modules/devices/x86/x86_data.c:115 +msgctxt "x86-flag" +msgid "" +"Perform a Carry-Less Multiplication of Quadword instruction - accelerator " +"for GCM)" +msgstr "" + +#. /flag:dtes64 +#: modules/devices/x86/x86_data.c:116 +msgctxt "x86-flag" +msgid "64-bit Debug Store" +msgstr "" + +#. /flag:monitor +#: modules/devices/x86/x86_data.c:117 +msgctxt "x86-flag" +msgid "Monitor/Mwait support (Intel SSE3 supplements)" +msgstr "" + +#. /flag:ds_cpl +#: modules/devices/x86/x86_data.c:118 +msgctxt "x86-flag" +msgid "CPL Qual. Debug Store" +msgstr "" + +#. /flag:vmx +#: modules/devices/x86/x86_data.c:119 +msgctxt "x86-flag" +msgid "Hardware virtualization, Intel VMX" +msgstr "" + +#. /flag:smx +#: modules/devices/x86/x86_data.c:120 +msgctxt "x86-flag" +msgid "Safer mode TXT (TPM support)" +msgstr "" + +#. /flag:est +#: modules/devices/x86/x86_data.c:121 +msgctxt "x86-flag" +msgid "Enhanced SpeedStep" +msgstr "" + +#. /flag:tm2 +#: modules/devices/x86/x86_data.c:122 +msgctxt "x86-flag" +msgid "Thermal Monitor 2" +msgstr "" + +#. /flag:ssse3 +#: modules/devices/x86/x86_data.c:123 +msgctxt "x86-flag" +msgid "Supplemental SSE-3" +msgstr "" + +#. /flag:cid +#: modules/devices/x86/x86_data.c:124 +msgctxt "x86-flag" +msgid "Context ID" +msgstr "" + +#. /flag:sdbg +#: modules/devices/x86/x86_data.c:125 +msgctxt "x86-flag" +msgid "silicon debug" +msgstr "" + +#. /flag:fma +#: modules/devices/x86/x86_data.c:126 +msgctxt "x86-flag" +msgid "Fused multiply-add" +msgstr "" + +#. /flag:cx16 +#: modules/devices/x86/x86_data.c:127 +msgctxt "x86-flag" +msgid "CMPXCHG16B" +msgstr "" + +#. /flag:xtpr +#: modules/devices/x86/x86_data.c:128 +msgctxt "x86-flag" +msgid "Send Task Priority Messages" +msgstr "" + +#. /flag:pdcm +#: modules/devices/x86/x86_data.c:129 +msgctxt "x86-flag" +msgid "Performance Capabilities" +msgstr "" + +#. /flag:pcid +#: modules/devices/x86/x86_data.c:130 +msgctxt "x86-flag" +msgid "Process Context Identifiers" +msgstr "" + +#. /flag:dca +#: modules/devices/x86/x86_data.c:131 +msgctxt "x86-flag" +msgid "Direct Cache Access" +msgstr "" + +#. /flag:sse4_1 +#: modules/devices/x86/x86_data.c:132 +msgctxt "x86-flag" +msgid "SSE-4.1" +msgstr "" + +#. /flag:sse4_2 +#: modules/devices/x86/x86_data.c:133 +msgctxt "x86-flag" +msgid "SSE-4.2" +msgstr "" + +#. /flag:x2apic +#: modules/devices/x86/x86_data.c:134 +msgctxt "x86-flag" +msgid "x2APIC" +msgstr "" + +#. /flag:movbe +#: modules/devices/x86/x86_data.c:135 +msgctxt "x86-flag" +msgid "Move Data After Swapping Bytes instruction" +msgstr "" + +#. /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 "" + +#. /flag:tsc_deadline_timer +#: modules/devices/x86/x86_data.c:137 +msgctxt "x86-flag" +msgid "Tsc deadline timer" +msgstr "" + +#. /flag:aes/aes-ni +#: modules/devices/x86/x86_data.c:138 +msgctxt "x86-flag" +msgid "Advanced Encryption Standard (New Instructions)" +msgstr "" + +#. /flag:xsave +#: modules/devices/x86/x86_data.c:139 +msgctxt "x86-flag" +msgid "Save Processor Extended States: also provides XGETBY,XRSTOR,XSETBY" +msgstr "" + +#. /flag:avx +#: modules/devices/x86/x86_data.c:140 +msgctxt "x86-flag" +msgid "Advanced Vector Extensions" +msgstr "" + +#. /flag:f16c +#: modules/devices/x86/x86_data.c:141 +msgctxt "x86-flag" +msgid "16-bit fp conversions (CVT16)" +msgstr "" + +#. /flag:rdrand +#: modules/devices/x86/x86_data.c:142 +msgctxt "x86-flag" +msgid "Read Random Number from hardware random number generator instruction" +msgstr "" + +#. /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 +#. /flag:rng +#: modules/devices/x86/x86_data.c:145 +msgctxt "x86-flag" +msgid "Random Number Generator present (xstore)" +msgstr "" + +#. /flag:rng_en +#: modules/devices/x86/x86_data.c:146 +msgctxt "x86-flag" +msgid "Random Number Generator enabled" +msgstr "" + +#. /flag:ace +#: modules/devices/x86/x86_data.c:147 +msgctxt "x86-flag" +msgid "on-CPU crypto (xcrypt)" +msgstr "" + +#. /flag:ace_en +#: modules/devices/x86/x86_data.c:148 +msgctxt "x86-flag" +msgid "on-CPU crypto enabled" +msgstr "" + +#. /flag:ace2 +#: modules/devices/x86/x86_data.c:149 +msgctxt "x86-flag" +msgid "Advanced Cryptography Engine v2" +msgstr "" + +#. /flag:ace2_en +#: modules/devices/x86/x86_data.c:150 +msgctxt "x86-flag" +msgid "ACE v2 enabled" +msgstr "" + +#. /flag:phe +#: modules/devices/x86/x86_data.c:151 +msgctxt "x86-flag" +msgid "PadLock Hash Engine" +msgstr "" + +#. /flag:phe_en +#: modules/devices/x86/x86_data.c:152 +msgctxt "x86-flag" +msgid "PHE enabled" +msgstr "" + +#. /flag:pmm +#: modules/devices/x86/x86_data.c:153 +msgctxt "x86-flag" +msgid "PadLock Montgomery Multiplier" +msgstr "" + +#. /flag:pmm_en +#: modules/devices/x86/x86_data.c:154 +msgctxt "x86-flag" +msgid "PMM enabled" +msgstr "" + +#. /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 "" + +#. /flag:cmp_legacy +#: modules/devices/x86/x86_data.c:157 +msgctxt "x86-flag" +msgid "If yes HyperThreading not valid" +msgstr "" + +#. /flag:svm +#: modules/devices/x86/x86_data.c:158 +msgctxt "x86-flag" +msgid "\"Secure virtual machine\": AMD-V" +msgstr "" + +#. /flag:extapic +#: modules/devices/x86/x86_data.c:159 +msgctxt "x86-flag" +msgid "Extended APIC space" +msgstr "" + +#. /flag:cr8_legacy +#: modules/devices/x86/x86_data.c:160 +msgctxt "x86-flag" +msgid "CR8 in 32-bit mode" +msgstr "" + +#. /flag:abm +#: modules/devices/x86/x86_data.c:161 +msgctxt "x86-flag" +msgid "Advanced Bit Manipulation" +msgstr "" + +#. /flag:sse4a +#: modules/devices/x86/x86_data.c:162 +msgctxt "x86-flag" +msgid "SSE-4A" +msgstr "" + +#. /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 "" + +#. /flag:3dnowprefetch +#: modules/devices/x86/x86_data.c:164 +msgctxt "x86-flag" +msgid "3DNow prefetch instructions" +msgstr "" + +#. /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 "" + +#. /flag:ibs +#: modules/devices/x86/x86_data.c:166 +msgctxt "x86-flag" +msgid "Instruction Based Sampling" +msgstr "" + +#. /flag:xop +#: modules/devices/x86/x86_data.c:167 +msgctxt "x86-flag" +msgid "extended AVX instructions" +msgstr "" + +#. /flag:skinit +#: modules/devices/x86/x86_data.c:168 +msgctxt "x86-flag" +msgid "SKINIT/STGI instructions" +msgstr "" + +#. /flag:wdt +#: modules/devices/x86/x86_data.c:169 +msgctxt "x86-flag" +msgid "Watchdog timer" +msgstr "" + +#. /flag:lwp +#: modules/devices/x86/x86_data.c:170 +msgctxt "x86-flag" +msgid "Light Weight Profiling" +msgstr "" + +#. /flag:fma4 +#: modules/devices/x86/x86_data.c:171 +msgctxt "x86-flag" +msgid "4 operands MAC instructions" +msgstr "" + +#. /flag:tce +#: modules/devices/x86/x86_data.c:172 +msgctxt "x86-flag" +msgid "translation cache extension" +msgstr "" + +#. /flag:nodeid_msr +#: modules/devices/x86/x86_data.c:173 +msgctxt "x86-flag" +msgid "NodeId MSR" +msgstr "" -#: modules//network.c:59 +#. /flag:tbm +#: modules/devices/x86/x86_data.c:174 +msgctxt "x86-flag" +msgid "Trailing Bit Manipulation" +msgstr "" + +#. /flag:topoext +#: modules/devices/x86/x86_data.c:175 +msgctxt "x86-flag" +msgid "Topology Extensions CPUID leafs" +msgstr "" + +#. /flag:perfctr_core +#: modules/devices/x86/x86_data.c:176 +msgctxt "x86-flag" +msgid "Core Performance Counter Extensions" +msgstr "" + +#. /flag:perfctr_nb +#: modules/devices/x86/x86_data.c:177 +msgctxt "x86-flag" +msgid "NB Performance Counter Extensions" +msgstr "" + +#. /flag:bpext +#: modules/devices/x86/x86_data.c:178 +msgctxt "x86-flag" +msgid "data breakpoint extension" +msgstr "" + +#. /flag:ptsc +#: modules/devices/x86/x86_data.c:179 +msgctxt "x86-flag" +msgid "performance time-stamp counter" +msgstr "" + +#. /flag:perfctr_l2 +#: modules/devices/x86/x86_data.c:180 +msgctxt "x86-flag" +msgid "L2 Performance Counter Extensions" +msgstr "" + +#. /flag:mwaitx +#: modules/devices/x86/x86_data.c:181 +msgctxt "x86-flag" +msgid "MWAIT extension (MONITORX/MWAITX)" +msgstr "" + +#. /flag:cpb +#: modules/devices/x86/x86_data.c:183 +msgctxt "x86-flag" +msgid "AMD Core Performance Boost" +msgstr "" + +#. /flag:epb +#: modules/devices/x86/x86_data.c:184 +msgctxt "x86-flag" +msgid "IA32_ENERGY_PERF_BIAS support" +msgstr "" + +#. /flag:hw_pstate +#: modules/devices/x86/x86_data.c:185 +msgctxt "x86-flag" +msgid "AMD HW-PState" +msgstr "" + +#. /flag:proc_feedback +#: modules/devices/x86/x86_data.c:186 +msgctxt "x86-flag" +msgid "AMD ProcFeedbackInterface" +msgstr "" + +#. /flag:intel_pt +#: modules/devices/x86/x86_data.c:187 +msgctxt "x86-flag" +msgid "Intel Processor Tracing" +msgstr "" + +#. /flag:tpr_shadow +#: modules/devices/x86/x86_data.c:189 +msgctxt "x86-flag" +msgid "Intel TPR Shadow" +msgstr "" + +#. /flag:vnmi +#: modules/devices/x86/x86_data.c:190 +msgctxt "x86-flag" +msgid "Intel Virtual NMI" +msgstr "" + +#. /flag:flexpriority +#: modules/devices/x86/x86_data.c:191 +msgctxt "x86-flag" +msgid "Intel FlexPriority" +msgstr "" + +#. /flag:ept +#: modules/devices/x86/x86_data.c:192 +msgctxt "x86-flag" +msgid "Intel Extended Page Table" +msgstr "" + +#. /flag:vpid +#: modules/devices/x86/x86_data.c:193 +msgctxt "x86-flag" +msgid "Intel Virtual Processor ID" +msgstr "" + +#. /flag:vmmcall +#: modules/devices/x86/x86_data.c:194 +msgctxt "x86-flag" +msgid "prefer VMMCALL to VMCALL" +msgstr "" + +#. /flag:fsgsbase +#: modules/devices/x86/x86_data.c:196 +msgctxt "x86-flag" +msgid "{RD/WR}{FS/GS}BASE instructions" +msgstr "" + +#. /flag:tsc_adjust +#: modules/devices/x86/x86_data.c:197 +msgctxt "x86-flag" +msgid "TSC adjustment MSR" +msgstr "" + +#. /flag:bmi1 +#: modules/devices/x86/x86_data.c:198 +msgctxt "x86-flag" +msgid "1st group bit manipulation extensions" +msgstr "" + +#. /flag:hle +#: modules/devices/x86/x86_data.c:199 +msgctxt "x86-flag" +msgid "Hardware Lock Elision" +msgstr "" + +#. /flag:avx2 +#: modules/devices/x86/x86_data.c:200 +msgctxt "x86-flag" +msgid "AVX2 instructions" +msgstr "" + +#. /flag:smep +#: modules/devices/x86/x86_data.c:201 +msgctxt "x86-flag" +msgid "Supervisor Mode Execution Protection" +msgstr "" + +#. /flag:bmi2 +#: modules/devices/x86/x86_data.c:202 +msgctxt "x86-flag" +msgid "2nd group bit manipulation extensions" +msgstr "" + +#. /flag:erms +#: modules/devices/x86/x86_data.c:203 +msgctxt "x86-flag" +msgid "Enhanced REP MOVSB/STOSB" +msgstr "" + +#. /flag:invpcid +#: modules/devices/x86/x86_data.c:204 +msgctxt "x86-flag" +msgid "Invalidate Processor Context ID" +msgstr "" + +#. /flag:rtm +#: modules/devices/x86/x86_data.c:205 +msgctxt "x86-flag" +msgid "Restricted Transactional Memory" +msgstr "" + +#. /flag:cqm +#: modules/devices/x86/x86_data.c:206 +msgctxt "x86-flag" +msgid "Cache QoS Monitoring" +msgstr "" + +#. /flag:mpx +#: modules/devices/x86/x86_data.c:207 +msgctxt "x86-flag" +msgid "Memory Protection Extension" +msgstr "" + +#. /flag:avx512f +#: modules/devices/x86/x86_data.c:208 +msgctxt "x86-flag" +msgid "AVX-512 foundation" +msgstr "" + +#. /flag:avx512dq +#: modules/devices/x86/x86_data.c:209 +msgctxt "x86-flag" +msgid "AVX-512 Double/Quad instructions" +msgstr "" + +#. /flag:rdseed +#: modules/devices/x86/x86_data.c:210 +msgctxt "x86-flag" +msgid "The RDSEED instruction" +msgstr "" + +#. /flag:adx +#: modules/devices/x86/x86_data.c:211 +msgctxt "x86-flag" +msgid "The ADCX and ADOX instructions" +msgstr "" + +#. /flag:smap +#: modules/devices/x86/x86_data.c:212 +msgctxt "x86-flag" +msgid "Supervisor Mode Access Prevention" +msgstr "" + +#. /flag:clflushopt +#: modules/devices/x86/x86_data.c:213 +msgctxt "x86-flag" +msgid "CLFLUSHOPT instruction" +msgstr "" + +#. /flag:clwb +#: modules/devices/x86/x86_data.c:214 +msgctxt "x86-flag" +msgid "CLWB instruction" +msgstr "" + +#. /flag:avx512pf +#: modules/devices/x86/x86_data.c:215 +msgctxt "x86-flag" +msgid "AVX-512 Prefetch" +msgstr "" + +#. /flag:avx512er +#: modules/devices/x86/x86_data.c:216 +msgctxt "x86-flag" +msgid "AVX-512 Exponential and Reciprocal" +msgstr "" + +#. /flag:avx512cd +#: modules/devices/x86/x86_data.c:217 +msgctxt "x86-flag" +msgid "AVX-512 Conflict Detection" +msgstr "" + +#. /flag:sha_ni +#: modules/devices/x86/x86_data.c:218 +msgctxt "x86-flag" +msgid "SHA1/SHA256 Instruction Extensions" +msgstr "" + +#. /flag:avx512bw +#: modules/devices/x86/x86_data.c:219 +msgctxt "x86-flag" +msgid "AVX-512 Byte/Word instructions" +msgstr "" + +#. /flag:avx512vl +#: modules/devices/x86/x86_data.c:220 +msgctxt "x86-flag" +msgid "AVX-512 128/256 Vector Length extensions" +msgstr "" + +#. /flag:xsaveopt +#: modules/devices/x86/x86_data.c:222 +msgctxt "x86-flag" +msgid "Optimized XSAVE" +msgstr "" + +#. /flag:xsavec +#: modules/devices/x86/x86_data.c:223 +msgctxt "x86-flag" +msgid "XSAVEC" +msgstr "" + +#. /flag:xgetbv1 +#: modules/devices/x86/x86_data.c:224 +msgctxt "x86-flag" +msgid "XGETBV with ECX = 1" +msgstr "" + +#. /flag:xsaves +#: modules/devices/x86/x86_data.c:225 +msgctxt "x86-flag" +msgid "XSAVES/XRSTORS" +msgstr "" + +#. /flag:cqm_llc +#: modules/devices/x86/x86_data.c:227 +msgctxt "x86-flag" +msgid "LLC QoS" +msgstr "" + +#. /flag:cqm_occup_llc +#: modules/devices/x86/x86_data.c:229 +msgctxt "x86-flag" +msgid "LLC occupancy monitoring" +msgstr "" + +#. /flag:cqm_mbm_total +#: modules/devices/x86/x86_data.c:230 +msgctxt "x86-flag" +msgid "LLC total MBM monitoring" +msgstr "" + +#. /flag:cqm_mbm_local +#: modules/devices/x86/x86_data.c:231 +msgctxt "x86-flag" +msgid "LLC local MBM monitoring" +msgstr "" + +#. /flag:clzero +#: modules/devices/x86/x86_data.c:233 +msgctxt "x86-flag" +msgid "CLZERO instruction" +msgstr "" + +#. /flag:irperf +#: modules/devices/x86/x86_data.c:234 +msgctxt "x86-flag" +msgid "instructions retired performance counter" +msgstr "" + +#. /flag:dtherm +#: modules/devices/x86/x86_data.c:236 +msgctxt "x86-flag" +msgid "digital thermal sensor" +msgstr "" + +#. /flag:ida +#: modules/devices/x86/x86_data.c:237 +msgctxt "x86-flag" +msgid "Intel Dynamic Acceleration" +msgstr "" + +#. /flag:arat +#: modules/devices/x86/x86_data.c:238 +msgctxt "x86-flag" +msgid "Always Running APIC Timer" +msgstr "" + +#. /flag:pln +#: modules/devices/x86/x86_data.c:239 +msgctxt "x86-flag" +msgid "Intel Power Limit Notification" +msgstr "" + +#. /flag:pts +#: modules/devices/x86/x86_data.c:240 +msgctxt "x86-flag" +msgid "Intel Package Thermal Status" +msgstr "" + +#. /flag:hwp +#: modules/devices/x86/x86_data.c:241 +msgctxt "x86-flag" +msgid "Intel Hardware P-states" +msgstr "" + +#. /flag:hwp_notify +#: modules/devices/x86/x86_data.c:242 +msgctxt "x86-flag" +msgid "HWP notification" +msgstr "" + +#. /flag:hwp_act_window +#: modules/devices/x86/x86_data.c:243 +msgctxt "x86-flag" +msgid "HWP Activity Window" +msgstr "" + +#. /flag:hwp_epp +#: modules/devices/x86/x86_data.c:244 +msgctxt "x86-flag" +msgid "HWP Energy Performance Preference" +msgstr "" + +#. /flag:hwp_pkg_req +#: modules/devices/x86/x86_data.c:245 +msgctxt "x86-flag" +msgid "HWP package-level request" +msgstr "" + +#. /flag:npt +#: modules/devices/x86/x86_data.c:247 +msgctxt "x86-flag" +msgid "AMD Nested Page Table support" +msgstr "" + +#. /flag:lbrv +#: modules/devices/x86/x86_data.c:248 +msgctxt "x86-flag" +msgid "AMD LBR Virtualization support" +msgstr "" + +#. /flag:svm_lock +#: modules/devices/x86/x86_data.c:249 +msgctxt "x86-flag" +msgid "AMD SVM locking MSR" +msgstr "" + +#. /flag:nrip_save +#: modules/devices/x86/x86_data.c:250 +msgctxt "x86-flag" +msgid "AMD SVM next_rip save" +msgstr "" + +#. /flag:tsc_scale +#: modules/devices/x86/x86_data.c:251 +msgctxt "x86-flag" +msgid "AMD TSC scaling support" +msgstr "" + +#. /flag:vmcb_clean +#: modules/devices/x86/x86_data.c:252 +msgctxt "x86-flag" +msgid "AMD VMCB clean bits support" +msgstr "" + +#. /flag:flushbyasid +#: modules/devices/x86/x86_data.c:253 +msgctxt "x86-flag" +msgid "AMD flush-by-ASID support" +msgstr "" + +#. /flag:decodeassists +#: modules/devices/x86/x86_data.c:254 +msgctxt "x86-flag" +msgid "AMD Decode Assists support" +msgstr "" + +#. /flag:pausefilter +#: modules/devices/x86/x86_data.c:255 +msgctxt "x86-flag" +msgid "AMD filtered pause intercept" +msgstr "" + +#. /flag:pfthreshold +#: modules/devices/x86/x86_data.c:256 +msgctxt "x86-flag" +msgid "AMD pause filter threshold" +msgstr "" + +#. /flag:avic +#: modules/devices/x86/x86_data.c:257 +msgctxt "x86-flag" +msgid "Virtual Interrupt Controller" +msgstr "" + +#. /flag:pku +#: modules/devices/x86/x86_data.c:259 +msgctxt "x86-flag" +msgid "Protection Keys for Userspace" +msgstr "" + +#. /flag:ospke +#: modules/devices/x86/x86_data.c:260 +msgctxt "x86-flag" +msgid "OS Protection Keys Enable" +msgstr "" + +#. /flag:overflow_recov +#: modules/devices/x86/x86_data.c:262 +msgctxt "x86-flag" +msgid "MCA overflow recovery support" +msgstr "" + +#. /flag:succor +#: modules/devices/x86/x86_data.c:263 +msgctxt "x86-flag" +msgid "uncorrectable error containment and recovery" +msgstr "" + +#. /flag:smca +#: modules/devices/x86/x86_data.c:264 +msgctxt "x86-flag" +msgid "Scalable MCA" +msgstr "" + +#. /bug:f00f +#: modules/devices/x86/x86_data.c:267 +msgctxt "x86-flag" +msgid "Intel F00F bug" +msgstr "" + +#. /bug:fdiv +#: modules/devices/x86/x86_data.c:268 +msgctxt "x86-flag" +msgid "FPU FDIV" +msgstr "" + +#. /bug:coma +#: modules/devices/x86/x86_data.c:269 +msgctxt "x86-flag" +msgid "Cyrix 6x86 coma" +msgstr "" + +#. /bug:tlb_mmatch +#: modules/devices/x86/x86_data.c:270 +msgctxt "x86-flag" +msgid "AMD Erratum 383" +msgstr "" + +#. /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 "" + +#. /bug:11ap +#: modules/devices/x86/x86_data.c:272 +msgctxt "x86-flag" +msgid "Bad local APIC aka 11AP" +msgstr "" + +#. /bug:fxsave_leak +#: modules/devices/x86/x86_data.c:273 +msgctxt "x86-flag" +msgid "FXSAVE leaks FOP/FIP/FOP" +msgstr "" + +#. /bug:clflush_monitor +#: modules/devices/x86/x86_data.c:274 +msgctxt "x86-flag" +msgid "AAI65, CLFLUSH required before MONITOR" +msgstr "" + +#. /bug:sysret_ss_attrs +#: modules/devices/x86/x86_data.c:275 +msgctxt "x86-flag" +msgid "SYSRET doesn't fix up SS attrs" +msgstr "" + +#. /bug:espfix +#: modules/devices/x86/x86_data.c:276 +msgctxt "x86-flag" +msgid "IRET to 16-bit SS corrupts ESP/RSP high bits" +msgstr "" + +#. /bug:null_seg +#: modules/devices/x86/x86_data.c:277 +msgctxt "x86-flag" +msgid "Nulling a selector preserves the base" +msgstr "" + +#. /bug:swapgs_fence +#: modules/devices/x86/x86_data.c:278 +msgctxt "x86-flag" +msgid "SWAPGS without input dep on GS" +msgstr "" + +#. /bug:monitor +#: modules/devices/x86/x86_data.c:279 +msgctxt "x86-flag" +msgid "IPI required to wake up remote CPU" +msgstr "" + +#. /x86/kernel/cpu/powerflags.h +#. /flag:pm:ts +#: modules/devices/x86/x86_data.c:283 +msgctxt "x86-flag" +msgid "temperature sensor" +msgstr "" + +#. /flag:pm:fid +#: modules/devices/x86/x86_data.c:284 +msgctxt "x86-flag" +msgid "frequency id control" +msgstr "" + +#. /flag:pm:vid +#: modules/devices/x86/x86_data.c:285 +msgctxt "x86-flag" +msgid "voltage id control" +msgstr "" + +#. /flag:pm:ttp +#: modules/devices/x86/x86_data.c:286 +msgctxt "x86-flag" +msgid "thermal trip" +msgstr "" + +#. /flag:pm:tm +#: modules/devices/x86/x86_data.c:287 +msgctxt "x86-flag" +msgid "hardware thermal control" +msgstr "" + +#. /flag:pm:stc +#: modules/devices/x86/x86_data.c:288 +msgctxt "x86-flag" +msgid "software thermal control" +msgstr "" + +#. /flag:pm:100mhzsteps +#: modules/devices/x86/x86_data.c:289 +msgctxt "x86-flag" +msgid "100 MHz multiplier control" +msgstr "" + +#. /flag:pm:hwpstate +#: modules/devices/x86/x86_data.c:290 +msgctxt "x86-flag" +msgid "hardware P-state control" +msgstr "" + +#. /flag:pm:cpb +#: modules/devices/x86/x86_data.c:291 +msgctxt "x86-flag" +msgid "core performance boost" +msgstr "" + +#. /flag:pm:eff_freq_ro +#: modules/devices/x86/x86_data.c:292 +msgctxt "x86-flag" +msgid "Readonly aperf/mperf" +msgstr "" + +#. /flag:pm:proc_feedback +#: modules/devices/x86/x86_data.c:293 +msgctxt "x86-flag" +msgid "processor feedback interface" +msgstr "" + +#. /flag:pm:acc_power +#: modules/devices/x86/x86_data.c:294 +msgctxt "x86-flag" +msgid "accumulated power mechanism" +msgstr "" + +#: modules/network.c:59 msgid "Interfaces" msgstr "Schnittstellen" -#: modules//network.c:60 +#: modules/network.c:60 msgid "IP Connections" msgstr "IP-Verbindungen" -#: modules//network.c:61 +#: modules/network.c:61 msgid "Routing Table" msgstr "Routing-Tabelle" -#: modules//network.c:62 +#: modules/network.c:62 modules/network.c:303 msgid "ARP Table" msgstr "ARP-Tabelle" -#: modules//network.c:63 +#: modules/network.c:63 msgid "DNS Servers" msgstr "DNS-Server" -#: modules//network.c:64 +#: modules/network.c:64 msgid "Statistics" msgstr "Statistiken" -#: modules//network.c:65 +#: 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/network.c:304 modules/network.c:326 modules/network.c:357 +#: modules/network/net.c:477 +msgid "IP Address" +msgstr "IP-Adresse" -#: 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" +#: modules/network.c:304 modules/network.c:357 modules/network.c:374 +msgid "Interface" +msgstr "Schnittstelle" + +#: modules/network.c:304 +msgid "MAC Address" +msgstr "MAC-Adresse" + +#: modules/network.c:313 +msgid "SAMBA" msgstr "" -"[DNS-Server]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP-Adresse\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -#: 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//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/network.c:314 +msgid "NFS" 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" -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 +#: modules/network.c:325 +msgid "Name Servers" +msgstr "DNS-Server" + +#: modules/network.c:340 +msgid "Connections" +msgstr "" + +#: modules/network.c:341 +msgid "Local Address" +msgstr "Lokale Adresse" + +#: modules/network.c:341 +msgid "Protocol" +msgstr "Protokoll" + +#: modules/network.c:341 +msgid "Foreign Address" +msgstr "Fremde Adresse" + +#: modules/network.c:341 +msgid "State" +msgstr "Status" + +#: modules/network.c:357 +msgid "Sent" +msgstr "Gesendet" + +#: modules/network.c:357 +msgid "Received" +msgstr "Empfangen" + +#: modules/network.c:373 +msgid "IP routing table" +msgstr "" + +#: modules/network.c:374 +msgid "Destination/Gateway" +msgstr "Ziel/Vorgaberoute" + +#: modules/network.c:374 +msgid "Flags" +msgstr "" + +#: modules/network.c:374 modules/network/net.c:478 +msgid "Mask" +msgstr "Netz-Maske" + +#: modules/network.c:402 msgid "Network" msgstr "Netzwerk" -#: modules//network.c:432 +#: modules/network.c:435 msgid "Gathers information about this computer's network connection" msgstr "Sammelt Informationen über die Netzwerk-Verbindung dieses Computers" -#: hardinfo//hardinfo.c:54 -msgid "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n" -"\n" +#: modules/network/net.c:72 +msgctxt "wi-op-mode" +msgid "Auto" msgstr "" -#: hardinfo//hardinfo.c:56 -#, 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:73 +msgctxt "wi-op-mode" +msgid "Ad-Hoc" msgstr "" -#: hardinfo//hardinfo.c:74 -#, 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:74 +msgctxt "wi-op-mode" +msgid "Managed" msgstr "" -#: hardinfo//hardinfo.c:81 -#, c-format -msgid "" -"Modules:\n" -"%-20s%-15s%-12s\n" +#: modules/network/net.c:75 +msgctxt "wi-op-mode" +msgid "Master" msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "File Name" +#: modules/network/net.c:76 +msgctxt "wi-op-mode" +msgid "Repeater" msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Name" -msgstr "Name" +#: modules/network/net.c:77 +msgctxt "wi-op-mode" +msgid "Secondary" +msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Version" +#: modules/network/net.c:78 +msgctxt "wi-op-mode" +msgid "(Unknown)" msgstr "" -#: hardinfo//hardinfo.c:135 -#, c-format -msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +#: modules/network/net.c:242 modules/network/net.c:262 +#: modules/network/net.c:270 +msgctxt "net-if-type" +msgid "Ethernet" msgstr "" -#: hardinfo//hardinfo.c:163 -msgid "Don't know what to do. Exiting." +#: modules/network/net.c:243 +msgctxt "net-if-type" +msgid "Loopback" msgstr "" -#: hardinfo//util.c:104 hardinfo//util.c:107 hardinfo//util.c:112 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d Minute" -msgstr[1] "%d Minuten" +#: modules/network/net.c:244 +msgctxt "net-if-type" +msgid "Point-to-Point" +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: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 "" -#: hardinfo//util.c:110 -#, c-format -msgid "%d day, " -msgid_plural "%d days, " -msgstr[0] "%d Tag, " -msgstr[1] "%d Tage, " +#: modules/network/net.c:249 +msgctxt "net-if-type" +msgid "Virtual Point-to-Point (TUN)" +msgstr "" -#: hardinfo//util.c:111 -#, c-format -msgid "%d hour and " -msgid_plural "%d hours and " -msgstr[0] "%d Stunde und " -msgstr[1] "%d Stunden und " +#: modules/network/net.c:250 +msgctxt "net-if-type" +msgid "Ethernet (TAP)" +msgstr "" -#: hardinfo//util.c:118 -#, c-format -msgid "%.1f B" -msgstr "%.1f Byte(s)" +#: modules/network/net.c:251 +msgctxt "net-if-type" +msgid "Parallel Line Internet Protocol" +msgstr "" -#: hardinfo//util.c:120 -#, c-format -msgid "%.1f KiB" -msgstr "%.1f KiB" +#: modules/network/net.c:252 +msgctxt "net-if-type" +msgid "Infrared" +msgstr "" -#: hardinfo//util.c:122 -#, c-format -msgid "%.1f MiB" -msgstr "%.1f MiB" +#: modules/network/net.c:253 modules/network/net.c:271 +msgctxt "net-if-type" +msgid "Serial Line Internet Protocol" +msgstr "" -#: hardinfo//util.c:124 -#, c-format -msgid "%.1f GiB" -msgstr "%.1f GiB" +#: modules/network/net.c:254 +msgctxt "net-if-type" +msgid "Integrated Services Digital Network" +msgstr "" -#: hardinfo//util.c:126 -#, c-format -msgid "%.1f TiB" -msgstr "%.1f TiB" +#: modules/network/net.c:255 +msgctxt "net-if-type" +msgid "IPv6-over-IPv4 Tunnel" +msgstr "" -#: hardinfo//util.c:128 -#, c-format -msgid "%.1f PiB" -msgstr "%.1f PiB" +#: modules/network/net.c:256 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface (NAT)" +msgstr "" -#: hardinfo//util.c:342 -msgid "Error" -msgstr "Fehler" +#: modules/network/net.c:257 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface" +msgstr "" -#: hardinfo//util.c:342 hardinfo//util.c:358 -msgid "Warning" -msgstr "Warnung" +#: modules/network/net.c:258 +msgctxt "net-if-type" +msgid "Personal Area Network (PAN)" +msgstr "" -#: hardinfo//util.c:357 -msgid "Fatal Error" -msgstr "Kritischer Fehler" +#: modules/network/net.c:259 +msgctxt "net-if-type" +msgid "Bluetooth" +msgstr "" -#: hardinfo//util.c:382 -msgid "creates a report and prints to standard output" +#: modules/network/net.c:260 +msgctxt "net-if-type" +msgid "Bridge Interface" msgstr "" -#: hardinfo//util.c:388 -msgid "chooses a report format (text, html)" +#: modules/network/net.c:261 +msgctxt "net-if-type" +msgid "Hamachi Virtual Personal Network" msgstr "" -#: hardinfo//util.c:394 -msgid "run benchmark; requires benchmark.so to be loaded" +#: modules/network/net.c:263 +msgctxt "net-if-type" +msgid "Intermediate Functional Block" msgstr "" -#: hardinfo//util.c:400 -msgid "lists modules" +#: modules/network/net.c:264 +msgctxt "net-if-type" +msgid "GRE Network Tunnel" msgstr "" -#: hardinfo//util.c:406 -msgid "specify module to load" +#: modules/network/net.c:265 +msgctxt "net-if-type" +msgid "Mesh Network" msgstr "" -#: hardinfo//util.c:412 -msgid "automatically load module dependencies" +#: modules/network/net.c:266 +msgctxt "net-if-type" +msgid "Wireless Master Interface" msgstr "" -#: hardinfo//util.c:419 -msgid "run in XML-RPC server mode" +#: modules/network/net.c:267 +msgctxt "net-if-type" +msgid "VirtualBox Virtual Network Interface" msgstr "" -#: hardinfo//util.c:426 -msgid "shows program version and quit" +#: modules/network/net.c:273 +msgctxt "net-if-type" +msgid "Wireless (WAN)" msgstr "" -#: hardinfo//util.c:431 -msgid "- System Profiler and Benchmark tool" -msgstr "- System-Profiler und Benchmark-Werkzeug" +#: modules/network/net.c:275 +msgctxt "net-if-type" +msgid "(Unknown)" +msgstr "" -#: hardinfo//util.c:441 -#, c-format -msgid "" -"Unrecognized arguments.\n" -"Try ``%s --help'' for more information.\n" +#: modules/network/net.c:348 modules/network/net.c:358 +msgid "Network Interfaces" msgstr "" -#: hardinfo//util.c:507 -#, 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:348 +msgid "None Found" +msgstr "" -#: hardinfo//util.c:854 -#, c-format -msgid "Module \"%s\" depends on module \"%s\", load it?" +#: modules/network/net.c:400 modules/network/net.c:422 +#: modules/network/net.c:423 +msgid "MiB" msgstr "" -#: hardinfo//util.c:877 -#, c-format -msgid "Module \"%s\" depends on module \"%s\"." +#: modules/network/net.c:414 +msgid "Network Adapter Properties" msgstr "" -#: hardinfo//util.c:922 -#, c-format -msgid "No module could be loaded. Check permissions on \"%s\" and try again." +#: modules/network/net.c:415 +msgid "Interface Type" msgstr "" -#: hardinfo//util.c:926 -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:416 +msgid "Hardware Address (MAC)" msgstr "" -#: hardinfo//util.c:1102 -#, c-format -msgid "Scanning: %s..." +#: modules/network/net.c:420 +msgid "MTU" +msgstr "" + +#: modules/network/net.c:421 +msgid "Transfer Details" +msgstr "" + +#: modules/network/net.c:422 +msgid "Bytes Received" +msgstr "" + +#: modules/network/net.c:423 +msgid "Bytes Sent" +msgstr "" + +#: modules/network/net.c:440 modules/network/net.c:462 +#: modules/network/net.c:463 +msgid "dBm" +msgstr "" + +#: modules/network/net.c:440 +msgid "mW" +msgstr "" + +#: modules/network/net.c:454 +msgid "Wireless Properties" +msgstr "" + +#: modules/network/net.c:455 +msgid "Network Name (SSID)" +msgstr "" + +#: modules/network/net.c:456 +msgid "Bit Rate" +msgstr "" + +#: modules/network/net.c:456 +msgid "Mb/s" +msgstr "" + +#: 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:479 +msgid "Broadcast Address" msgstr "" + +#~ msgid "CPU Clock" +#~ msgstr "CPU-Takt" + +#~ msgid "Desktop Environment" +#~ msgstr "Desktop-Umgebung" + +#~ msgid "%s$CPU%d$%s=%.2fMHz\n" +#~ msgstr "%s$CPU%d$%s=%.2fMHz\n" @@ -7,304 +7,347 @@ msgid "" msgstr "" "Project-Id-Version: hardinfo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-05 17:29+0100\n" -"PO-Revision-Date: 2013-02-18 17:11-0300\n" -"Last-Translator: Fernando López <flopez@linti.unlp.edu.ar>\n" +"POT-Creation-Date: 2017-08-14 22:23-0500\n" +"PO-Revision-Date: 2017-08-04 00:00-0430\n" +"Last-Translator: PICCORO Lenz McKAY <mckaygerhard@gmail.com>\n" "Language-Team: Fernando López <soportelihuen@linti.unlp.edu.ar>\n" -"Language: Spanish\n" +"Language: es\n" +"X-Poedit-Basepath: ../\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Spanish\n" -#: shell//report.c:492 -msgid "Save File" -msgstr "Guardar archivo" - -#: shell//report.c:616 -msgid "Cannot create ReportContext. Programming bug?" -msgstr "No se puede crear ReportContext. ¿Error del programa?" - -#: shell//report.c:634 -msgid "Open the report with your web browser?" -msgstr "¿Abrir el reporte en el navegador web?" +#. / %d will be latest year of copyright +#: hardinfo/hardinfo.c:49 +#, c-format +msgid "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n" +"\n" +msgstr "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. Vea COPYING para más detalles.\n" +"\n" -#: shell//report.c:662 -msgid "Generating report..." -msgstr "Generando reporte..." +#: hardinfo/hardinfo.c:51 +#, 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 for: %s\n" +msgstr "" +"Opciones de compilado:\n" +" \"Release\" versión: %s (%s)\n" +" BinReloc habilitado: %s\n" +" Prefijo de datos: %s\n" +" Prefijo de bibliotecas: %s\n" +" Compilado en: %s\n" -#: shell//report.c:672 -msgid "Report saved." -msgstr "Reporte guardado." +#: hardinfo/hardinfo.c:57 hardinfo/hardinfo.c:58 modules/computer.c:605 +#: modules/devices/inputdevices.c:128 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "Yes" +msgstr "Sí" -#: shell//report.c:674 -msgid "Error while creating the report." -msgstr "Error creando el reporte." +#: hardinfo/hardinfo.c:58 modules/computer.c:605 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "No" +msgstr "_No" -#: shell//report.c:776 -msgid "Generate Report" -msgstr "Generar reporte" +#: hardinfo/hardinfo.c:69 +#, 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 "" +"Falló en encontrar datos del programa.\n" +"\n" +"• ¿HardInfo está correctamente instalado?\n" +"• Vea si %s y %s existen y tenga accesos para lectura." -#: shell//report.c:793 +#: hardinfo/hardinfo.c:76 +#, c-format msgid "" -"<big><b>Generate Report</b></big>\n" -"Please choose the information that you wish to view in your report:" +"Modules:\n" +"%-20s %-15s %-12s\n" msgstr "" -"<big><b>Generar reporte</b></big>\n" -"Por favor elija la información que desea ver en el reporte:" +"Módulos:\n" +"%-20s %-15s %-12s\n" -#: shell//report.c:853 -msgid "Select _None" -msgstr "_Deseleccionar todo" +#: hardinfo/hardinfo.c:77 +msgid "File Name" +msgstr "Nombre de archivo" -#: shell//report.c:860 -msgid "Select _All" -msgstr "_Seleccionar todo" +#: hardinfo/hardinfo.c:77 modules/computer.c:534 modules/computer.c:562 +#: modules/computer.c:630 modules/computer/languages.c:104 +#: modules/computer/modules.c:146 modules/devices/arm/processor.c:336 +#: modules/devices/ia64/processor.c:160 modules/devices/inputdevices.c:116 +#: modules/devices/pci.c:215 modules/devices/sh/processor.c:84 +#: modules/devices/x86/processor.c:455 modules/network.c:326 +msgid "Name" +msgstr "Nombre" -#: shell//report.c:878 -msgid "_Generate" -msgstr "_Generar" +#: hardinfo/hardinfo.c:77 modules/computer.c:296 modules/computer.c:505 +#: modules/computer.c:507 modules/computer.c:595 modules/computer.c:603 +#: modules/devices/inputdevices.c:121 +msgid "Version" +msgstr "Versión" -#: shell//menu.c:35 -msgid "_Information" -msgstr "_Información" +#: hardinfo/hardinfo.c:124 +#, c-format +msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +msgstr "Benchmark desconocido ``%s'' o no se cargó libbenchmark.so" -#: shell//menu.c:36 -msgid "_Remote" -msgstr "_Remoto" +#: hardinfo/hardinfo.c:152 +msgid "Don't know what to do. Exiting." +msgstr "No se puede determinar que hacer. Saliendo." -#: shell//menu.c:37 -msgid "_View" -msgstr "_Ver" +#: hardinfo/util.c:104 modules/computer/uptime.c:53 +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" -#: shell//menu.c:38 -msgid "_Help" -msgstr "_Ayuda" +#: hardinfo/util.c:105 modules/computer/uptime.c:54 +#, c-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" -#: shell//menu.c:39 -msgid "About _Modules" -msgstr "Acerca de los _módulos" +#: hardinfo/util.c:106 modules/computer/uptime.c:55 +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" -#: shell//menu.c:43 -msgid "Generate _Report" -msgstr "Generar _reporte" +#: hardinfo/util.c:107 +#, c-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d segundo" +msgstr[1] "%d segundos" -#: shell//menu.c:48 -msgid "_Network Updater..." -msgstr "_Actualizador por red..." +#: hardinfo/util.c:128 +#, c-format +msgid "%.1f B" +msgstr "%.1f B" -#: shell//menu.c:53 -msgid "_Open..." -msgstr "_Abrir..." +#: hardinfo/util.c:130 +#, c-format +msgid "%.1f KiB" +msgstr "%.1f KiB" -#: shell//menu.c:58 -msgid "_Connect to..." -msgstr "_Conectar a..." +#: hardinfo/util.c:132 +#, c-format +msgid "%.1f MiB" +msgstr "%.1f MiB" -#: shell//menu.c:63 -msgid "_Manage hosts..." -msgstr "_Configurar hosts..." +#: hardinfo/util.c:134 +#, c-format +msgid "%.1f GiB" +msgstr "%.1f GiB" -#: shell//menu.c:68 -msgid "_Local computer" -msgstr "_Equipo local" +#: hardinfo/util.c:136 +#, c-format +msgid "%.1f TiB" +msgstr "%.1f TiB" -#: shell//menu.c:73 -msgid "_Copy to Clipboard" -msgstr "_Copiar al portapapeles" +#: hardinfo/util.c:138 +#, c-format +msgid "%.1f PiB" +msgstr "%.1f PiB" -#: shell//menu.c:74 -msgid "Copy to clipboard" -msgstr "Copiar al portapapeles" +#: hardinfo/util.c:361 +msgid "Error" +msgstr "Error" -#: shell//menu.c:78 -msgid "_Save image as..." -msgstr "_Guardar imagen como..." +#: hardinfo/util.c:361 hardinfo/util.c:377 +msgid "Warning" +msgstr "Advertencia" -#: shell//menu.c:83 -msgid "_Refresh" -msgstr "_Refrescar" +#: hardinfo/util.c:376 +msgid "Fatal Error" +msgstr "Error fatal" -#: shell//menu.c:88 -msgid "Contents" -msgstr "Contenidos" +#: hardinfo/util.c:401 +msgid "creates a report and prints to standard output" +msgstr "crea un reporte y lo imprime en la salida estándar" -#: shell//menu.c:93 -#: shell//shell.c:1790 -#: shell//shell.c:1807 -msgid "Context help" -msgstr "Ayuda contextual" +#: hardinfo/util.c:407 +msgid "chooses a report format (text, html)" +msgstr "elige un formato para el reporte (texto, html)" -#: shell//menu.c:98 -msgid "_Open HardInfo Web Site" -msgstr "_Abrir sitio web de Hardinfo" +#: hardinfo/util.c:413 +msgid "run benchmark; requires benchmark.so to be loaded" +msgstr "correr benchmark; requiere benchmark.so para ser cargado" -#: shell//menu.c:103 -msgid "_Report bug" -msgstr "_Reportar un error" +#: hardinfo/util.c:419 +msgid "lists modules" +msgstr "lista los módulos" -#: shell//menu.c:108 -msgid "_Donate to the project" -msgstr "_Donar al proyecto" +#: hardinfo/util.c:425 +msgid "specify module to load" +msgstr "especificar módulo a cargar" -#: shell//menu.c:113 -msgid "_About HardInfo" -msgstr "_Acerca de Hardinfo" +#: hardinfo/util.c:431 +msgid "automatically load module dependencies" +msgstr "cargar automáticamente las dependencias de los módulos" -#: shell//menu.c:114 -msgid "Displays program version information" -msgstr "Muestra la información de versión del programa" +#: hardinfo/util.c:438 +msgid "run in XML-RPC server mode" +msgstr "correr en modo servidor XML-RPC" -#: shell//menu.c:118 -msgid "_Quit" -msgstr "_Salir" +#: hardinfo/util.c:445 +msgid "shows program version and quit" +msgstr "muestra la versión del programa y sale" -#: shell//menu.c:125 -msgid "_Side Pane" -msgstr "_Panel lateral" +#: hardinfo/util.c:450 +msgid "- System Profiler and Benchmark tool" +msgstr "- Analizador de sistema y herramienta de benchmark" -#: shell//menu.c:126 -msgid "Toggles side pane visibility" -msgstr "Cambia la visibilidad del panel lateral" +#: hardinfo/util.c:460 +#, c-format +msgid "" +"Unrecognized arguments.\n" +"Try ``%s --help'' for more information.\n" +msgstr "" +"Argumentos no reconocidos.\n" +"Intente ``%s --help'' para más información.\n" -#: shell//menu.c:129 -msgid "_Toolbar" -msgstr "_Barra de herramientas" +#: hardinfo/util.c:526 +#, c-format +msgid "Couldn't find a Web browser to open URL %s." +msgstr "No se pudo encontrar un navegador Web para abrir la URL %s." -#: shell//menu.c:133 -msgid "_Accept connections" -msgstr "_Aceptar conexiones" +#: hardinfo/util.c:875 +#, c-format +msgid "Module \"%s\" depends on module \"%s\", load it?" +msgstr "El módulo \"%s\" depende del módulo \"%s\", ¿desea cargarlo?" -#: shell//callbacks.c:71 +#: hardinfo/util.c:898 #, c-format -msgid "Remote: <b>%s</b>" -msgstr "Remoto: <b>%s</b>" - -#: shell//callbacks.c:117 -msgid "Disconnecting..." -msgstr "Desconectando..." - -#: shell//callbacks.c:120 -msgid "Unloading modules..." -msgstr "Descargando módulos..." - -#: shell//callbacks.c:123 -msgid "Loading local modules..." -msgstr "Cargando módulos locales..." - -#: shell//callbacks.c:130 -#: shell//callbacks.c:162 -#: shell//shell.c:314 -#: shell//shell.c:814 -#: shell//shell.c:1796 -#: modules//benchmark.c:431 -#: modules//benchmark.c:439 -#: hardinfo//util.c:1106 -msgid "Done." -msgstr "Hecho." +msgid "Module \"%s\" depends on module \"%s\"." +msgstr "El módulo \"%s\" depende del módulo \"%s\"." -#: shell//callbacks.c:142 -msgid "Save Image" -msgstr "Guardar imagen" +#: hardinfo/util.c:943 +#, c-format +msgid "No module could be loaded. Check permissions on \"%s\" and try again." +msgstr "" +"No se puede cargar ningún módulo. Verifique los permisos en \"%s\" y pruebe " +"de nuevo." -#: shell//callbacks.c:158 -msgid "Saving image..." -msgstr "Guardando imagen" +#: hardinfo/util.c:947 +msgid "" +"No module could be loaded. Please use hardinfo -l to list all available " +"modules and try again with a valid module list." +msgstr "" +"No se pudo cargar ningún módulo. Por favor use hardinfo -l para listar " +"todoslos módulos disponibles e intente de nuevo con una lista válida de " +"módulos." -#: shell//callbacks.c:236 -msgid "No context help available." -msgstr "No hay ayuda contextual disponible" +#: hardinfo/util.c:1024 +#, c-format +msgid "Scanning: %s..." +msgstr "Escaneando: %s..." -#: shell//callbacks.c:318 +#: hardinfo/util.c:1034 shell/shell.c:301 shell/shell.c:760 shell/shell.c:1795 +#: modules/benchmark.c:449 modules/benchmark.c:457 +msgid "Done." +msgstr "Hecho." + +#: shell/callbacks.c:117 #, c-format msgid "%s Module" msgstr "%s módulo" -#: shell//callbacks.c:325 +#: shell/callbacks.c:128 #, c-format msgid "" "Written by %s\n" "Licensed under %s" msgstr "" "Escrito por %s\n" -"Licencia %s" +"Licencia bajo %s" -#: shell//callbacks.c:339 +#: shell/callbacks.c:142 #, c-format msgid "No about information is associated with the %s module." msgstr "No hay información \"acerca de\" asociada al módulo %s." -#: shell//callbacks.c:353 +#: shell/callbacks.c:158 msgid "Author:" msgstr "Autor:" -#: shell//callbacks.c:356 +#: shell/callbacks.c:161 msgid "Contributors:" msgstr "Contribuyentes:" -#: shell//callbacks.c:360 +#: shell/callbacks.c:166 msgid "Based on work by:" msgstr "Basado en el trabajo de:" -#: shell//callbacks.c:361 +#: shell/callbacks.c:167 msgid "MD5 implementation by Colin Plumb (see md5.c for details)" msgstr "Implementación de MD5 por Colin Plumb (ver md5.c para detalles)" -#: shell//callbacks.c:362 +#: shell/callbacks.c:168 msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" msgstr "Implementación de SHA1 por Steve Reid (ver sha1.c para detalles)" -#: shell//callbacks.c:363 +#: shell/callbacks.c:169 msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" msgstr "" "Implementación de Blowfish por Paul Kocher (ver blowfich.c para detalles)" -#: shell//callbacks.c:364 +#: shell/callbacks.c:170 msgid "Raytracing benchmark by John Walker (see fbench.c for details)" msgstr "" "Benchmark de trazado de rayos por John Walker (ver fbench.c para detalles)" -#: shell//callbacks.c:365 +#: shell/callbacks.c:171 msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" msgstr "Benchmark de FFT por Scott Robert Ladd (ver fftbench.c para detalles)" -#: shell//callbacks.c:366 +#: shell/callbacks.c:172 msgid "Some code partly based on x86cpucaps by Osamu Kayasono" msgstr "Parte del código parcialmente basado en x86cpucaps por Osamu Kayasono" -#: shell//callbacks.c:367 +#: shell/callbacks.c:173 msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" msgstr "Lista de proveedores basada en GtkSysInfo por Pissens Sebastien" -#: shell//callbacks.c:368 +#: shell/callbacks.c:174 msgid "DMI support based on code by Stewart Adam" msgstr "Soporte DMI basado en código de Stewart Adam" -#: shell//callbacks.c:369 +#: shell/callbacks.c:175 msgid "SCSI support based on code by Pascal F. Martin" msgstr "Soporte SCSI basado en código de Pascal F. Martin" -#: shell//callbacks.c:373 -msgid "Jakub Szypulka" -msgstr "" - -#: shell//callbacks.c:374 +#: shell/callbacks.c:180 msgid "Tango Project" msgstr "Proyecto Tango" -#: shell//callbacks.c:375 +#: shell/callbacks.c:181 msgid "The GNOME Project" msgstr "El proyecto GNOME" -#: shell//callbacks.c:376 +#: shell/callbacks.c:182 msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" msgstr "VMWare, Inc. (icono USB de VMWare Workstation 6)" -#: shell//callbacks.c:387 +#: shell/callbacks.c:200 msgid "System information and benchmark tool" -msgstr "Herramienta de información del sistema y benchmark" +msgstr "Herramienta de Informacion y Pruebas del Sistema" -#: shell//callbacks.c:392 +#: shell/callbacks.c:205 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 " @@ -320,39 +363,171 @@ msgid "" "Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" msgstr "" -#: shell//shell.c:407 +#: shell/callbacks.c:220 +msgid "translator-credits" +msgstr "" + +#: shell/menu.c:35 +msgid "_Information" +msgstr "_Información" + +#: shell/menu.c:36 +msgid "_Remote" +msgstr "_Remoto" + +#: shell/menu.c:37 +msgid "_View" +msgstr "_Ver" + +#: shell/menu.c:38 +msgid "_Help" +msgstr "_Ayuda" + +#: shell/menu.c:39 +msgid "About _Modules" +msgstr "Acerca de los _módulos" + +#: shell/menu.c:43 +msgid "Generate _Report" +msgstr "Generar _reporte" + +#: shell/menu.c:48 +msgid "_Network Updater..." +msgstr "_Actualizador por red..." + +#: shell/menu.c:53 +msgid "_Open..." +msgstr "_Abrir..." + +#: shell/menu.c:58 +msgid "_Copy to Clipboard" +msgstr "_Copiar al portapapeles" + +#: shell/menu.c:59 +msgid "Copy to clipboard" +msgstr "Copiar al portapapeles" + +#: shell/menu.c:63 +msgid "_Refresh" +msgstr "_Refrescar" + +#: shell/menu.c:68 +msgid "_Open HardInfo Web Site" +msgstr "_Abrir sitio web de Hardinfo" + +#: shell/menu.c:73 +msgid "_Report bug" +msgstr "_Reportar un error" + +#: shell/menu.c:78 +msgid "_About HardInfo" +msgstr "_Acerca de Hardinfo" + +#: shell/menu.c:79 +msgid "Displays program version information" +msgstr "Muestra la información de versión del programa" + +#: shell/menu.c:83 +msgid "_Quit" +msgstr "_Salir" + +#: shell/menu.c:90 +msgid "_Side Pane" +msgstr "_Panel lateral" + +#: shell/menu.c:91 +msgid "Toggles side pane visibility" +msgstr "Cambia la visibilidad del panel lateral" + +#: shell/menu.c:94 +msgid "_Toolbar" +msgstr "_Barra de herramientas" + +#: shell/report.c:494 shell/report.c:502 +msgid "Save File" +msgstr "Guardar archivo" + +#: shell/report.c:629 +msgid "Cannot create ReportContext. Programming bug?" +msgstr "No se puede crear ReportContext. ¿Error del programa?" + +#: shell/report.c:648 +msgid "Open the report with your web browser?" +msgstr "¿Abrir el reporte en el navegador web?" + +#: shell/report.c:682 +msgid "Generating report..." +msgstr "Generando reporte..." + +#: shell/report.c:692 +msgid "Report saved." +msgstr "Reporte guardado." + +#: shell/report.c:694 +msgid "Error while creating the report." +msgstr "Error creando el reporte." + +#: shell/report.c:796 +msgid "Generate Report" +msgstr "Generar reporte" + +#: shell/report.c:821 +msgid "" +"<big><b>Generate Report</b></big>\n" +"Please choose the information that you wish to view in your report:" +msgstr "" +"<big><b>Generar reporte</b></big>\n" +"Por favor elija la información que desea ver en el reporte:" + +#: shell/report.c:893 +msgid "Select _None" +msgstr "_Deseleccionar todo" + +#: shell/report.c:904 +msgid "Select _All" +msgstr "_Seleccionar todo" + +#: shell/report.c:929 shell/syncmanager.c:748 +msgid "_Cancel" +msgstr "_Cancelar" + +#: shell/report.c:939 +msgid "_Generate" +msgstr "_Generar" + +#: shell/shell.c:402 #, c-format msgid "%s - System Information" msgstr "%s - Información del sistema" -#: shell//shell.c:412 +#: shell/shell.c:407 msgid "System Information" msgstr "Información del sistema" -#: shell//shell.c:801 +#: shell/shell.c:747 msgid "Loading modules..." msgstr "Cargando módulos..." -#: shell//shell.c:1650 +#: shell/shell.c:1660 #, c-format msgid "<b>%s → Summary</b>" msgstr "<b>%s → Resumen</b>" -#: shell//shell.c:1758 +#: shell/shell.c:1769 msgid "Updating..." msgstr "Actualizando..." -#: shell//syncmanager.c:69 +#: shell/syncmanager.c:69 msgid "" "<big><b>Synchronize with Central Database</b></big>\n" "The following information may be synchronized with the HardInfo central " "database." msgstr "" "<big><b>Sincronizar con base de datos central</b></big>\n" -"La siguiente información puede ser sincronizada con la base de datos " -"central de Hardinfo." +"La siguiente información puede ser sincronizada con la base de datos central " +"de Hardinfo." -#: shell//syncmanager.c:72 +#: shell/syncmanager.c:72 msgid "" "<big><b>Synchronizing</b></big>\n" "This may take some time." @@ -360,25 +535,23 @@ msgstr "" "<big><b>Sincronizando</b></big>\n" "Esto puede tomar algún tiempo." -#: shell//syncmanager.c:132 +#: shell/syncmanager.c:132 msgid "" "HardInfo was compiled without libsoup support. (Network Updater requires it.)" msgstr "" -"HardInfo fue compilado sin soporte para libsoup. (El actualizador por red lo " +"HardInfo fue compilado sin soporte libsoup. (El actualizador por red lo " "requiere.)" -#: shell//syncmanager.c:161 -#: shell//syncmanager.c:185 +#: shell/syncmanager.c:161 shell/syncmanager.c:189 #, c-format msgid "%s (error #%d)" msgstr "%s (error #%d)" -#: shell//syncmanager.c:170 -#: shell//syncmanager.c:194 +#: shell/syncmanager.c:170 shell/syncmanager.c:198 msgid "Could not parse XML-RPC response" msgstr "No se pudo procesar la respuesta XML-RPC" -#: shell//syncmanager.c:267 +#: shell/syncmanager.c:280 #, c-format msgid "" "Server says it supports API version %d, but this version of HardInfo only " @@ -387,25 +560,23 @@ msgstr "" "El servidor dice que soporta la versión de la API %d, pero esta versión de " "HardInfo solo soporta la versión de la API %d." -#: shell//syncmanager.c:362 +#: shell/syncmanager.c:375 msgid "Contacting HardInfo Central Database" msgstr "Contactando base de datos central de Hardinfo" -#: shell//syncmanager.c:363 +#: shell/syncmanager.c:376 msgid "Cleaning up" msgstr "Limpiando" -#: shell//syncmanager.c:480 -#, c-format -msgid "<s>%s</s> <i>(canceled)</i>" -msgstr "<s>%s</s> <i>(cancelado)</i>" +#: shell/syncmanager.c:493 +msgid "(canceled)" +msgstr "(cancelado)" -#: shell//syncmanager.c:497 -#, c-format -msgid "<b><s>%s</s></b> <i>(failed)</i>" -msgstr "<b><s>%s</s></b> <i>(falló)</i>" +#: shell/syncmanager.c:510 +msgid "(failed)" +msgstr "(falló)" -#: shell//syncmanager.c:509 +#: shell/syncmanager.c:521 #, c-format msgid "" "Failed while performing \"%s\". Please file a bug report if this problem " @@ -418,7 +589,7 @@ msgstr "" "\n" "Detalles: %s" -#: shell//syncmanager.c:518 +#: shell/syncmanager.c:530 #, c-format msgid "" "Failed while performing \"%s\". Please file a bug report if this problem " @@ -427,537 +598,1086 @@ msgstr "" "Falló realizando \"%s\". Por favor reporte el error si este problema " "persiste. (Use la opción Ayuda→Reportar error.)" -#: shell//syncmanager.c:646 +#: shell/syncmanager.c:658 msgid "Network Updater" msgstr "Actualizador por red" -#: shell//syncmanager.c:727 +#: shell/syncmanager.c:757 msgid "_Synchronize" msgstr "_Sincronizar" -#: modules//computer.c:68 +#: modules/benchmark.c:52 +msgid "CPU Blowfish" +msgstr "" + +#: modules/benchmark.c:53 +msgid "CPU CryptoHash" +msgstr "" + +#: modules/benchmark.c:54 +msgid "CPU Fibonacci" +msgstr "" + +#: modules/benchmark.c:55 +msgid "CPU N-Queens" +msgstr "CPU N-Reinas" + +#: modules/benchmark.c:56 +msgid "CPU Zlib" +msgstr "CPU Zlib" + +#: modules/benchmark.c:57 +msgid "FPU FFT" +msgstr "FPU FFT" + +#: modules/benchmark.c:58 +msgid "FPU Raytracing" +msgstr "FPU trazado de rayos" + +#: modules/benchmark.c:60 +msgid "GPU Drawing" +msgstr "GPU dibujado" + +#: modules/benchmark.c:239 modules/benchmark.c:255 +msgid "CPU Config" +msgstr "" + +#: modules/benchmark.c:239 modules/benchmark.c:255 +msgid "Results" +msgstr "Resultados" + +#: modules/benchmark.c:239 modules/benchmark.c:255 modules/computer.c:751 +#: modules/devices/sparc/processor.c:75 +msgid "CPU" +msgstr "CPU" + +#: modules/benchmark.c:381 +#, c-format +msgid "Benchmarking: <b>%s</b>." +msgstr "Ejecutando benchmark: <b>%s</b>." + +#: modules/benchmark.c:395 +msgid "Benchmarking. Please do not move your mouse or press any keys." +msgstr "Ejecutando benchmarks. Por favor no mueva el mouse ni use el teclado." + +#: modules/benchmark.c:399 +msgid "Cancel" +msgstr "Cancelar" + +#: modules/benchmark.c:536 +msgid "Results in MiB/second. Higher is better." +msgstr "Resultados en MiB/segundo. Más alto es mejor." + +#: modules/benchmark.c:540 +msgid "Results in HIMarks. Higher is better." +msgstr "Resultados en HIMarks. Más alto es mejor." + +#: modules/benchmark.c:547 +msgid "Results in seconds. Lower is better." +msgstr "Resultados en segundos. Más bajo es mejor." + +#: modules/benchmark.c:555 +msgid "Benchmarks" +msgstr "Benchmarks" + +#: modules/benchmark.c:573 +msgid "Perform tasks and compare with other systems" +msgstr "Realizar tareas y comparar con otros sistemas" + +#: modules/benchmark.c:663 +msgid "Send benchmark results" +msgstr "Enviar resultados de los benchmark" + +#: modules/benchmark.c:668 +msgid "Receive benchmark results" +msgstr "Recibir resultados de los benchmark" + +#: modules/computer/alsa.c:26 modules/computer.c:489 +msgid "Audio Devices" +msgstr "Dispositivos de audio" + +#: modules/computer/alsa.c:34 +msgid "Audio Adapter" +msgstr "Adaptador de audio" + +#: modules/computer/boots.c:33 modules/computer.c:73 modules/computer.c:546 +msgid "Boots" +msgstr "Arranques" + +#: modules/computer.c:70 msgid "Summary" msgstr "Resumen" -#: modules//computer.c:69 +#: modules/computer.c:71 modules/computer.c:476 modules/computer.c:750 msgid "Operating System" msgstr "Sistema operativo" -#: modules//computer.c:70 +#: modules/computer.c:72 msgid "Kernel Modules" msgstr "Módulos del kernel" -#: modules//computer.c:71 -msgid "Boots" -msgstr "Arranques" - -#: modules//computer.c:72 +#: modules/computer.c:74 msgid "Languages" msgstr "Idiomas" -#: modules//computer.c:73 +#: modules/computer.c:75 msgid "Filesystems" msgstr "Sistemas de archivos" -#: modules//computer.c:74 +#: modules/computer.c:76 modules/computer.c:481 modules/computer.c:590 msgid "Display" msgstr "Pantalla" -#: modules//computer.c:75 +#: modules/computer.c:77 modules/computer/environment.c:32 msgid "Environment Variables" msgstr "Variables de entorno" -#: modules//computer.c:77 +#: modules/computer.c:79 msgid "Development" msgstr "Desarrollo" -#: modules//computer.c:79 +#: modules/computer.c:81 modules/computer.c:617 msgid "Users" msgstr "Usuarios" -#: modules//computer.c:80 +#: modules/computer.c:82 msgid "Groups" msgstr "Grupos" -#: modules//computer.c:104 +#: modules/computer.c:104 modules/computer.c:473 modules/devices.c:96 +#: modules/devices/pci.c:149 +msgid "Memory" +msgstr "Memoria" + +#: modules/computer.c:106 #, c-format msgid "%dMB (%dMB used)" msgstr "%dMB (%dMB usados)" -#: modules//computer.c:200 +#: modules/computer.c:108 modules/computer.c:520 +msgid "Uptime" +msgstr "Activo" + +#: modules/computer.c:110 modules/computer.c:478 +msgid "Date/Time" +msgstr "Fecha/Hora" + +#: modules/computer.c:115 modules/computer.c:521 +msgid "Load Average" +msgstr "Promedio de carga" + +#: modules/computer.c:117 modules/computer.c:522 +msgid "Available entropy in /dev/random" +msgstr "Entropía disponible en /dev/random" + +#: modules/computer.c:203 msgid "Scripting Languages" msgstr "Lenguajes de scripting" -#: modules//computer.c:201 -msgid "CPython" +#: modules/computer.c:204 +msgid "Gambas3 (gbr3)" msgstr "" -#: modules//computer.c:202 +#: modules/computer.c:205 +msgid "Python" +msgstr "" + +#: modules/computer.c:206 +msgid "Python2" +msgstr "" + +#: modules/computer.c:207 +msgid "Python3" +msgstr "" + +#: modules/computer.c:208 msgid "Perl" msgstr "" -#: modules//computer.c:203 +#: modules/computer.c:209 +msgid "Perl6 (VM)" +msgstr "" + +#: modules/computer.c:210 +msgid "Perl6" +msgstr "" + +#: modules/computer.c:211 msgid "PHP" msgstr "" -#: modules//computer.c:204 +#: modules/computer.c:212 msgid "Ruby" msgstr "" -#: modules//computer.c:205 +#: modules/computer.c:213 msgid "Bash" msgstr "" -#: modules//computer.c:206 +#: modules/computer.c:214 msgid "Compilers" msgstr "Compiladores" -#: modules//computer.c:207 +#: modules/computer.c:215 msgid "C (GCC)" msgstr "" -#: modules//computer.c:208 +#: modules/computer.c:216 +msgid "C (Clang)" +msgstr "" + +#: modules/computer.c:217 +msgid "D (dmd)" +msgstr "" + +#: modules/computer.c:218 +msgid "Gambas3 (gbc3)" +msgstr "" + +#: modules/computer.c:219 msgid "Java" msgstr "" -#: modules//computer.c:209 +#: modules/computer.c:220 msgid "CSharp (Mono, old)" msgstr "CSharp (Mono, antiguo)" -#: modules//computer.c:210 +#: modules/computer.c:221 msgid "CSharp (Mono)" msgstr "" -#: modules//computer.c:211 +#: modules/computer.c:222 msgid "Vala" msgstr "" -#: modules//computer.c:212 +#: modules/computer.c:223 msgid "Haskell (GHC)" msgstr "" -#: modules//computer.c:213 +#: modules/computer.c:224 msgid "FreePascal" msgstr "" -#: modules//computer.c:214 +#: modules/computer.c:225 +msgid "Go" +msgstr "" + +#: modules/computer.c:226 msgid "Tools" msgstr "Herramientas" -#: modules//computer.c:262 -#, c-format -msgid "%s=Not found\n" -msgstr "%s=No encontrado\n" - -#: modules//computer.c:265 -#, c-format -msgid "Detecting version: %s" -msgstr "Detectando versión: %s" - -#: modules//computer.c:276 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Program\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" +#: modules/computer.c:227 +msgid "make" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Programa\n" -"ColumnTitle$Value=Versión\n" -"ShowColumnHeaders=true\n" -"%s" -#: modules//computer.c:356 -msgid "Physical machine" -msgstr "Equipo físico" +#: modules/computer.c:228 +msgid "GDB" +msgstr "" -#: modules//computer.c:373 -#, 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" +#: modules/computer.c:229 +msgid "strace" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Memoria=1000\n" -"UpdateInterval$Fecha/Hora=1000\n" -"#ReloadInterval=5000\n" -"[Equipo]\n" -"Procesador=%s\n" -"Memoria=...\n" -"Tipo de equipo=%s\n" -"Sistema operativo=%s\n" -"Nombre de usuario=%s\n" -"Fecha/Hora=...\n" -"[Pantalla]\n" -"Resolución=%dx%d pixels\n" -"OpenGL Renderer=%s\n" -"Proveedor X11=%s\n" -"\n" -"%s\n" -"[Dispositivos de entrada]\n" -"%s\n" -"\n" -"%s\n" -"\n" -"%s\n" -#: modules//computer.c:415 -#, c-format -msgid "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=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=..." +#: modules/computer.c:230 +msgid "valgrind" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=1000\n" -"[Versión]\n" -"Núcleo=%s\n" -"Versión=%s\n" -"Biblioteca C=%s\n" -"Distribución=%s\n" -"[Sesión actual]\n" -"Nombre del equipo=%s\n" -"Nombre de usuario=%s\n" -"#Idioma=%s\n" -"Directorio personal=%s\n" -"Entorno de escritorio=%s\n" -"[Misc]\n" -"Uptime=...\n" -"Load Average=..." - -#: modules//computer.c:444 -#, c-format -msgid "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Description\n" -"ShowColumnHeaders=true\n" -msgstr "" -"[Módulos cargados]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Nombre\n" -"ColumnTitle$Value=Descripción\n" -"ShowColumnHeaders=true\n" - -#: modules//computer.c:455 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Date & Time\n" -"ColumnTitle$Value=Kernel Version\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" + +#: modules/computer.c:231 +msgid "QMake" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Fecha y hora\n" -"ColumnTitle$Value=Versión del núcleo\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" -#: modules//computer.c:465 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Language Code\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" +#: modules/computer.c:232 +msgid "CMake" msgstr "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Código del idioma\n" -"ColumnTitle$Value=Nombre\n" -"ShowColumnHeaders=true\n" -"[Idiomas disponibles]\n" -"%s" -#: modules//computer.c:476 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Mount Point\n" -"ColumnTitle$Progress=Usage\n" -"ColumnTitle$TextValue=Device\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" +#: modules/computer.c:233 +msgid "Gambas3 IDE" msgstr "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Punto de montaje\n" -"ColumnTitle$Progress=Uso\n" -"ColumnTitle$TextValue=Dispositivo\n" -"ShowColumnHeaders=true\n" -"[Sistemas de archivos montados]\n" -"%s\n" - -#: modules//computer.c:490 -#, c-format -msgid "" -"[Display]\n" -"Resolution=%dx%d pixels\n" -"Vendor=%s\n" -"Version=%s\n" -"[Monitors]\n" -"%s[Extensions]\n" -"%s[OpenGL]\n" -"Vendor=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct Rendering=%s\n" -msgstr "" -"[Pantalla]\n" -"Resolución=%dx%d pixels\n" -"Proveedor=%s\n" -"Versión=%s\n" -"[Monitores]\n" -"%s[Extensiones]\n" -"%s[OpenGL]\n" -"Proveedor=%s\n" -"Renderer=%s\n" -"Versión=%s\n" -"Direct Rendering=%s\n" - -#: modules//computer.c:512 -msgid "Y_es" -msgstr "_Sí" - -#: modules//computer.c:512 -#: modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:63 -msgid "No" -msgstr "_No" -#: modules//computer.c:526 +#: modules/computer.c:274 +msgid "Not found" +msgstr "No encontrado" + +#: modules/computer.c:279 #, c-format -msgid "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Group ID\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" -msgstr "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Nombre\n" -"ColumnTitle$Value=ID del grupo\n" -"ShowColumnHeaders=true\n" -"[Grupos]\n" -"%s\n" - -#: modules//computer.c:606 +msgid "Detecting version: %s" +msgstr "Detectando versión: %s" + +#: modules/computer.c:296 +msgid "Program" +msgstr "Programa" + +#: modules/computer.c:308 +msgid "Invalid chassis type (0)" +msgstr "Clasificación maquina invalida (0)" + +#: modules/computer.c:309 modules/computer.c:310 +msgid "Unknown chassis type" +msgstr "Clasificación mauqina desconocida" + +#: modules/computer.c:311 +msgid "Desktop" +msgstr "PC Escritorio" + +#: modules/computer.c:312 +msgid "Low-profile Desktop" +msgstr "PC economico" + +#: modules/computer.c:313 +msgid "Pizza Box" +msgstr "PC caja pizza" + +#: modules/computer.c:314 +msgid "Mini Tower" +msgstr "Torre mediana" + +#: modules/computer.c:315 +msgid "Tower" +msgstr "Torreta" + +#: modules/computer.c:316 +msgid "Portable" +msgstr "Portable" + +#: modules/computer.c:317 modules/computer.c:341 modules/computer.c:350 +#: modules/computer.c:372 +msgid "Laptop" +msgstr "Portatil" + +#: modules/computer.c:318 +msgid "Notebook" +msgstr "Mini portatil" + +#: modules/computer.c:319 +msgid "Handheld" +msgstr "Mini bolsillo" + +#: modules/computer.c:320 +msgid "Docking Station" +msgstr "Estacion fija" + +#: modules/computer.c:321 +msgid "All-in-one" +msgstr "All in one" + +#: modules/computer.c:322 +msgid "Subnotebook" +msgstr "Subportátil" + +#: modules/computer.c:323 +msgid "Space-saving" +msgstr "PC Espacio-pequeño" + +#: modules/computer.c:324 +msgid "Lunch Box" +msgstr "PC caja" + +#: modules/computer.c:325 +msgid "Main Server Chassis" +msgstr "Servidor principal" + +#: modules/computer.c:326 +msgid "Expansion Chassis" +msgstr "Servidor expansion" + +#: modules/computer.c:327 +msgid "Sub Chassis" +msgstr "Sub servidor" + +#: modules/computer.c:328 +msgid "Bus Expansion Chassis" +msgstr "Expansion de bus acoplable" + +#: modules/computer.c:329 +msgid "Peripheral Chassis" +msgstr "Periferico acoplable" + +#: modules/computer.c:330 +msgid "RAID Chassis" +msgstr "RAID acoplable" + +#: modules/computer.c:331 +msgid "Rack Mount Chassis" +msgstr "Rack de montaje acoplable" + +#: modules/computer.c:332 +msgid "Sealed-case PC" +msgstr "PC sellada" + +#. /proc/apm +#. FIXME: use dmidecode if available to get chassis type +#: modules/computer.c:386 +msgid "Unknown physical machine type" +msgstr "Equipo fisico no catalogado" + +#: modules/computer.c:470 modules/computer.c:709 msgid "Computer" msgstr "Equipo" -#: modules//computer.c:700 -msgid "Gathers high-level computer information" -msgstr "Obtiene información del equipo de alto nivel" - -#: modules//devices.c:74 +#: modules/computer.c:471 modules/devices/alpha/processor.c:87 +#: modules/devices/arm/processor.c:236 modules/devices.c:95 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:83 +#: modules/devices/mips/processor.c:74 modules/devices/parisc/processor.c:154 +#: modules/devices/ppc/processor.c:157 modules/devices/riscv/processor.c:181 +#: modules/devices/s390/processor.c:131 modules/devices/sh/processor.c:83 +#: modules/devices/sparc/processor.c:74 modules/devices/x86/processor.c:409 msgid "Processor" msgstr "Procesador" -#: modules//devices.c:75 -msgid "Memory" -msgstr "Memoria" +#: modules/computer.c:474 +msgid "Machine Type" +msgstr "Tipo de equipo" -#: modules//devices.c:76 -msgid "PCI Devices" -msgstr "Dispositivos PCI" +#: modules/computer.c:477 modules/computer.c:514 +msgid "User Name" +msgstr "Nombre de usuario" -#: modules//devices.c:77 -msgid "USB Devices" -msgstr "Dispositivos USB" +#: modules/computer.c:482 modules/computer.c:591 +msgid "Resolution" +msgstr "Resolución" -#: modules//devices.c:78 -msgid "Printers" -msgstr "Impresoras" +#: modules/computer.c:483 modules/computer.c:592 +#, c-format +msgid "%dx%d pixels" +msgstr "" -#: modules//devices.c:79 -msgid "Battery" -msgstr "Batería" +#: modules/computer.c:485 +msgid "OpenGL Renderer" +msgstr "Renderizador OpenGL" -#: modules//devices.c:80 -msgid "Sensors" -msgstr "Sensores" +#: modules/computer.c:486 +msgid "X11 Vendor" +msgstr "Proveedor X11" -#: modules//devices.c:81 +#: modules/computer.c:491 modules/devices.c:102 msgid "Input Devices" msgstr "Dispositivos de entrada" -#: modules//devices.c:82 +#: modules/computer.c:493 modules/computer.c:752 modules/devices.c:99 +msgid "Printers" +msgstr "Impresoras" + +#: modules/computer.c:495 modules/computer.c:752 modules/devices.c:103 msgid "Storage" msgstr "Almacenamiento" -#: modules//devices.c:84 -msgid "DMI" +#: modules/computer.c:506 +msgid "Kernel" +msgstr "Núcleo" + +#: modules/computer.c:508 +msgid "C Library" +msgstr "Biblioteca C" + +#: modules/computer.c:509 +msgid "Distribution" +msgstr "Distribución" + +#: modules/computer.c:512 +msgid "Current Session" +msgstr "Sesión actual" + +#: modules/computer.c:513 +msgid "Computer Name" +msgstr "Nombre del equipo" + +#: modules/computer.c:515 modules/computer/languages.c:108 +msgid "Language" +msgstr "Idioma" + +#: modules/computer.c:516 modules/computer/users.c:50 +msgid "Home Directory" +msgstr "Directorio personal" + +#: modules/computer.c:519 modules/devices/usb.c:87 modules/devices/usb.c:234 +#: modules/devices/usb.c:351 +msgid "Misc" +msgstr "Otras" + +#: modules/computer.c:532 +msgid "Loaded Modules" +msgstr "Módulos cargados" + +#: modules/computer.c:535 modules/computer/modules.c:145 +#: modules/computer/modules.c:147 modules/devices/arm/processor.c:337 +#: modules/devices.c:559 modules/devices/x86/processor.c:456 +msgid "Description" +msgstr "Descripción" + +#: modules/computer.c:548 +msgid "Date & Time" +msgstr "Fecha y hora" + +#: modules/computer.c:549 +msgid "Kernel Version" +msgstr "Versión del núcleo" + +#: modules/computer.c:559 +msgid "Available Languages" +msgstr "Idiomas disponibles" + +#: modules/computer.c:561 +msgid "Language Code" +msgstr "Código del idioma" + +#: modules/computer.c:573 +msgid "Mounted File Systems" +msgstr "Sistemas de archivos montados" + +#: modules/computer.c:575 modules/computer/filesystem.c:85 +msgid "Mount Point" +msgstr "Punto de montaje" + +#: modules/computer.c:576 +msgid "Usage" +msgstr "Uso" + +#: modules/computer.c:577 +msgid "Device" +msgstr "Dispositivo" + +#: modules/computer.c:594 modules/computer.c:601 +#: modules/devices/ia64/processor.c:161 modules/devices/inputdevices.c:119 +#: modules/devices/pci.c:225 modules/devices/usb.c:349 +#: modules/devices/x86/processor.c:416 +msgid "Vendor" +msgstr "Proveedor" + +#: modules/computer.c:598 +msgid "Monitors" +msgstr "Monitores" + +#: modules/computer.c:600 +msgid "OpenGL" +msgstr "OpenGL (3D)" + +#: modules/computer.c:602 +msgid "Renderer" +msgstr "Renderizador" + +#: modules/computer.c:604 +msgid "Direct Rendering" +msgstr "Renderizado Directo" + +#: modules/computer.c:608 +msgid "Extensions" +msgstr "Extensiones" + +#: modules/computer.c:628 +msgid "Group" msgstr "" -#: modules//devices.c:85 -msgid "Memory SPD" -msgstr "Memoria SPD" +#: modules/computer.c:631 modules/computer/users.c:49 +msgid "Group ID" +msgstr "ID del grupo" -#: modules//devices.c:87 -msgid "Resources" -msgstr "Recursos" +#: modules/computer.c:751 +msgid "RAM" +msgstr "RAM" -#: modules//devices.c:154 -#: modules//devices.c:197 -#: modules//computer/os.c:53 -#: modules//computer/os.c:130 -#: 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 "Desconocido" +#: modules/computer.c:751 modules/devices/devicetree/pmac_data.c:82 +msgid "Motherboard" +msgstr "Tarjeta madre" -#: modules//devices.c:178 -msgid "Total Memory" -msgstr "Memoria total" +#: modules/computer.c:751 +msgid "Graphics" +msgstr "Graficos" -#: modules//devices.c:193 -msgid " (vendor unknown)" -msgstr " (proveedor desconocido)" +#: modules/computer.c:752 +msgid "Audio" +msgstr "Audio" -#: modules//devices.c:195 -msgid " (model unknown)" -msgstr " (modelo desconocido)" +#: modules/computer.c:807 +msgid "Gathers high-level computer information" +msgstr "Obtiene información del equipo de alto nivel" -#: modules//devices.c:412 -msgid "Devices" -msgstr "Dispositivos" +#: modules/computer/display.c:122 +#, c-format +msgid "Monitor %d=%dx%d pixels\n" +msgstr "Monitor %d=%dx%d pixels\n" -#: modules//devices.c:424 -msgid "Update PCI ID listing" -msgstr "Actualizar listado de ids PCI" +#: modules/computer/filesystem.c:83 +msgid "Filesystem" +msgstr "Sistemas de ficheros" -#: modules//devices.c:436 -msgid "Update CPU feature database" -msgstr "Actualizar base de datos de características de CPU" +#: modules/computer/filesystem.c:84 +msgid "Mounted As" +msgstr "Montado como" -#: modules//devices.c:464 -msgid "Gathers information about hardware devices" -msgstr "Obtiene información acerca de los dispositivos de hardware" +#: modules/computer/filesystem.c:84 +msgid "Read-Write" +msgstr "Lectura-escritura" -#: modules//computer/boots.c:33 -msgid "[Boots]\n" -msgstr "[Arranques]\n" +#: modules/computer/filesystem.c:84 +msgid "Read-Only" +msgstr "Solo-lectura" -#: modules//computer/environment.c:32 -msgid "[Environment Variables]\n" -msgstr "[Variables de entorno]\n" +#: modules/computer/filesystem.c:86 modules/devices/spd-decode.c:1510 +msgid "Size" +msgstr "Tamaño" -#: modules//computer/display.c:83 -msgid "vendor string" -msgstr "cadena del proveedor" +#: modules/computer/filesystem.c:87 +msgid "Used" +msgstr "Usado" -#: modules//computer/display.c:84 -msgid "X.Org version" -msgstr "Versión de X.Org" +#: modules/computer/filesystem.c:88 +msgid "Available" +msgstr "Disponible" -#: modules//computer/display.c:85 -msgid "XFree86 version" -msgstr "Versión de XFree86" +#: modules/computer/languages.c:103 +msgid "Locale Information" +msgstr "" -#: modules//computer/display.c:122 -#, c-format -msgid "Monitor %d=%dx%d pixels\n" -msgstr "Monitor %d=%dx%d pixels\n" +#: modules/computer/languages.c:105 +msgid "Source" +msgstr "" -#: modules//computer/alsa.c:26 -msgid "[Audio Devices]\n" -msgstr "[Dispositivos de audio]\n" +#: modules/computer/languages.c:106 +msgid "Address" +msgstr "" -#: modules//computer/alsa.c:33 -#, c-format -msgid "Audio Adapter#%d=%s\n" -msgstr "Adaptador de audio#%d=%s\n" +#: modules/computer/languages.c:107 +msgid "E-mail" +msgstr "" -#: modules//computer/os.c:49 -#, c-format -msgid "GNU C Library version %s (%sstable)" -msgstr "Versión de la biblioteca GNU C %s (%sestable)" +#: modules/computer/languages.c:109 +msgid "Territory" +msgstr "" + +#: modules/computer/languages.c:110 modules/devices/arm/processor.c:250 +#: modules/devices/ia64/processor.c:166 modules/devices/ppc/processor.c:159 +#: modules/devices/usb.c:236 +msgid "Revision" +msgstr "Revision" -#: modules//computer/os.c:51 -msgid "un" -msgstr "in" +#: modules/computer/languages.c:111 +msgid "Date" +msgstr "" + +#: modules/computer/languages.c:112 +msgid "Codeset" +msgstr "" + +#: modules/computer/loadavg.c:64 +msgid "Couldn't obtain load average" +msgstr "No se pudo obtener estadisticas" + +#: modules/computer/modules.c:125 modules/computer/modules.c:126 +#: modules/computer/modules.c:127 modules/computer/modules.c:128 +#: modules/computer/modules.c:129 +msgid "(Not available)" +msgstr "" + +#: modules/computer/modules.c:142 +msgid "Module Information" +msgstr "" + +#: modules/computer/modules.c:143 +msgid "Path" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "Used Memory" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "KiB" +msgstr "" + +#: modules/computer/modules.c:148 +msgid "Version Magic" +msgstr "" + +#: modules/computer/modules.c:149 +msgid "Copyright" +msgstr "" -#: modules//computer/os.c:72 +#: modules/computer/modules.c:150 +msgid "Author" +msgstr "" + +#: modules/computer/modules.c:151 +msgid "License" +msgstr "" + +#: modules/computer/modules.c:158 +msgid "Dependencies" +msgstr "" + +#: modules/computer/os.c:35 modules/computer/os.c:36 modules/computer/os.c:37 +#: modules/computer/os.c:38 +msgid "GNU C Library" +msgstr "Libreria C GNU" + +#: modules/computer/os.c:39 +msgid "uClibc or uClibc-ng" +msgstr "Libreria uClibc/uClibc-ng" + +#: modules/computer/os.c:40 +msgid "diet libc" +msgstr "Libreria diet libc" + +#: modules/computer/os.c:78 modules/computer/os.c:234 modules/computer/os.c:359 +#: modules/devices.c:333 modules/devices.c:387 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 "Desconocido" + +#: modules/computer/os.c:112 modules/computer/os.c:115 +msgid "GNOME Shell " +msgstr "" + +#: modules/computer/os.c:123 modules/computer/os.c:126 +msgid "Version: " +msgstr "Versión" + +#: modules/computer/os.c:157 #, c-format -msgid "Version: %s" -msgstr "Versión: %s" +msgid "Unknown (Window Manager: %s)" +msgstr "Desconocido (Gestor de ventanas: %s)" -#: modules//computer/os.c:106 +#. /{desktop environment} on {session type} +#: modules/computer/os.c:168 +#, c-format +msgid "%s on %s" +msgstr "%s en %s" + +#: modules/computer/os.c:232 msgid "Terminal" msgstr "Terminal" -#: modules//computer/os.c:126 +#. /bits of entropy for rng (0) +#: modules/computer/os.c:241 +msgid "(None or not available)" +msgstr "(Ninguno o no disponible)" + +#. /bits of entropy for rng (low/poor value) +#: modules/computer/os.c:242 #, c-format -msgid "Unknown (Window Manager: %s)" -msgstr "Desconocido (Gestor de ventanas: %s)" +msgid "%d bits (low)" +msgstr "%d bits (bajo)" + +#. /bits of entropy for rng (medium value) +#: modules/computer/os.c:243 +#, c-format +msgid "%d bits (medium)" +msgstr "%d bits (promedio)" + +#. /bits of entropy for rng (high/good value) +#: modules/computer/os.c:244 +#, c-format +msgid "%d bits (healthy)" +msgstr "%d bits (saludable)" + +#: modules/computer/os.c:279 modules/devices/usb.c:48 modules/devices/usb.c:307 +#: modules/devices/usb.c:310 modules/network/net.c:442 includes/cpu_util.h:11 +msgid "(Unknown)" +msgstr "(desconocido)" + +#: modules/computer/users.c:47 +msgid "User Information" +msgstr "Informacion de usuario" + +#: modules/computer/users.c:48 +msgid "User ID" +msgstr "ID usuario" + +#: modules/computer/users.c:51 +msgid "Default Shell" +msgstr "Shell principal" + +#: modules/devices/alpha/processor.c:88 modules/devices/devicetree.c:141 +#: modules/devices/devicetree.c:176 modules/devices/devicetree/pmac_data.c:80 +#: modules/devices/ia64/processor.c:165 modules/devices/m68k/processor.c:84 +#: modules/devices/mips/processor.c:75 modules/devices/parisc/processor.c:155 +#: modules/devices/ppc/processor.c:158 modules/devices/riscv/processor.c:182 +#: modules/devices/s390/processor.c:132 modules/devices/spd-decode.c:1510 +msgid "Model" +msgstr "Modelo" + +#: modules/devices/alpha/processor.c:89 +msgid "Platform String" +msgstr "Plataforma" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/ia64/processor.c:167 modules/devices/m68k/processor.c:87 +#: modules/devices/mips/processor.c:77 modules/devices/parisc/processor.c:158 +#: modules/devices/pci.c:108 modules/devices/ppc/processor.c:160 +#: modules/devices/riscv/processor.c:186 modules/devices/sh/processor.c:87 +#: modules/devices/x86/processor.c:420 +msgid "Frequency" +msgstr "Frecuencia" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/arm/processor.c:365 modules/devices.c:299 +#: modules/devices.c:307 modules/devices.c:335 +#: modules/devices/ia64/processor.c:167 modules/devices/ia64/processor.c:196 +#: modules/devices/m68k/processor.c:87 modules/devices/mips/processor.c:77 +#: modules/devices/parisc/processor.c:158 +#: modules/devices/parisc/processor.c:191 modules/devices/pci.c:108 +#: modules/devices/ppc/processor.c:160 modules/devices/ppc/processor.c:187 +#: modules/devices/riscv/processor.c:186 modules/devices/riscv/processor.c:214 +#: modules/devices/s390/processor.c:160 modules/devices/sh/processor.c:87 +#: modules/devices/sh/processor.c:88 modules/devices/sh/processor.c:89 +#: modules/devices/x86/processor.c:420 modules/devices/x86/processor.c:479 +msgid "MHz" +msgstr "MHz" + +#: modules/devices/alpha/processor.c:91 modules/devices/arm/processor.c:241 +#: modules/devices/ia64/processor.c:168 modules/devices/m68k/processor.c:88 +#: modules/devices/mips/processor.c:78 modules/devices/parisc/processor.c:159 +#: modules/devices/ppc/processor.c:161 modules/devices/s390/processor.c:134 +#: modules/devices/sh/processor.c:90 modules/devices/x86/processor.c:421 +msgid "BogoMips" +msgstr "BogoMips" + +#: modules/devices/alpha/processor.c:92 modules/devices/arm/processor.c:242 +#: modules/devices/ia64/processor.c:169 modules/devices/m68k/processor.c:89 +#: modules/devices/mips/processor.c:79 modules/devices/parisc/processor.c:160 +#: modules/devices/ppc/processor.c:162 modules/devices/riscv/processor.c:187 +#: modules/devices/s390/processor.c:135 modules/devices/sh/processor.c:91 +#: modules/devices/sparc/processor.c:77 modules/devices/x86/processor.c:422 +msgid "Byte Order" +msgstr "Orden Byte" + +#. /hw_cap +#. /flag:swp +#: modules/devices/arm/arm_data.c:42 +msgctxt "arm-flag" +msgid "SWP instruction (atomic read-modify-write)" +msgstr "SWP instruction (Atomicidad en leer-alterar-escribir)" + +#. /flag:half +#: modules/devices/arm/arm_data.c:43 +msgctxt "arm-flag" +msgid "Half-word loads and stores" +msgstr "Half-word cargar y guardado" + +#. /flag:thumb +#: modules/devices/arm/arm_data.c:44 +msgctxt "arm-flag" +msgid "Thumb (16-bit instruction set)" +msgstr "Thumb (set instrucciones de 16-bit)" + +#. /flag:26bit +#: modules/devices/arm/arm_data.c:45 +msgctxt "arm-flag" +msgid "26-Bit Model (Processor status register folded into program counter)" +msgstr "" +"26-Bit Model (Registros de estado de procesador en el contador de programa)" + +#. /flag:fastmult +#: modules/devices/arm/arm_data.c:46 +msgctxt "arm-flag" +msgid "32x32->64-bit multiplication" +msgstr "32x32->64-bit multiplicador" + +#. /flag:fpa +#: modules/devices/arm/arm_data.c:47 +msgctxt "arm-flag" +msgid "Floating point accelerator" +msgstr "Acelerador de punto flotante" + +#. /flag:vfp +#: modules/devices/arm/arm_data.c:48 +msgctxt "arm-flag" +msgid "VFP (early SIMD vector floating point instructions)" +msgstr "VFP (vector SIMD temprano de instrucciones de punto flotante" + +#. /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 "DSP (extensiones en el variante 'e' del ARM9 y otros mas nuevos)" + +#. /flag:java +#: modules/devices/arm/arm_data.c:50 +msgctxt "arm-flag" +msgid "Jazelle (Java bytecode accelerator)" +msgstr "Jazelle (aceletador de bytecode Java)" + +#. /flag:iwmmxt +#: modules/devices/arm/arm_data.c:51 +msgctxt "arm-flag" +msgid "SIMD instructions similar to Intel MMX" +msgstr "SIMD instrucciones similares a Intel MMX" + +#. /flag:crunch +#: modules/devices/arm/arm_data.c:52 +msgctxt "arm-flag" +msgid "MaverickCrunch coprocessor (if kernel support enabled)" +msgstr "MaverickCrunch coprocessor (si esta habilitado en el kernel)" + +#. /flag:thumbee +#: modules/devices/arm/arm_data.c:53 +msgctxt "arm-flag" +msgid "ThumbEE" +msgstr "thumbEE" + +#. /flag:neon +#: modules/devices/arm/arm_data.c:54 +msgctxt "arm-flag" +msgid "Advanced SIMD/NEON on AArch32" +msgstr "SIMD/NEON avanzado en AArch32" + +#. /flag:evtstrm +#: modules/devices/arm/arm_data.c:55 +msgctxt "arm-flag" +msgid "Kernel event stream using generic architected timer" +msgstr "" +"Secuencia de eventos de kernel con temporizador de arquitectura genérico" + +#. /flag:vfpv3 +#: modules/devices/arm/arm_data.c:56 +msgctxt "arm-flag" +msgid "VFP version 3" +msgstr "VFP versión 3" + +#. /flag:vfpv3d16 +#: modules/devices/arm/arm_data.c:57 +msgctxt "arm-flag" +msgid "VFP version 3 with 16 D-registers" +msgstr "VFP versión 3 con 16 D-registros" + +#. /flag:vfpv4 +#: modules/devices/arm/arm_data.c:58 +msgctxt "arm-flag" +msgid "VFP version 4 with fast context switching" +msgstr "VFP versión 4 con rapido cambio de contexto" + +#. /flag:vfpd32 +#: modules/devices/arm/arm_data.c:59 +msgctxt "arm-flag" +msgid "VFP with 32 D-registers" +msgstr "VFP con 32 D-registros" + +#. /flag:tls +#: modules/devices/arm/arm_data.c:60 +msgctxt "arm-flag" +msgid "TLS register" +msgstr "Registros TLS" + +#. /flag:idiva +#: modules/devices/arm/arm_data.c:61 +msgctxt "arm-flag" +msgid "SDIV and UDIV hardware division in ARM mode" +msgstr "SDIV y UDIV divisores por hardware en modo ARM" + +#. /flag:idivt +#: modules/devices/arm/arm_data.c:62 +msgctxt "arm-flag" +msgid "SDIV and UDIV hardware division in Thumb mode" +msgstr "SDIV y UDIV divisores por hardware en modo Thumb" + +#. /flag:lpae +#: modules/devices/arm/arm_data.c:63 +msgctxt "arm-flag" +msgid "40-bit Large Physical Address Extension" +msgstr "40-bit Extencion de direcciones fisica larga" + +#. /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 "Encriptamiento:AES (arch>8)" + +#. /flag:sha1 +#: modules/devices/arm/arm_data.c:67 +msgctxt "arm-flag" +msgid "Crypto:SHA1 (arch>8)" +msgstr "Encriptamiento:SHA1 (arch>8)" + +#. /flag:sha2 +#: modules/devices/arm/arm_data.c:68 +msgctxt "arm-flag" +msgid "Crypto:SHA2 (arch>8)" +msgstr "Encriptamiento:SHA2 (arch>8)" + +#. /flag:crc32 +#: modules/devices/arm/arm_data.c:69 +msgctxt "arm-flag" +msgid "CRC32 checksum instructions (arch>8)" +msgstr "Instrucciones CRC32 checksum (arch>8)" + +#. /flag:asimd +#: modules/devices/arm/arm_data.c:72 +msgctxt "arm-flag" +msgid "Advanced SIMD/NEON on AArch64 (arch>8)" +msgstr "SIMD/NEON Avanzado en AArch64 (arch>8)" + +#: modules/devices/arm/processor.c:142 +msgid "ARM Processor" +msgstr "Procesador ARM" + +#: modules/devices/arm/processor.c:200 modules/devices/riscv/processor.c:147 +#: modules/devices/x86/processor.c:371 +msgid "Empty List" +msgstr "Lista vacia" + +#: modules/devices/arm/processor.c:237 +msgid "Linux Name" +msgstr "Nombre Linux" + +#: modules/devices/arm/processor.c:238 +msgid "Decoded Name" +msgstr "Nombre decodificado" + +#: modules/devices/arm/processor.c:239 modules/network/net.c:458 +msgid "Mode" +msgstr "Modo" + +#: modules/devices/arm/processor.c:245 +msgid "ARM" +msgstr "ARM" + +#: modules/devices/arm/processor.c:246 +msgid "Implementer" +msgstr "Implementador" + +#: modules/devices/arm/processor.c:247 +msgid "Part" +msgstr "Parte" + +#: modules/devices/arm/processor.c:248 modules/devices/ia64/processor.c:162 +#: modules/devices/parisc/processor.c:156 modules/devices/riscv/processor.c:183 +msgid "Architecture" +msgstr "Arquitectura" + +#: modules/devices/arm/processor.c:249 +msgid "Variant" +msgstr "Variante" + +#: modules/devices/arm/processor.c:251 modules/devices/riscv/processor.c:190 +#: modules/devices/sparc/processor.c:78 modules/devices/x86/processor.c:428 +msgid "Capabilities" +msgstr "Capacidades" + +#: modules/devices/arm/processor.c:335 +msgid "SOC/Package" +msgstr "" + +#: modules/devices/arm/processor.c:338 modules/devices/cpu_util.c:222 +msgid "Topology" +msgstr "Topologia" + +#: modules/devices/arm/processor.c:339 +msgid "Clocks" +msgstr "" -#: modules//computer/os.c:166 -msgid "Unknown distribution" -msgstr "Distribución desconocida" +#: modules/devices/arm/processor.c:354 +msgid "SOC/Package Information" +msgstr "" -#: modules//devices/battery.c:181 +#: modules/devices/battery.c:181 #, c-format msgid "" "\n" @@ -978,7 +1698,28 @@ msgstr "" "Numero de modelo=%s\n" "Numero de serie=%s\n" -#: modules//devices/battery.c:266 +#: 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" +"[Bateria: %s]\n" +"Estado=%s\n" +"Capacidad=%s / %s\n" +"Technologia de bateria=%s\n" +"Manufacturador=%s\n" +"Numero de modelo=%s\n" +"Numero de serial=%s\n" + +#: modules/devices/battery.c:346 #, c-format msgid "" "\n" @@ -997,7 +1738,7 @@ msgstr "" "Versión del driver APM=%s\n" "APM BIOS version=%s\n" -#: modules//devices/battery.c:278 +#: modules/devices/battery.c:358 #, c-format msgid "" "\n" @@ -1014,7 +1755,7 @@ msgstr "" "Versión del driver APM=%s\n" "Versión del BIOS APM=%s\n" -#: modules//devices/battery.c:304 +#: modules/devices/battery.c:385 msgid "" "[No batteries]\n" "No batteries found on this system=\n" @@ -1022,57 +1763,550 @@ msgstr "" "[Sin baterías]\n" "No se encontraron baterías en este sistema=\n" -#: modules//devices/printers.c:81 +#: modules/devices.c:97 +msgid "PCI Devices" +msgstr "Dispositivos PCI" + +#: modules/devices.c:98 modules/devices/usb.c:117 modules/devices/usb.c:156 +#: modules/devices/usb.c:415 +msgid "USB Devices" +msgstr "Dispositivos USB" + +#: modules/devices.c:100 +msgid "Battery" +msgstr "Batería" + +#: modules/devices.c:101 +msgid "Sensors" +msgstr "Sensores" + +#: modules/devices.c:105 +msgid "DMI" +msgstr "DMI" + +#: modules/devices.c:106 +msgid "Memory SPD" +msgstr "Memoria SPD" + +#: modules/devices.c:111 +msgid "Device Tree" +msgstr "Arbol de dispositivos" + +#: modules/devices.c:113 +msgid "Resources" +msgstr "Recursos" + +#: modules/devices.c:151 +#, c-format +msgid "%d physical processor" +msgid_plural "%d physical processors" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:152 +#, c-format +msgid "%d core" +msgid_plural "%d cores" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:153 +#, c-format +msgid "%d thread" +msgid_plural "%d threads" +msgstr[0] "" +msgstr[1] "" + +#. /NP procs; NC cores; NT threads +#: modules/devices.c:154 +#, c-format +msgid "%s; %s; %s" +msgstr "" + +#: modules/devices.c:372 +msgid " (model unknown)" +msgstr " (modelo desconocido)" + +#: modules/devices.c:374 +msgid " (vendor unknown)" +msgstr " (proveedor desconocido)" + +#: modules/devices.c:559 +msgid "Field" +msgstr "Campo" + +#: modules/devices.c:559 modules/devices.c:591 +msgid "Value" +msgstr "Valor" + +#: modules/devices.c:591 +msgid "Sensor" +msgstr "Sensor" + +#: modules/devices.c:591 modules/devices/inputdevices.c:117 +msgid "Type" +msgstr "Tipo" + +#: modules/devices.c:637 +msgid "Devices" +msgstr "Dispositivos" + +#: modules/devices.c:649 +msgid "Update PCI ID listing" +msgstr "Actualizar listado de ids PCI" + +#: modules/devices.c:661 +msgid "Update CPU feature database" +msgstr "Actualizar base de datos de características de CPU" + +#: modules/devices.c:689 +msgid "Gathers information about hardware devices" +msgstr "Obtiene información acerca de los dispositivos de hardware" + +#: modules/devices.c:708 +msgid "Resource information requires superuser privileges" +msgstr "Informacion de recursos require privilegios de superusuario" + +#: modules/devices/cpu_util.c:30 +msgid "Little Endian" +msgstr "Little Endian" + +#: modules/devices/cpu_util.c:32 +msgid "Big Endian" +msgstr "Big Endian" + +#: modules/devices/cpu_util.c:178 modules/devices/cpu_util.c:189 +msgid "Frequency Scaling" +msgstr "Escalador de frecuencia" + +#: modules/devices/cpu_util.c:179 +msgid "Minimum" +msgstr "Minimo" + +#: modules/devices/cpu_util.c:179 modules/devices/cpu_util.c:180 +#: modules/devices/cpu_util.c:181 +msgid "kHz" +msgstr "Khz" + +#: modules/devices/cpu_util.c:180 +msgid "Maximum" +msgstr "Maximo" + +#: modules/devices/cpu_util.c:181 +msgid "Current" +msgstr "Actual" + +#: modules/devices/cpu_util.c:182 +msgid "Transition Latency" +msgstr "Latencia de transicion" + +#: modules/devices/cpu_util.c:182 +msgid "ns" +msgstr "ns" + +#: modules/devices/cpu_util.c:183 +msgid "Governor" +msgstr "Gobernador" + +#: modules/devices/cpu_util.c:184 modules/devices/cpu_util.c:190 +msgid "Driver" +msgstr "Manejador" + +#: modules/devices/cpu_util.c:196 modules/devices/x86/processor.c:297 +msgid "(Not Available)" +msgstr "(no disponible)" + +#: modules/devices/cpu_util.c:204 modules/devices/cpu_util.c:206 +msgid "Socket" +msgstr "Soket" + +#: modules/devices/cpu_util.c:209 modules/devices/cpu_util.c:211 +msgid "Core" +msgstr "Core" + +#: modules/devices/cpu_util.c:214 +msgid "Book" +msgstr "Asentamientos" + +#: modules/devices/cpu_util.c:216 +msgid "Drawer" +msgstr "Dibujado" + +#: modules/devices/cpu_util.c:223 +msgid "ID" +msgstr "ID" + +#: modules/devices/devicetree.c:47 +msgid "Properties" +msgstr "Propiedades" + +#: modules/devices/devicetree.c:48 +msgid "Children" +msgstr "Hijos" + +#: modules/devices/devicetree.c:84 +msgid "Node" +msgstr "Nodo" + +#: modules/devices/devicetree.c:85 +msgid "Node Path" +msgstr "Ruta nodo" + +#: modules/devices/devicetree.c:86 +msgid "Alias" +msgstr "Alterno" + +#: modules/devices/devicetree.c:86 modules/devices/devicetree.c:87 +msgid "(None)" +msgstr "(ninguno)" + +#: modules/devices/devicetree.c:87 +msgid "Symbol" +msgstr "Simbolo" + +#: modules/devices/devicetree.c:132 modules/devices/devicetree/pmac_data.c:79 +msgid "Platform" +msgstr "Plataforma" + +#: modules/devices/devicetree.c:133 modules/devices/devicetree.c:178 +msgid "Compatible" +msgstr "Compatible" + +#: modules/devices/devicetree.c:134 +msgid "GPU-compatible" +msgstr "GPU-compatble" + +#: modules/devices/devicetree.c:140 +msgid "Raspberry Pi or Compatible" +msgstr "Raspberry Pi o similar" + +#: modules/devices/devicetree.c:142 modules/devices/devicetree.c:160 +#: modules/devices/devicetree.c:177 modules/devices/devicetree/rpi_data.c:160 +msgid "Serial Number" +msgstr "Numero serial" + +#: modules/devices/devicetree.c:143 modules/devices/devicetree/rpi_data.c:157 +msgid "RCode" +msgstr "Codigo R" + +#: modules/devices/devicetree.c:143 +msgid "No revision code available; unable to lookup model details." +msgstr "No hay codigo de revision disponible, imposible obtener detalles" + +#: modules/devices/devicetree.c:159 +msgid "More" +msgstr "Mas" + +#: modules/devices/devicetree.c:175 +msgid "Board" +msgstr "Tarjeta" + +#: modules/devices/devicetree.c:234 +msgid "Messages" +msgstr "Mensajes" + +#: modules/devices/devicetree/dt_util.c:1013 +msgid "phandle Map" +msgstr "Mapa manejado" + +#: modules/devices/devicetree/dt_util.c:1014 +msgid "Alias Map" +msgstr "Mapa alternativo" + +#: modules/devices/devicetree/dt_util.c:1015 +msgid "Symbol Map" +msgstr "Mapa de simbolos" + +#: modules/devices/devicetree/pmac_data.c:78 +msgid "Apple Power Macintosh" +msgstr "Power Macintosh de Apple" + +#: modules/devices/devicetree/pmac_data.c:81 modules/devices/sh/processor.c:85 +msgid "Machine" +msgstr "Maquina" + +#: modules/devices/devicetree/pmac_data.c:83 +msgid "Detected as" +msgstr "detectada como" + +#: modules/devices/devicetree/pmac_data.c:84 +msgid "PMAC Flags" +msgstr "Semaforos PMAC" + +#: modules/devices/devicetree/pmac_data.c:85 +msgid "L2 Cache" +msgstr "Cache L2" + +#: modules/devices/devicetree/pmac_data.c:86 +msgid "PMAC Generation" +msgstr "PMAC generacion" + +#: modules/devices/devicetree/rpi_data.c:152 +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Raspberry Pi" +msgstr "Raspberry Pi" + +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Board Name" +msgstr "Nombre Tarjeta" + +#: modules/devices/devicetree/rpi_data.c:154 +msgid "PCB Revision" +msgstr "Revision PCB" + +#: modules/devices/devicetree/rpi_data.c:155 +msgid "Introduction" +msgstr "Introducido" + +#: modules/devices/devicetree/rpi_data.c:156 modules/devices/spd-decode.c:1510 +#: modules/devices/usb.c:84 modules/devices/usb.c:217 +msgid "Manufacturer" +msgstr "Manufacturado" + +#: modules/devices/devicetree/rpi_data.c:158 +msgid "SOC (spec)" +msgstr "SOC (specif)" + +#: modules/devices/devicetree/rpi_data.c:159 +msgid "Memory (spec)" +msgstr "Memoria (specif)" + +#: modules/devices/devicetree/rpi_data.c:161 +msgid "Permanent overvolt bit" +msgstr "Bit de sobrevoltage permanente" + +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Set" +msgstr "Asignado" + +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Not set" +msgstr "Sin ajustar" + +#: modules/devices/devmemory.c:93 +msgid "Total Memory" +msgstr "Memoria total" + +#: modules/devices/devmemory.c:94 +msgid "Free Memory" +msgstr "Memoria Libre" + +#: modules/devices/devmemory.c:95 +msgid "Cached Swap" +msgstr "Intercambio" + +#: modules/devices/devmemory.c:96 +msgid "High Memory" +msgstr "Memoria alta" + +#: modules/devices/devmemory.c:97 +msgid "Free High Memory" +msgstr "Memoria alta libre" + +#: modules/devices/devmemory.c:98 +msgid "Low Memory" +msgstr "Memoria base" + +#: modules/devices/devmemory.c:99 +msgid "Free Low Memory" +msgstr "Memoria base libre" + +#: modules/devices/devmemory.c:100 +msgid "Virtual Memory" +msgstr "Memoria virtual" + +#: modules/devices/devmemory.c:101 +msgid "Free Virtual Memory" +msgstr "Memoria virtual libre" + +#: modules/devices/dmi.c:188 +msgid "(Not available; Perhaps try running HardInfo as root.)" +msgstr "" + +#: modules/devices/ia64/processor.c:108 +msgid "IA64 Processor" +msgstr "Procesador IA64" + +#: modules/devices/ia64/processor.c:163 +msgid "Architecture Revision" +msgstr "Revision arquitectura" + +#: modules/devices/ia64/processor.c:164 modules/devices/sh/processor.c:86 +msgid "Family" +msgstr "Familia" + +#: modules/devices/ia64/processor.c:170 +msgid "CPU regs" +msgstr "Registros" + +#: modules/devices/ia64/processor.c:171 +msgid "Features" +msgstr "Capacidades" + +#: modules/devices/inputdevices.c:115 modules/devices/pci.c:214 +#: modules/devices/usb.c:82 modules/devices/usb.c:215 modules/devices/usb.c:347 +msgid "Device Information" +msgstr "" + +#: modules/devices/inputdevices.c:118 modules/devices/usb.c:92 +#: modules/devices/usb.c:240 modules/devices/usb.c:356 +msgid "Bus" +msgstr "" + +#: modules/devices/inputdevices.c:120 modules/devices/usb.c:83 +#: modules/devices/usb.c:216 modules/devices/usb.c:348 +msgid "Product" +msgstr "" + +#: modules/devices/inputdevices.c:124 +msgid "Connected to" +msgstr "" + +#: modules/devices/inputdevices.c:128 +msgid "InfraRed port" +msgstr "" + +#: modules/devices/m68k/processor.c:85 modules/devices/riscv/processor.c:185 +msgid "MMU" +msgstr "MMU" + +#: modules/devices/m68k/processor.c:86 modules/devices/sparc/processor.c:76 +msgid "FPU" +msgstr "FPU" + +#: modules/devices/m68k/processor.c:90 +msgid "Calibration" +msgstr "Calibracion" + +#: modules/devices/mips/processor.c:76 +msgid "System Type" +msgstr "Tipo sistema" + +#: modules/devices/parisc/processor.c:107 +msgid "PA-RISC Processor" +msgstr "Procesador PA-RISC" + +#: modules/devices/parisc/processor.c:157 +msgid "System" +msgstr "Sistema" + +#: modules/devices/parisc/processor.c:161 +msgid "HVersion" +msgstr "HVersion" + +#: modules/devices/parisc/processor.c:162 +msgid "SVersion" +msgstr "SVersion" + +#: modules/devices/parisc/processor.c:163 modules/devices/x86/processor.c:425 +msgid "Cache" +msgstr "Cache" + +#: modules/devices/pci.c:106 +msgid "IRQ" +msgstr "" + +#: modules/devices/pci.c:110 +msgid "Latency" +msgstr "" + +#: modules/devices/pci.c:112 +msgid "Bus Master" +msgstr "" + +#: modules/devices/pci.c:118 +msgid "Kernel modules" +msgstr "" + +#: modules/devices/pci.c:124 +#, c-format +msgid "%s=%s (%s)\n" +msgstr "" + +#: modules/devices/pci.c:126 +msgid "OEM Vendor" +msgstr "" + +#: modules/devices/pci.c:153 +msgid "prefetchable" +msgstr "" + +#: modules/devices/pci.c:154 +msgid "non-prefetchable" +msgstr "" + +#: modules/devices/pci.c:163 +msgid "I/O ports at" +msgstr "" + +#: modules/devices/pci.c:216 modules/devices/usb.c:89 modules/devices/usb.c:237 +#: modules/devices/usb.c:353 +msgid "Class" +msgstr "" + +#: modules/devices/pci.c:217 +msgid "Domain" +msgstr "" + +#: modules/devices/pci.c:218 +msgid "Bus, device, function" +msgstr "" + +#: modules/devices/pci.c:243 +msgid "No PCI devices found" +msgstr "" + +#: modules/devices/ppc/processor.c:117 +msgid "POWER Processor" +msgstr "Procesador POWER" + +#: modules/devices/printers.c:81 msgid "⚬ Can do black and white printing=\n" msgstr "⚬ Puede imprimir en blanco y negro=\n" -#: modules//devices/printers.c:83 +#: modules/devices/printers.c:83 msgid "⚬ Can do color printing=\n" msgstr "⚬ Puede imprimir en color=\n" -#: modules//devices/printers.c:85 +#: modules/devices/printers.c:85 msgid "⚬ Can do duplexing=\n" msgstr "⚬ Can do duplexing=\n" -#: modules//devices/printers.c:87 +#: modules/devices/printers.c:87 msgid "⚬ Can do staple output=\n" msgstr "⚬ Puede engrapar la salida=\n" -#: modules//devices/printers.c:89 +#: modules/devices/printers.c:89 msgid "⚬ Can do copies=\n" msgstr "⚬ Puede hacer copias=\n" -#: modules//devices/printers.c:91 +#: modules/devices/printers.c:91 msgid "⚬ Can collate copies=\n" msgstr "⚬ Puede compaginar copias=\n" -#: modules//devices/printers.c:93 +#: modules/devices/printers.c:93 msgid "⚬ Printer is rejecting jobs=\n" msgstr "⚬ La impresora está rechazando trabajos=\n" -#: modules//devices/printers.c:95 +#: modules/devices/printers.c:95 msgid "⚬ Printer was automatically discovered and added=\n" msgstr "⚬ La impresora fue encontrada automáticamente y agregada=\n" -#: modules//devices/printers.c:110 +#: modules/devices/printers.c:110 msgid "Idle" msgstr "Ocioso" -#: modules//devices/printers.c:112 +#: modules/devices/printers.c:112 msgid "Printing a Job" msgstr "Imprimiendo un trabajo" -#: modules//devices/printers.c:114 +#: modules/devices/printers.c:114 msgid "Stopped" msgstr "Detenido" -#: modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:62 -#: hardinfo//hardinfo.c:63 -msgid "Yes" -msgstr "Sí" - -#: modules//devices/printers.c:190 +#: modules/devices/printers.c:190 msgid "" "[Printers]\n" "No suitable CUPS library found=" @@ -1080,11 +2314,11 @@ msgstr "" "[Impresoras]\n" "No se encontró ninguna biblioteca CUPS usable=" -#: modules//devices/printers.c:200 +#: modules/devices/printers.c:200 msgid "[Printers (CUPS)]\n" msgstr "[Impresoras (CUPS)]\n" -#: modules//devices/printers.c:263 +#: modules/devices/printers.c:263 msgid "" "[Printers]\n" "No printers found=\n" @@ -1092,7 +2326,171 @@ msgstr "" "[Impresoras]\n" "No se encontraron impresoras=\n" -#: modules//devices/storage.c:46 +#: modules/devices/riscv/processor.c:107 +msgid "RISC-V Processor" +msgstr "Procesador RISC-V" + +#: modules/devices/riscv/processor.c:184 +msgid "uarch" +msgstr "uarch" + +#. /ext:RV32 +#: modules/devices/riscv/riscv_data.c:37 +msgctxt "rv-ext" +msgid "RISC-V 32-bit" +msgstr "RISC-V 32-bit" + +#. /ext:RV64 +#: modules/devices/riscv/riscv_data.c:38 +msgctxt "rv-ext" +msgid "RISC-V 64-bit" +msgstr "RISC-V 64-bit" + +#. /ext:RV128 +#: modules/devices/riscv/riscv_data.c:39 +msgctxt "rv-ext" +msgid "RISC-V 128-bit" +msgstr "RISC-V 128-bit" + +#. /ext:E +#: modules/devices/riscv/riscv_data.c:40 +msgctxt "rv-ext" +msgid "Base embedded integer instructions (15 registers)" +msgstr "Instrucciones de enteros embebidas base (15 registros)" + +#. /ext:I +#: modules/devices/riscv/riscv_data.c:41 +msgctxt "rv-ext" +msgid "Base integer instructions (31 registers)" +msgstr "Instrucciones de enteros base (31 registros)" + +#. /ext:M +#: modules/devices/riscv/riscv_data.c:42 +msgctxt "rv-ext" +msgid "Hardware integer multiply and divide" +msgstr "Multiplicador y divisor de enteros por hardware" + +#. /ext:A +#: modules/devices/riscv/riscv_data.c:43 +msgctxt "rv-ext" +msgid "Atomic memory operations" +msgstr "Operaciones de memoria unificadas" + +#. /ext:C +#: modules/devices/riscv/riscv_data.c:44 +msgctxt "rv-ext" +msgid "Compressed 16-bit instructions" +msgstr "Intrucciones compresion 16-bit" + +#. /ext:F +#: modules/devices/riscv/riscv_data.c:45 +msgctxt "rv-ext" +msgid "Floating-point instructions, single-precision" +msgstr "Instrucciones punto-flotante, precision simple" + +#. /ext:D +#: modules/devices/riscv/riscv_data.c:46 +msgctxt "rv-ext" +msgid "Floating-point instructions, double-precision" +msgstr "Instrucciones punto-flotante, precision doble" + +#. /ext:Q +#: modules/devices/riscv/riscv_data.c:47 +msgctxt "rv-ext" +msgid "Floating-point instructions, quad-precision" +msgstr "Instrucciones punto-flotante, precision cuadruple" + +#. /ext:B +#: modules/devices/riscv/riscv_data.c:48 +msgctxt "rv-ext" +msgid "Bit manipulation instructions" +msgstr "Instrucciones de manipulacion de bit" + +#. /ext:V +#: modules/devices/riscv/riscv_data.c:49 +msgctxt "rv-ext" +msgid "Vector operations" +msgstr "Operaciones de Vector" + +#. /ext:T +#: modules/devices/riscv/riscv_data.c:50 +msgctxt "rv-ext" +msgid "Transactional memory" +msgstr "Memoria transaccional" + +#. /ext:P +#: modules/devices/riscv/riscv_data.c:51 +msgctxt "rv-ext" +msgid "Packed SIMD instructions" +msgstr "Instrucciones SIMD empaquetadas" + +#. /ext:L +#: modules/devices/riscv/riscv_data.c:52 +msgctxt "rv-ext" +msgid "Decimal floating-point instructions" +msgstr "Instrucciones punto-flotante decimales" + +#. /ext:J +#: modules/devices/riscv/riscv_data.c:53 +msgctxt "rv-ext" +msgid "Dynamically translated languages" +msgstr "Traduccion de lenguajes dinamicamente" + +#. /ext:N +#: modules/devices/riscv/riscv_data.c:54 +msgctxt "rv-ext" +msgid "User-level interrupts" +msgstr "Interrupciones de nivel de usuario" + +#: modules/devices/s390/processor.c:92 +msgid "S390 Processor" +msgstr "Procesador S390" + +#: modules/devices/s390/processor.c:133 +msgid "ID String" +msgstr "ID String" + +#: modules/devices/sh/processor.c:55 +msgid "SuperH Processor" +msgstr "Procesador SuperH" + +#: modules/devices/sh/processor.c:88 +msgid "Bus Frequency" +msgstr "Frecuencya de Bus" + +#: modules/devices/sh/processor.c:89 +msgid "Module Frequency" +msgstr "Frecuencia modular" + +#: 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 "" +"[SPD]\n" +"Por favor carge el modulo eeprom para obtener informacion de memorias SPD=\n" +"[$ShellParam$]\n" +"ReloadInterval=500\n" + +#: modules/devices/spd-decode.c:1480 +msgid "" +"[SPD]\n" +"Reading memory SPD not supported on this system=\n" +msgstr "" +"[SPD]\n" +"Lectura de memorias no soportado en este sistema=\n" + +#: modules/devices/spd-decode.c:1509 +msgid "SPD" +msgstr "SPD" + +#: modules/devices/spd-decode.c:1510 +msgid "Bank" +msgstr "Ranura" + +#: modules/devices/storage.c:46 msgid "" "\n" "[SCSI Disks]\n" @@ -1100,8 +2498,7 @@ msgstr "" "\n" "[Discos SCSI]\n" -#: modules//devices/storage.c:110 -#: modules//devices/storage.c:297 +#: modules/devices/storage.c:110 modules/devices/storage.c:313 #, c-format msgid "" "[Device Information]\n" @@ -1110,19 +2507,17 @@ msgstr "" "[Información de dispositivo]\n" "Modelo=%s\n" -#: modules//devices/storage.c:115 -#: modules//devices/storage.c:304 +#: modules/devices/storage.c:115 modules/devices/storage.c:319 #, c-format msgid "Vendor=%s (%s)\n" msgstr "Proveedor=%s (%s)\n" -#: modules//devices/storage.c:120 -#: modules//devices/storage.c:309 +#: modules/devices/storage.c:120 modules/devices/storage.c:321 #, c-format msgid "Vendor=%s\n" msgstr "Proveedor=%s\n" -#: modules//devices/storage.c:125 +#: modules/devices/storage.c:125 #, c-format msgid "" "Type=%s\n" @@ -1141,7 +2536,7 @@ msgstr "" "ID=%d\n" "LUN=%d\n" -#: modules//devices/storage.c:169 +#: modules/devices/storage.c:167 msgid "" "\n" "[IDE Disks]\n" @@ -1149,12 +2544,12 @@ msgstr "" "\n" "[Discos IDE]\n" -#: modules//devices/storage.c:242 +#: modules/devices/storage.c:250 #, c-format msgid "Driver=%s\n" msgstr "Driver=%s\n" -#: modules//devices/storage.c:314 +#: modules/devices/storage.c:324 #, c-format msgid "" "Device Name=hd%c\n" @@ -1165,7 +2560,7 @@ msgstr "" "Medio=%s\n" "Cache=%dkb\n" -#: modules//devices/storage.c:329 +#: modules/devices/storage.c:334 #, c-format msgid "" "[Geometry]\n" @@ -1176,7 +2571,7 @@ msgstr "" "Física=%s\n" "Lógica=%s\n" -#: modules//devices/storage.c:341 +#: modules/devices/storage.c:344 #, c-format msgid "" "[Capabilities]\n" @@ -1185,7 +2580,7 @@ msgstr "" "[Capacidades]\n" "%s" -#: modules//devices/storage.c:348 +#: modules/devices/storage.c:351 #, c-format msgid "" "[Speeds]\n" @@ -1194,483 +2589,1879 @@ msgstr "" "[Velocidades]\n" "%s" -#: modules//network.c:59 -msgid "Interfaces" -msgstr "Interfaces" +#: modules/devices/usb.c:44 modules/devices/usb.c:326 +msgid "mA" +msgstr "" -#: modules//network.c:60 -msgid "IP Connections" -msgstr "Conexiones IP" +#. /%.2f is version +#: modules/devices/usb.c:53 modules/devices/usb.c:190 +#, c-format +msgid "USB %.2f Hub" +msgstr "" -#: modules//network.c:61 -msgid "Routing Table" -msgstr "Tabla de ruteo" +#: modules/devices/usb.c:55 modules/devices/usb.c:192 +#, c-format +msgid "Unknown USB %.2f Device (class %d)" +msgstr "" -#: modules//network.c:62 -msgid "ARP Table" -msgstr "Tabla ARP" +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Speed" +msgstr "" -#: modules//network.c:63 -msgid "DNS Servers" -msgstr "Servidores DNS" +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Mbit/s" +msgstr "" -#: modules//network.c:64 -msgid "Statistics" -msgstr "Estadísticas" +#: modules/devices/usb.c:86 modules/devices/usb.c:233 modules/devices/usb.c:350 +msgid "Max Current" +msgstr "" -#: modules//network.c:65 -msgid "Shared Directories" -msgstr "Directorios compartidos" +#: modules/devices/usb.c:88 modules/devices/usb.c:235 modules/devices/usb.c:352 +msgid "USB Version" +msgstr "" -#: modules//network.c:300 +#: modules/devices/usb.c:90 modules/devices/usb.c:238 modules/devices/usb.c:354 +msgid "Vendor ID" +msgstr "" + +#: modules/devices/usb.c:91 modules/devices/usb.c:239 modules/devices/usb.c:355 +msgid "Product ID" +msgstr "" + +#: modules/devices/usb.c:231 +msgid "Port" +msgstr "" + +#: modules/devices/usb.c:241 +msgid "Level" +msgstr "" + +#: modules/devices/x86/processor.c:149 +msgid "Cache information not available=\n" +msgstr "Informacion de cache no disponible=\n" + +#: modules/devices/x86/processor.c:155 #, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "Nivel %d (%s)=%d-way set-associative, %d sets, %dKB tamaño\n" + +#. /cache type, as appears in: Level 1 (Data) +#: modules/devices/x86/processor.c:170 +msgctxt "cache-type" +msgid "Data" +msgstr "Datos" + +#. /cache type, as appears in: Level 1 (Instruction) +#: modules/devices/x86/processor.c:171 +msgctxt "cache-type" +msgid "Instruction" +msgstr "Instruccion" + +#. /cache type, as appears in: Level 2 (Unified) +#: modules/devices/x86/processor.c:172 +msgctxt "cache-type" +msgid "Unified" +msgstr "Unificado" + +#: modules/devices/x86/processor.c:410 +msgid "Model Name" +msgstr "Nombre Modelo" + +#: modules/devices/x86/processor.c:411 +msgid "Family, model, stepping" +msgstr "Familia, modelo, escalado" + +#: modules/devices/x86/processor.c:417 +msgid "Microcode Version" +msgstr "" + +#: modules/devices/x86/processor.c:418 +msgid "Configuration" +msgstr "Configuracion" + +#: modules/devices/x86/processor.c:419 +msgid "Cache Size" +msgstr "Tamaño cache" + +#: modules/devices/x86/processor.c:419 +msgid "kb" +msgstr "kb" + +#: modules/devices/x86/processor.c:426 +msgid "Power Management" +msgstr "Manejador energia" + +#: modules/devices/x86/processor.c:427 +msgid "Bug Workarounds" +msgstr "Manejo de errores" + +#: modules/devices/x86/processor.c:454 modules/devices/x86/processor.c:468 +msgid "Package Information" +msgstr "" + +#. /flag:fpu +#: modules/devices/x86/x86_data.c:43 +msgctxt "x86-flag" +msgid "Onboard FPU (floating point support)" +msgstr "FPÜ embebido (soporte punto flotante)" + +#. /flag:vme +#: modules/devices/x86/x86_data.c:44 +msgctxt "x86-flag" +msgid "Virtual 8086 mode enhancements" +msgstr "Virtual 8086 modo ampliado" + +#. /flag:de +#: modules/devices/x86/x86_data.c:45 +msgctxt "x86-flag" +msgid "Debugging Extensions (CR4.DE)" +msgstr "Extensiuones depurado (CR4.DE)" + +#. /flag:pse +#: modules/devices/x86/x86_data.c:46 +msgctxt "x86-flag" +msgid "Page Size Extensions (4MB memory pages)" +msgstr "Extensiones de pagina (paginas de 4MB memoria)" + +#. /flag:tsc +#: modules/devices/x86/x86_data.c:47 +msgctxt "x86-flag" +msgid "Time Stamp Counter (RDTSC)" +msgstr "contador de estampa de tiempo (RDTSC)" + +#. /flag:msr +#: modules/devices/x86/x86_data.c:48 +msgctxt "x86-flag" +msgid "Model-Specific Registers (RDMSR, WRMSR)" +msgstr "Registros de modelo-especificos (RDMSR, WRMSR)" + +#. /flag:pae +#: modules/devices/x86/x86_data.c:49 +msgctxt "x86-flag" +msgid "Physical Address Extensions (support for more than 4GB of RAM)" +msgstr "Extension de direcciones fisicas (soporte de mas de 4GB de RAM)" + +#. /flag:mce +#: modules/devices/x86/x86_data.c:50 +msgctxt "x86-flag" +msgid "Machine Check Exception" +msgstr "Excepciones de revision de maquina" + +#. /flag:cx8 +#: modules/devices/x86/x86_data.c:51 +msgctxt "x86-flag" +msgid "CMPXCHG8 instruction (64-bit compare-and-swap)" +msgstr "Instrucciones CMPXCHG8 (64-bit compare-and-swap)" + +#. /flag:apic +#: modules/devices/x86/x86_data.c:52 +msgctxt "x86-flag" +msgid "Onboard APIC" +msgstr "APIC embebida" + +#. /flag:sep +#: modules/devices/x86/x86_data.c:53 +msgctxt "x86-flag" +msgid "SYSENTER/SYSEXIT" +msgstr "SYSENTER/SYSEXIT" + +#. /flag:mtrr +#: modules/devices/x86/x86_data.c:54 +msgctxt "x86-flag" +msgid "Memory Type Range Registers" +msgstr "Registros de rango de tipo de Memoria" + +#. /flag:pge +#: modules/devices/x86/x86_data.c:55 +msgctxt "x86-flag" +msgid "Page Global Enable (global bit in PDEs and PTEs)" +msgstr "Habilitador de pagina global (global bit in PDEs and PTEs)" + +#. /flag:mca +#: modules/devices/x86/x86_data.c:56 +msgctxt "x86-flag" +msgid "Machine Check Architecture" +msgstr "Revisor de arquitectura de maquina" + +#. /flag:cmov +#: modules/devices/x86/x86_data.c:57 +msgctxt "x86-flag" +msgid "CMOV instructions (conditional move) (also FCMOV)" +msgstr "Instrucciones CMOV (mover condicionalmente) (tambien FCMOV)" + +#. /flag:pat +#: modules/devices/x86/x86_data.c:58 +msgctxt "x86-flag" +msgid "Page Attribute Table" +msgstr "Tabla de atributos de pagina" + +#. /flag:pse36 +#: modules/devices/x86/x86_data.c:59 +msgctxt "x86-flag" +msgid "36-bit PSEs (huge pages)" +msgstr "36-bit PSEs (huge pages)" + +#. /flag:pn +#: modules/devices/x86/x86_data.c:60 +msgctxt "x86-flag" +msgid "Processor serial number" +msgstr "Numero serial de prosesador" + +#. /flag:clflush +#: modules/devices/x86/x86_data.c:61 +msgctxt "x86-flag" +msgid "Cache Line Flush instruction" +msgstr "Cache Line Flush instruction" + +#. /flag:dts +#: modules/devices/x86/x86_data.c:62 +msgctxt "x86-flag" 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 "" -"[Tabla ARP]\n" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Dirección IP\n" -"ColumnTitle$Value=Interfaz\n" -"ColumnTitle$Extra1=Dirección MAC\n" -"ShowColumnHeaders=true\n" +"Debug Store (buffer for debugging and profiling instructions), or " +"alternately: digital thermal sensor" +msgstr "" +"Guardado de depurado (buffer para depurado y pruebas de instrucciones), o " +"alternativamente: sensor de temperatura digital" -#: modules//network.c:321 -#, c-format +#. /flag:acpi +#: modules/devices/x86/x86_data.c:63 +msgctxt "x86-flag" +msgid "ACPI via MSR (temperature monitoring and clock speed modulation)" +msgstr "" +"ACPI via MSR (monitor de temperatura y reloj de modulacion de velocidad)" + +#. /flag:mmx +#: modules/devices/x86/x86_data.c:64 +msgctxt "x86-flag" +msgid "Multimedia Extensions" +msgstr "Extensiones multimedia" + +#. /flag:fxsr +#: modules/devices/x86/x86_data.c:65 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR, CR4.OSFXSR" +msgstr "FXSAVE/FXRSTOR, CR4.OSFXSR" + +#. /flag:sse +#: modules/devices/x86/x86_data.c:66 +msgctxt "x86-flag" +msgid "Intel SSE vector instructions" +msgstr "Intel SSE instrucciones de vectorizado" + +#. /flag:sse2 +#: modules/devices/x86/x86_data.c:67 +msgctxt "x86-flag" +msgid "SSE2" +msgstr "SSE2" + +#. /flag:ss +#: modules/devices/x86/x86_data.c:68 +msgctxt "x86-flag" +msgid "CPU self snoop" +msgstr "CPU self snoop" + +#. /flag:ht +#: modules/devices/x86/x86_data.c:69 +msgctxt "x86-flag" +msgid "Hyper-Threading" +msgstr "Hyper-Threading" + +#. /flag:tm +#: modules/devices/x86/x86_data.c:70 +msgctxt "x86-flag" +msgid "Automatic clock control (Thermal Monitor)" +msgstr "control automatico de reloj (Monitor de temperatura)" + +#. /flag:ia64 +#: modules/devices/x86/x86_data.c:71 +msgctxt "x86-flag" msgid "" -"[Name servers]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP Address\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" +"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 "" -"[Servidores de nombres]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP Address\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" +"Intel Itanium Arquitectura 64-bit (no confundir con el 64-bit Intel de " +"architecture x86 con el flag x86-64 o bit \"AMD64\" indicado por flag lm)" + +#. /flag:pbe +#: modules/devices/x86/x86_data.c:72 +msgctxt "x86-flag" +msgid "Pending Break Enable (PBE# pin) wakeup support" +msgstr "Pending Break Enable (PBE# pin) despertado" + +#. /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 "SYSCALL (Fast System Call) and SYSRET (Return From Fast System Call)" + +#. /flag:mp +#: modules/devices/x86/x86_data.c:76 +msgctxt "x86-flag" +msgid "Multiprocessing Capable." +msgstr "Capacidades multiprocesos" + +#. /flag:nx +#: modules/devices/x86/x86_data.c:77 +msgctxt "x86-flag" +msgid "Execute Disable" +msgstr "Execute Disable" + +#. /flag:mmxext +#: modules/devices/x86/x86_data.c:78 +msgctxt "x86-flag" +msgid "AMD MMX extensions" +msgstr "Extensiones AMD MMX" + +#. /flag:fxsr_opt +#: modules/devices/x86/x86_data.c:79 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR optimizations" +msgstr "Optimizaciones FXSAVE/FXRSTOR" + +#. /flag:pdpe1gb +#: modules/devices/x86/x86_data.c:80 +msgctxt "x86-flag" +msgid "One GB pages (allows hugepagesz=1G)" +msgstr "Paginas One GB (permite hugepagesz=1G)" + +#. /flag:rdtscp +#: modules/devices/x86/x86_data.c:81 +msgctxt "x86-flag" +msgid "Read Time-Stamp Counter and Processor ID" +msgstr "Read Time-Stamp Counter and Processor ID" + +#. /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 "" +"Modo Largo (x86-64: amd64, conocido como Intel 64, ejem. compatible 64-bit)" -#: modules//network.c:331 -#, c-format +#. /flag:3dnow +#: modules/devices/x86/x86_data.c:83 +msgctxt "x86-flag" +msgid "3DNow! (AMD vector instructions, competing with Intel's SSE1)" +msgstr "" +"3DNow! (AMD instrucciones de vectorizado, competidor de las Intel SSE1)" + +#. /flag:3dnowext +#: modules/devices/x86/x86_data.c:84 +msgctxt "x86-flag" +msgid "AMD 3DNow! extensions" +msgstr "AMD 3DNow! extensions" + +#. /flag:recovery +#: modules/devices/x86/x86_data.c:86 +msgctxt "x86-flag" +msgid "CPU in recovery mode" +msgstr "CPU en modo recuperacion" + +#. /flag:longrun +#: modules/devices/x86/x86_data.c:87 +msgctxt "x86-flag" +msgid "Longrun power control" +msgstr "control energia Longrun" + +#. /flag:lrti +#: modules/devices/x86/x86_data.c:88 +msgctxt "x86-flag" +msgid "LongRun table interface" +msgstr "Interfaz de tabla LongRun" + +#. /flag:cxmmx +#: modules/devices/x86/x86_data.c:90 +msgctxt "x86-flag" +msgid "Cyrix MMX extensions" +msgstr "Cyrix MMX extensions" + +#. /flag:k6_mtrr +#: modules/devices/x86/x86_data.c:91 +msgctxt "x86-flag" +msgid "AMD K6 nonstandard MTRRs" +msgstr "AMD K6 nonstandard MTRRs" + +#. /flag:cyrix_arr +#: modules/devices/x86/x86_data.c:92 +msgctxt "x86-flag" +msgid "Cyrix ARRs (= MTRRs)" +msgstr "Cyrix ARRs (= MTRRs)" + +#. /flag:centaur_mcr +#: modules/devices/x86/x86_data.c:93 +msgctxt "x86-flag" +msgid "Centaur MCRs (= MTRRs)" +msgstr "Centaur MCRs (= MTRRs)" + +#. /flag:constant_tsc +#: modules/devices/x86/x86_data.c:94 +msgctxt "x86-flag" +msgid "TSC ticks at a constant rate" +msgstr "TSC ticks a una velocidad constante" + +#. /flag:up +#: modules/devices/x86/x86_data.c:95 +msgctxt "x86-flag" +msgid "SMP kernel running on UP" +msgstr "Kernel SMP ejecutandose" + +#. /flag:art +#: modules/devices/x86/x86_data.c:96 +msgctxt "x86-flag" +msgid "Always-Running Timer" +msgstr "Timer Siempre-ejecutandose" + +#. /flag:arch_perfmon +#: modules/devices/x86/x86_data.c:97 +msgctxt "x86-flag" +msgid "Intel Architectural PerfMon" +msgstr "Arquitectura Intel PerfMon" + +#. /flag:pebs +#: modules/devices/x86/x86_data.c:98 +msgctxt "x86-flag" +msgid "Precise-Event Based Sampling" +msgstr "" + +#. /flag:bts +#: modules/devices/x86/x86_data.c:99 +msgctxt "x86-flag" +msgid "Branch Trace Store" +msgstr "" + +#. /flag:rep_good +#: modules/devices/x86/x86_data.c:100 +msgctxt "x86-flag" +msgid "rep microcode works well" +msgstr "rep microcode trabaja bien" + +#. /flag:acc_power +#: modules/devices/x86/x86_data.c:101 +msgctxt "x86-flag" +msgid "AMD accumulated power mechanism" +msgstr "AMD mecanismo de energia acumulada" + +#. /flag:nopl +#: modules/devices/x86/x86_data.c:102 +msgctxt "x86-flag" +msgid "The NOPL (0F 1F) instructions" +msgstr "Instrucciones NOPL (0F 1F)" + +#. /flag:xtopology +#: modules/devices/x86/x86_data.c:103 +msgctxt "x86-flag" +msgid "cpu topology enum extensions" +msgstr "extensiones de enumaracion de cpu" + +#. /flag:tsc_reliable +#: modules/devices/x86/x86_data.c:104 +msgctxt "x86-flag" +msgid "TSC is known to be reliable" +msgstr "TSC esta en modo confiable" + +#. /flag:nonstop_tsc +#: modules/devices/x86/x86_data.c:105 +msgctxt "x86-flag" +msgid "TSC does not stop in C states" +msgstr "TSC no se detiene en estado C" + +#. /flag:extd_apicid +#: modules/devices/x86/x86_data.c:106 +msgctxt "x86-flag" +msgid "has extended APICID (8 bits)" +msgstr "tiene extenciones APICID (8 bits)" + +#. /flag:amd_dcm +#: modules/devices/x86/x86_data.c:107 +msgctxt "x86-flag" +msgid "multi-node processor" +msgstr "procesador muti-nodo" + +#. /flag:aperfmperf +#: modules/devices/x86/x86_data.c:108 +msgctxt "x86-flag" +msgid "APERFMPERF" +msgstr "APERFMPERF" + +#. /flag:eagerfpu +#: modules/devices/x86/x86_data.c:109 +msgctxt "x86-flag" +msgid "Non lazy FPU restore" +msgstr "FPU restauracion tardia" + +#. /flag:nonstop_tsc_s3 +#: modules/devices/x86/x86_data.c:110 +msgctxt "x86-flag" +msgid "TSC doesn't stop in S3 state" +msgstr "TSC no se detiene en estado S3" + +#. /flag:mce_recovery +#: modules/devices/x86/x86_data.c:111 +msgctxt "x86-flag" +msgid "CPU has recoverable machine checks" +msgstr "CPU tiene corroborador de maquina recuperable" + +#. /flag:pni +#: modules/devices/x86/x86_data.c:114 +msgctxt "x86-flag" +msgid "SSE-3 (\"Prescott New Instructions\")" +msgstr "SSE-3 (\"Nuevas Instrucciones Prescott\")" + +#. /flag:pclmulqdq +#: modules/devices/x86/x86_data.c:115 +msgctxt "x86-flag" 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 "" -"[Conexiones]\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" - -#: modules//network.c:345 -#, c-format +"Perform a Carry-Less Multiplication of Quadword instruction - accelerator " +"for GCM)" +msgstr "" +"Realizar una Multiplicación Vaga de la instrucción - aceleracion Quadword " +"para GCM)" + +#. /flag:dtes64 +#: modules/devices/x86/x86_data.c:116 +msgctxt "x86-flag" +msgid "64-bit Debug Store" +msgstr "Almacenamiento de depuracion 64-bit" + +#. /flag:monitor +#: modules/devices/x86/x86_data.c:117 +msgctxt "x86-flag" +msgid "Monitor/Mwait support (Intel SSE3 supplements)" +msgstr "Soporte Monitor/Mwait (suplementos Intel SSE3" + +#. /flag:ds_cpl +#: modules/devices/x86/x86_data.c:118 +msgctxt "x86-flag" +msgid "CPL Qual. Debug Store" +msgstr "CPL Qual. Debug Store" + +#. /flag:vmx +#: modules/devices/x86/x86_data.c:119 +msgctxt "x86-flag" +msgid "Hardware virtualization, Intel VMX" +msgstr "Virtualizacion de hardware, Intel VMX" + +#. /flag:smx +#: modules/devices/x86/x86_data.c:120 +msgctxt "x86-flag" +msgid "Safer mode TXT (TPM support)" +msgstr "Mode asegurado TXT (soporte TPM)" + +#. /flag:est +#: modules/devices/x86/x86_data.c:121 +msgctxt "x86-flag" +msgid "Enhanced SpeedStep" +msgstr "SpeedStep ampliado" + +#. /flag:tm2 +#: modules/devices/x86/x86_data.c:122 +msgctxt "x86-flag" +msgid "Thermal Monitor 2" +msgstr "Monitor termico 2" + +#. /flag:ssse3 +#: modules/devices/x86/x86_data.c:123 +msgctxt "x86-flag" +msgid "Supplemental SSE-3" +msgstr "Suplemento SSE-3" + +#. /flag:cid +#: modules/devices/x86/x86_data.c:124 +msgctxt "x86-flag" +msgid "Context ID" +msgstr "Contexto ID" + +#. /flag:sdbg +#: modules/devices/x86/x86_data.c:125 +msgctxt "x86-flag" +msgid "silicon debug" +msgstr "depurador silicon" + +#. /flag:fma +#: modules/devices/x86/x86_data.c:126 +msgctxt "x86-flag" +msgid "Fused multiply-add" +msgstr "" + +#. /flag:cx16 +#: modules/devices/x86/x86_data.c:127 +msgctxt "x86-flag" +msgid "CMPXCHG16B" +msgstr "CMPXCHG16B" + +#. /flag:xtpr +#: modules/devices/x86/x86_data.c:128 +msgctxt "x86-flag" +msgid "Send Task Priority Messages" +msgstr "Enviador de Mesajes de Prioridad de Tareas" + +#. /flag:pdcm +#: modules/devices/x86/x86_data.c:129 +msgctxt "x86-flag" +msgid "Performance Capabilities" +msgstr "Capacidades de Rendimiento" + +#. /flag:pcid +#: modules/devices/x86/x86_data.c:130 +msgctxt "x86-flag" +msgid "Process Context Identifiers" +msgstr "Identificador de contexto de proceso" + +#. /flag:dca +#: modules/devices/x86/x86_data.c:131 +msgctxt "x86-flag" +msgid "Direct Cache Access" +msgstr "Acceso Directo de Cache" + +#. /flag:sse4_1 +#: modules/devices/x86/x86_data.c:132 +msgctxt "x86-flag" +msgid "SSE-4.1" +msgstr "SSE-4.1" + +#. /flag:sse4_2 +#: modules/devices/x86/x86_data.c:133 +msgctxt "x86-flag" +msgid "SSE-4.2" +msgstr "SSE-4.2" + +#. /flag:x2apic +#: modules/devices/x86/x86_data.c:134 +msgctxt "x86-flag" +msgid "x2APIC" +msgstr "x2APIC" + +#. /flag:movbe +#: modules/devices/x86/x86_data.c:135 +msgctxt "x86-flag" +msgid "Move Data After Swapping Bytes instruction" +msgstr "" + +#. /flag:popcnt +#: modules/devices/x86/x86_data.c:136 +msgctxt "x86-flag" 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" +"Return the Count of Number of Bits Set to 1 instruction (Hamming weight, i." +"e. bit count)" msgstr "" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Interfaz\n" -"ColumnTitle$Value=Dirección IP\n" -"ColumnTitle$Extra1=Enviado\n" -"ColumnTitle$Extra2=Recibido\n" -"ShowColumnHeaders=true\n" -"%s" +"Devuelve la cuenta de número de bits establecida en 1 instrucción (Hamming " +"weight, ex. cuenta bit)" + +#. /flag:tsc_deadline_timer +#: modules/devices/x86/x86_data.c:137 +msgctxt "x86-flag" +msgid "Tsc deadline timer" +msgstr "Tsc deadline timer" + +#. /flag:aes/aes-ni +#: modules/devices/x86/x86_data.c:138 +msgctxt "x86-flag" +msgid "Advanced Encryption Standard (New Instructions)" +msgstr "Estándar de cifrado avanzado (nuevas instrucciones)" + +#. /flag:xsave +#: modules/devices/x86/x86_data.c:139 +msgctxt "x86-flag" +msgid "Save Processor Extended States: also provides XGETBY,XRSTOR,XSETBY" +msgstr "" +"Save Processor Extended States: también proporciona XGETBY, XRSTOR, XSETBY" -#: modules//network.c:361 -#, c-format +#. /flag:avx +#: modules/devices/x86/x86_data.c:140 +msgctxt "x86-flag" +msgid "Advanced Vector Extensions" +msgstr "" + +#. /flag:f16c +#: modules/devices/x86/x86_data.c:141 +msgctxt "x86-flag" +msgid "16-bit fp conversions (CVT16)" +msgstr "conversiones fp 16-bit (CVT16)" + +#. /flag:rdrand +#: modules/devices/x86/x86_data.c:142 +msgctxt "x86-flag" +msgid "Read Random Number from hardware random number generator instruction" +msgstr "" +"Lector de Numeros Aleatorios desde generador de instruccion de aleatorios de " +"Hardware" + +#. /flag:hypervisor +#: modules/devices/x86/x86_data.c:143 +msgctxt "x86-flag" +msgid "Running on a hypervisor" +msgstr "Corriendo en un hipervisor" + +#. /Cyrix/Centaur-defined CPU features, CPUID level 0xC0000001 +#. /flag:rng +#: modules/devices/x86/x86_data.c:145 +msgctxt "x86-flag" +msgid "Random Number Generator present (xstore)" +msgstr "Generador de numeros aleatorios presente (xstore)" + +#. /flag:rng_en +#: modules/devices/x86/x86_data.c:146 +msgctxt "x86-flag" +msgid "Random Number Generator enabled" +msgstr "Generador de numeros aleatorios activo" + +#. /flag:ace +#: modules/devices/x86/x86_data.c:147 +msgctxt "x86-flag" +msgid "on-CPU crypto (xcrypt)" +msgstr "encriptacion en-CPU (xcrypt)" + +#. /flag:ace_en +#: modules/devices/x86/x86_data.c:148 +msgctxt "x86-flag" +msgid "on-CPU crypto enabled" +msgstr "encriptacion en-CPU activada" + +#. /flag:ace2 +#: modules/devices/x86/x86_data.c:149 +msgctxt "x86-flag" +msgid "Advanced Cryptography Engine v2" +msgstr "Manejador Encriptamiento Avanzado v2" + +#. /flag:ace2_en +#: modules/devices/x86/x86_data.c:150 +msgctxt "x86-flag" +msgid "ACE v2 enabled" +msgstr "ACE v2 presente" + +#. /flag:phe +#: modules/devices/x86/x86_data.c:151 +msgctxt "x86-flag" +msgid "PadLock Hash Engine" +msgstr "Manejador PadLock Hash" + +#. /flag:phe_en +#: modules/devices/x86/x86_data.c:152 +msgctxt "x86-flag" +msgid "PHE enabled" +msgstr "PHE presente" + +#. /flag:pmm +#: modules/devices/x86/x86_data.c:153 +msgctxt "x86-flag" +msgid "PadLock Montgomery Multiplier" +msgstr "PadLock Montgomery Multiplier" + +#. /flag:pmm_en +#: modules/devices/x86/x86_data.c:154 +msgctxt "x86-flag" +msgid "PMM enabled" +msgstr "PMM presente" + +#. /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 "Carga AH desde Flags (LAHF) y almacena AH en Flags (SAHF) en modo long" + +#. /flag:cmp_legacy +#: modules/devices/x86/x86_data.c:157 +msgctxt "x86-flag" +msgid "If yes HyperThreading not valid" +msgstr "Si yes/si HyperThreading no valido" + +#. /flag:svm +#: modules/devices/x86/x86_data.c:158 +msgctxt "x86-flag" +msgid "\"Secure virtual machine\": AMD-V" +msgstr "\"Maquina Virtual Segura\": AMD-V" + +#. /flag:extapic +#: modules/devices/x86/x86_data.c:159 +msgctxt "x86-flag" +msgid "Extended APIC space" +msgstr "Espacio APIC Extendida" + +#. /flag:cr8_legacy +#: modules/devices/x86/x86_data.c:160 +msgctxt "x86-flag" +msgid "CR8 in 32-bit mode" +msgstr "CR8 en modo 32-bit" + +#. /flag:abm +#: modules/devices/x86/x86_data.c:161 +msgctxt "x86-flag" +msgid "Advanced Bit Manipulation" +msgstr "Advanced Bit Manipulation" + +#. /flag:sse4a +#: modules/devices/x86/x86_data.c:162 +msgctxt "x86-flag" +msgid "SSE-4A" +msgstr "SSE-4A" + +#. /flag:misalignsse +#: modules/devices/x86/x86_data.c:163 +msgctxt "x86-flag" 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 "" -"[Tabla de ruteo IP]\n" -"%s\n" -"[$ShellParam$]\n" -"ViewType=0\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Destino / Puerta de enlace\n" -"ColumnTitle$Value=Interfaz\n" -"ColumnTitle$Extra1=Flags\n" -"ColumnTitle$Extra2=Máscara\n" -"ShowColumnHeaders=true\n" - -#: modules//network.c:399 -msgid "Network" -msgstr "Red" +"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 "" +"Indica si se genera una excepción de protección general (#GP) cuando algunas " +"instrucciones heredadas de SSE funcionan con datos no alineados. También " +"depende de CR0 y Alignment Checking bit" + +#. /flag:3dnowprefetch +#: modules/devices/x86/x86_data.c:164 +msgctxt "x86-flag" +msgid "3DNow prefetch instructions" +msgstr "Instrucciones 3DNow prefetch" + +#. /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 "" +"indica medidas visibles al OS, que permitan que el OS pueda manejar erratas " +"del procesador" + +#. /flag:ibs +#: modules/devices/x86/x86_data.c:166 +msgctxt "x86-flag" +msgid "Instruction Based Sampling" +msgstr "Instruction Based Sampling" + +#. /flag:xop +#: modules/devices/x86/x86_data.c:167 +msgctxt "x86-flag" +msgid "extended AVX instructions" +msgstr "Instrucciones AVX extendidas" + +#. /flag:skinit +#: modules/devices/x86/x86_data.c:168 +msgctxt "x86-flag" +msgid "SKINIT/STGI instructions" +msgstr "Instrucciones SKINIT/STGI" + +#. /flag:wdt +#: modules/devices/x86/x86_data.c:169 +msgctxt "x86-flag" +msgid "Watchdog timer" +msgstr "" -#: modules//network.c:432 -msgid "Gathers information about this computer's network connection" -msgstr "Obtiene información sobre la conexión de red de esta computadora" +#. /flag:lwp +#: modules/devices/x86/x86_data.c:170 +msgctxt "x86-flag" +msgid "Light Weight Profiling" +msgstr "" -#: modules//benchmark.c:50 -msgid "CPU Blowfish" +#. /flag:fma4 +#: modules/devices/x86/x86_data.c:171 +msgctxt "x86-flag" +msgid "4 operands MAC instructions" msgstr "" -#: modules//benchmark.c:51 -msgid "CPU CryptoHash" +#. /flag:tce +#: modules/devices/x86/x86_data.c:172 +msgctxt "x86-flag" +msgid "translation cache extension" msgstr "" -#: modules//benchmark.c:52 -msgid "CPU Fibonacci" +#. /flag:nodeid_msr +#: modules/devices/x86/x86_data.c:173 +msgctxt "x86-flag" +msgid "NodeId MSR" msgstr "" -#: modules//benchmark.c:53 -msgid "CPU N-Queens" -msgstr "CPU N-Reinas" +#. /flag:tbm +#: modules/devices/x86/x86_data.c:174 +msgctxt "x86-flag" +msgid "Trailing Bit Manipulation" +msgstr "" -#: modules//benchmark.c:54 -msgid "FPU FFT" +#. /flag:topoext +#: modules/devices/x86/x86_data.c:175 +msgctxt "x86-flag" +msgid "Topology Extensions CPUID leafs" msgstr "" -#: modules//benchmark.c:55 -msgid "FPU Raytracing" -msgstr "FPU trazado de rayos" +#. /flag:perfctr_core +#: modules/devices/x86/x86_data.c:176 +msgctxt "x86-flag" +msgid "Core Performance Counter Extensions" +msgstr "" -#: modules//benchmark.c:56 -msgid "GPU Drawing" -msgstr "GPU dibujo" +#. /flag:perfctr_nb +#: modules/devices/x86/x86_data.c:177 +msgctxt "x86-flag" +msgid "NB Performance Counter Extensions" +msgstr "" -#: modules//benchmark.c:222 -#, 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" +#. /flag:bpext +#: modules/devices/x86/x86_data.c:178 +msgctxt "x86-flag" +msgid "data breakpoint extension" msgstr "" -"[$ShellParam$]\n" -"Zebra=1\n" -"OrderType=%d\n" -"ViewType=3\n" -"ColumnTitle$Extra1=Reloj de la CPU\n" -"ColumnTitle$Progress=Resultados\n" -"ColumnTitle$TextValue=CPU\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"<big><b>Este equipo</b></big>=%.3f|%s MHz\n" -"%s" -#: modules//benchmark.c:235 -#, 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" +#. /flag:ptsc +#: modules/devices/x86/x86_data.c:179 +msgctxt "x86-flag" +msgid "performance time-stamp counter" msgstr "" -"[$ShellParam$]\n" -"Zebra=1\n" -"OrderType=%d\n" -"ViewType=3\n" -"ColumnTitle$Extra1=Reloj del equipo CPU\n" -"ColumnTitle$Progress=Resultados\n" -"ColumnTitle$TextValue=CPU\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"%s" -#: modules//benchmark.c:363 -#, c-format -msgid "Benchmarking: <b>%s</b>." -msgstr "Ejecutando benchmark: <b>%s</b>." +#. /flag:perfctr_l2 +#: modules/devices/x86/x86_data.c:180 +msgctxt "x86-flag" +msgid "L2 Performance Counter Extensions" +msgstr "" -#: modules//benchmark.c:377 -msgid "Benchmarking. Please do not move your mouse or press any keys." -msgstr "Ejecutando benchmarks. Por favor no mueva el mouse ni use el teclado." +#. /flag:mwaitx +#: modules/devices/x86/x86_data.c:181 +msgctxt "x86-flag" +msgid "MWAIT extension (MONITORX/MWAITX)" +msgstr "" -#: modules//benchmark.c:381 -msgid "Cancel" -msgstr "Cancelar" +#. /flag:cpb +#: modules/devices/x86/x86_data.c:183 +msgctxt "x86-flag" +msgid "AMD Core Performance Boost" +msgstr "" -#: modules//benchmark.c:511 -msgid "Results in MiB/second. Higher is better." -msgstr "Resultados en MiB/segundo. Más alto es mejor." +#. /flag:epb +#: modules/devices/x86/x86_data.c:184 +msgctxt "x86-flag" +msgid "IA32_ENERGY_PERF_BIAS support" +msgstr "" -#: modules//benchmark.c:514 -msgid "Results in HIMarks. Higher is better." -msgstr "Resultados en HIMarks. Más alto es mejor." +#. /flag:hw_pstate +#: modules/devices/x86/x86_data.c:185 +msgctxt "x86-flag" +msgid "AMD HW-PState" +msgstr "" -#: modules//benchmark.c:521 -msgid "Results in seconds. Lower is better." -msgstr "Resultados en segundos. Más bajo es mejor." +#. /flag:proc_feedback +#: modules/devices/x86/x86_data.c:186 +msgctxt "x86-flag" +msgid "AMD ProcFeedbackInterface" +msgstr "" -#: modules//benchmark.c:529 -msgid "Benchmarks" -msgstr "Benchmarks" +#. /flag:intel_pt +#: modules/devices/x86/x86_data.c:187 +msgctxt "x86-flag" +msgid "Intel Processor Tracing" +msgstr "" -#: modules//benchmark.c:547 -msgid "Perform tasks and compare with other systems" -msgstr "Realizar tareas y comparar con otros sistemas" +#. /flag:tpr_shadow +#: modules/devices/x86/x86_data.c:189 +msgctxt "x86-flag" +msgid "Intel TPR Shadow" +msgstr "" -#: modules//benchmark.c:634 -msgid "Send benchmark results" -msgstr "Enviar resultados de los benchmark" +#. /flag:vnmi +#: modules/devices/x86/x86_data.c:190 +msgctxt "x86-flag" +msgid "Intel Virtual NMI" +msgstr "" -#: modules//benchmark.c:639 -msgid "Receive benchmark results" -msgstr "Recibir resultados de los benchmark" +#. /flag:flexpriority +#: modules/devices/x86/x86_data.c:191 +msgctxt "x86-flag" +msgid "Intel FlexPriority" +msgstr "" -#: hardinfo//util.c:102 -#: hardinfo//util.c:105 -#: hardinfo//util.c:110 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d minuto" -msgstr[1] "%d minutos" +#. /flag:ept +#: modules/devices/x86/x86_data.c:192 +msgctxt "x86-flag" +msgid "Intel Extended Page Table" +msgstr "" -#: hardinfo//util.c:104 -#, c-format -msgid "%d hour, " -msgid_plural "%d hours, " -msgstr[0] "%d hora, " -msgstr[1] "%d horas, " +#. /flag:vpid +#: modules/devices/x86/x86_data.c:193 +msgctxt "x86-flag" +msgid "Intel Virtual Processor ID" +msgstr "" -#: hardinfo//util.c:108 -#, c-format -msgid "%d day, " -msgid_plural "%d days, " -msgstr[0] "%d día, " -msgstr[1] "%d días, " +#. /flag:vmmcall +#: modules/devices/x86/x86_data.c:194 +msgctxt "x86-flag" +msgid "prefer VMMCALL to VMCALL" +msgstr "" -#: hardinfo//util.c:109 -#, c-format -msgid "%d hour and " -msgid_plural "%d hours and " -msgstr[0] "%d hora y " -msgstr[1] "%d horas y " +#. /flag:fsgsbase +#: modules/devices/x86/x86_data.c:196 +msgctxt "x86-flag" +msgid "{RD/WR}{FS/GS}BASE instructions" +msgstr "" -#: hardinfo//util.c:116 -#, c-format -msgid "%.1f B" +#. /flag:tsc_adjust +#: modules/devices/x86/x86_data.c:197 +msgctxt "x86-flag" +msgid "TSC adjustment MSR" msgstr "" -#: hardinfo//util.c:118 -#, c-format -msgid "%.1f KiB" +#. /flag:bmi1 +#: modules/devices/x86/x86_data.c:198 +msgctxt "x86-flag" +msgid "1st group bit manipulation extensions" msgstr "" -#: hardinfo//util.c:120 -#, c-format -msgid "%.1f MiB" +#. /flag:hle +#: modules/devices/x86/x86_data.c:199 +msgctxt "x86-flag" +msgid "Hardware Lock Elision" msgstr "" -#: hardinfo//util.c:122 -#, c-format -msgid "%.1f GiB" +#. /flag:avx2 +#: modules/devices/x86/x86_data.c:200 +msgctxt "x86-flag" +msgid "AVX2 instructions" +msgstr "Instrucciones AVX2" + +#. /flag:smep +#: modules/devices/x86/x86_data.c:201 +msgctxt "x86-flag" +msgid "Supervisor Mode Execution Protection" msgstr "" -#: hardinfo//util.c:336 -msgid "Error" -msgstr "Error" +#. /flag:bmi2 +#: modules/devices/x86/x86_data.c:202 +msgctxt "x86-flag" +msgid "2nd group bit manipulation extensions" +msgstr "" -#: hardinfo//util.c:336 -#: hardinfo//util.c:352 -msgid "Warning" -msgstr "Advertencia" +#. /flag:erms +#: modules/devices/x86/x86_data.c:203 +msgctxt "x86-flag" +msgid "Enhanced REP MOVSB/STOSB" +msgstr "" -#: hardinfo//util.c:351 -msgid "Fatal Error" -msgstr "Error fatal" +#. /flag:invpcid +#: modules/devices/x86/x86_data.c:204 +msgctxt "x86-flag" +msgid "Invalidate Processor Context ID" +msgstr "" -#: hardinfo//util.c:376 -msgid "creates a report and prints to standard output" -msgstr "crea un reporte y lo imprime en la salida estándar" +#. /flag:rtm +#: modules/devices/x86/x86_data.c:205 +msgctxt "x86-flag" +msgid "Restricted Transactional Memory" +msgstr "" -#: hardinfo//util.c:382 -msgid "chooses a report format (text, html)" -msgstr "elige un formato para el reporte (texto, html)" +#. /flag:cqm +#: modules/devices/x86/x86_data.c:206 +msgctxt "x86-flag" +msgid "Cache QoS Monitoring" +msgstr "" -#: hardinfo//util.c:388 -msgid "run benchmark; requires benchmark.so to be loaded" -msgstr "correr benchmark; requiere benchmark.so para ser cargado" +#. /flag:mpx +#: modules/devices/x86/x86_data.c:207 +msgctxt "x86-flag" +msgid "Memory Protection Extension" +msgstr "" -#: hardinfo//util.c:394 -msgid "lists modules" -msgstr "lista los módulos" +#. /flag:avx512f +#: modules/devices/x86/x86_data.c:208 +msgctxt "x86-flag" +msgid "AVX-512 foundation" +msgstr "" -#: hardinfo//util.c:400 -msgid "specify module to load" -msgstr "especificar módulo a cargar" +#. /flag:avx512dq +#: modules/devices/x86/x86_data.c:209 +msgctxt "x86-flag" +msgid "AVX-512 Double/Quad instructions" +msgstr "" -#: hardinfo//util.c:406 -msgid "automatically load module dependencies" -msgstr "cargar automáticamente las dependencias de los módulos" +#. /flag:rdseed +#: modules/devices/x86/x86_data.c:210 +msgctxt "x86-flag" +msgid "The RDSEED instruction" +msgstr "" -#: hardinfo//util.c:413 -msgid "run in XML-RPC server mode" -msgstr "correr en modo servidor XML-RPC" +#. /flag:adx +#: modules/devices/x86/x86_data.c:211 +msgctxt "x86-flag" +msgid "The ADCX and ADOX instructions" +msgstr "" -#: hardinfo//util.c:420 -msgid "shows program version and quit" -msgstr "muestra la versión del programa y sale" +#. /flag:smap +#: modules/devices/x86/x86_data.c:212 +msgctxt "x86-flag" +msgid "Supervisor Mode Access Prevention" +msgstr "" -#: hardinfo//util.c:425 -msgid "- System Profiler and Benchmark tool" -msgstr "- Analizador de sistema y herramienta de benchmark" +#. /flag:clflushopt +#: modules/devices/x86/x86_data.c:213 +msgctxt "x86-flag" +msgid "CLFLUSHOPT instruction" +msgstr "" -#: hardinfo//util.c:435 -#, c-format -msgid "" -"Unrecognized arguments.\n" -"Try ``%s --help'' for more information.\n" +#. /flag:clwb +#: modules/devices/x86/x86_data.c:214 +msgctxt "x86-flag" +msgid "CLWB instruction" msgstr "" -"Argumentos no reconocidos.\n" -"Intente ``%s --help'' para más información.\n" -#: hardinfo//util.c:501 -#, c-format -msgid "Couldn't find a Web browser to open URL %s." -msgstr "No se pudo encontrar un navegador Web para abrir la URL %s." +#. /flag:avx512pf +#: modules/devices/x86/x86_data.c:215 +msgctxt "x86-flag" +msgid "AVX-512 Prefetch" +msgstr "" -#: hardinfo//util.c:848 -#, c-format -msgid "Module \"%s\" depends on module \"%s\", load it?" -msgstr "El módulo \"%s\" depende del módulo \"%s\", ¿desea cargarlo?" +#. /flag:avx512er +#: modules/devices/x86/x86_data.c:216 +msgctxt "x86-flag" +msgid "AVX-512 Exponential and Reciprocal" +msgstr "" -#: hardinfo//util.c:871 -#, c-format -msgid "Module \"%s\" depends on module \"%s\"." -msgstr "El módulo \"%s\" depende del módulo \"%s\"." +#. /flag:avx512cd +#: modules/devices/x86/x86_data.c:217 +msgctxt "x86-flag" +msgid "AVX-512 Conflict Detection" +msgstr "" -#: hardinfo//util.c:916 -#, c-format -msgid "No module could be loaded. Check permissions on \"%s\" and try again." +#. /flag:sha_ni +#: modules/devices/x86/x86_data.c:218 +msgctxt "x86-flag" +msgid "SHA1/SHA256 Instruction Extensions" msgstr "" -"No se puede cargar ningún módulo. Verifique los permisos en \"%s\" y " -"pruebe de nuevo." -#: hardinfo//util.c:920 -msgid "" -"No module could be loaded. Please use hardinfo -l to list all available " -"modules and try again with a valid module list." +#. /flag:avx512bw +#: modules/devices/x86/x86_data.c:219 +msgctxt "x86-flag" +msgid "AVX-512 Byte/Word instructions" msgstr "" -"No se pudo cargar ningún módulo. Por favor use hardinfo -l para listar " -"todoslos módulos disponibles e intente de nuevo con una lista válida de " -"módulos." -#: hardinfo//util.c:1096 -#, c-format -msgid "Scanning: %s..." -msgstr "Escaneando: %s..." +#. /flag:avx512vl +#: modules/devices/x86/x86_data.c:220 +msgctxt "x86-flag" +msgid "AVX-512 128/256 Vector Length extensions" +msgstr "" -#: hardinfo//hardinfo.c:54 -msgid "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n" -"\n" +#. /flag:xsaveopt +#: modules/devices/x86/x86_data.c:222 +msgctxt "x86-flag" +msgid "Optimized XSAVE" msgstr "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. Vea COPYING para más " -"detalles.\n" -"\n" -#: hardinfo//hardinfo.c:56 -#, 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" +#. /flag:xsavec +#: modules/devices/x86/x86_data.c:223 +msgctxt "x86-flag" +msgid "XSAVEC" msgstr "" -"Opciones de compilado:\n" -" Versión: %s (%s)\n" -" BinReloc habilitado: %s\n" -" Prefijo de datos: %s\n" -" Prefijo de bibliotecas: %s\n" -" Compilado en: %s %s (%s)\n" -#: hardinfo//hardinfo.c:74 -#, 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." +#. /flag:xgetbv1 +#: modules/devices/x86/x86_data.c:224 +msgctxt "x86-flag" +msgid "XGETBV with ECX = 1" msgstr "" -"Falló en encontrar datos del programa.\n" -"\n" -"• ¿HardInfo está correctamente instalado?\n" -"• Vea si %s y %s existen y usted tiene permisos de lectura." -#: hardinfo//hardinfo.c:81 -#, c-format -msgid "" -"Modules:\n" -"%-20s%-15s%-12s\n" +#. /flag:xsaves +#: modules/devices/x86/x86_data.c:225 +msgctxt "x86-flag" +msgid "XSAVES/XRSTORS" msgstr "" -"Módulos:\n" -"%-20s%-15s%-12s\n" -#: hardinfo//hardinfo.c:82 -msgid "File Name" -msgstr "Nombre de archivo" +#. /flag:cqm_llc +#: modules/devices/x86/x86_data.c:227 +msgctxt "x86-flag" +msgid "LLC QoS" +msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Name" -msgstr "Nombre" +#. /flag:cqm_occup_llc +#: modules/devices/x86/x86_data.c:229 +msgctxt "x86-flag" +msgid "LLC occupancy monitoring" +msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Version" -msgstr "Versión" +#. /flag:cqm_mbm_total +#: modules/devices/x86/x86_data.c:230 +msgctxt "x86-flag" +msgid "LLC total MBM monitoring" +msgstr "" -#: hardinfo//hardinfo.c:135 -#, c-format -msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" -msgstr "Benchmark desconocido ``%s'' o no se cargó libbenchmark.so" +#. /flag:cqm_mbm_local +#: modules/devices/x86/x86_data.c:231 +msgctxt "x86-flag" +msgid "LLC local MBM monitoring" +msgstr "" -#: hardinfo//hardinfo.c:163 -msgid "Don't know what to do. Exiting." -msgstr "No se puede determinar que hacer. Saliendo." +#. /flag:clzero +#: modules/devices/x86/x86_data.c:233 +msgctxt "x86-flag" +msgid "CLZERO instruction" +msgstr "" + +#. /flag:irperf +#: modules/devices/x86/x86_data.c:234 +msgctxt "x86-flag" +msgid "instructions retired performance counter" +msgstr "" + +#. /flag:dtherm +#: modules/devices/x86/x86_data.c:236 +msgctxt "x86-flag" +msgid "digital thermal sensor" +msgstr "" + +#. /flag:ida +#: modules/devices/x86/x86_data.c:237 +msgctxt "x86-flag" +msgid "Intel Dynamic Acceleration" +msgstr "" + +#. /flag:arat +#: modules/devices/x86/x86_data.c:238 +msgctxt "x86-flag" +msgid "Always Running APIC Timer" +msgstr "" + +#. /flag:pln +#: modules/devices/x86/x86_data.c:239 +msgctxt "x86-flag" +msgid "Intel Power Limit Notification" +msgstr "" + +#. /flag:pts +#: modules/devices/x86/x86_data.c:240 +msgctxt "x86-flag" +msgid "Intel Package Thermal Status" +msgstr "" + +#. /flag:hwp +#: modules/devices/x86/x86_data.c:241 +msgctxt "x86-flag" +msgid "Intel Hardware P-states" +msgstr "" + +#. /flag:hwp_notify +#: modules/devices/x86/x86_data.c:242 +msgctxt "x86-flag" +msgid "HWP notification" +msgstr "" + +#. /flag:hwp_act_window +#: modules/devices/x86/x86_data.c:243 +msgctxt "x86-flag" +msgid "HWP Activity Window" +msgstr "" + +#. /flag:hwp_epp +#: modules/devices/x86/x86_data.c:244 +msgctxt "x86-flag" +msgid "HWP Energy Performance Preference" +msgstr "" + +#. /flag:hwp_pkg_req +#: modules/devices/x86/x86_data.c:245 +msgctxt "x86-flag" +msgid "HWP package-level request" +msgstr "" + +#. /flag:npt +#: modules/devices/x86/x86_data.c:247 +msgctxt "x86-flag" +msgid "AMD Nested Page Table support" +msgstr "" + +#. /flag:lbrv +#: modules/devices/x86/x86_data.c:248 +msgctxt "x86-flag" +msgid "AMD LBR Virtualization support" +msgstr "" + +#. /flag:svm_lock +#: modules/devices/x86/x86_data.c:249 +msgctxt "x86-flag" +msgid "AMD SVM locking MSR" +msgstr "" + +#. /flag:nrip_save +#: modules/devices/x86/x86_data.c:250 +msgctxt "x86-flag" +msgid "AMD SVM next_rip save" +msgstr "" + +#. /flag:tsc_scale +#: modules/devices/x86/x86_data.c:251 +msgctxt "x86-flag" +msgid "AMD TSC scaling support" +msgstr "" + +#. /flag:vmcb_clean +#: modules/devices/x86/x86_data.c:252 +msgctxt "x86-flag" +msgid "AMD VMCB clean bits support" +msgstr "" + +#. /flag:flushbyasid +#: modules/devices/x86/x86_data.c:253 +msgctxt "x86-flag" +msgid "AMD flush-by-ASID support" +msgstr "" + +#. /flag:decodeassists +#: modules/devices/x86/x86_data.c:254 +msgctxt "x86-flag" +msgid "AMD Decode Assists support" +msgstr "" + +#. /flag:pausefilter +#: modules/devices/x86/x86_data.c:255 +msgctxt "x86-flag" +msgid "AMD filtered pause intercept" +msgstr "" + +#. /flag:pfthreshold +#: modules/devices/x86/x86_data.c:256 +msgctxt "x86-flag" +msgid "AMD pause filter threshold" +msgstr "" + +#. /flag:avic +#: modules/devices/x86/x86_data.c:257 +msgctxt "x86-flag" +msgid "Virtual Interrupt Controller" +msgstr "" + +#. /flag:pku +#: modules/devices/x86/x86_data.c:259 +msgctxt "x86-flag" +msgid "Protection Keys for Userspace" +msgstr "" + +#. /flag:ospke +#: modules/devices/x86/x86_data.c:260 +msgctxt "x86-flag" +msgid "OS Protection Keys Enable" +msgstr "" + +#. /flag:overflow_recov +#: modules/devices/x86/x86_data.c:262 +msgctxt "x86-flag" +msgid "MCA overflow recovery support" +msgstr "" + +#. /flag:succor +#: modules/devices/x86/x86_data.c:263 +msgctxt "x86-flag" +msgid "uncorrectable error containment and recovery" +msgstr "" + +#. /flag:smca +#: modules/devices/x86/x86_data.c:264 +msgctxt "x86-flag" +msgid "Scalable MCA" +msgstr "" + +#. /bug:f00f +#: modules/devices/x86/x86_data.c:267 +msgctxt "x86-flag" +msgid "Intel F00F bug" +msgstr "" + +#. /bug:fdiv +#: modules/devices/x86/x86_data.c:268 +msgctxt "x86-flag" +msgid "FPU FDIV" +msgstr "" + +#. /bug:coma +#: modules/devices/x86/x86_data.c:269 +msgctxt "x86-flag" +msgid "Cyrix 6x86 coma" +msgstr "" + +#. /bug:tlb_mmatch +#: modules/devices/x86/x86_data.c:270 +msgctxt "x86-flag" +msgid "AMD Erratum 383" +msgstr "" + +#. /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 "" + +#. /bug:11ap +#: modules/devices/x86/x86_data.c:272 +msgctxt "x86-flag" +msgid "Bad local APIC aka 11AP" +msgstr "" + +#. /bug:fxsave_leak +#: modules/devices/x86/x86_data.c:273 +msgctxt "x86-flag" +msgid "FXSAVE leaks FOP/FIP/FOP" +msgstr "" + +#. /bug:clflush_monitor +#: modules/devices/x86/x86_data.c:274 +msgctxt "x86-flag" +msgid "AAI65, CLFLUSH required before MONITOR" +msgstr "" + +#. /bug:sysret_ss_attrs +#: modules/devices/x86/x86_data.c:275 +msgctxt "x86-flag" +msgid "SYSRET doesn't fix up SS attrs" +msgstr "" + +#. /bug:espfix +#: modules/devices/x86/x86_data.c:276 +msgctxt "x86-flag" +msgid "IRET to 16-bit SS corrupts ESP/RSP high bits" +msgstr "" + +#. /bug:null_seg +#: modules/devices/x86/x86_data.c:277 +msgctxt "x86-flag" +msgid "Nulling a selector preserves the base" +msgstr "" + +#. /bug:swapgs_fence +#: modules/devices/x86/x86_data.c:278 +msgctxt "x86-flag" +msgid "SWAPGS without input dep on GS" +msgstr "" + +#. /bug:monitor +#: modules/devices/x86/x86_data.c:279 +msgctxt "x86-flag" +msgid "IPI required to wake up remote CPU" +msgstr "" + +#. /x86/kernel/cpu/powerflags.h +#. /flag:pm:ts +#: modules/devices/x86/x86_data.c:283 +msgctxt "x86-flag" +msgid "temperature sensor" +msgstr "sensor de temparatura" + +#. /flag:pm:fid +#: modules/devices/x86/x86_data.c:284 +msgctxt "x86-flag" +msgid "frequency id control" +msgstr "id de control frecuencia" + +#. /flag:pm:vid +#: modules/devices/x86/x86_data.c:285 +msgctxt "x86-flag" +msgid "voltage id control" +msgstr "id control voltage" + +#. /flag:pm:ttp +#: modules/devices/x86/x86_data.c:286 +msgctxt "x86-flag" +msgid "thermal trip" +msgstr "limite termico" + +#. /flag:pm:tm +#: modules/devices/x86/x86_data.c:287 +msgctxt "x86-flag" +msgid "hardware thermal control" +msgstr "control terminco por hardware" + +#. /flag:pm:stc +#: modules/devices/x86/x86_data.c:288 +msgctxt "x86-flag" +msgid "software thermal control" +msgstr "control terminco por software" + +#. /flag:pm:100mhzsteps +#: modules/devices/x86/x86_data.c:289 +msgctxt "x86-flag" +msgid "100 MHz multiplier control" +msgstr "control multiplicador 100MHz" + +#. /flag:pm:hwpstate +#: modules/devices/x86/x86_data.c:290 +msgctxt "x86-flag" +msgid "hardware P-state control" +msgstr "control hardware de P-state" + +#. /flag:pm:cpb +#: modules/devices/x86/x86_data.c:291 +msgctxt "x86-flag" +msgid "core performance boost" +msgstr "Impulso de rendimiento básico" + +#. /flag:pm:eff_freq_ro +#: modules/devices/x86/x86_data.c:292 +msgctxt "x86-flag" +msgid "Readonly aperf/mperf" +msgstr "" + +#. /flag:pm:proc_feedback +#: modules/devices/x86/x86_data.c:293 +msgctxt "x86-flag" +msgid "processor feedback interface" +msgstr "interfez de retroalimentacion de procesador" + +#. /flag:pm:acc_power +#: modules/devices/x86/x86_data.c:294 +msgctxt "x86-flag" +msgid "accumulated power mechanism" +msgstr "mecanismo de energia acumulada" + +#: modules/network.c:59 +msgid "Interfaces" +msgstr "Interfaces" + +#: modules/network.c:60 +msgid "IP Connections" +msgstr "Conexiones IP" + +#: modules/network.c:61 +msgid "Routing Table" +msgstr "Tabla de ruteo" + +#: modules/network.c:62 modules/network.c:303 +msgid "ARP Table" +msgstr "Tabla ARP" + +#: modules/network.c:63 +msgid "DNS Servers" +msgstr "Servidores DNS" + +#: modules/network.c:64 +msgid "Statistics" +msgstr "Estadísticas" + +#: modules/network.c:65 +msgid "Shared Directories" +msgstr "Directorios compartidos" + +#: modules/network.c:304 modules/network.c:326 modules/network.c:357 +#: modules/network/net.c:477 +msgid "IP Address" +msgstr "Dirección IP" + +#: modules/network.c:304 modules/network.c:357 modules/network.c:374 +msgid "Interface" +msgstr "Interfaz" + +#: modules/network.c:304 +msgid "MAC Address" +msgstr "Dirección MAC" + +#: modules/network.c:313 +msgid "SAMBA" +msgstr "SAMBA" + +#: modules/network.c:314 +msgid "NFS" +msgstr "NFS" + +#: modules/network.c:325 +msgid "Name Servers" +msgstr "Servidores de nombres" + +#: modules/network.c:340 +msgid "Connections" +msgstr "Conexiones" + +#: modules/network.c:341 +msgid "Local Address" +msgstr "Direccion local" + +#: modules/network.c:341 +msgid "Protocol" +msgstr "Protocolo" + +#: modules/network.c:341 +msgid "Foreign Address" +msgstr "Direccion enlazada" + +#: modules/network.c:341 +msgid "State" +msgstr "Estado" + +#: modules/network.c:357 +msgid "Sent" +msgstr "Enviado" + +#: modules/network.c:357 +msgid "Received" +msgstr "Recibido" + +#: modules/network.c:373 +msgid "IP routing table" +msgstr "Tabla de ruteo IP" + +#: modules/network.c:374 +msgid "Destination/Gateway" +msgstr "Destino/Puerta de enlace" + +#: modules/network.c:374 +msgid "Flags" +msgstr "Marcas" + +#: modules/network.c:374 modules/network/net.c:478 +msgid "Mask" +msgstr "Máscara" + +#: modules/network.c:402 +msgid "Network" +msgstr "Red" + +#: modules/network.c:435 +msgid "Gathers information about this computer's network connection" +msgstr "Obtiene información sobre la conexión de red de esta computadora" + +#: modules/network/net.c:72 +msgctxt "wi-op-mode" +msgid "Auto" +msgstr "Auto" + +#: modules/network/net.c:73 +msgctxt "wi-op-mode" +msgid "Ad-Hoc" +msgstr "Ad-Hoc" + +#: modules/network/net.c:74 +msgctxt "wi-op-mode" +msgid "Managed" +msgstr "Manejada" + +#: modules/network/net.c:75 +msgctxt "wi-op-mode" +msgid "Master" +msgstr "Maestra" + +#: modules/network/net.c:76 +msgctxt "wi-op-mode" +msgid "Repeater" +msgstr "Repetidor" + +#: modules/network/net.c:77 +msgctxt "wi-op-mode" +msgid "Secondary" +msgstr "Secundaria" + +#: modules/network/net.c:78 +msgctxt "wi-op-mode" +msgid "(Unknown)" +msgstr "(desconocido)" + +#: modules/network/net.c:242 modules/network/net.c:262 +#: modules/network/net.c:270 +msgctxt "net-if-type" +msgid "Ethernet" +msgstr "Ethernet" + +#: modules/network/net.c:243 +msgctxt "net-if-type" +msgid "Loopback" +msgstr "Loopback" + +#: modules/network/net.c:244 +msgctxt "net-if-type" +msgid "Point-to-Point" +msgstr "Punto-a-Punto" + +#: 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 "Inalambrica" + +#: modules/network/net.c:249 +msgctxt "net-if-type" +msgid "Virtual Point-to-Point (TUN)" +msgstr "Virtual Punto-a-Punto (TUN)" + +#: modules/network/net.c:250 +msgctxt "net-if-type" +msgid "Ethernet (TAP)" +msgstr "Ethernet (TAP)" + +#: modules/network/net.c:251 +msgctxt "net-if-type" +msgid "Parallel Line Internet Protocol" +msgstr "Protocolo Linea Intenet Paralela" + +#: modules/network/net.c:252 +msgctxt "net-if-type" +msgid "Infrared" +msgstr "Infraroja" + +#: modules/network/net.c:253 modules/network/net.c:271 +msgctxt "net-if-type" +msgid "Serial Line Internet Protocol" +msgstr "Protocolo Internel Linea Serial" + +#: modules/network/net.c:254 +msgctxt "net-if-type" +msgid "Integrated Services Digital Network" +msgstr "Red de servicio digital (ISDN)" + +#: modules/network/net.c:255 +msgctxt "net-if-type" +msgid "IPv6-over-IPv4 Tunnel" +msgstr "Tunel IPv6-sobre-IPv4" + +#: modules/network/net.c:256 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface (NAT)" +msgstr "Interfaz Red virtual VMWare (NAT)" + +#: modules/network/net.c:257 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface" +msgstr "Interfaz Red virtual VMWare" + +#: modules/network/net.c:258 +msgctxt "net-if-type" +msgid "Personal Area Network (PAN)" +msgstr "Red de Area Personal (PAN)" + +#: modules/network/net.c:259 +msgctxt "net-if-type" +msgid "Bluetooth" +msgstr "Bluetooth" + +#: modules/network/net.c:260 +msgctxt "net-if-type" +msgid "Bridge Interface" +msgstr "Interfaz Puente" + +#: modules/network/net.c:261 +msgctxt "net-if-type" +msgid "Hamachi Virtual Personal Network" +msgstr "Red Virtual Personal Hamachi" + +#: modules/network/net.c:263 +msgctxt "net-if-type" +msgid "Intermediate Functional Block" +msgstr "Bloque funcional Intermediario" + +#: modules/network/net.c:264 +msgctxt "net-if-type" +msgid "GRE Network Tunnel" +msgstr "Tunel Red GRE" + +#: modules/network/net.c:265 +msgctxt "net-if-type" +msgid "Mesh Network" +msgstr "Red de malla" + +#: modules/network/net.c:266 +msgctxt "net-if-type" +msgid "Wireless Master Interface" +msgstr "Interfaz Maestra Inalambrica" + +#: modules/network/net.c:267 +msgctxt "net-if-type" +msgid "VirtualBox Virtual Network Interface" +msgstr "Interfaz Red Virtual VirtualBox" + +#: modules/network/net.c:273 +msgctxt "net-if-type" +msgid "Wireless (WAN)" +msgstr "Inalambrica (WAN)" + +#: modules/network/net.c:275 +msgctxt "net-if-type" +msgid "(Unknown)" +msgstr "(desconocida)" + +#: modules/network/net.c:348 modules/network/net.c:358 +msgid "Network Interfaces" +msgstr "Interfaces de Red" + +#: modules/network/net.c:348 +msgid "None Found" +msgstr "Ninguna encontrada" + +#: modules/network/net.c:400 modules/network/net.c:422 +#: modules/network/net.c:423 +msgid "MiB" +msgstr "MiB" + +#: modules/network/net.c:414 +msgid "Network Adapter Properties" +msgstr "Propiedades de adaptador" + +#: modules/network/net.c:415 +msgid "Interface Type" +msgstr "Tipo interfaz" + +#: modules/network/net.c:416 +msgid "Hardware Address (MAC)" +msgstr "Direccion fisica" + +#: modules/network/net.c:420 +msgid "MTU" +msgstr "MTU" + +#: modules/network/net.c:421 +msgid "Transfer Details" +msgstr "Detalles de transferencias" + +#: modules/network/net.c:422 +msgid "Bytes Received" +msgstr "Bytes Recividos" + +#: modules/network/net.c:423 +msgid "Bytes Sent" +msgstr "Bytes Enviados" + +#: modules/network/net.c:440 modules/network/net.c:462 +#: modules/network/net.c:463 +msgid "dBm" +msgstr "dBm" + +#: modules/network/net.c:440 +msgid "mW" +msgstr "mW" + +#: modules/network/net.c:454 +msgid "Wireless Properties" +msgstr "Propiedades de Inalambrica" + +#: modules/network/net.c:455 +msgid "Network Name (SSID)" +msgstr "Nombre de red (SSID)" + +#: modules/network/net.c:456 +msgid "Bit Rate" +msgstr "Velocidad de bits" + +#: modules/network/net.c:456 +msgid "Mb/s" +msgstr "Mb/s" + +#: modules/network/net.c:457 +msgid "Transmission Power" +msgstr "Intensidad transmision" + +#: modules/network/net.c:459 +msgid "Status" +msgstr "Estado" + +#: modules/network/net.c:460 +msgid "Link Quality" +msgstr "Calidad enlace" + +#: modules/network/net.c:461 +msgid "Signal / Noise" +msgstr "Señal / Ruido" + +#: modules/network/net.c:476 +msgid "Internet Protocol (IPv4)" +msgstr "Protocolo Internet (IPv4)" + +#: modules/network/net.c:477 modules/network/net.c:478 +#: modules/network/net.c:480 +msgid "(Not set)" +msgstr "(sin asignar)" + +#: modules/network/net.c:479 +msgid "Broadcast Address" +msgstr "Dirección de Difusión" + +#~ msgid "pixels" +#~ msgstr "pixeles" + +#~ msgid "Desktop Environment" +#~ msgstr "Entorno de escritorio" @@ -5,65 +5,267 @@ msgid "" msgstr "" "Project-Id-Version: hardinfo\n" -"Report-Msgid-Bugs-To: https://github.com/lpereira/hardinfo\n" -"POT-Creation-Date: 2014-01-01\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-14 22:23-0500\n" "PO-Revision-Date: 2014-09-03\n" "Last-Translator: yolateng0 @olala22000\n" "Language-Team: LeFlood\n" -"Language: french\n" +"Language: fr\n" +"X-Poedit-Basepath: ../\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "X-Generator: Poedit 1.5.4\n" -"X-Poedit-KeywordsList: HardInfo\n" -#: shell//callbacks.c:71 +#. / %d will be latest year of copyright +#: hardinfo/hardinfo.c:49 #, c-format -msgid "Remote: <b>%s</b>" -msgstr "Accès: <b>%s</b>" - -#: shell//callbacks.c:117 -msgid "Disconnecting..." -msgstr "Déconnexion ..." - -#: shell//callbacks.c:120 -msgid "Unloading modules..." -msgstr "Déconnexion des modules" - -#: shell//callbacks.c:123 -msgid "Loading local modules..." -msgstr "Chargement des modules locaux" - -#: shell//callbacks.c:130 -#: shell//callbacks.c:162 -#: shell//shell.c:314 -#: shell//shell.c:814 -#: shell//shell.c:1796 -#: modules//benchmark.c:431 -#: modules//benchmark.c:439 -#: hardinfo//util.c:1106 -msgid "Done." -msgstr "Réalisé." +msgid "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n" +"\n" +msgstr "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. voir COPYING pour les details.\n" +"\n" + +#: hardinfo/hardinfo.c:51 +#, 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 for: %s\n" +msgstr "" +"Compile-time options:\n" +" \"Release\" version: %s (%s)\n" +" BinReloc activé: %s\n" +" Data prefix: %s\n" +" Library prefix: %s\n" +" Compilation: %s\n" + +#: hardinfo/hardinfo.c:57 hardinfo/hardinfo.c:58 modules/computer.c:605 +#: modules/devices/inputdevices.c:128 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "Yes" +msgstr "Oui" + +#: hardinfo/hardinfo.c:58 modules/computer.c:605 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "No" +msgstr "Non" + +#: hardinfo/hardinfo.c:69 +#, 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 "" +"Impossible de trouver les données d'exécution.\n" +"\n" +"• Est ce que HardInfo est correctement installé?\n" +"• Voir si %s et %s existes et que vous avez bien les privilèges." + +#: hardinfo/hardinfo.c:76 +#, c-format +msgid "" +"Modules:\n" +"%-20s %-15s %-12s\n" +msgstr "" + +#: hardinfo/hardinfo.c:77 +msgid "File Name" +msgstr "Nom du fichier" + +#: hardinfo/hardinfo.c:77 modules/computer.c:534 modules/computer.c:562 +#: modules/computer.c:630 modules/computer/languages.c:104 +#: modules/computer/modules.c:146 modules/devices/arm/processor.c:336 +#: modules/devices/ia64/processor.c:160 modules/devices/inputdevices.c:116 +#: modules/devices/pci.c:215 modules/devices/sh/processor.c:84 +#: modules/devices/x86/processor.c:455 modules/network.c:326 +msgid "Name" +msgstr "Nom" + +#: hardinfo/hardinfo.c:77 modules/computer.c:296 modules/computer.c:505 +#: modules/computer.c:507 modules/computer.c:595 modules/computer.c:603 +#: modules/devices/inputdevices.c:121 +msgid "Version" +msgstr "Version" + +#: hardinfo/hardinfo.c:124 +#, c-format +msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +msgstr "Benchmark inconnu ``%s'' ou libbenchmark.so non chargé" + +#: hardinfo/hardinfo.c:152 +msgid "Don't know what to do. Exiting." +msgstr "Que faire. Sortie." + +#: hardinfo/util.c:104 modules/computer/uptime.c:53 +#, c-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d jour" +msgstr[1] "%d jours" + +#: hardinfo/util.c:105 modules/computer/uptime.c:54 +#, c-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d heure" +msgstr[1] "%d heures" + +#: 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 minutes" -#: shell//callbacks.c:142 -msgid "Save Image" -msgstr "Sauvergarder l'image" +#: hardinfo/util.c:107 +#, c-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d seconde" +msgstr[1] "%d secondes" -#: shell//callbacks.c:158 -msgid "Saving image..." -msgstr "Sauvegarde de l'image" +#: hardinfo/util.c:128 +#, c-format +msgid "%.1f B" +msgstr "%.1f B" -#: shell//callbacks.c:236 -msgid "No context help available." -msgstr "Pas d'aide disponible pour cela." +#: hardinfo/util.c:130 +#, c-format +msgid "%.1f KiB" +msgstr "%.1f KiB" -#: shell//callbacks.c:318 +#: 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 "" + +#: hardinfo/util.c:138 +#, c-format +msgid "%.1f PiB" +msgstr "" + +#: hardinfo/util.c:361 +msgid "Error" +msgstr "Erreur" + +#: hardinfo/util.c:361 hardinfo/util.c:377 +msgid "Warning" +msgstr "Attention" + +#: hardinfo/util.c:376 +msgid "Fatal Error" +msgstr "Erreur Fatale" + +#: hardinfo/util.c:401 +msgid "creates a report and prints to standard output" +msgstr "crée un rapport et imprime sur la sortie standard" + +#: hardinfo/util.c:407 +msgid "chooses a report format (text, html)" +msgstr "choisir un format de rapport (texte, html)" + +#: hardinfo/util.c:413 +msgid "run benchmark; requires benchmark.so to be loaded" +msgstr "Envoyé le benchmark; nécessite benchmark.so" + +#: hardinfo/util.c:419 +msgid "lists modules" +msgstr "Listes des modules" + +#: hardinfo/util.c:425 +msgid "specify module to load" +msgstr "spécifie les modules à charger" + +#: hardinfo/util.c:431 +msgid "automatically load module dependencies" +msgstr "charger automatiquement les dépendances entre modules" + +#: hardinfo/util.c:438 +msgid "run in XML-RPC server mode" +msgstr "fonctionner en mode serveur XML-RPC" + +#: hardinfo/util.c:445 +msgid "shows program version and quit" +msgstr "Affiche la version du programme et quitter" + +#: hardinfo/util.c:450 +msgid "- System Profiler and Benchmark tool" +msgstr "- Profil du Systeme et outil d'évaluation Benchmark" + +#: hardinfo/util.c:460 +#, c-format +msgid "" +"Unrecognized arguments.\n" +"Try ``%s --help'' for more information.\n" +msgstr "" +"commandes inconnues.\n" +"taper ``%s --help'' pour plus d'informations.\n" + +#: hardinfo/util.c:526 +#, c-format +msgid "Couldn't find a Web browser to open URL %s." +msgstr "Impossible de trouver un navigateur Web pour ouvrir l'URL %s." + +#: hardinfo/util.c:875 +#, c-format +msgid "Module \"%s\" depends on module \"%s\", load it?" +msgstr "Module \"%s\" depends du module \"%s\", le charger?" + +#: hardinfo/util.c:898 +#, c-format +msgid "Module \"%s\" depends on module \"%s\"." +msgstr "Module \"%s\" depends du module \"%s\"." + +#: hardinfo/util.c:943 +#, c-format +msgid "No module could be loaded. Check permissions on \"%s\" and try again." +msgstr "" +"Aucun module peut être chargé. Vérifiez les permissions sur \"%s\" et " +"essayez à nouveau." + +#: hardinfo/util.c:947 +msgid "" +"No module could be loaded. Please use hardinfo -l to list all available " +"modules and try again with a valid module list." +msgstr "" +"Aucun module peut être chargé. S'il vous plaît utiliser hardinfo -l pour " +"répertorier tous les modules disponibles et essayez à nouveau avec une liste " +"de modules valides." + +#: hardinfo/util.c:1024 +#, c-format +msgid "Scanning: %s..." +msgstr "Scanne: %s..." + +#: hardinfo/util.c:1034 shell/shell.c:301 shell/shell.c:760 shell/shell.c:1795 +#: modules/benchmark.c:449 modules/benchmark.c:457 +msgid "Done." +msgstr "Réalisé." + +#: shell/callbacks.c:117 #, c-format msgid "%s Module" msgstr "%s Module" -#: shell//callbacks.c:325 +#: shell/callbacks.c:128 #, c-format msgid "" "Written by %s\n" @@ -72,282 +274,261 @@ msgstr "" "Ecrit par %s\n" "Sous Licence %s" -#: shell//callbacks.c:339 +#: shell/callbacks.c:142 #, c-format msgid "No about information is associated with the %s module." msgstr "Pas d'information associée au module %s." -#: shell//callbacks.c:353 +#: shell/callbacks.c:158 msgid "Author:" msgstr "Auteur:" -#: shell//callbacks.c:356 +#: shell/callbacks.c:161 msgid "Contributors:" msgstr "Contributeurs:" -#: shell//callbacks.c:360 +#: shell/callbacks.c:166 msgid "Based on work by:" msgstr "Basé sur le travail de:" -#: shell//callbacks.c:361 +#: shell/callbacks.c:167 msgid "MD5 implementation by Colin Plumb (see md5.c for details)" msgstr "Implémentation MD5 par Colin Plumb (voir md5.c pour les détails)" -#: shell//callbacks.c:362 +#: shell/callbacks.c:168 msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" msgstr "implémentation SHA1 par Steve Reid (voir sha1.c pour les détails)" -#: shell//callbacks.c:363 +#: shell/callbacks.c:169 msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" -msgstr "Implémentation Blowfish par Paul Kocher (voir blowchih.c pour de plus amples détails" +msgstr "" +"Implémentation Blowfish par Paul Kocher (voir blowchih.c pour de plus amples " +"détails" -#: shell//callbacks.c:364 +#: shell/callbacks.c:170 msgid "Raytracing benchmark by John Walker (see fbench.c for details)" -msgstr "Raytracing benchmark par John Walker (voir fbench.c pour de plus amples détails)" +msgstr "" +"Raytracing benchmark par John Walker (voir fbench.c pour de plus amples " +"détails)" -#: shell//callbacks.c:365 +#: shell/callbacks.c:171 msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" msgstr "FFT benchmark par Scott Robert Ladd (voir fftbench.c pour les détails)" -#: shell//callbacks.c:366 +#: shell/callbacks.c:172 msgid "Some code partly based on x86cpucaps by Osamu Kayasono" msgstr "Une partie du code est basé sur x86cpucaps par Osamu Kayasono" -#: shell//callbacks.c:367 +#: shell/callbacks.c:173 msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" msgstr "La liste des fabricants est basée sur GtkSysInfo par Pissens Sebastien" -#: shell//callbacks.c:368 +#: shell/callbacks.c:174 msgid "DMI support based on code by Stewart Adam" msgstr "Les supports DMI sont basés sur le code de Stewart Adam" -#: shell//callbacks.c:369 +#: shell/callbacks.c:175 msgid "SCSI support based on code by Pascal F. Martin" msgstr "Les supports SCSI sont basés sur le code de Pascal F. Martin" -#: shell//callbacks.c:373 -msgid "Jakub Szypulka" -msgstr "Jakub Szypulka" - -#: shell//callbacks.c:374 +#: shell/callbacks.c:180 msgid "Tango Project" msgstr "Projet Tango" -#: shell//callbacks.c:375 +#: shell/callbacks.c:181 msgid "The GNOME Project" msgstr "Le Projet Gnome" -#: shell//callbacks.c:376 +#: shell/callbacks.c:182 msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" msgstr "VMWare, Inc. (USB icône sur VMWare Workstation 6)" -#: shell//callbacks.c:387 +#: shell/callbacks.c:200 msgid "System information and benchmark tool" msgstr "Information du systeme et outil d'évaluation" -#: shell//callbacks.c:392 +#: shell/callbacks.c:205 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" +"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" +"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" +"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 "" -"HardInfo est un logiciel libre, vous pouvez le redistribuer et / ou le modifier sousles termes de la Licence Publique Générale GNU telle que publiée par la FreeSoftware Foundation, version 2 \n" -"\n" -"Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE, sans même la garantie implicite de COMMERCIALISATION ou D'ADAPTATION À UN USAGE PARTICULIER. Voir la Licence Publique Générale GNU pour plus de détail. \n" -"\n" -"Vous devriez avoir reçu une copie de la Licence Publique Générale GNU avec ce programme; sinon, écrire à la Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" -#: shell//menu.c:35 +#: shell/callbacks.c:220 +msgid "translator-credits" +msgstr "" + +#: shell/menu.c:35 msgid "_Information" msgstr "_Information" -#: shell//menu.c:36 +#: shell/menu.c:36 msgid "_Remote" msgstr "_Périphériques distants" -#: shell//menu.c:37 +#: shell/menu.c:37 msgid "_View" msgstr "_Voir" -#: shell//menu.c:38 +#: shell/menu.c:38 msgid "_Help" msgstr "_Aide" -#: shell//menu.c:39 +#: shell/menu.c:39 msgid "About _Modules" msgstr "A propos des _modules" -#: shell//menu.c:43 +#: shell/menu.c:43 msgid "Generate _Report" msgstr "Générer _Rapport" -#: shell//menu.c:48 +#: shell/menu.c:48 msgid "_Network Updater..." msgstr "_Mise à jour des données" -#: shell//menu.c:53 +#: shell/menu.c:53 msgid "_Open..." msgstr "_Ouvrir..." -#: shell//menu.c:58 -msgid "_Connect to..." -msgstr "_Connection à ..." - -#: shell//menu.c:63 -msgid "_Manage hosts..." -msgstr "_Gestion hosts..." - -#: shell//menu.c:68 -msgid "_Local computer" -msgstr "_Ordinateur local..." - -#: shell//menu.c:73 +#: shell/menu.c:58 msgid "_Copy to Clipboard" msgstr "_Copier dans le presse-papier" -#: shell//menu.c:74 +#: shell/menu.c:59 msgid "Copy to clipboard" msgstr "Copie dans le presse-papier" -#: shell//menu.c:78 -msgid "_Save image as..." -msgstr "_Sauvegarde sous" - -#: shell//menu.c:83 +#: shell/menu.c:63 msgid "_Refresh" msgstr "_Rafraichir" -#: shell//menu.c:88 -msgid "Contents" -msgstr "Contenus" - -#: shell//menu.c:93 -#: shell//shell.c:1790 -#: shell//shell.c:1807 -msgid "Context help" -msgstr "Contenu de l'aide" - -#: shell//menu.c:98 +#: shell/menu.c:68 msgid "_Open HardInfo Web Site" msgstr "_HardInfo Site Web" -#: shell//menu.c:103 +#: shell/menu.c:73 msgid "_Report bug" msgstr "_Rapporter un bug" -#: shell//menu.c:108 -msgid "_Donate to the project" -msgstr "_Aider le projet" - -#: shell//menu.c:113 +#: shell/menu.c:78 msgid "_About HardInfo" msgstr "_A Propos de HardInfo" -#: shell//menu.c:114 +#: shell/menu.c:79 msgid "Displays program version information" msgstr "Affiche les informations de version du programme" -#: shell//menu.c:118 +#: shell/menu.c:83 msgid "_Quit" msgstr "_Quitter" -#: shell//menu.c:125 +#: shell/menu.c:90 msgid "_Side Pane" msgstr "_Volet latéral" -#: shell//menu.c:126 +#: shell/menu.c:91 msgid "Toggles side pane visibility" msgstr "Basculer visibilité du panneau latéral " -#: shell//menu.c:129 +#: shell/menu.c:94 msgid "_Toolbar" msgstr "_Barre d'outils" -#: shell//menu.c:133 -msgid "_Accept connections" -msgstr "_Accepter la connection" - -#: shell//report.c:492 +#: shell/report.c:494 shell/report.c:502 msgid "Save File" msgstr "Sauvegarder le fichier" -#: shell//report.c:616 +#: shell/report.c:629 msgid "Cannot create ReportContext. Programming bug?" msgstr "Impossible de créer un rapport général. Bug?" -#: shell//report.c:634 +#: shell/report.c:648 msgid "Open the report with your web browser?" msgstr "Ouvrez le rapport avec votre navigateur Web?" -#: shell//report.c:662 +#: shell/report.c:682 msgid "Generating report..." msgstr "Création du rapport..." -#: shell//report.c:672 +#: shell/report.c:692 msgid "Report saved." msgstr "Rapport sauvegardé" -#: shell//report.c:674 +#: shell/report.c:694 msgid "Error while creating the report." msgstr "Erreur lors de la création du rapport." -#: shell//report.c:776 +#: shell/report.c:796 msgid "Generate Report" msgstr "Réalisation du Rapport" -#: shell//report.c:793 +#: shell/report.c:821 msgid "" "<big><b>Generate Report</b></big>\n" "Please choose the information that you wish to view in your report:" msgstr "" "<big> <b> Générer un rapport </b> </big> \n" -" S'il vous plaît choisissez les informations que vous souhaitez afficher dans votre rapport:" +" S'il vous plaît choisissez les informations que vous souhaitez afficher " +"dans votre rapport:" -#: shell//report.c:853 +#: shell/report.c:893 msgid "Select _None" msgstr "Désélectionner _Tout" -#: shell//report.c:860 +#: shell/report.c:904 msgid "Select _All" msgstr "Sélectionner _Tout" -#: shell//report.c:878 +#: shell/report.c:929 shell/syncmanager.c:748 +msgid "_Cancel" +msgstr "" + +#: shell/report.c:939 msgid "_Generate" msgstr "_Création" -#: shell//shell.c:407 +#: shell/shell.c:402 #, c-format msgid "%s - System Information" msgstr "%s - Informations du Système" -#: shell//shell.c:412 +#: shell/shell.c:407 msgid "System Information" msgstr "Informations du Système" -#: shell//shell.c:801 +#: shell/shell.c:747 msgid "Loading modules..." msgstr "Chargement des modules..." -#: shell//shell.c:1650 +#: shell/shell.c:1660 #, c-format msgid "<b>%s → Summary</b>" msgstr "<b>%s → Résumé</b>" -#: shell//shell.c:1758 +#: shell/shell.c:1769 msgid "Updating..." msgstr "Mise à jour..." -#: shell//syncmanager.c:69 +#: shell/syncmanager.c:69 msgid "" "<big><b>Synchronize with Central Database</b></big>\n" -"The following information may be synchronized with the HardInfo central database." +"The following information may be synchronized with the HardInfo central " +"database." msgstr "" "<big><b>Synchroniser avec la base de données centrale</b></big>\n" -"Les informations suivantes seront synchronisées avec la base de données de HardInfo." +"Les informations suivantes seront synchronisées avec la base de données de " +"HardInfo." -#: shell//syncmanager.c:72 +#: shell/syncmanager.c:72 msgid "" "<big><b>Synchronizing</b></big>\n" "This may take some time." @@ -355,636 +536,1149 @@ msgstr "" "<big><b>Synchronisation</b></big>\n" "Cela peut prendre un certain temps." -#: shell//syncmanager.c:132 -msgid "HardInfo was compiled without libsoup support. (Network Updater requires it.)" -msgstr "HARDiNFO a été compilé sans le support libsoup. (Mise à jour des données l'exige.)" +#: shell/syncmanager.c:132 +msgid "" +"HardInfo was compiled without libsoup support. (Network Updater requires it.)" +msgstr "" +"HARDiNFO a été compilé sans le support libsoup. (Mise à jour des données " +"l'exige.)" -#: shell//syncmanager.c:161 -#: shell//syncmanager.c:185 +#: shell/syncmanager.c:161 shell/syncmanager.c:189 #, c-format msgid "%s (error #%d)" msgstr "%s (erreur #%d)" -#: shell//syncmanager.c:170 -#: shell//syncmanager.c:194 +#: shell/syncmanager.c:170 shell/syncmanager.c:198 msgid "Could not parse XML-RPC response" msgstr "Impossible d'analyser la réponse XML-RPC" -#: shell//syncmanager.c:267 +#: shell/syncmanager.c:280 #, c-format -msgid "Server says it supports API version %d, but this version of HardInfo only supports API version %d." -msgstr "Le serveur dit qu'il supporte la version de l'API %d, mais cette version de HARDiNFO supporte seulement le support version de l'API %d." +msgid "" +"Server says it supports API version %d, but this version of HardInfo only " +"supports API version %d." +msgstr "" +"Le serveur dit qu'il supporte la version de l'API %d, mais cette version de " +"HARDiNFO supporte seulement le support version de l'API %d." -#: shell//syncmanager.c:362 +#: shell/syncmanager.c:375 msgid "Contacting HardInfo Central Database" msgstr "En contact avec la base de données centrale du site HARDiNFO" -#: shell//syncmanager.c:363 +#: shell/syncmanager.c:376 msgid "Cleaning up" msgstr "Nettoyage" -#: shell//syncmanager.c:480 -#, c-format -msgid "<s>%s</s> <i>(canceled)</i>" -msgstr "<s>%s</s> <i> (annuler) </i>" +#: shell/syncmanager.c:493 +msgid "(canceled)" +msgstr "(annuler)" -#: shell//syncmanager.c:497 -#, c-format -msgid "<b><s>%s</s></b> <i>(failed)</i>" -msgstr "<b><s>%s</s></b> <i>(Echec)</i>" +#: shell/syncmanager.c:510 +msgid "(failed)" +msgstr "(echec)" -#: shell//syncmanager.c:509 +#: shell/syncmanager.c:521 #, c-format msgid "" -"Failed while performing \"%s\". Please file a bug report if this problem persists. (Use the Help→Report bug option.)\n" +"Failed while performing \"%s\". Please file a bug report if this problem " +"persists. (Use the Help→Report bug option.)\n" "\n" "Details: %s" msgstr "" -"Échec lors de l'exécution de \"%s\". S'il vous plaît remplissez un rapport de bug si ce problème persiste. (Utilisez l'option Aide → Rapport de Bug.)\n" +"Échec lors de l'exécution de \"%s\". S'il vous plaît remplissez un rapport " +"de bug si ce problème persiste. (Utilisez l'option Aide → Rapport de Bug.)\n" "\n" "Détails: %s" -#: shell//syncmanager.c:518 +#: shell/syncmanager.c:530 #, c-format -msgid "Failed while performing \"%s\". Please file a bug report if this problem persists. (Use the Help→Report bug option.)" -msgstr "Échec lors de l'exécution de \"%s\". S'il vous plaît remplissez un rapport de bug si ce problème persiste. (Utilisez l'option Aide → Rapport de Bug.)" +msgid "" +"Failed while performing \"%s\". Please file a bug report if this problem " +"persists. (Use the Help→Report bug option.)" +msgstr "" +"Échec lors de l'exécution de \"%s\". S'il vous plaît remplissez un rapport " +"de bug si ce problème persiste. (Utilisez l'option Aide → Rapport de Bug.)" -#: shell//syncmanager.c:646 +#: shell/syncmanager.c:658 msgid "Network Updater" msgstr "Mises à jour" -#: shell//syncmanager.c:727 +#: shell/syncmanager.c:757 msgid "_Synchronize" msgstr "_Synchronisation" -#: modules//benchmark.c:50 +#: modules/benchmark.c:52 msgid "CPU Blowfish" msgstr "Test CPU Blowfish" -#: modules//benchmark.c:51 +#: modules/benchmark.c:53 msgid "CPU CryptoHash" msgstr "Test CPU CryptoHash" -#: modules//benchmark.c:52 +#: modules/benchmark.c:54 msgid "CPU Fibonacci" msgstr "Test CPU Fibonacci " -#: modules//benchmark.c:53 +#: modules/benchmark.c:55 msgid "CPU N-Queens" msgstr "Test CPU N-Queens" -#: modules//benchmark.c:54 +#: modules/benchmark.c:56 +msgid "CPU Zlib" +msgstr "" + +#: modules/benchmark.c:57 msgid "FPU FFT" msgstr "Test FPU FFT" -#: modules//benchmark.c:55 +#: modules/benchmark.c:58 msgid "FPU Raytracing" msgstr "Test FPU Raytracing" -#: modules//benchmark.c:56 +#: modules/benchmark.c:60 msgid "GPU Drawing" msgstr "Test GPU Drawing" -#: modules//benchmark.c:222 -#, 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/benchmark.c:239 modules/benchmark.c:255 +msgid "CPU Config" msgstr "" -"[$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>Cet Ordinateur</b></big>=%.3f|%s MHz\n" -"%s" -#: modules//benchmark.c:235 -#, 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/benchmark.c:239 modules/benchmark.c:255 +msgid "Results" +msgstr "" + +#: modules/benchmark.c:239 modules/benchmark.c:255 modules/computer.c:751 +#: modules/devices/sparc/processor.c:75 +msgid "CPU" msgstr "" -"[$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//benchmark.c:363 +#: modules/benchmark.c:381 #, c-format msgid "Benchmarking: <b>%s</b>." msgstr "Benchmarking: <b>%s</b>." -#: modules//benchmark.c:377 +#: modules/benchmark.c:395 msgid "Benchmarking. Please do not move your mouse or press any keys." -msgstr "Benchmarking. S'il vous plaît ne pas déplacer votre souris ou appuyer sur les touches" +msgstr "" +"Benchmarking. S'il vous plaît ne pas déplacer votre souris ou appuyer sur " +"les touches" -#: modules//benchmark.c:381 +#: modules/benchmark.c:399 msgid "Cancel" msgstr "Annuler" -#: modules//benchmark.c:511 +#: modules/benchmark.c:536 msgid "Results in MiB/second. Higher is better." msgstr "Résultats en MiB/seconde. Plus c'est élevé meilleur c'est." -#: modules//benchmark.c:514 +#: modules/benchmark.c:540 msgid "Results in HIMarks. Higher is better." msgstr "Résultats en HIMarks. Plus c'est élevé meilleur c'est." -#: modules//benchmark.c:521 +#: modules/benchmark.c:547 msgid "Results in seconds. Lower is better." msgstr "Résultats en secondes. Plus c'est bas meilleur c'est." -#: modules//benchmark.c:529 +#: modules/benchmark.c:555 msgid "Benchmarks" msgstr "Benchmarks" -#: modules//benchmark.c:547 +#: modules/benchmark.c:573 msgid "Perform tasks and compare with other systems" msgstr "Effectuer des tâches et les comparer avec d'autres systèmes" -#: modules//benchmark.c:634 +#: modules/benchmark.c:663 msgid "Send benchmark results" msgstr "Envoyer vos résultats de référence" -#: modules//benchmark.c:639 +#: modules/benchmark.c:668 msgid "Receive benchmark results" msgstr "Recevoir les résultats de benchmark" -#: modules//computer/alsa.c:26 -msgid "[Audio Devices]\n" -msgstr "[Audio Devices]\n" - -#: modules//computer/alsa.c:33 -#, c-format -msgid "Audio Adapter#%d=%s\n" -msgstr "Adapteur Audio#%d=%s\n" - -#: modules//computer/boots.c:33 -msgid "[Boots]\n" -msgstr "[Boots]\n" - -#: modules//computer/display.c:83 -msgid "vendor string" -msgstr "fabricant" - -#: modules//computer/display.c:84 -msgid "X.Org version" -msgstr "version de X.Org" - -#: modules//computer/display.c:85 -msgid "XFree86 version" -msgstr "version de XFree86 " - -#: modules//computer/display.c:122 -#, c-format -msgid "Monitor %d=%dx%d pixels\n" -msgstr "Moniteur %d=%dx%d pixels\n" - -#: modules//computer/environment.c:32 -msgid "[Environment Variables]\n" -msgstr "[Environment Variables]\n" - -#: modules//computer/os.c:49 -#, c-format -msgid "GNU C Library version %s (%sstable)" -msgstr "GNU C Library version %s (%sstable)" - -#: modules//computer/os.c:51 -msgid "un" -msgstr "un" - -#: modules//computer/os.c:53 -#: modules//computer/os.c:130 -#: 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 -#: modules//devices.c:154 -#: modules//devices.c:197 -msgid "Unknown" -msgstr "Inconnu" - -#: modules//computer/os.c:72 -#, c-format -msgid "Version: %s" -msgstr "Version: %s" - -#: modules//computer/os.c:106 -msgid "Terminal" -msgstr "Terminal" +#: modules/computer/alsa.c:26 modules/computer.c:489 +msgid "Audio Devices" +msgstr "" -#: modules//computer/os.c:126 -#, c-format -msgid "Unknown (Window Manager: %s)" -msgstr "Unknown (gestionnaire de fenêtres: %s)" +#: modules/computer/alsa.c:34 +msgid "Audio Adapter" +msgstr "Adapteur Audio" -#: modules//computer/os.c:166 -msgid "Unknown distribution" -msgstr "Distribution inconnue" +#: modules/computer/boots.c:33 modules/computer.c:73 modules/computer.c:546 +msgid "Boots" +msgstr "Boots" -#: modules//computer.c:68 +#: modules/computer.c:70 msgid "Summary" msgstr "Résumé" -#: modules//computer.c:69 +#: modules/computer.c:71 modules/computer.c:476 modules/computer.c:750 msgid "Operating System" msgstr "Systeme d'exploitation" -#: modules//computer.c:70 +#: modules/computer.c:72 msgid "Kernel Modules" msgstr "Modules du kernel" -#: modules//computer.c:71 -msgid "Boots" -msgstr "Boots" - -#: modules//computer.c:72 +#: modules/computer.c:74 msgid "Languages" msgstr "Langues" -#: modules//computer.c:73 +#: modules/computer.c:75 msgid "Filesystems" msgstr "Fichiers Systeme" -#: modules//computer.c:74 +#: modules/computer.c:76 modules/computer.c:481 modules/computer.c:590 msgid "Display" msgstr "Affichage" -#: modules//computer.c:75 +#: modules/computer.c:77 modules/computer/environment.c:32 msgid "Environment Variables" msgstr "Variables d'environnement" -#: modules//computer.c:77 +#: modules/computer.c:79 msgid "Development" msgstr "Developpement" -#: modules//computer.c:79 +#: modules/computer.c:81 modules/computer.c:617 msgid "Users" msgstr "Utilisateurs" -#: modules//computer.c:80 +#: modules/computer.c:82 msgid "Groups" msgstr "Groupes" -#: modules//computer.c:104 +#: modules/computer.c:104 modules/computer.c:473 modules/devices.c:96 +#: modules/devices/pci.c:149 +msgid "Memory" +msgstr "Mémoire" + +#: modules/computer.c:106 #, c-format msgid "%dMB (%dMB used)" msgstr "%dMB (%dMB utilisé)" -#: modules//computer.c:200 +#: modules/computer.c:108 modules/computer.c:520 +msgid "Uptime" +msgstr "durée de fonctionnent" + +#: modules/computer.c:110 modules/computer.c:478 +msgid "Date/Time" +msgstr "Date/Heure" + +#: modules/computer.c:115 modules/computer.c:521 +msgid "Load Average" +msgstr "" + +#: modules/computer.c:117 modules/computer.c:522 +msgid "Available entropy in /dev/random" +msgstr "" + +#: modules/computer.c:203 msgid "Scripting Languages" msgstr "Type de script" -#: modules//computer.c:201 -msgid "CPython" -msgstr "CPython" +#: modules/computer.c:204 +msgid "Gambas3 (gbr3)" +msgstr "" + +#: modules/computer.c:205 +msgid "Python" +msgstr "" + +#: modules/computer.c:206 +msgid "Python2" +msgstr "" + +#: modules/computer.c:207 +msgid "Python3" +msgstr "" -#: modules//computer.c:202 +#: modules/computer.c:208 msgid "Perl" msgstr "Perl" -#: modules//computer.c:203 +#: modules/computer.c:209 +msgid "Perl6 (VM)" +msgstr "" + +#: modules/computer.c:210 +msgid "Perl6" +msgstr "" + +#: modules/computer.c:211 msgid "PHP" msgstr "PHP" -#: modules//computer.c:204 +#: modules/computer.c:212 msgid "Ruby" msgstr "Ruby" -#: modules//computer.c:205 +#: modules/computer.c:213 msgid "Bash" msgstr "Bash" -#: modules//computer.c:206 +#: modules/computer.c:214 msgid "Compilers" msgstr "Compilateurs" -#: modules//computer.c:207 +#: modules/computer.c:215 msgid "C (GCC)" msgstr "C (GCC)" -#: modules//computer.c:208 +#: modules/computer.c:216 +msgid "C (Clang)" +msgstr "" + +#: modules/computer.c:217 +msgid "D (dmd)" +msgstr "" + +#: modules/computer.c:218 +msgid "Gambas3 (gbc3)" +msgstr "" + +#: modules/computer.c:219 msgid "Java" msgstr "Java" -#: modules//computer.c:209 +#: modules/computer.c:220 msgid "CSharp (Mono, old)" msgstr "CSharp (Mono, old)" -#: modules//computer.c:210 +#: modules/computer.c:221 msgid "CSharp (Mono)" msgstr "CSharp (Mono)" -#: modules//computer.c:211 +#: modules/computer.c:222 msgid "Vala" msgstr "Vala" -#: modules//computer.c:212 +#: modules/computer.c:223 msgid "Haskell (GHC)" msgstr "Haskell (GHC)" -#: modules//computer.c:213 +#: modules/computer.c:224 msgid "FreePascal" msgstr "FreePascal" -#: modules//computer.c:214 +#: modules/computer.c:225 +msgid "Go" +msgstr "" + +#: modules/computer.c:226 msgid "Tools" msgstr "Outils" -#: modules//computer.c:262 -#, c-format -msgid "%s=Not found\n" -msgstr "%s=Non trouvé\n" +#: modules/computer.c:227 +msgid "make" +msgstr "" + +#: modules/computer.c:228 +msgid "GDB" +msgstr "" + +#: modules/computer.c:229 +msgid "strace" +msgstr "" + +#: modules/computer.c:230 +msgid "valgrind" +msgstr "" + +#: modules/computer.c:231 +msgid "QMake" +msgstr "" + +#: modules/computer.c:232 +msgid "CMake" +msgstr "" + +#: modules/computer.c:233 +msgid "Gambas3 IDE" +msgstr "" -#: modules//computer.c:265 +#: modules/computer.c:274 +msgid "Not found" +msgstr "Non trouvé" + +#: modules/computer.c:279 #, c-format msgid "Detecting version: %s" msgstr "Version détectée: %s" -#: modules//computer.c:276 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Program\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" +#: modules/computer.c:296 +msgid "Program" +msgstr "Programme" + +#: modules/computer.c:308 +msgid "Invalid chassis type (0)" +msgstr "" + +#: modules/computer.c:309 modules/computer.c:310 +msgid "Unknown chassis type" +msgstr "" + +#: modules/computer.c:311 +msgid "Desktop" +msgstr "" + +#: modules/computer.c:312 +msgid "Low-profile Desktop" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Programme\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" -#: modules//computer.c:356 -msgid "Physical machine" -msgstr "Machine physique" +#: modules/computer.c:313 +msgid "Pizza Box" +msgstr "" + +#: modules/computer.c:314 +msgid "Mini Tower" +msgstr "" + +#: modules/computer.c:315 +msgid "Tower" +msgstr "" + +#: modules/computer.c:316 +msgid "Portable" +msgstr "" + +#: modules/computer.c:317 modules/computer.c:341 modules/computer.c:350 +#: modules/computer.c:372 +msgid "Laptop" +msgstr "" + +#: modules/computer.c:318 +msgid "Notebook" +msgstr "" + +#: modules/computer.c:319 +msgid "Handheld" +msgstr "" + +#: modules/computer.c:320 +msgid "Docking Station" +msgstr "" + +#: modules/computer.c:321 +msgid "All-in-one" +msgstr "" + +#: modules/computer.c:322 +msgid "Subnotebook" +msgstr "" + +#: modules/computer.c:323 +msgid "Space-saving" +msgstr "" + +#: modules/computer.c:324 +msgid "Lunch Box" +msgstr "" + +#: modules/computer.c:325 +msgid "Main Server Chassis" +msgstr "" + +#: modules/computer.c:326 +msgid "Expansion Chassis" +msgstr "" + +#: modules/computer.c:327 +msgid "Sub Chassis" +msgstr "" + +#: modules/computer.c:328 +msgid "Bus Expansion Chassis" +msgstr "" + +#: modules/computer.c:329 +msgid "Peripheral Chassis" +msgstr "" + +#: modules/computer.c:330 +msgid "RAID Chassis" +msgstr "" + +#: modules/computer.c:331 +msgid "Rack Mount Chassis" +msgstr "" + +#: modules/computer.c:332 +msgid "Sealed-case PC" +msgstr "" -#: modules//computer.c:373 +#. /proc/apm +#. FIXME: use dmidecode if available to get chassis type +#: modules/computer.c:386 +msgid "Unknown physical machine type" +msgstr "" + +#: modules/computer.c:470 modules/computer.c:709 +msgid "Computer" +msgstr "Ordinateur" + +#: modules/computer.c:471 modules/devices/alpha/processor.c:87 +#: modules/devices/arm/processor.c:236 modules/devices.c:95 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:83 +#: modules/devices/mips/processor.c:74 modules/devices/parisc/processor.c:154 +#: modules/devices/ppc/processor.c:157 modules/devices/riscv/processor.c:181 +#: modules/devices/s390/processor.c:131 modules/devices/sh/processor.c:83 +#: modules/devices/sparc/processor.c:74 modules/devices/x86/processor.c:409 +msgid "Processor" +msgstr "Processeur" + +#: modules/computer.c:474 +msgid "Machine Type" +msgstr "" + +#: modules/computer.c:477 modules/computer.c:514 +msgid "User Name" +msgstr "Utilisateur" + +#: modules/computer.c:482 modules/computer.c:591 +msgid "Resolution" +msgstr "Résolution" + +#: modules/computer.c:483 modules/computer.c:592 #, 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" +msgid "%dx%d pixels" +msgstr "" + +#: modules/computer.c:485 +msgid "OpenGL Renderer" +msgstr "" + +#: modules/computer.c:486 +msgid "X11 Vendor" +msgstr "" + +#: modules/computer.c:491 modules/devices.c:102 +msgid "Input Devices" +msgstr "Périphériques d'entrée" + +#: modules/computer.c:493 modules/computer.c:752 modules/devices.c:99 +msgid "Printers" +msgstr "Imprimantes" + +#: modules/computer.c:495 modules/computer.c:752 modules/devices.c:103 +msgid "Storage" +msgstr "Stockage" + +#: modules/computer.c:506 +msgid "Kernel" +msgstr "" + +#: modules/computer.c:508 +msgid "C Library" +msgstr "" + +#: modules/computer.c:509 +msgid "Distribution" +msgstr "" + +#: modules/computer.c:512 +msgid "Current Session" +msgstr "" + +#: modules/computer.c:513 +msgid "Computer Name" +msgstr "Ordinateur" + +#: modules/computer.c:515 modules/computer/languages.c:108 +msgid "Language" +msgstr "" + +#: modules/computer.c:516 modules/computer/users.c:50 +msgid "Home Directory" +msgstr "Dossier Home" + +#: modules/computer.c:519 modules/devices/usb.c:87 modules/devices/usb.c:234 +#: modules/devices/usb.c:351 +msgid "Misc" +msgstr "" + +#: modules/computer.c:532 +msgid "Loaded Modules" +msgstr "" + +#: modules/computer.c:535 modules/computer/modules.c:145 +#: modules/computer/modules.c:147 modules/devices/arm/processor.c:337 +#: modules/devices.c:559 modules/devices/x86/processor.c:456 +msgid "Description" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Memory=1000\n" -"UpdateInterval$Date/Time=1000\n" -"#ReloadInterval=5000\n" -"[Computer]\n" -"Processeur=%s\n" -"Memoire=...\n" -"Machine Type=%s\n" -"Systeme d'exploitation=%s\n" -"Utilisateur=%s\n" -"Date/Heure=...\n" -"[Display]\n" -"Résolution=%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" -#: modules//computer.c:415 +#: modules/computer.c:548 +msgid "Date & Time" +msgstr "" + +#: modules/computer.c:549 +msgid "Kernel Version" +msgstr "" + +#: modules/computer.c:559 +msgid "Available Languages" +msgstr "" + +#: modules/computer.c:561 +msgid "Language Code" +msgstr "Type Code" + +#: modules/computer.c:573 +msgid "Mounted File Systems" +msgstr "" + +#: modules/computer.c:575 modules/computer/filesystem.c:85 +msgid "Mount Point" +msgstr "Point de montage" + +#: modules/computer.c:576 +msgid "Usage" +msgstr "" + +#: modules/computer.c:577 +msgid "Device" +msgstr "Périphérique" + +#: modules/computer.c:594 modules/computer.c:601 +#: modules/devices/ia64/processor.c:161 modules/devices/inputdevices.c:119 +#: modules/devices/pci.c:225 modules/devices/usb.c:349 +#: modules/devices/x86/processor.c:416 +msgid "Vendor" +msgstr "Fabricant" + +#: modules/computer.c:598 +msgid "Monitors" +msgstr "" + +#: modules/computer.c:600 +msgid "OpenGL" +msgstr "" + +#: modules/computer.c:602 +msgid "Renderer" +msgstr "" + +#: modules/computer.c:604 +msgid "Direct Rendering" +msgstr "" + +#: modules/computer.c:608 +msgid "Extensions" +msgstr "" + +#: modules/computer.c:628 +msgid "Group" +msgstr "" + +#: modules/computer.c:631 modules/computer/users.c:49 +msgid "Group ID" +msgstr "" + +#: modules/computer.c:751 +msgid "RAM" +msgstr "" + +#: modules/computer.c:751 modules/devices/devicetree/pmac_data.c:82 +msgid "Motherboard" +msgstr "" + +#: modules/computer.c:751 +msgid "Graphics" +msgstr "" + +#: modules/computer.c:752 +msgid "Audio" +msgstr "" + +#: modules/computer.c:807 +msgid "Gathers high-level computer information" +msgstr "Collecte des informations de l'ordinateur" + +#: modules/computer/display.c:122 #, c-format -msgid "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=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=..." +msgid "Monitor %d=%dx%d pixels\n" +msgstr "Moniteur %d=%dx%d pixels\n" + +#: modules/computer/filesystem.c:83 +msgid "Filesystem" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=1000\n" -"[Version]\n" -"Kernel=%s\n" -"Version=%s\n" -"C Library=%s\n" -"Distribution=%s\n" -"[Current Session]\n" -"Ordinateur=%s\n" -"Utilisateur=%s\n" -"#Language=%s\n" -"Dossier Home=%s\n" -"Environnement de bureau=%s\n" -"[Misc]\n" -"durée de fonctionnent=...\n" -"Charge moyenne=..." - -#: modules//computer.c:444 + +#: modules/computer/filesystem.c:84 +msgid "Mounted As" +msgstr "" + +#: modules/computer/filesystem.c:84 +msgid "Read-Write" +msgstr "" + +#: modules/computer/filesystem.c:84 +msgid "Read-Only" +msgstr "" + +#: modules/computer/filesystem.c:86 modules/devices/spd-decode.c:1510 +msgid "Size" +msgstr "" + +#: modules/computer/filesystem.c:87 +msgid "Used" +msgstr "" + +#: modules/computer/filesystem.c:88 +msgid "Available" +msgstr "" + +#: modules/computer/languages.c:103 +msgid "Locale Information" +msgstr "" + +#: modules/computer/languages.c:105 +msgid "Source" +msgstr "" + +#: modules/computer/languages.c:106 +msgid "Address" +msgstr "" + +#: modules/computer/languages.c:107 +msgid "E-mail" +msgstr "" + +#: modules/computer/languages.c:109 +msgid "Territory" +msgstr "" + +#: modules/computer/languages.c:110 modules/devices/arm/processor.c:250 +#: modules/devices/ia64/processor.c:166 modules/devices/ppc/processor.c:159 +#: modules/devices/usb.c:236 +msgid "Revision" +msgstr "" + +#: modules/computer/languages.c:111 +msgid "Date" +msgstr "" + +#: modules/computer/languages.c:112 +msgid "Codeset" +msgstr "" + +#: modules/computer/loadavg.c:64 +msgid "Couldn't obtain load average" +msgstr "" + +#: modules/computer/modules.c:125 modules/computer/modules.c:126 +#: modules/computer/modules.c:127 modules/computer/modules.c:128 +#: modules/computer/modules.c:129 +msgid "(Not available)" +msgstr "" + +#: modules/computer/modules.c:142 +msgid "Module Information" +msgstr "" + +#: modules/computer/modules.c:143 +msgid "Path" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "Used Memory" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "KiB" +msgstr "" + +#: modules/computer/modules.c:148 +msgid "Version Magic" +msgstr "" + +#: modules/computer/modules.c:149 +msgid "Copyright" +msgstr "" + +#: modules/computer/modules.c:150 +msgid "Author" +msgstr "" + +#: modules/computer/modules.c:151 +msgid "License" +msgstr "" + +#: modules/computer/modules.c:158 +msgid "Dependencies" +msgstr "" + +#: modules/computer/os.c:35 modules/computer/os.c:36 modules/computer/os.c:37 +#: modules/computer/os.c:38 +msgid "GNU C Library" +msgstr "" + +#: modules/computer/os.c:39 +msgid "uClibc or uClibc-ng" +msgstr "" + +#: modules/computer/os.c:40 +msgid "diet libc" +msgstr "" + +#: modules/computer/os.c:78 modules/computer/os.c:234 modules/computer/os.c:359 +#: modules/devices.c:333 modules/devices.c:387 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 "Inconnu" + +#: modules/computer/os.c:112 modules/computer/os.c:115 +msgid "GNOME Shell " +msgstr "" + +#: modules/computer/os.c:123 modules/computer/os.c:126 +msgid "Version: " +msgstr "" + +#: modules/computer/os.c:157 #, c-format -msgid "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Description\n" -"ShowColumnHeaders=true\n" -msgstr "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Description\n" -"ShowColumnHeaders=true\n" - -#: modules//computer.c:455 +msgid "Unknown (Window Manager: %s)" +msgstr "Unknown (gestionnaire de fenêtres: %s)" + +#. /{desktop environment} on {session type} +#: modules/computer/os.c:168 #, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Date & Time\n" -"ColumnTitle$Value=Kernel Version\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" +msgid "%s on %s" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Date & Time\n" -"ColumnTitle$Value=Kernel Version\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" -#: modules//computer.c:465 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Language Code\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" +#: modules/computer/os.c:232 +msgid "Terminal" +msgstr "Terminal" + +#. /bits of entropy for rng (0) +#: modules/computer/os.c:241 +msgid "(None or not available)" msgstr "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Type Code\n" -"ColumnTitle$Value=Nom\n" -"ShowColumnHeaders=true\n" -"[Available Langages]\n" -"%s" -#: modules//computer.c:476 +#. /bits of entropy for rng (low/poor value) +#: modules/computer/os.c:242 #, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Mount Point\n" -"ColumnTitle$Progress=Usage\n" -"ColumnTitle$TextValue=Device\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" +msgid "%d bits (low)" msgstr "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Point de montage\n" -"ColumnTitle$Progress=Usage\n" -"ColumnTitle$TextValue=Périphérique\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" - -#: modules//computer.c:490 + +#. /bits of entropy for rng (medium value) +#: modules/computer/os.c:243 #, c-format -msgid "" -"[Display]\n" -"Resolution=%dx%d pixels\n" -"Vendor=%s\n" -"Version=%s\n" -"[Monitors]\n" -"%s[Extensions]\n" -"%s[OpenGL]\n" -"Vendor=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct Rendering=%s\n" -msgstr "" -"[Affichage]\n" -"Resolution=%dx%d pixels\n" -"Fabricant=%s\n" -"Version=%s\n" -"[Monitors]\n" -"%s[Extensions]\n" -"%s[OpenGL]\n" -"Vendeur=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct Rendering=%s\n" - -#: modules//computer.c:512 -msgid "Y_es" -msgstr "O_ui" - -#: modules//computer.c:512 -#: modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:63 -msgid "No" -msgstr "Non" +msgid "%d bits (medium)" +msgstr "" -#: modules//computer.c:526 +#. /bits of entropy for rng (high/good value) +#: modules/computer/os.c:244 #, c-format -msgid "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Group ID\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" +msgid "%d bits (healthy)" msgstr "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Nom\n" -"ColumnTitle$Value=Group ID\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" - -#: modules//computer.c:606 -msgid "Computer" -msgstr "Ordinateur" -#: modules//computer.c:700 -msgid "Gathers high-level computer information" -msgstr "Collecte des informations de l'ordinateur" +#: modules/computer/os.c:279 modules/devices/usb.c:48 modules/devices/usb.c:307 +#: modules/devices/usb.c:310 modules/network/net.c:442 includes/cpu_util.h:11 +msgid "(Unknown)" +msgstr "" -#: modules//devices/battery.c:181 +#: modules/computer/users.c:47 +msgid "User Information" +msgstr "" + +#: modules/computer/users.c:48 +msgid "User ID" +msgstr "" + +#: modules/computer/users.c:51 +msgid "Default Shell" +msgstr "" + +#: modules/devices/alpha/processor.c:88 modules/devices/devicetree.c:141 +#: modules/devices/devicetree.c:176 modules/devices/devicetree/pmac_data.c:80 +#: modules/devices/ia64/processor.c:165 modules/devices/m68k/processor.c:84 +#: modules/devices/mips/processor.c:75 modules/devices/parisc/processor.c:155 +#: modules/devices/ppc/processor.c:158 modules/devices/riscv/processor.c:182 +#: modules/devices/s390/processor.c:132 modules/devices/spd-decode.c:1510 +msgid "Model" +msgstr "" + +#: modules/devices/alpha/processor.c:89 +msgid "Platform String" +msgstr "" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/ia64/processor.c:167 modules/devices/m68k/processor.c:87 +#: modules/devices/mips/processor.c:77 modules/devices/parisc/processor.c:158 +#: modules/devices/pci.c:108 modules/devices/ppc/processor.c:160 +#: modules/devices/riscv/processor.c:186 modules/devices/sh/processor.c:87 +#: modules/devices/x86/processor.c:420 +msgid "Frequency" +msgstr "" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/arm/processor.c:365 modules/devices.c:299 +#: modules/devices.c:307 modules/devices.c:335 +#: modules/devices/ia64/processor.c:167 modules/devices/ia64/processor.c:196 +#: modules/devices/m68k/processor.c:87 modules/devices/mips/processor.c:77 +#: modules/devices/parisc/processor.c:158 +#: modules/devices/parisc/processor.c:191 modules/devices/pci.c:108 +#: modules/devices/ppc/processor.c:160 modules/devices/ppc/processor.c:187 +#: modules/devices/riscv/processor.c:186 modules/devices/riscv/processor.c:214 +#: modules/devices/s390/processor.c:160 modules/devices/sh/processor.c:87 +#: modules/devices/sh/processor.c:88 modules/devices/sh/processor.c:89 +#: modules/devices/x86/processor.c:420 modules/devices/x86/processor.c:479 +msgid "MHz" +msgstr "" + +#: modules/devices/alpha/processor.c:91 modules/devices/arm/processor.c:241 +#: modules/devices/ia64/processor.c:168 modules/devices/m68k/processor.c:88 +#: modules/devices/mips/processor.c:78 modules/devices/parisc/processor.c:159 +#: modules/devices/ppc/processor.c:161 modules/devices/s390/processor.c:134 +#: modules/devices/sh/processor.c:90 modules/devices/x86/processor.c:421 +msgid "BogoMips" +msgstr "" + +#: modules/devices/alpha/processor.c:92 modules/devices/arm/processor.c:242 +#: modules/devices/ia64/processor.c:169 modules/devices/m68k/processor.c:89 +#: modules/devices/mips/processor.c:79 modules/devices/parisc/processor.c:160 +#: modules/devices/ppc/processor.c:162 modules/devices/riscv/processor.c:187 +#: modules/devices/s390/processor.c:135 modules/devices/sh/processor.c:91 +#: modules/devices/sparc/processor.c:77 modules/devices/x86/processor.c:422 +msgid "Byte Order" +msgstr "" + +#. /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 +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 "" + +#: modules/devices/arm/processor.c:142 +msgid "ARM Processor" +msgstr "" + +#: modules/devices/arm/processor.c:200 modules/devices/riscv/processor.c:147 +#: modules/devices/x86/processor.c:371 +msgid "Empty List" +msgstr "" + +#: modules/devices/arm/processor.c:237 +msgid "Linux Name" +msgstr "" + +#: modules/devices/arm/processor.c:238 +msgid "Decoded Name" +msgstr "" + +#: modules/devices/arm/processor.c:239 modules/network/net.c:458 +msgid "Mode" +msgstr "" + +#: modules/devices/arm/processor.c:245 +msgid "ARM" +msgstr "" + +#: modules/devices/arm/processor.c:246 +msgid "Implementer" +msgstr "" + +#: modules/devices/arm/processor.c:247 +msgid "Part" +msgstr "" + +#: modules/devices/arm/processor.c:248 modules/devices/ia64/processor.c:162 +#: modules/devices/parisc/processor.c:156 modules/devices/riscv/processor.c:183 +msgid "Architecture" +msgstr "" + +#: modules/devices/arm/processor.c:249 +msgid "Variant" +msgstr "" + +#: modules/devices/arm/processor.c:251 modules/devices/riscv/processor.c:190 +#: modules/devices/sparc/processor.c:78 modules/devices/x86/processor.c:428 +msgid "Capabilities" +msgstr "" + +#: modules/devices/arm/processor.c:335 +msgid "SOC/Package" +msgstr "" + +#: modules/devices/arm/processor.c:338 modules/devices/cpu_util.c:222 +msgid "Topology" +msgstr "" + +#: modules/devices/arm/processor.c:339 +msgid "Clocks" +msgstr "" + +#: modules/devices/arm/processor.c:354 +msgid "SOC/Package Information" +msgstr "" + +#: modules/devices/battery.c:181 #, c-format msgid "" "\n" @@ -1005,7 +1699,20 @@ msgstr "" "Modele=%s\n" "Numéro de série=%s\n" -#: modules//devices/battery.c:266 +#: 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 "" + +#: modules/devices/battery.c:346 #, c-format msgid "" "\n" @@ -1015,7 +1722,7 @@ msgid "" "Using=%s\n" "APM driver version=%s\n" "APM BIOS version=%s\n" -msgstr"" +msgstr "" "\n" "[Battery (APM)]\n" "Charge=%d%%\n" @@ -1024,7 +1731,7 @@ msgstr"" "APM driver version=%s\n" "APM BIOS version=%s\n" -#: modules//devices/battery.c:278 +#: modules/devices/battery.c:358 #, c-format msgid "" "\n" @@ -1041,7 +1748,7 @@ msgstr "" "APM driver version=%s\n" "APM BIOS version=%s\n" -#: modules//devices/battery.c:304 +#: modules/devices/battery.c:385 msgid "" "[No batteries]\n" "No batteries found on this system=\n" @@ -1049,57 +1756,550 @@ msgstr "" "[Aucune batterie]\n" "Aucune batterie trouvée sur ce système=\n" -#: modules//devices/printers.c:81 +#: modules/devices.c:97 +msgid "PCI Devices" +msgstr "Périphériques PCI" + +#: modules/devices.c:98 modules/devices/usb.c:117 modules/devices/usb.c:156 +#: modules/devices/usb.c:415 +msgid "USB Devices" +msgstr "Périphériques USB" + +#: modules/devices.c:100 +msgid "Battery" +msgstr "Batterie" + +#: modules/devices.c:101 +msgid "Sensors" +msgstr "Capteurs" + +#: modules/devices.c:105 +msgid "DMI" +msgstr "DMI" + +#: modules/devices.c:106 +msgid "Memory SPD" +msgstr "Mémoire SPD" + +#: modules/devices.c:111 +msgid "Device Tree" +msgstr "" + +#: modules/devices.c:113 +msgid "Resources" +msgstr "Ressources" + +#: modules/devices.c:151 +#, c-format +msgid "%d physical processor" +msgid_plural "%d physical processors" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:152 +#, c-format +msgid "%d core" +msgid_plural "%d cores" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:153 +#, c-format +msgid "%d thread" +msgid_plural "%d threads" +msgstr[0] "" +msgstr[1] "" + +#. /NP procs; NC cores; NT threads +#: modules/devices.c:154 +#, c-format +msgid "%s; %s; %s" +msgstr "" + +#: modules/devices.c:372 +msgid " (model unknown)" +msgstr " (modèle inconnu)" + +#: modules/devices.c:374 +msgid " (vendor unknown)" +msgstr " (Fabricant inconnu)" + +#: modules/devices.c:559 +msgid "Field" +msgstr "" + +#: modules/devices.c:559 modules/devices.c:591 +msgid "Value" +msgstr "" + +#: modules/devices.c:591 +msgid "Sensor" +msgstr "" + +#: modules/devices.c:591 modules/devices/inputdevices.c:117 +msgid "Type" +msgstr "" + +#: modules/devices.c:637 +msgid "Devices" +msgstr "Périphériques" + +#: modules/devices.c:649 +msgid "Update PCI ID listing" +msgstr "Mise à jour de la liste ID PCI " + +#: modules/devices.c:661 +msgid "Update CPU feature database" +msgstr "Mise à jour des bases de données caractéristiques CPU" + +#: modules/devices.c:689 +msgid "Gathers information about hardware devices" +msgstr "Collecte des informations des périphériques" + +#: modules/devices.c:708 +msgid "Resource information requires superuser privileges" +msgstr "" + +#: modules/devices/cpu_util.c:30 +msgid "Little Endian" +msgstr "" + +#: modules/devices/cpu_util.c:32 +msgid "Big Endian" +msgstr "" + +#: modules/devices/cpu_util.c:178 modules/devices/cpu_util.c:189 +msgid "Frequency Scaling" +msgstr "" + +#: modules/devices/cpu_util.c:179 +msgid "Minimum" +msgstr "" + +#: modules/devices/cpu_util.c:179 modules/devices/cpu_util.c:180 +#: modules/devices/cpu_util.c:181 +msgid "kHz" +msgstr "" + +#: modules/devices/cpu_util.c:180 +msgid "Maximum" +msgstr "" + +#: modules/devices/cpu_util.c:181 +msgid "Current" +msgstr "" + +#: modules/devices/cpu_util.c:182 +msgid "Transition Latency" +msgstr "" + +#: modules/devices/cpu_util.c:182 +msgid "ns" +msgstr "" + +#: modules/devices/cpu_util.c:183 +msgid "Governor" +msgstr "" + +#: modules/devices/cpu_util.c:184 modules/devices/cpu_util.c:190 +msgid "Driver" +msgstr "" + +#: modules/devices/cpu_util.c:196 modules/devices/x86/processor.c:297 +msgid "(Not Available)" +msgstr "" + +#: modules/devices/cpu_util.c:204 modules/devices/cpu_util.c:206 +msgid "Socket" +msgstr "" + +#: modules/devices/cpu_util.c:209 modules/devices/cpu_util.c:211 +msgid "Core" +msgstr "" + +#: modules/devices/cpu_util.c:214 +msgid "Book" +msgstr "" + +#: modules/devices/cpu_util.c:216 +msgid "Drawer" +msgstr "" + +#: modules/devices/cpu_util.c:223 +msgid "ID" +msgstr "" + +#: modules/devices/devicetree.c:47 +msgid "Properties" +msgstr "" + +#: modules/devices/devicetree.c:48 +msgid "Children" +msgstr "" + +#: modules/devices/devicetree.c:84 +msgid "Node" +msgstr "" + +#: modules/devices/devicetree.c:85 +msgid "Node Path" +msgstr "" + +#: modules/devices/devicetree.c:86 +msgid "Alias" +msgstr "" + +#: modules/devices/devicetree.c:86 modules/devices/devicetree.c:87 +msgid "(None)" +msgstr "" + +#: modules/devices/devicetree.c:87 +msgid "Symbol" +msgstr "" + +#: modules/devices/devicetree.c:132 modules/devices/devicetree/pmac_data.c:79 +msgid "Platform" +msgstr "" + +#: modules/devices/devicetree.c:133 modules/devices/devicetree.c:178 +msgid "Compatible" +msgstr "" + +#: modules/devices/devicetree.c:134 +msgid "GPU-compatible" +msgstr "" + +#: modules/devices/devicetree.c:140 +msgid "Raspberry Pi or Compatible" +msgstr "" + +#: modules/devices/devicetree.c:142 modules/devices/devicetree.c:160 +#: modules/devices/devicetree.c:177 modules/devices/devicetree/rpi_data.c:160 +msgid "Serial Number" +msgstr "" + +#: modules/devices/devicetree.c:143 modules/devices/devicetree/rpi_data.c:157 +msgid "RCode" +msgstr "" + +#: modules/devices/devicetree.c:143 +msgid "No revision code available; unable to lookup model details." +msgstr "" + +#: modules/devices/devicetree.c:159 +msgid "More" +msgstr "" + +#: modules/devices/devicetree.c:175 +msgid "Board" +msgstr "" + +#: modules/devices/devicetree.c:234 +msgid "Messages" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1013 +msgid "phandle Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1014 +msgid "Alias Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1015 +msgid "Symbol Map" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:78 +msgid "Apple Power Macintosh" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:81 modules/devices/sh/processor.c:85 +msgid "Machine" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:83 +msgid "Detected as" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:84 +msgid "PMAC Flags" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:85 +msgid "L2 Cache" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:86 +msgid "PMAC Generation" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:152 +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Raspberry Pi" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Board Name" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:154 +msgid "PCB Revision" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:155 +msgid "Introduction" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:156 modules/devices/spd-decode.c:1510 +#: modules/devices/usb.c:84 modules/devices/usb.c:217 +msgid "Manufacturer" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:158 +msgid "SOC (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:159 +msgid "Memory (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgid "Permanent overvolt bit" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Set" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Not set" +msgstr "" + +#: modules/devices/devmemory.c:93 +msgid "Total Memory" +msgstr "Mémoire totale" + +#: 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/dmi.c:188 +msgid "(Not available; Perhaps try running HardInfo as root.)" +msgstr "" + +#: modules/devices/ia64/processor.c:108 +msgid "IA64 Processor" +msgstr "" + +#: modules/devices/ia64/processor.c:163 +msgid "Architecture Revision" +msgstr "" + +#: modules/devices/ia64/processor.c:164 modules/devices/sh/processor.c:86 +msgid "Family" +msgstr "" + +#: modules/devices/ia64/processor.c:170 +msgid "CPU regs" +msgstr "" + +#: modules/devices/ia64/processor.c:171 +msgid "Features" +msgstr "" + +#: modules/devices/inputdevices.c:115 modules/devices/pci.c:214 +#: modules/devices/usb.c:82 modules/devices/usb.c:215 modules/devices/usb.c:347 +msgid "Device Information" +msgstr "" + +#: modules/devices/inputdevices.c:118 modules/devices/usb.c:92 +#: modules/devices/usb.c:240 modules/devices/usb.c:356 +msgid "Bus" +msgstr "" + +#: modules/devices/inputdevices.c:120 modules/devices/usb.c:83 +#: modules/devices/usb.c:216 modules/devices/usb.c:348 +msgid "Product" +msgstr "" + +#: modules/devices/inputdevices.c:124 +msgid "Connected to" +msgstr "" + +#: modules/devices/inputdevices.c:128 +msgid "InfraRed port" +msgstr "" + +#: modules/devices/m68k/processor.c:85 modules/devices/riscv/processor.c:185 +msgid "MMU" +msgstr "" + +#: modules/devices/m68k/processor.c:86 modules/devices/sparc/processor.c:76 +msgid "FPU" +msgstr "" + +#: modules/devices/m68k/processor.c:90 +msgid "Calibration" +msgstr "" + +#: modules/devices/mips/processor.c:76 +msgid "System Type" +msgstr "" + +#: modules/devices/parisc/processor.c:107 +msgid "PA-RISC Processor" +msgstr "" + +#: modules/devices/parisc/processor.c:157 +msgid "System" +msgstr "" + +#: modules/devices/parisc/processor.c:161 +msgid "HVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:162 +msgid "SVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:163 modules/devices/x86/processor.c:425 +msgid "Cache" +msgstr "" + +#: modules/devices/pci.c:106 +msgid "IRQ" +msgstr "" + +#: modules/devices/pci.c:110 +msgid "Latency" +msgstr "" + +#: modules/devices/pci.c:112 +msgid "Bus Master" +msgstr "" + +#: modules/devices/pci.c:118 +msgid "Kernel modules" +msgstr "" + +#: modules/devices/pci.c:124 +#, c-format +msgid "%s=%s (%s)\n" +msgstr "" + +#: modules/devices/pci.c:126 +msgid "OEM Vendor" +msgstr "" + +#: modules/devices/pci.c:153 +msgid "prefetchable" +msgstr "" + +#: modules/devices/pci.c:154 +msgid "non-prefetchable" +msgstr "" + +#: modules/devices/pci.c:163 +msgid "I/O ports at" +msgstr "" + +#: modules/devices/pci.c:216 modules/devices/usb.c:89 modules/devices/usb.c:237 +#: modules/devices/usb.c:353 +msgid "Class" +msgstr "" + +#: modules/devices/pci.c:217 +msgid "Domain" +msgstr "" + +#: modules/devices/pci.c:218 +msgid "Bus, device, function" +msgstr "" + +#: modules/devices/pci.c:243 +msgid "No PCI devices found" +msgstr "" + +#: modules/devices/ppc/processor.c:117 +msgid "POWER Processor" +msgstr "" + +#: modules/devices/printers.c:81 msgid "⚬ Can do black and white printing=\n" msgstr "⚬ Impression en noir et blanc =\n" -#: modules//devices/printers.c:83 +#: modules/devices/printers.c:83 msgid "⚬ Can do color printing=\n" msgstr "⚬ Imprimer en couleur=\n" -#: modules//devices/printers.c:85 +#: modules/devices/printers.c:85 msgid "⚬ Can do duplexing=\n" msgstr "⚬ Imprimer recto verso=\n" -#: modules//devices/printers.c:87 +#: modules/devices/printers.c:87 msgid "⚬ Can do staple output=\n" msgstr "⚬ Agrafer les feuilles imprimées=\n" -#: modules//devices/printers.c:89 +#: modules/devices/printers.c:89 msgid "⚬ Can do copies=\n" msgstr "⚬ Réaliser copies=\n" -#: modules//devices/printers.c:91 +#: modules/devices/printers.c:91 msgid "⚬ Can collate copies=\n" msgstr "⚬ Assembler des copies=\n" -#: modules//devices/printers.c:93 +#: modules/devices/printers.c:93 msgid "⚬ Printer is rejecting jobs=\n" msgstr "⚬ Imprimante rejette cette tâche=\n" -#: modules//devices/printers.c:95 +#: modules/devices/printers.c:95 msgid "⚬ Printer was automatically discovered and added=\n" msgstr "⚬ Imprimante a été automatiquement détecté et ajouté=\n" -#: modules//devices/printers.c:110 +#: modules/devices/printers.c:110 msgid "Idle" msgstr "Inoccupé" -#: modules//devices/printers.c:112 +#: modules/devices/printers.c:112 msgid "Printing a Job" msgstr "Impression" -#: modules//devices/printers.c:114 +#: modules/devices/printers.c:114 msgid "Stopped" msgstr "Arrêt" -#: modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:62 -#: hardinfo//hardinfo.c:63 -msgid "Yes" -msgstr "Oui" - -#: modules//devices/printers.c:190 +#: modules/devices/printers.c:190 msgid "" "[Printers]\n" "No suitable CUPS library found=" @@ -1107,11 +2307,11 @@ msgstr "" "[Printers]\n" "Aucune suite de librairie CUPS trouvée=" -#: modules//devices/printers.c:200 +#: modules/devices/printers.c:200 msgid "[Printers (CUPS)]\n" msgstr "[Printers (CUPS)]\n" -#: modules//devices/printers.c:263 +#: modules/devices/printers.c:263 msgid "" "[Printers]\n" "No printers found=\n" @@ -1119,7 +2319,165 @@ msgstr "" "[Printers]\n" "Aucune imprimante trouvée=\n" -#: modules//devices/storage.c:46 +#: modules/devices/riscv/processor.c:107 +msgid "RISC-V Processor" +msgstr "" + +#: modules/devices/riscv/processor.c:184 +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/s390/processor.c:92 +msgid "S390 Processor" +msgstr "" + +#: modules/devices/s390/processor.c:133 +msgid "ID String" +msgstr "" + +#: modules/devices/sh/processor.c:55 +msgid "SuperH Processor" +msgstr "" + +#: modules/devices/sh/processor.c:88 +msgid "Bus Frequency" +msgstr "" + +#: modules/devices/sh/processor.c:89 +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/spd-decode.c:1509 +msgid "SPD" +msgstr "" + +#: modules/devices/spd-decode.c:1510 +msgid "Bank" +msgstr "" + +#: modules/devices/storage.c:46 msgid "" "\n" "[SCSI Disks]\n" @@ -1127,8 +2485,7 @@ msgstr "" "\n" "[SCSI Disks]\n" -#: modules//devices/storage.c:110 -#: modules//devices/storage.c:297 +#: modules/devices/storage.c:110 modules/devices/storage.c:313 #, c-format msgid "" "[Device Information]\n" @@ -1137,19 +2494,17 @@ msgstr "" "[Device Information]\n" "Modele=%s\n" -#: modules//devices/storage.c:115 -#: modules//devices/storage.c:304 +#: modules/devices/storage.c:115 modules/devices/storage.c:319 #, c-format msgid "Vendor=%s (%s)\n" msgstr "Vendeur=%s (%s)\n" -#: modules//devices/storage.c:120 -#: modules//devices/storage.c:309 +#: modules/devices/storage.c:120 modules/devices/storage.c:321 #, c-format msgid "Vendor=%s\n" msgstr "Vendeur=%s\n" -#: modules//devices/storage.c:125 +#: modules/devices/storage.c:125 #, c-format msgid "" "Type=%s\n" @@ -1168,7 +2523,7 @@ msgstr "" "ID=%d\n" "LUN=%d\n" -#: modules//devices/storage.c:169 +#: modules/devices/storage.c:167 msgid "" "\n" "[IDE Disks]\n" @@ -1176,23 +2531,20 @@ msgstr "" "\n" "[IDE Disks]\n" -#: modules//devices/storage.c:242 +#: modules/devices/storage.c:250 #, c-format msgid "Driver=%s\n" msgstr "Driver=%s\n" -#: modules//devices/storage.c:314 +#: modules/devices/storage.c:324 #, c-format msgid "" -"Devise Name=hd%c\n" +"Device Name=hd%c\n" "Media=%s\n" "Cache=%dkb\n" msgstr "" -"Nom Périphérique=hd%c\n" -"Media=%s\n" -"Cache=%dkb\n" -#: modules//devices/storage.c:329 +#: modules/devices/storage.c:334 #, c-format msgid "" "[Geometry]\n" @@ -1203,7 +2555,7 @@ msgstr "" "Physique=%s\n" "Logique=%s\n" -#: modules//devices/storage.c:341 +#: modules/devices/storage.c:344 #, c-format msgid "" "[Capabilities]\n" @@ -1212,7 +2564,7 @@ msgstr "" "[Capabilities]\n" "%s" -#: modules//devices/storage.c:348 +#: modules/devices/storage.c:351 #, c-format msgid "" "[Speeds]\n" @@ -1221,424 +2573,1857 @@ msgstr "" "[Speeds]\n" "%s" -#: modules//devices.c:74 -msgid "Processor" -msgstr "Processeur" +#: modules/devices/usb.c:44 modules/devices/usb.c:326 +msgid "mA" +msgstr "" -#: modules//devices.c:75 -msgid "Memory" -msgstr "Mémoire" +#. /%.2f is version +#: modules/devices/usb.c:53 modules/devices/usb.c:190 +#, c-format +msgid "USB %.2f Hub" +msgstr "" -#: modules//devices.c:76 -msgid "PCI Devices" -msgstr "Périphériques PCI" +#: modules/devices/usb.c:55 modules/devices/usb.c:192 +#, c-format +msgid "Unknown USB %.2f Device (class %d)" +msgstr "" -#: modules//devices.c:77 -msgid "USB Devices" -msgstr "Périphériques USB" +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Speed" +msgstr "" -#: modules//devices.c:78 -msgid "Printers" -msgstr "Imprimantes" +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Mbit/s" +msgstr "" -#: modules//devices.c:79 -msgid "Battery" -msgstr "Batterie" +#: modules/devices/usb.c:86 modules/devices/usb.c:233 modules/devices/usb.c:350 +msgid "Max Current" +msgstr "" -#: modules//devices.c:80 -msgid "Sensors" -msgstr "Capteurs" +#: modules/devices/usb.c:88 modules/devices/usb.c:235 modules/devices/usb.c:352 +msgid "USB Version" +msgstr "" -#: modules//devices.c:81 -msgid "Input Devices" -msgstr "Périphériques d'entrée" +#: modules/devices/usb.c:90 modules/devices/usb.c:238 modules/devices/usb.c:354 +msgid "Vendor ID" +msgstr "" -#: modules//devices.c:82 -msgid "Storage" -msgstr "Stockage" +#: modules/devices/usb.c:91 modules/devices/usb.c:239 modules/devices/usb.c:355 +msgid "Product ID" +msgstr "" -#: modules//devices.c:84 -msgid "DMI" -msgstr "DMI" +#: modules/devices/usb.c:231 +msgid "Port" +msgstr "" -#: modules//devices.c:85 -msgid "Memory SPD" -msgstr "Mémoire SPD" +#: modules/devices/usb.c:241 +msgid "Level" +msgstr "" -#: modules//devices.c:87 -msgid "Resources" -msgstr "Ressources" +#: modules/devices/x86/processor.c:149 +msgid "Cache information not available=\n" +msgstr "" -#: modules//devices.c:178 -msgid "Total Memory" -msgstr "Mémoire totale" +#: modules/devices/x86/processor.c:155 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" -#: modules//devices.c:193 -msgid " (vendor unknown)" -msgstr " (Fabricant inconnu)" +#. /cache type, as appears in: Level 1 (Data) +#: modules/devices/x86/processor.c:170 +msgctxt "cache-type" +msgid "Data" +msgstr "" -#: modules//devices.c:195 -msgid " (model unknown)" -msgstr " (modèle inconnu)" +#. /cache type, as appears in: Level 1 (Instruction) +#: modules/devices/x86/processor.c:171 +msgctxt "cache-type" +msgid "Instruction" +msgstr "" -#: modules//devices.c:412 -msgid "Devices" -msgstr "Périphériques" +#. /cache type, as appears in: Level 2 (Unified) +#: modules/devices/x86/processor.c:172 +msgctxt "cache-type" +msgid "Unified" +msgstr "" -#: modules//devices.c:424 -msgid "Update PCI ID listing" -msgstr "Mise à jour de la liste ID PCI " +#: modules/devices/x86/processor.c:410 +msgid "Model Name" +msgstr "" -#: modules//devices.c:436 -msgid "Update CPU feature database" -msgstr "Mise à jour des bases de données caractéristiques CPU" +#: modules/devices/x86/processor.c:411 +msgid "Family, model, stepping" +msgstr "" -#: modules//devices.c:464 -msgid "Gathers information about hardware devices" -msgstr "Collecte des informations des périphériques" +#: modules/devices/x86/processor.c:417 +msgid "Microcode Version" +msgstr "" + +#: modules/devices/x86/processor.c:418 +msgid "Configuration" +msgstr "" + +#: modules/devices/x86/processor.c:419 +msgid "Cache Size" +msgstr "" + +#: modules/devices/x86/processor.c:419 +msgid "kb" +msgstr "" + +#: modules/devices/x86/processor.c:426 +msgid "Power Management" +msgstr "" + +#: modules/devices/x86/processor.c:427 +msgid "Bug Workarounds" +msgstr "" + +#: modules/devices/x86/processor.c:454 modules/devices/x86/processor.c:468 +msgid "Package Information" +msgstr "" + +#. /flag:fpu +#: modules/devices/x86/x86_data.c:43 +msgctxt "x86-flag" +msgid "Onboard FPU (floating point support)" +msgstr "" + +#. /flag:vme +#: modules/devices/x86/x86_data.c:44 +msgctxt "x86-flag" +msgid "Virtual 8086 mode enhancements" +msgstr "" + +#. /flag:de +#: modules/devices/x86/x86_data.c:45 +msgctxt "x86-flag" +msgid "Debugging Extensions (CR4.DE)" +msgstr "" + +#. /flag:pse +#: modules/devices/x86/x86_data.c:46 +msgctxt "x86-flag" +msgid "Page Size Extensions (4MB memory pages)" +msgstr "" + +#. /flag:tsc +#: modules/devices/x86/x86_data.c:47 +msgctxt "x86-flag" +msgid "Time Stamp Counter (RDTSC)" +msgstr "" + +#. /flag:msr +#: modules/devices/x86/x86_data.c:48 +msgctxt "x86-flag" +msgid "Model-Specific Registers (RDMSR, WRMSR)" +msgstr "" + +#. /flag:pae +#: modules/devices/x86/x86_data.c:49 +msgctxt "x86-flag" +msgid "Physical Address Extensions (support for more than 4GB of RAM)" +msgstr "" + +#. /flag:mce +#: modules/devices/x86/x86_data.c:50 +msgctxt "x86-flag" +msgid "Machine Check Exception" +msgstr "" + +#. /flag:cx8 +#: modules/devices/x86/x86_data.c:51 +msgctxt "x86-flag" +msgid "CMPXCHG8 instruction (64-bit compare-and-swap)" +msgstr "" + +#. /flag:apic +#: modules/devices/x86/x86_data.c:52 +msgctxt "x86-flag" +msgid "Onboard APIC" +msgstr "" + +#. /flag:sep +#: modules/devices/x86/x86_data.c:53 +msgctxt "x86-flag" +msgid "SYSENTER/SYSEXIT" +msgstr "" + +#. /flag:mtrr +#: modules/devices/x86/x86_data.c:54 +msgctxt "x86-flag" +msgid "Memory Type Range Registers" +msgstr "" + +#. /flag:pge +#: modules/devices/x86/x86_data.c:55 +msgctxt "x86-flag" +msgid "Page Global Enable (global bit in PDEs and PTEs)" +msgstr "" + +#. /flag:mca +#: modules/devices/x86/x86_data.c:56 +msgctxt "x86-flag" +msgid "Machine Check Architecture" +msgstr "" + +#. /flag:cmov +#: modules/devices/x86/x86_data.c:57 +msgctxt "x86-flag" +msgid "CMOV instructions (conditional move) (also FCMOV)" +msgstr "" + +#. /flag:pat +#: modules/devices/x86/x86_data.c:58 +msgctxt "x86-flag" +msgid "Page Attribute Table" +msgstr "" + +#. /flag:pse36 +#: modules/devices/x86/x86_data.c:59 +msgctxt "x86-flag" +msgid "36-bit PSEs (huge pages)" +msgstr "" + +#. /flag:pn +#: modules/devices/x86/x86_data.c:60 +msgctxt "x86-flag" +msgid "Processor serial number" +msgstr "" + +#. /flag:clflush +#: modules/devices/x86/x86_data.c:61 +msgctxt "x86-flag" +msgid "Cache Line Flush instruction" +msgstr "" + +#. /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 "" + +#. /flag:acpi +#: modules/devices/x86/x86_data.c:63 +msgctxt "x86-flag" +msgid "ACPI via MSR (temperature monitoring and clock speed modulation)" +msgstr "" + +#. /flag:mmx +#: modules/devices/x86/x86_data.c:64 +msgctxt "x86-flag" +msgid "Multimedia Extensions" +msgstr "" + +#. /flag:fxsr +#: modules/devices/x86/x86_data.c:65 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR, CR4.OSFXSR" +msgstr "" + +#. /flag:sse +#: modules/devices/x86/x86_data.c:66 +msgctxt "x86-flag" +msgid "Intel SSE vector instructions" +msgstr "" + +#. /flag:sse2 +#: modules/devices/x86/x86_data.c:67 +msgctxt "x86-flag" +msgid "SSE2" +msgstr "" + +#. /flag:ss +#: modules/devices/x86/x86_data.c:68 +msgctxt "x86-flag" +msgid "CPU self snoop" +msgstr "" + +#. /flag:ht +#: modules/devices/x86/x86_data.c:69 +msgctxt "x86-flag" +msgid "Hyper-Threading" +msgstr "" + +#. /flag:tm +#: modules/devices/x86/x86_data.c:70 +msgctxt "x86-flag" +msgid "Automatic clock control (Thermal Monitor)" +msgstr "" + +#. /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 "" + +#. /flag:pbe +#: modules/devices/x86/x86_data.c:72 +msgctxt "x86-flag" +msgid "Pending Break Enable (PBE# pin) wakeup support" +msgstr "" + +#. /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 "" + +#. /flag:mp +#: modules/devices/x86/x86_data.c:76 +msgctxt "x86-flag" +msgid "Multiprocessing Capable." +msgstr "" + +#. /flag:nx +#: modules/devices/x86/x86_data.c:77 +msgctxt "x86-flag" +msgid "Execute Disable" +msgstr "" + +#. /flag:mmxext +#: modules/devices/x86/x86_data.c:78 +msgctxt "x86-flag" +msgid "AMD MMX extensions" +msgstr "" + +#. /flag:fxsr_opt +#: modules/devices/x86/x86_data.c:79 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR optimizations" +msgstr "" + +#. /flag:pdpe1gb +#: modules/devices/x86/x86_data.c:80 +msgctxt "x86-flag" +msgid "One GB pages (allows hugepagesz=1G)" +msgstr "" + +#. /flag:rdtscp +#: modules/devices/x86/x86_data.c:81 +msgctxt "x86-flag" +msgid "Read Time-Stamp Counter and Processor ID" +msgstr "" + +#. /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 "" + +#. /flag:3dnow +#: modules/devices/x86/x86_data.c:83 +msgctxt "x86-flag" +msgid "3DNow! (AMD vector instructions, competing with Intel's SSE1)" +msgstr "" + +#. /flag:3dnowext +#: modules/devices/x86/x86_data.c:84 +msgctxt "x86-flag" +msgid "AMD 3DNow! extensions" +msgstr "" + +#. /flag:recovery +#: modules/devices/x86/x86_data.c:86 +msgctxt "x86-flag" +msgid "CPU in recovery mode" +msgstr "" + +#. /flag:longrun +#: modules/devices/x86/x86_data.c:87 +msgctxt "x86-flag" +msgid "Longrun power control" +msgstr "" + +#. /flag:lrti +#: modules/devices/x86/x86_data.c:88 +msgctxt "x86-flag" +msgid "LongRun table interface" +msgstr "" + +#. /flag:cxmmx +#: modules/devices/x86/x86_data.c:90 +msgctxt "x86-flag" +msgid "Cyrix MMX extensions" +msgstr "" + +#. /flag:k6_mtrr +#: modules/devices/x86/x86_data.c:91 +msgctxt "x86-flag" +msgid "AMD K6 nonstandard MTRRs" +msgstr "" + +#. /flag:cyrix_arr +#: modules/devices/x86/x86_data.c:92 +msgctxt "x86-flag" +msgid "Cyrix ARRs (= MTRRs)" +msgstr "" + +#. /flag:centaur_mcr +#: modules/devices/x86/x86_data.c:93 +msgctxt "x86-flag" +msgid "Centaur MCRs (= MTRRs)" +msgstr "" + +#. /flag:constant_tsc +#: modules/devices/x86/x86_data.c:94 +msgctxt "x86-flag" +msgid "TSC ticks at a constant rate" +msgstr "" + +#. /flag:up +#: modules/devices/x86/x86_data.c:95 +msgctxt "x86-flag" +msgid "SMP kernel running on UP" +msgstr "" + +#. /flag:art +#: modules/devices/x86/x86_data.c:96 +msgctxt "x86-flag" +msgid "Always-Running Timer" +msgstr "" + +#. /flag:arch_perfmon +#: modules/devices/x86/x86_data.c:97 +msgctxt "x86-flag" +msgid "Intel Architectural PerfMon" +msgstr "" + +#. /flag:pebs +#: modules/devices/x86/x86_data.c:98 +msgctxt "x86-flag" +msgid "Precise-Event Based Sampling" +msgstr "" + +#. /flag:bts +#: modules/devices/x86/x86_data.c:99 +msgctxt "x86-flag" +msgid "Branch Trace Store" +msgstr "" + +#. /flag:rep_good +#: modules/devices/x86/x86_data.c:100 +msgctxt "x86-flag" +msgid "rep microcode works well" +msgstr "" + +#. /flag:acc_power +#: modules/devices/x86/x86_data.c:101 +msgctxt "x86-flag" +msgid "AMD accumulated power mechanism" +msgstr "" + +#. /flag:nopl +#: modules/devices/x86/x86_data.c:102 +msgctxt "x86-flag" +msgid "The NOPL (0F 1F) instructions" +msgstr "" + +#. /flag:xtopology +#: modules/devices/x86/x86_data.c:103 +msgctxt "x86-flag" +msgid "cpu topology enum extensions" +msgstr "" + +#. /flag:tsc_reliable +#: modules/devices/x86/x86_data.c:104 +msgctxt "x86-flag" +msgid "TSC is known to be reliable" +msgstr "" + +#. /flag:nonstop_tsc +#: modules/devices/x86/x86_data.c:105 +msgctxt "x86-flag" +msgid "TSC does not stop in C states" +msgstr "" + +#. /flag:extd_apicid +#: modules/devices/x86/x86_data.c:106 +msgctxt "x86-flag" +msgid "has extended APICID (8 bits)" +msgstr "" + +#. /flag:amd_dcm +#: modules/devices/x86/x86_data.c:107 +msgctxt "x86-flag" +msgid "multi-node processor" +msgstr "" + +#. /flag:aperfmperf +#: modules/devices/x86/x86_data.c:108 +msgctxt "x86-flag" +msgid "APERFMPERF" +msgstr "" + +#. /flag:eagerfpu +#: modules/devices/x86/x86_data.c:109 +msgctxt "x86-flag" +msgid "Non lazy FPU restore" +msgstr "" + +#. /flag:nonstop_tsc_s3 +#: modules/devices/x86/x86_data.c:110 +msgctxt "x86-flag" +msgid "TSC doesn't stop in S3 state" +msgstr "" + +#. /flag:mce_recovery +#: modules/devices/x86/x86_data.c:111 +msgctxt "x86-flag" +msgid "CPU has recoverable machine checks" +msgstr "" + +#. /flag:pni +#: modules/devices/x86/x86_data.c:114 +msgctxt "x86-flag" +msgid "SSE-3 (\"Prescott New Instructions\")" +msgstr "" + +#. /flag:pclmulqdq +#: modules/devices/x86/x86_data.c:115 +msgctxt "x86-flag" +msgid "" +"Perform a Carry-Less Multiplication of Quadword instruction - accelerator " +"for GCM)" +msgstr "" + +#. /flag:dtes64 +#: modules/devices/x86/x86_data.c:116 +msgctxt "x86-flag" +msgid "64-bit Debug Store" +msgstr "" + +#. /flag:monitor +#: modules/devices/x86/x86_data.c:117 +msgctxt "x86-flag" +msgid "Monitor/Mwait support (Intel SSE3 supplements)" +msgstr "" + +#. /flag:ds_cpl +#: modules/devices/x86/x86_data.c:118 +msgctxt "x86-flag" +msgid "CPL Qual. Debug Store" +msgstr "" + +#. /flag:vmx +#: modules/devices/x86/x86_data.c:119 +msgctxt "x86-flag" +msgid "Hardware virtualization, Intel VMX" +msgstr "" + +#. /flag:smx +#: modules/devices/x86/x86_data.c:120 +msgctxt "x86-flag" +msgid "Safer mode TXT (TPM support)" +msgstr "" + +#. /flag:est +#: modules/devices/x86/x86_data.c:121 +msgctxt "x86-flag" +msgid "Enhanced SpeedStep" +msgstr "" + +#. /flag:tm2 +#: modules/devices/x86/x86_data.c:122 +msgctxt "x86-flag" +msgid "Thermal Monitor 2" +msgstr "" + +#. /flag:ssse3 +#: modules/devices/x86/x86_data.c:123 +msgctxt "x86-flag" +msgid "Supplemental SSE-3" +msgstr "" + +#. /flag:cid +#: modules/devices/x86/x86_data.c:124 +msgctxt "x86-flag" +msgid "Context ID" +msgstr "" + +#. /flag:sdbg +#: modules/devices/x86/x86_data.c:125 +msgctxt "x86-flag" +msgid "silicon debug" +msgstr "" + +#. /flag:fma +#: modules/devices/x86/x86_data.c:126 +msgctxt "x86-flag" +msgid "Fused multiply-add" +msgstr "" + +#. /flag:cx16 +#: modules/devices/x86/x86_data.c:127 +msgctxt "x86-flag" +msgid "CMPXCHG16B" +msgstr "" + +#. /flag:xtpr +#: modules/devices/x86/x86_data.c:128 +msgctxt "x86-flag" +msgid "Send Task Priority Messages" +msgstr "" + +#. /flag:pdcm +#: modules/devices/x86/x86_data.c:129 +msgctxt "x86-flag" +msgid "Performance Capabilities" +msgstr "" + +#. /flag:pcid +#: modules/devices/x86/x86_data.c:130 +msgctxt "x86-flag" +msgid "Process Context Identifiers" +msgstr "" + +#. /flag:dca +#: modules/devices/x86/x86_data.c:131 +msgctxt "x86-flag" +msgid "Direct Cache Access" +msgstr "" + +#. /flag:sse4_1 +#: modules/devices/x86/x86_data.c:132 +msgctxt "x86-flag" +msgid "SSE-4.1" +msgstr "" + +#. /flag:sse4_2 +#: modules/devices/x86/x86_data.c:133 +msgctxt "x86-flag" +msgid "SSE-4.2" +msgstr "" + +#. /flag:x2apic +#: modules/devices/x86/x86_data.c:134 +msgctxt "x86-flag" +msgid "x2APIC" +msgstr "" + +#. /flag:movbe +#: modules/devices/x86/x86_data.c:135 +msgctxt "x86-flag" +msgid "Move Data After Swapping Bytes instruction" +msgstr "" + +#. /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 "" + +#. /flag:tsc_deadline_timer +#: modules/devices/x86/x86_data.c:137 +msgctxt "x86-flag" +msgid "Tsc deadline timer" +msgstr "" + +#. /flag:aes/aes-ni +#: modules/devices/x86/x86_data.c:138 +msgctxt "x86-flag" +msgid "Advanced Encryption Standard (New Instructions)" +msgstr "" + +#. /flag:xsave +#: modules/devices/x86/x86_data.c:139 +msgctxt "x86-flag" +msgid "Save Processor Extended States: also provides XGETBY,XRSTOR,XSETBY" +msgstr "" + +#. /flag:avx +#: modules/devices/x86/x86_data.c:140 +msgctxt "x86-flag" +msgid "Advanced Vector Extensions" +msgstr "" + +#. /flag:f16c +#: modules/devices/x86/x86_data.c:141 +msgctxt "x86-flag" +msgid "16-bit fp conversions (CVT16)" +msgstr "" + +#. /flag:rdrand +#: modules/devices/x86/x86_data.c:142 +msgctxt "x86-flag" +msgid "Read Random Number from hardware random number generator instruction" +msgstr "" + +#. /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 +#. /flag:rng +#: modules/devices/x86/x86_data.c:145 +msgctxt "x86-flag" +msgid "Random Number Generator present (xstore)" +msgstr "" + +#. /flag:rng_en +#: modules/devices/x86/x86_data.c:146 +msgctxt "x86-flag" +msgid "Random Number Generator enabled" +msgstr "" + +#. /flag:ace +#: modules/devices/x86/x86_data.c:147 +msgctxt "x86-flag" +msgid "on-CPU crypto (xcrypt)" +msgstr "" + +#. /flag:ace_en +#: modules/devices/x86/x86_data.c:148 +msgctxt "x86-flag" +msgid "on-CPU crypto enabled" +msgstr "" + +#. /flag:ace2 +#: modules/devices/x86/x86_data.c:149 +msgctxt "x86-flag" +msgid "Advanced Cryptography Engine v2" +msgstr "" + +#. /flag:ace2_en +#: modules/devices/x86/x86_data.c:150 +msgctxt "x86-flag" +msgid "ACE v2 enabled" +msgstr "" + +#. /flag:phe +#: modules/devices/x86/x86_data.c:151 +msgctxt "x86-flag" +msgid "PadLock Hash Engine" +msgstr "" + +#. /flag:phe_en +#: modules/devices/x86/x86_data.c:152 +msgctxt "x86-flag" +msgid "PHE enabled" +msgstr "" + +#. /flag:pmm +#: modules/devices/x86/x86_data.c:153 +msgctxt "x86-flag" +msgid "PadLock Montgomery Multiplier" +msgstr "" + +#. /flag:pmm_en +#: modules/devices/x86/x86_data.c:154 +msgctxt "x86-flag" +msgid "PMM enabled" +msgstr "" + +#. /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 "" + +#. /flag:cmp_legacy +#: modules/devices/x86/x86_data.c:157 +msgctxt "x86-flag" +msgid "If yes HyperThreading not valid" +msgstr "" + +#. /flag:svm +#: modules/devices/x86/x86_data.c:158 +msgctxt "x86-flag" +msgid "\"Secure virtual machine\": AMD-V" +msgstr "" + +#. /flag:extapic +#: modules/devices/x86/x86_data.c:159 +msgctxt "x86-flag" +msgid "Extended APIC space" +msgstr "" + +#. /flag:cr8_legacy +#: modules/devices/x86/x86_data.c:160 +msgctxt "x86-flag" +msgid "CR8 in 32-bit mode" +msgstr "" + +#. /flag:abm +#: modules/devices/x86/x86_data.c:161 +msgctxt "x86-flag" +msgid "Advanced Bit Manipulation" +msgstr "" + +#. /flag:sse4a +#: modules/devices/x86/x86_data.c:162 +msgctxt "x86-flag" +msgid "SSE-4A" +msgstr "" + +#. /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 "" + +#. /flag:3dnowprefetch +#: modules/devices/x86/x86_data.c:164 +msgctxt "x86-flag" +msgid "3DNow prefetch instructions" +msgstr "" + +#. /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 "" + +#. /flag:ibs +#: modules/devices/x86/x86_data.c:166 +msgctxt "x86-flag" +msgid "Instruction Based Sampling" +msgstr "" + +#. /flag:xop +#: modules/devices/x86/x86_data.c:167 +msgctxt "x86-flag" +msgid "extended AVX instructions" +msgstr "" + +#. /flag:skinit +#: modules/devices/x86/x86_data.c:168 +msgctxt "x86-flag" +msgid "SKINIT/STGI instructions" +msgstr "" + +#. /flag:wdt +#: modules/devices/x86/x86_data.c:169 +msgctxt "x86-flag" +msgid "Watchdog timer" +msgstr "" + +#. /flag:lwp +#: modules/devices/x86/x86_data.c:170 +msgctxt "x86-flag" +msgid "Light Weight Profiling" +msgstr "" + +#. /flag:fma4 +#: modules/devices/x86/x86_data.c:171 +msgctxt "x86-flag" +msgid "4 operands MAC instructions" +msgstr "" + +#. /flag:tce +#: modules/devices/x86/x86_data.c:172 +msgctxt "x86-flag" +msgid "translation cache extension" +msgstr "" + +#. /flag:nodeid_msr +#: modules/devices/x86/x86_data.c:173 +msgctxt "x86-flag" +msgid "NodeId MSR" +msgstr "" + +#. /flag:tbm +#: modules/devices/x86/x86_data.c:174 +msgctxt "x86-flag" +msgid "Trailing Bit Manipulation" +msgstr "" + +#. /flag:topoext +#: modules/devices/x86/x86_data.c:175 +msgctxt "x86-flag" +msgid "Topology Extensions CPUID leafs" +msgstr "" + +#. /flag:perfctr_core +#: modules/devices/x86/x86_data.c:176 +msgctxt "x86-flag" +msgid "Core Performance Counter Extensions" +msgstr "" + +#. /flag:perfctr_nb +#: modules/devices/x86/x86_data.c:177 +msgctxt "x86-flag" +msgid "NB Performance Counter Extensions" +msgstr "" + +#. /flag:bpext +#: modules/devices/x86/x86_data.c:178 +msgctxt "x86-flag" +msgid "data breakpoint extension" +msgstr "" + +#. /flag:ptsc +#: modules/devices/x86/x86_data.c:179 +msgctxt "x86-flag" +msgid "performance time-stamp counter" +msgstr "" + +#. /flag:perfctr_l2 +#: modules/devices/x86/x86_data.c:180 +msgctxt "x86-flag" +msgid "L2 Performance Counter Extensions" +msgstr "" + +#. /flag:mwaitx +#: modules/devices/x86/x86_data.c:181 +msgctxt "x86-flag" +msgid "MWAIT extension (MONITORX/MWAITX)" +msgstr "" + +#. /flag:cpb +#: modules/devices/x86/x86_data.c:183 +msgctxt "x86-flag" +msgid "AMD Core Performance Boost" +msgstr "" + +#. /flag:epb +#: modules/devices/x86/x86_data.c:184 +msgctxt "x86-flag" +msgid "IA32_ENERGY_PERF_BIAS support" +msgstr "" + +#. /flag:hw_pstate +#: modules/devices/x86/x86_data.c:185 +msgctxt "x86-flag" +msgid "AMD HW-PState" +msgstr "" + +#. /flag:proc_feedback +#: modules/devices/x86/x86_data.c:186 +msgctxt "x86-flag" +msgid "AMD ProcFeedbackInterface" +msgstr "" + +#. /flag:intel_pt +#: modules/devices/x86/x86_data.c:187 +msgctxt "x86-flag" +msgid "Intel Processor Tracing" +msgstr "" + +#. /flag:tpr_shadow +#: modules/devices/x86/x86_data.c:189 +msgctxt "x86-flag" +msgid "Intel TPR Shadow" +msgstr "" + +#. /flag:vnmi +#: modules/devices/x86/x86_data.c:190 +msgctxt "x86-flag" +msgid "Intel Virtual NMI" +msgstr "" + +#. /flag:flexpriority +#: modules/devices/x86/x86_data.c:191 +msgctxt "x86-flag" +msgid "Intel FlexPriority" +msgstr "" + +#. /flag:ept +#: modules/devices/x86/x86_data.c:192 +msgctxt "x86-flag" +msgid "Intel Extended Page Table" +msgstr "" + +#. /flag:vpid +#: modules/devices/x86/x86_data.c:193 +msgctxt "x86-flag" +msgid "Intel Virtual Processor ID" +msgstr "" + +#. /flag:vmmcall +#: modules/devices/x86/x86_data.c:194 +msgctxt "x86-flag" +msgid "prefer VMMCALL to VMCALL" +msgstr "" + +#. /flag:fsgsbase +#: modules/devices/x86/x86_data.c:196 +msgctxt "x86-flag" +msgid "{RD/WR}{FS/GS}BASE instructions" +msgstr "" + +#. /flag:tsc_adjust +#: modules/devices/x86/x86_data.c:197 +msgctxt "x86-flag" +msgid "TSC adjustment MSR" +msgstr "" + +#. /flag:bmi1 +#: modules/devices/x86/x86_data.c:198 +msgctxt "x86-flag" +msgid "1st group bit manipulation extensions" +msgstr "" + +#. /flag:hle +#: modules/devices/x86/x86_data.c:199 +msgctxt "x86-flag" +msgid "Hardware Lock Elision" +msgstr "" + +#. /flag:avx2 +#: modules/devices/x86/x86_data.c:200 +msgctxt "x86-flag" +msgid "AVX2 instructions" +msgstr "" + +#. /flag:smep +#: modules/devices/x86/x86_data.c:201 +msgctxt "x86-flag" +msgid "Supervisor Mode Execution Protection" +msgstr "" + +#. /flag:bmi2 +#: modules/devices/x86/x86_data.c:202 +msgctxt "x86-flag" +msgid "2nd group bit manipulation extensions" +msgstr "" + +#. /flag:erms +#: modules/devices/x86/x86_data.c:203 +msgctxt "x86-flag" +msgid "Enhanced REP MOVSB/STOSB" +msgstr "" + +#. /flag:invpcid +#: modules/devices/x86/x86_data.c:204 +msgctxt "x86-flag" +msgid "Invalidate Processor Context ID" +msgstr "" + +#. /flag:rtm +#: modules/devices/x86/x86_data.c:205 +msgctxt "x86-flag" +msgid "Restricted Transactional Memory" +msgstr "" + +#. /flag:cqm +#: modules/devices/x86/x86_data.c:206 +msgctxt "x86-flag" +msgid "Cache QoS Monitoring" +msgstr "" + +#. /flag:mpx +#: modules/devices/x86/x86_data.c:207 +msgctxt "x86-flag" +msgid "Memory Protection Extension" +msgstr "" + +#. /flag:avx512f +#: modules/devices/x86/x86_data.c:208 +msgctxt "x86-flag" +msgid "AVX-512 foundation" +msgstr "" + +#. /flag:avx512dq +#: modules/devices/x86/x86_data.c:209 +msgctxt "x86-flag" +msgid "AVX-512 Double/Quad instructions" +msgstr "" + +#. /flag:rdseed +#: modules/devices/x86/x86_data.c:210 +msgctxt "x86-flag" +msgid "The RDSEED instruction" +msgstr "" + +#. /flag:adx +#: modules/devices/x86/x86_data.c:211 +msgctxt "x86-flag" +msgid "The ADCX and ADOX instructions" +msgstr "" + +#. /flag:smap +#: modules/devices/x86/x86_data.c:212 +msgctxt "x86-flag" +msgid "Supervisor Mode Access Prevention" +msgstr "" + +#. /flag:clflushopt +#: modules/devices/x86/x86_data.c:213 +msgctxt "x86-flag" +msgid "CLFLUSHOPT instruction" +msgstr "" + +#. /flag:clwb +#: modules/devices/x86/x86_data.c:214 +msgctxt "x86-flag" +msgid "CLWB instruction" +msgstr "" + +#. /flag:avx512pf +#: modules/devices/x86/x86_data.c:215 +msgctxt "x86-flag" +msgid "AVX-512 Prefetch" +msgstr "" + +#. /flag:avx512er +#: modules/devices/x86/x86_data.c:216 +msgctxt "x86-flag" +msgid "AVX-512 Exponential and Reciprocal" +msgstr "" + +#. /flag:avx512cd +#: modules/devices/x86/x86_data.c:217 +msgctxt "x86-flag" +msgid "AVX-512 Conflict Detection" +msgstr "" + +#. /flag:sha_ni +#: modules/devices/x86/x86_data.c:218 +msgctxt "x86-flag" +msgid "SHA1/SHA256 Instruction Extensions" +msgstr "" + +#. /flag:avx512bw +#: modules/devices/x86/x86_data.c:219 +msgctxt "x86-flag" +msgid "AVX-512 Byte/Word instructions" +msgstr "" + +#. /flag:avx512vl +#: modules/devices/x86/x86_data.c:220 +msgctxt "x86-flag" +msgid "AVX-512 128/256 Vector Length extensions" +msgstr "" + +#. /flag:xsaveopt +#: modules/devices/x86/x86_data.c:222 +msgctxt "x86-flag" +msgid "Optimized XSAVE" +msgstr "" + +#. /flag:xsavec +#: modules/devices/x86/x86_data.c:223 +msgctxt "x86-flag" +msgid "XSAVEC" +msgstr "" + +#. /flag:xgetbv1 +#: modules/devices/x86/x86_data.c:224 +msgctxt "x86-flag" +msgid "XGETBV with ECX = 1" +msgstr "" + +#. /flag:xsaves +#: modules/devices/x86/x86_data.c:225 +msgctxt "x86-flag" +msgid "XSAVES/XRSTORS" +msgstr "" + +#. /flag:cqm_llc +#: modules/devices/x86/x86_data.c:227 +msgctxt "x86-flag" +msgid "LLC QoS" +msgstr "" + +#. /flag:cqm_occup_llc +#: modules/devices/x86/x86_data.c:229 +msgctxt "x86-flag" +msgid "LLC occupancy monitoring" +msgstr "" + +#. /flag:cqm_mbm_total +#: modules/devices/x86/x86_data.c:230 +msgctxt "x86-flag" +msgid "LLC total MBM monitoring" +msgstr "" + +#. /flag:cqm_mbm_local +#: modules/devices/x86/x86_data.c:231 +msgctxt "x86-flag" +msgid "LLC local MBM monitoring" +msgstr "" + +#. /flag:clzero +#: modules/devices/x86/x86_data.c:233 +msgctxt "x86-flag" +msgid "CLZERO instruction" +msgstr "" + +#. /flag:irperf +#: modules/devices/x86/x86_data.c:234 +msgctxt "x86-flag" +msgid "instructions retired performance counter" +msgstr "" + +#. /flag:dtherm +#: modules/devices/x86/x86_data.c:236 +msgctxt "x86-flag" +msgid "digital thermal sensor" +msgstr "" + +#. /flag:ida +#: modules/devices/x86/x86_data.c:237 +msgctxt "x86-flag" +msgid "Intel Dynamic Acceleration" +msgstr "" + +#. /flag:arat +#: modules/devices/x86/x86_data.c:238 +msgctxt "x86-flag" +msgid "Always Running APIC Timer" +msgstr "" + +#. /flag:pln +#: modules/devices/x86/x86_data.c:239 +msgctxt "x86-flag" +msgid "Intel Power Limit Notification" +msgstr "" + +#. /flag:pts +#: modules/devices/x86/x86_data.c:240 +msgctxt "x86-flag" +msgid "Intel Package Thermal Status" +msgstr "" + +#. /flag:hwp +#: modules/devices/x86/x86_data.c:241 +msgctxt "x86-flag" +msgid "Intel Hardware P-states" +msgstr "" + +#. /flag:hwp_notify +#: modules/devices/x86/x86_data.c:242 +msgctxt "x86-flag" +msgid "HWP notification" +msgstr "" + +#. /flag:hwp_act_window +#: modules/devices/x86/x86_data.c:243 +msgctxt "x86-flag" +msgid "HWP Activity Window" +msgstr "" + +#. /flag:hwp_epp +#: modules/devices/x86/x86_data.c:244 +msgctxt "x86-flag" +msgid "HWP Energy Performance Preference" +msgstr "" + +#. /flag:hwp_pkg_req +#: modules/devices/x86/x86_data.c:245 +msgctxt "x86-flag" +msgid "HWP package-level request" +msgstr "" + +#. /flag:npt +#: modules/devices/x86/x86_data.c:247 +msgctxt "x86-flag" +msgid "AMD Nested Page Table support" +msgstr "" + +#. /flag:lbrv +#: modules/devices/x86/x86_data.c:248 +msgctxt "x86-flag" +msgid "AMD LBR Virtualization support" +msgstr "" + +#. /flag:svm_lock +#: modules/devices/x86/x86_data.c:249 +msgctxt "x86-flag" +msgid "AMD SVM locking MSR" +msgstr "" + +#. /flag:nrip_save +#: modules/devices/x86/x86_data.c:250 +msgctxt "x86-flag" +msgid "AMD SVM next_rip save" +msgstr "" + +#. /flag:tsc_scale +#: modules/devices/x86/x86_data.c:251 +msgctxt "x86-flag" +msgid "AMD TSC scaling support" +msgstr "" + +#. /flag:vmcb_clean +#: modules/devices/x86/x86_data.c:252 +msgctxt "x86-flag" +msgid "AMD VMCB clean bits support" +msgstr "" + +#. /flag:flushbyasid +#: modules/devices/x86/x86_data.c:253 +msgctxt "x86-flag" +msgid "AMD flush-by-ASID support" +msgstr "" + +#. /flag:decodeassists +#: modules/devices/x86/x86_data.c:254 +msgctxt "x86-flag" +msgid "AMD Decode Assists support" +msgstr "" + +#. /flag:pausefilter +#: modules/devices/x86/x86_data.c:255 +msgctxt "x86-flag" +msgid "AMD filtered pause intercept" +msgstr "" + +#. /flag:pfthreshold +#: modules/devices/x86/x86_data.c:256 +msgctxt "x86-flag" +msgid "AMD pause filter threshold" +msgstr "" + +#. /flag:avic +#: modules/devices/x86/x86_data.c:257 +msgctxt "x86-flag" +msgid "Virtual Interrupt Controller" +msgstr "" + +#. /flag:pku +#: modules/devices/x86/x86_data.c:259 +msgctxt "x86-flag" +msgid "Protection Keys for Userspace" +msgstr "" + +#. /flag:ospke +#: modules/devices/x86/x86_data.c:260 +msgctxt "x86-flag" +msgid "OS Protection Keys Enable" +msgstr "" + +#. /flag:overflow_recov +#: modules/devices/x86/x86_data.c:262 +msgctxt "x86-flag" +msgid "MCA overflow recovery support" +msgstr "" + +#. /flag:succor +#: modules/devices/x86/x86_data.c:263 +msgctxt "x86-flag" +msgid "uncorrectable error containment and recovery" +msgstr "" + +#. /flag:smca +#: modules/devices/x86/x86_data.c:264 +msgctxt "x86-flag" +msgid "Scalable MCA" +msgstr "" + +#. /bug:f00f +#: modules/devices/x86/x86_data.c:267 +msgctxt "x86-flag" +msgid "Intel F00F bug" +msgstr "" + +#. /bug:fdiv +#: modules/devices/x86/x86_data.c:268 +msgctxt "x86-flag" +msgid "FPU FDIV" +msgstr "" + +#. /bug:coma +#: modules/devices/x86/x86_data.c:269 +msgctxt "x86-flag" +msgid "Cyrix 6x86 coma" +msgstr "" + +#. /bug:tlb_mmatch +#: modules/devices/x86/x86_data.c:270 +msgctxt "x86-flag" +msgid "AMD Erratum 383" +msgstr "" + +#. /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 "" + +#. /bug:11ap +#: modules/devices/x86/x86_data.c:272 +msgctxt "x86-flag" +msgid "Bad local APIC aka 11AP" +msgstr "" + +#. /bug:fxsave_leak +#: modules/devices/x86/x86_data.c:273 +msgctxt "x86-flag" +msgid "FXSAVE leaks FOP/FIP/FOP" +msgstr "" + +#. /bug:clflush_monitor +#: modules/devices/x86/x86_data.c:274 +msgctxt "x86-flag" +msgid "AAI65, CLFLUSH required before MONITOR" +msgstr "" + +#. /bug:sysret_ss_attrs +#: modules/devices/x86/x86_data.c:275 +msgctxt "x86-flag" +msgid "SYSRET doesn't fix up SS attrs" +msgstr "" + +#. /bug:espfix +#: modules/devices/x86/x86_data.c:276 +msgctxt "x86-flag" +msgid "IRET to 16-bit SS corrupts ESP/RSP high bits" +msgstr "" + +#. /bug:null_seg +#: modules/devices/x86/x86_data.c:277 +msgctxt "x86-flag" +msgid "Nulling a selector preserves the base" +msgstr "" + +#. /bug:swapgs_fence +#: modules/devices/x86/x86_data.c:278 +msgctxt "x86-flag" +msgid "SWAPGS without input dep on GS" +msgstr "" + +#. /bug:monitor +#: modules/devices/x86/x86_data.c:279 +msgctxt "x86-flag" +msgid "IPI required to wake up remote CPU" +msgstr "" + +#. /x86/kernel/cpu/powerflags.h +#. /flag:pm:ts +#: modules/devices/x86/x86_data.c:283 +msgctxt "x86-flag" +msgid "temperature sensor" +msgstr "" + +#. /flag:pm:fid +#: modules/devices/x86/x86_data.c:284 +msgctxt "x86-flag" +msgid "frequency id control" +msgstr "" + +#. /flag:pm:vid +#: modules/devices/x86/x86_data.c:285 +msgctxt "x86-flag" +msgid "voltage id control" +msgstr "" + +#. /flag:pm:ttp +#: modules/devices/x86/x86_data.c:286 +msgctxt "x86-flag" +msgid "thermal trip" +msgstr "" + +#. /flag:pm:tm +#: modules/devices/x86/x86_data.c:287 +msgctxt "x86-flag" +msgid "hardware thermal control" +msgstr "" + +#. /flag:pm:stc +#: modules/devices/x86/x86_data.c:288 +msgctxt "x86-flag" +msgid "software thermal control" +msgstr "" + +#. /flag:pm:100mhzsteps +#: modules/devices/x86/x86_data.c:289 +msgctxt "x86-flag" +msgid "100 MHz multiplier control" +msgstr "" + +#. /flag:pm:hwpstate +#: modules/devices/x86/x86_data.c:290 +msgctxt "x86-flag" +msgid "hardware P-state control" +msgstr "" + +#. /flag:pm:cpb +#: modules/devices/x86/x86_data.c:291 +msgctxt "x86-flag" +msgid "core performance boost" +msgstr "" -#: modules//network.c:59 +#. /flag:pm:eff_freq_ro +#: modules/devices/x86/x86_data.c:292 +msgctxt "x86-flag" +msgid "Readonly aperf/mperf" +msgstr "" + +#. /flag:pm:proc_feedback +#: modules/devices/x86/x86_data.c:293 +msgctxt "x86-flag" +msgid "processor feedback interface" +msgstr "" + +#. /flag:pm:acc_power +#: modules/devices/x86/x86_data.c:294 +msgctxt "x86-flag" +msgid "accumulated power mechanism" +msgstr "" + +#: modules/network.c:59 msgid "Interfaces" msgstr "Interfaces" -#: modules//network.c:60 +#: modules/network.c:60 msgid "IP Connections" msgstr "Connections IP" -#: modules//network.c:61 +#: modules/network.c:61 msgid "Routing Table" msgstr "Table de Routage" -#: modules//network.c:62 +#: modules/network.c:62 modules/network.c:303 msgid "ARP Table" msgstr "Table ARP" -#: modules//network.c:63 +#: modules/network.c:63 msgid "DNS Servers" msgstr "Serveurs DNS" -#: modules//network.c:64 +#: modules/network.c:64 msgid "Statistics" msgstr "Statistiques" -#: modules//network.c:65 +#: modules/network.c:65 msgid "Shared Directories" msgstr "Dossiers d'interopérabilités" -#: 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 Addresse\n" -"ColumnTitle$Value=Interface\n" -"ColumnTitle$Extra1=MAC Address\n" -"ShowColumnHeaders=true\n" +#: modules/network.c:304 modules/network.c:326 modules/network.c:357 +#: modules/network/net.c:477 +msgid "IP Address" +msgstr "Addresse IP" -#: 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" +#: modules/network.c:304 modules/network.c:357 modules/network.c:374 +msgid "Interface" msgstr "" -"[Name servers]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP Address\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -#: 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=Local Address\n" -"ColumnTitle$Value=Protocol\n" -"ColumnTitle$Extra1=Foreign Address\n" -"ColumnTitle$Extra2=State\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/network.c:304 +msgid "MAC Address" msgstr "" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Interface\n" -"ColumnTitle$Value=Addresse IP\n" -"ColumnTitle$Extra1=Envoyé\n" -"ColumnTitle$Extra2=Reçue\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/network.c:313 +msgid "SAMBA" msgstr "" -#: modules//network.c:399 +#: modules/network.c:314 +msgid "NFS" +msgstr "" + +#: modules/network.c:325 +msgid "Name Servers" +msgstr "" + +#: modules/network.c:340 +msgid "Connections" +msgstr "" + +#: modules/network.c:341 +msgid "Local Address" +msgstr "" + +#: modules/network.c:341 +msgid "Protocol" +msgstr "" + +#: modules/network.c:341 +msgid "Foreign Address" +msgstr "" + +#: modules/network.c:341 +msgid "State" +msgstr "" + +#: modules/network.c:357 +msgid "Sent" +msgstr "Envoyé" + +#: modules/network.c:357 +msgid "Received" +msgstr "Reçue" + +#: modules/network.c:373 +msgid "IP routing table" +msgstr "" + +#: modules/network.c:374 +msgid "Destination/Gateway" +msgstr "" + +#: modules/network.c:374 +msgid "Flags" +msgstr "" + +#: modules/network.c:374 modules/network/net.c:478 +msgid "Mask" +msgstr "" + +#: modules/network.c:402 msgid "Network" msgstr "Réseau" -#: modules//network.c:432 +#: modules/network.c:435 msgid "Gathers information about this computer's network connection" msgstr "Collecte des informations sur les connexions réseau de cet ordinateur" -#: hardinfo//hardinfo.c:54 -msgid "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n" -"\n" +#: modules/network/net.c:72 +msgctxt "wi-op-mode" +msgid "Auto" msgstr "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. voir COPYING pour les details.\n" -"\n" -#: hardinfo//hardinfo.c:56 -#, 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:73 +msgctxt "wi-op-mode" +msgid "Ad-Hoc" msgstr "" -"Compile-time options:\n" -" Version: %s (%s)\n" -" BinReloc activé: %s\n" -" Data prefix: %s\n" -" Library prefix: %s\n" -" Compilation: %s %s (%s)\n" -#: hardinfo//hardinfo.c:74 -#, 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:74 +msgctxt "wi-op-mode" +msgid "Managed" msgstr "" -"Impossible de trouver les données d'exécution.\n" -"\n" -"• Est ce que HardInfo est correctement installé?\n" -"• Voir si %s et %s existes et que vous avez bien les privilèges." -#: hardinfo//hardinfo.c:81 -#, c-format -msgid "" -"Modules:\n" -"%-20s%-15s%-12s\n" +#: modules/network/net.c:75 +msgctxt "wi-op-mode" +msgid "Master" msgstr "" -"Modules:\n" -"%-20s%-15s%-12s\n" -#: hardinfo//hardinfo.c:82 -msgid "File Name" -msgstr "Nom du fichier" +#: modules/network/net.c:76 +msgctxt "wi-op-mode" +msgid "Repeater" +msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Name" -msgstr "Nom" +#: modules/network/net.c:77 +msgctxt "wi-op-mode" +msgid "Secondary" +msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Version" -msgstr "Version" +#: modules/network/net.c:78 +msgctxt "wi-op-mode" +msgid "(Unknown)" +msgstr "" -#: hardinfo//hardinfo.c:135 -#, c-format -msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" -msgstr "Benchmark inconnu ``%s'' ou libbenchmark.so non chargé" +#: modules/network/net.c:242 modules/network/net.c:262 +#: modules/network/net.c:270 +msgctxt "net-if-type" +msgid "Ethernet" +msgstr "" -#: hardinfo//hardinfo.c:163 -msgid "Don't know what to do. Exiting." -msgstr "Que faire. Sortie." +#: modules/network/net.c:243 +msgctxt "net-if-type" +msgid "Loopback" +msgstr "" -#: hardinfo//util.c:102 -#: hardinfo//util.c:105 -#: hardinfo//util.c:110 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d minute" -msgstr[1] "%d minutes" +#: modules/network/net.c:244 +msgctxt "net-if-type" +msgid "Point-to-Point" +msgstr "" -#: hardinfo//util.c:104 -#, c-format -msgid "%d hour, " -msgid_plural "%d hours, " -msgstr[0] "%d heure, " -msgstr[1] "%d heures, " +#: 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 "" -#: hardinfo//util.c:108 -#, c-format -msgid "%d day, " -msgid_plural "%d days, " -msgstr[0] "%d jour, " -msgstr[1] "%d jours, " +#: modules/network/net.c:249 +msgctxt "net-if-type" +msgid "Virtual Point-to-Point (TUN)" +msgstr "" -#: hardinfo//util.c:109 -#, c-format -msgid "%d hour and " -msgid_plural "%d hours and " -msgstr[0] "%d heure et " -msgstr[1] "%d heures et " +#: modules/network/net.c:250 +msgctxt "net-if-type" +msgid "Ethernet (TAP)" +msgstr "" -#: hardinfo//util.c:116 -#, c-format -msgid "%.1f B" -msgstr "%.1f B" +#: modules/network/net.c:251 +msgctxt "net-if-type" +msgid "Parallel Line Internet Protocol" +msgstr "" -#: hardinfo//util.c:118 -#, c-format -msgid "%.1f KiB" -msgstr "%.1f KiB" +#: modules/network/net.c:252 +msgctxt "net-if-type" +msgid "Infrared" +msgstr "" -#: hardinfo//util.c:120 -#, c-format -msgid "%.1f MiB" -msgstr "%.1f MiB" +#: modules/network/net.c:253 modules/network/net.c:271 +msgctxt "net-if-type" +msgid "Serial Line Internet Protocol" +msgstr "" -#: hardinfo//util.c:122 -#, c-format -msgid "%.1f GiB" -msgstr "%.1f GiB" +#: modules/network/net.c:254 +msgctxt "net-if-type" +msgid "Integrated Services Digital Network" +msgstr "" -#: hardinfo//util.c:336 -msgid "Error" -msgstr "Erreur" +#: modules/network/net.c:255 +msgctxt "net-if-type" +msgid "IPv6-over-IPv4 Tunnel" +msgstr "" -#: hardinfo//util.c:336 -#: hardinfo//util.c:352 -msgid "Warning" -msgstr "Attention" +#: modules/network/net.c:256 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface (NAT)" +msgstr "" -#: hardinfo//util.c:351 -msgid "Fatal Error" -msgstr "Erreur Fatale" +#: modules/network/net.c:257 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface" +msgstr "" -#: hardinfo//util.c:376 -msgid "creates a report and prints to standard output" -msgstr "crée un rapport et imprime sur la sortie standard" +#: modules/network/net.c:258 +msgctxt "net-if-type" +msgid "Personal Area Network (PAN)" +msgstr "" -#: hardinfo//util.c:382 -msgid "chooses a report format (text, html)" -msgstr "choisir un format de rapport (texte, html)" +#: modules/network/net.c:259 +msgctxt "net-if-type" +msgid "Bluetooth" +msgstr "" -#: hardinfo//util.c:388 -msgid "run benchmark; requires benchmark.so to be loaded" -msgstr "Envoyé le benchmark; nécessite benchmark.so" +#: modules/network/net.c:260 +msgctxt "net-if-type" +msgid "Bridge Interface" +msgstr "" -#: hardinfo//util.c:394 -msgid "lists modules" -msgstr "Listes des modules" +#: modules/network/net.c:261 +msgctxt "net-if-type" +msgid "Hamachi Virtual Personal Network" +msgstr "" -#: hardinfo//util.c:400 -msgid "specify module to load" -msgstr "spécifie les modules à charger" +#: modules/network/net.c:263 +msgctxt "net-if-type" +msgid "Intermediate Functional Block" +msgstr "" -#: hardinfo//util.c:406 -msgid "automatically load module dependencies" -msgstr "charger automatiquement les dépendances entre modules" +#: modules/network/net.c:264 +msgctxt "net-if-type" +msgid "GRE Network Tunnel" +msgstr "" -#: hardinfo//util.c:413 -msgid "run in XML-RPC server mode" -msgstr "fonctionner en mode serveur XML-RPC" +#: modules/network/net.c:265 +msgctxt "net-if-type" +msgid "Mesh Network" +msgstr "" -#: hardinfo//util.c:420 -msgid "shows program version and quit" -msgstr "Affiche la version du programme et quitter" +#: modules/network/net.c:266 +msgctxt "net-if-type" +msgid "Wireless Master Interface" +msgstr "" -#: hardinfo//util.c:425 -msgid "- System Profiler and Benchmark tool" -msgstr "- Profil du Systeme et outil d'évaluation Benchmark" +#: modules/network/net.c:267 +msgctxt "net-if-type" +msgid "VirtualBox Virtual Network Interface" +msgstr "" -#: hardinfo//util.c:435 -#, c-format -msgid "" -"Unrecognized arguments.\n" -"Try ``%s --help'' for more information.\n" +#: modules/network/net.c:273 +msgctxt "net-if-type" +msgid "Wireless (WAN)" msgstr "" -"commandes inconnues.\n" -"taper ``%s --help'' pour plus d'informations.\n" -#: hardinfo//util.c:501 -#, c-format -msgid "Couldn't find a Web browser to open URL %s." -msgstr "Impossible de trouver un navigateur Web pour ouvrir l'URL %s." +#: modules/network/net.c:275 +msgctxt "net-if-type" +msgid "(Unknown)" +msgstr "" -#: hardinfo//util.c:848 -#, c-format -msgid "Module \"%s\" depends on module \"%s\", load it?" -msgstr "Module \"%s\" depends du module \"%s\", le charger?" +#: modules/network/net.c:348 modules/network/net.c:358 +msgid "Network Interfaces" +msgstr "" -#: hardinfo//util.c:871 -#, c-format -msgid "Module \"%s\" depends on module \"%s\"." -msgstr "Module \"%s\" depends du module \"%s\"." +#: modules/network/net.c:348 +msgid "None Found" +msgstr "" -#: hardinfo//util.c:916 -#, c-format -msgid "No module could be loaded. Check permissions on \"%s\" and try again." -msgstr "Aucun module peut être chargé. Vérifiez les permissions sur \"%s\" et essayez à nouveau." +#: modules/network/net.c:400 modules/network/net.c:422 +#: modules/network/net.c:423 +msgid "MiB" +msgstr "" -#: hardinfo//util.c:920 -msgid "No module could be loaded. Please use hardinfo -l to list all available modules and try again with a valid module list." -msgstr "Aucun module peut être chargé. S'il vous plaît utiliser hardinfo -l pour répertorier tous les modules disponibles et essayez à nouveau avec une liste de modules valides." +#: modules/network/net.c:414 +msgid "Network Adapter Properties" +msgstr "" -#: hardinfo//util.c:1096 -#, c-format -msgid "Scanning: %s..." -msgstr "Scanne: %s..." +#: modules/network/net.c:415 +msgid "Interface Type" +msgstr "" + +#: modules/network/net.c:416 +msgid "Hardware Address (MAC)" +msgstr "" + +#: modules/network/net.c:420 +msgid "MTU" +msgstr "" + +#: modules/network/net.c:421 +msgid "Transfer Details" +msgstr "" + +#: modules/network/net.c:422 +msgid "Bytes Received" +msgstr "" + +#: modules/network/net.c:423 +msgid "Bytes Sent" +msgstr "" + +#: modules/network/net.c:440 modules/network/net.c:462 +#: modules/network/net.c:463 +msgid "dBm" +msgstr "" + +#: modules/network/net.c:440 +msgid "mW" +msgstr "" + +#: modules/network/net.c:454 +msgid "Wireless Properties" +msgstr "" + +#: modules/network/net.c:455 +msgid "Network Name (SSID)" +msgstr "" + +#: modules/network/net.c:456 +msgid "Bit Rate" +msgstr "" +#: modules/network/net.c:456 +msgid "Mb/s" +msgstr "" + +#: 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:479 +msgid "Broadcast Address" +msgstr "" +#~ msgid "Desktop Environment" +#~ msgstr "Environnement de bureau" diff --git a/po/hardinfo.pot b/po/hardinfo.pot index 384808d3..a2d37c65 100644 --- a/po/hardinfo.pot +++ b/po/hardinfo.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-10 10:11+0200\n" +"POT-Creation-Date: 2017-08-14 22:23-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,132 +18,311 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: shell//callbacks.c:71 +#. / %d will be latest year of copyright +#: hardinfo/hardinfo.c:49 #, c-format -msgid "Remote: <b>%s</b>" +msgid "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n" +"\n" msgstr "" -#: shell//callbacks.c:117 -msgid "Disconnecting..." +#: hardinfo/hardinfo.c:51 +#, 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 for: %s\n" msgstr "" -#: shell//callbacks.c:120 -msgid "Unloading modules..." +#: hardinfo/hardinfo.c:57 hardinfo/hardinfo.c:58 modules/computer.c:605 +#: modules/devices/inputdevices.c:128 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "Yes" msgstr "" -#: shell//callbacks.c:123 -msgid "Loading local modules..." +#: hardinfo/hardinfo.c:58 modules/computer.c:605 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "No" msgstr "" -#: shell//callbacks.c:130 -#: shell//callbacks.c:162 -#: shell//shell.c:314 -#: shell//shell.c:816 -#: shell//shell.c:1800 -#: modules//benchmark.c:431 -#: modules//benchmark.c:439 -#: hardinfo//util.c:1112 -msgid "Done." +#: hardinfo/hardinfo.c:69 +#, 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:76 +#, c-format +msgid "" +"Modules:\n" +"%-20s %-15s %-12s\n" +msgstr "" + +#: hardinfo/hardinfo.c:77 +msgid "File Name" +msgstr "" + +#: hardinfo/hardinfo.c:77 modules/computer.c:534 modules/computer.c:562 +#: modules/computer.c:630 modules/computer/languages.c:104 +#: modules/computer/modules.c:146 modules/devices/arm/processor.c:336 +#: modules/devices/ia64/processor.c:160 modules/devices/inputdevices.c:116 +#: modules/devices/pci.c:215 modules/devices/sh/processor.c:84 +#: modules/devices/x86/processor.c:455 modules/network.c:326 +msgid "Name" +msgstr "" + +#: hardinfo/hardinfo.c:77 modules/computer.c:296 modules/computer.c:505 +#: modules/computer.c:507 modules/computer.c:595 modules/computer.c:603 +#: modules/devices/inputdevices.c:121 +msgid "Version" +msgstr "" + +#: hardinfo/hardinfo.c:124 +#, c-format +msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +msgstr "" + +#: hardinfo/hardinfo.c:152 +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] "" +msgstr[1] "" + +#: 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 "" + +#: hardinfo/util.c:130 +#, c-format +msgid "%.1f KiB" +msgstr "" + +#: hardinfo/util.c:132 +#, c-format +msgid "%.1f MiB" +msgstr "" + +#: hardinfo/util.c:134 +#, c-format +msgid "%.1f GiB" +msgstr "" + +#: hardinfo/util.c:136 +#, c-format +msgid "%.1f TiB" +msgstr "" + +#: hardinfo/util.c:138 +#, c-format +msgid "%.1f PiB" +msgstr "" + +#: hardinfo/util.c:361 +msgid "Error" +msgstr "" + +#: hardinfo/util.c:361 hardinfo/util.c:377 +msgid "Warning" +msgstr "" + +#: hardinfo/util.c:376 +msgid "Fatal Error" +msgstr "" + +#: hardinfo/util.c:401 +msgid "creates a report and prints to standard output" +msgstr "" + +#: hardinfo/util.c:407 +msgid "chooses a report format (text, html)" +msgstr "" + +#: hardinfo/util.c:413 +msgid "run benchmark; requires benchmark.so to be loaded" +msgstr "" + +#: hardinfo/util.c:419 +msgid "lists modules" +msgstr "" + +#: hardinfo/util.c:425 +msgid "specify module to load" +msgstr "" + +#: hardinfo/util.c:431 +msgid "automatically load module dependencies" +msgstr "" + +#: hardinfo/util.c:438 +msgid "run in XML-RPC server mode" +msgstr "" + +#: hardinfo/util.c:445 +msgid "shows program version and quit" +msgstr "" + +#: hardinfo/util.c:450 +msgid "- System Profiler and Benchmark tool" +msgstr "" + +#: hardinfo/util.c:460 +#, c-format +msgid "" +"Unrecognized arguments.\n" +"Try ``%s --help'' for more information.\n" +msgstr "" + +#: hardinfo/util.c:526 +#, c-format +msgid "Couldn't find a Web browser to open URL %s." +msgstr "" + +#: hardinfo/util.c:875 +#, c-format +msgid "Module \"%s\" depends on module \"%s\", load it?" msgstr "" -#: shell//callbacks.c:142 -msgid "Save Image" +#: hardinfo/util.c:898 +#, c-format +msgid "Module \"%s\" depends on module \"%s\"." msgstr "" -#: shell//callbacks.c:158 -msgid "Saving image..." +#: hardinfo/util.c:943 +#, c-format +msgid "No module could be loaded. Check permissions on \"%s\" and try again." msgstr "" -#: shell//callbacks.c:236 -msgid "No context help available." +#: hardinfo/util.c:947 +msgid "" +"No module could be loaded. Please use hardinfo -l to list all available " +"modules and try again with a valid module list." msgstr "" -#: shell//callbacks.c:318 +#: hardinfo/util.c:1024 +#, c-format +msgid "Scanning: %s..." +msgstr "" + +#: hardinfo/util.c:1034 shell/shell.c:301 shell/shell.c:760 shell/shell.c:1795 +#: modules/benchmark.c:449 modules/benchmark.c:457 +msgid "Done." +msgstr "" + +#: shell/callbacks.c:117 #, c-format msgid "%s Module" msgstr "" -#: shell//callbacks.c:325 +#: shell/callbacks.c:128 #, c-format msgid "" "Written by %s\n" "Licensed under %s" msgstr "" -#: shell//callbacks.c:339 +#: shell/callbacks.c:142 #, c-format msgid "No about information is associated with the %s module." msgstr "" -#: shell//callbacks.c:353 +#: shell/callbacks.c:158 msgid "Author:" msgstr "" -#: shell//callbacks.c:356 +#: shell/callbacks.c:161 msgid "Contributors:" msgstr "" -#: shell//callbacks.c:360 +#: shell/callbacks.c:166 msgid "Based on work by:" msgstr "" -#: shell//callbacks.c:361 +#: shell/callbacks.c:167 msgid "MD5 implementation by Colin Plumb (see md5.c for details)" msgstr "" -#: shell//callbacks.c:362 +#: shell/callbacks.c:168 msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" msgstr "" -#: shell//callbacks.c:363 +#: shell/callbacks.c:169 msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" msgstr "" -#: shell//callbacks.c:364 +#: shell/callbacks.c:170 msgid "Raytracing benchmark by John Walker (see fbench.c for details)" msgstr "" -#: shell//callbacks.c:365 +#: shell/callbacks.c:171 msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" msgstr "" -#: shell//callbacks.c:366 +#: shell/callbacks.c:172 msgid "Some code partly based on x86cpucaps by Osamu Kayasono" msgstr "" -#: shell//callbacks.c:367 +#: shell/callbacks.c:173 msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" msgstr "" -#: shell//callbacks.c:368 +#: shell/callbacks.c:174 msgid "DMI support based on code by Stewart Adam" msgstr "" -#: shell//callbacks.c:369 +#: shell/callbacks.c:175 msgid "SCSI support based on code by Pascal F. Martin" msgstr "" -#: shell//callbacks.c:373 -msgid "Jakub Szypulka" -msgstr "" - -#: shell//callbacks.c:374 +#: shell/callbacks.c:180 msgid "Tango Project" msgstr "" -#: shell//callbacks.c:375 +#: shell/callbacks.c:181 msgid "The GNOME Project" msgstr "" -#: shell//callbacks.c:376 +#: shell/callbacks.c:182 msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" msgstr "" -#: shell//callbacks.c:387 +#: shell/callbacks.c:200 msgid "System information and benchmark tool" msgstr "" -#: shell//callbacks.c:392 +#: shell/callbacks.c:205 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 " @@ -159,239 +338,209 @@ msgid "" "Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" msgstr "" -#: shell//menu.c:35 +#: shell/callbacks.c:220 +msgid "translator-credits" +msgstr "" + +#: shell/menu.c:35 msgid "_Information" msgstr "" -#: shell//menu.c:36 +#: shell/menu.c:36 msgid "_Remote" msgstr "" -#: shell//menu.c:37 +#: shell/menu.c:37 msgid "_View" msgstr "" -#: shell//menu.c:38 +#: shell/menu.c:38 msgid "_Help" msgstr "" -#: shell//menu.c:39 +#: shell/menu.c:39 msgid "About _Modules" msgstr "" -#: shell//menu.c:43 +#: shell/menu.c:43 msgid "Generate _Report" msgstr "" -#: shell//menu.c:48 +#: shell/menu.c:48 msgid "_Network Updater..." msgstr "" -#: shell//menu.c:53 +#: shell/menu.c:53 msgid "_Open..." msgstr "" -#: shell//menu.c:58 -msgid "_Connect to..." -msgstr "" - -#: shell//menu.c:63 -msgid "_Manage hosts..." -msgstr "" - -#: shell//menu.c:68 -msgid "_Local computer" -msgstr "" - -#: shell//menu.c:73 +#: shell/menu.c:58 msgid "_Copy to Clipboard" msgstr "" -#: shell//menu.c:74 +#: shell/menu.c:59 msgid "Copy to clipboard" msgstr "" -#: shell//menu.c:78 -msgid "_Save image as..." -msgstr "" - -#: shell//menu.c:83 +#: shell/menu.c:63 msgid "_Refresh" msgstr "" -#: shell//menu.c:88 -msgid "Contents" -msgstr "" - -#: shell//menu.c:93 -#: shell//shell.c:1794 -#: shell//shell.c:1811 -msgid "Context help" -msgstr "" - -#: shell//menu.c:98 +#: shell/menu.c:68 msgid "_Open HardInfo Web Site" msgstr "" -#: shell//menu.c:103 +#: shell/menu.c:73 msgid "_Report bug" msgstr "" -#: shell//menu.c:108 -msgid "_Donate to the project" -msgstr "" - -#: shell//menu.c:113 +#: shell/menu.c:78 msgid "_About HardInfo" msgstr "" -#: shell//menu.c:114 +#: shell/menu.c:79 msgid "Displays program version information" msgstr "" -#: shell//menu.c:118 +#: shell/menu.c:83 msgid "_Quit" msgstr "" -#: shell//menu.c:125 +#: shell/menu.c:90 msgid "_Side Pane" msgstr "" -#: shell//menu.c:126 +#: shell/menu.c:91 msgid "Toggles side pane visibility" msgstr "" -#: shell//menu.c:129 +#: shell/menu.c:94 msgid "_Toolbar" msgstr "" -#: shell//menu.c:133 -msgid "_Accept connections" -msgstr "" - -#: shell//report.c:492 +#: shell/report.c:494 shell/report.c:502 msgid "Save File" msgstr "" -#: shell//report.c:616 +#: shell/report.c:629 msgid "Cannot create ReportContext. Programming bug?" msgstr "" -#: shell//report.c:634 +#: shell/report.c:648 msgid "Open the report with your web browser?" msgstr "" -#: shell//report.c:662 +#: shell/report.c:682 msgid "Generating report..." msgstr "" -#: shell//report.c:672 +#: shell/report.c:692 msgid "Report saved." msgstr "" -#: shell//report.c:674 +#: shell/report.c:694 msgid "Error while creating the report." msgstr "" -#: shell//report.c:776 +#: shell/report.c:796 msgid "Generate Report" msgstr "" -#: shell//report.c:793 +#: shell/report.c:821 msgid "" "<big><b>Generate Report</b></big>\n" "Please choose the information that you wish to view in your report:" msgstr "" -#: shell//report.c:853 +#: shell/report.c:893 msgid "Select _None" msgstr "" -#: shell//report.c:860 +#: shell/report.c:904 msgid "Select _All" msgstr "" -#: shell//report.c:878 +#: shell/report.c:929 shell/syncmanager.c:748 +msgid "_Cancel" +msgstr "" + +#: shell/report.c:939 msgid "_Generate" msgstr "" -#: shell//shell.c:407 +#: shell/shell.c:402 #, c-format msgid "%s - System Information" msgstr "" -#: shell//shell.c:412 +#: shell/shell.c:407 msgid "System Information" msgstr "" -#: shell//shell.c:803 +#: shell/shell.c:747 msgid "Loading modules..." msgstr "" -#: shell//shell.c:1654 +#: shell/shell.c:1660 #, c-format msgid "<b>%s → Summary</b>" msgstr "" -#: shell//shell.c:1762 +#: shell/shell.c:1769 msgid "Updating..." msgstr "" -#: shell//syncmanager.c:69 +#: shell/syncmanager.c:69 msgid "" "<big><b>Synchronize with Central Database</b></big>\n" "The following information may be synchronized with the HardInfo central " "database." msgstr "" -#: shell//syncmanager.c:72 +#: shell/syncmanager.c:72 msgid "" "<big><b>Synchronizing</b></big>\n" "This may take some time." msgstr "" -#: shell//syncmanager.c:132 +#: shell/syncmanager.c:132 msgid "" "HardInfo was compiled without libsoup support. (Network Updater requires it.)" msgstr "" -#: shell//syncmanager.c:161 -#: shell//syncmanager.c:185 +#: shell/syncmanager.c:161 shell/syncmanager.c:189 #, c-format msgid "%s (error #%d)" msgstr "" -#: shell//syncmanager.c:170 -#: shell//syncmanager.c:194 +#: shell/syncmanager.c:170 shell/syncmanager.c:198 msgid "Could not parse XML-RPC response" msgstr "" -#: shell//syncmanager.c:267 +#: shell/syncmanager.c:280 #, c-format msgid "" "Server says it supports API version %d, but this version of HardInfo only " "supports API version %d." msgstr "" -#: shell//syncmanager.c:362 +#: shell/syncmanager.c:375 msgid "Contacting HardInfo Central Database" msgstr "" -#: shell//syncmanager.c:363 +#: shell/syncmanager.c:376 msgid "Cleaning up" msgstr "" -#: shell//syncmanager.c:480 -#, c-format -msgid "<s>%s</s> <i>(canceled)</i>" +#: shell/syncmanager.c:493 +msgid "(canceled)" msgstr "" -#: shell//syncmanager.c:497 -#, c-format -msgid "<b><s>%s</s></b> <i>(failed)</i>" +#: shell/syncmanager.c:510 +msgid "(failed)" msgstr "" -#: shell//syncmanager.c:509 +#: shell/syncmanager.c:521 #, c-format msgid "" "Failed while performing \"%s\". Please file a bug report if this problem " @@ -400,563 +549,1091 @@ msgid "" "Details: %s" msgstr "" -#: shell//syncmanager.c:518 +#: shell/syncmanager.c:530 #, c-format msgid "" "Failed while performing \"%s\". Please file a bug report if this problem " "persists. (Use the Help→Report bug option.)" msgstr "" -#: shell//syncmanager.c:646 +#: shell/syncmanager.c:658 msgid "Network Updater" msgstr "" -#: shell//syncmanager.c:727 +#: shell/syncmanager.c:757 msgid "_Synchronize" msgstr "" -#: modules//benchmark.c:50 +#: modules/benchmark.c:52 msgid "CPU Blowfish" msgstr "" -#: modules//benchmark.c:51 +#: modules/benchmark.c:53 msgid "CPU CryptoHash" msgstr "" -#: modules//benchmark.c:52 +#: modules/benchmark.c:54 msgid "CPU Fibonacci" msgstr "" -#: modules//benchmark.c:53 +#: modules/benchmark.c:55 msgid "CPU N-Queens" msgstr "" -#: modules//benchmark.c:54 +#: modules/benchmark.c:56 +msgid "CPU Zlib" +msgstr "" + +#: modules/benchmark.c:57 msgid "FPU FFT" msgstr "" -#: modules//benchmark.c:55 +#: modules/benchmark.c:58 msgid "FPU Raytracing" msgstr "" -#: modules//benchmark.c:56 +#: modules/benchmark.c:60 msgid "GPU Drawing" msgstr "" -#: modules//benchmark.c:222 -#, 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/benchmark.c:239 modules/benchmark.c:255 +msgid "CPU Config" msgstr "" -#: modules//benchmark.c:235 -#, 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/benchmark.c:239 modules/benchmark.c:255 +msgid "Results" msgstr "" -#: modules//benchmark.c:363 +#: modules/benchmark.c:239 modules/benchmark.c:255 modules/computer.c:751 +#: modules/devices/sparc/processor.c:75 +msgid "CPU" +msgstr "" + +#: modules/benchmark.c:381 #, c-format msgid "Benchmarking: <b>%s</b>." msgstr "" -#: modules//benchmark.c:377 +#: modules/benchmark.c:395 msgid "Benchmarking. Please do not move your mouse or press any keys." msgstr "" -#: modules//benchmark.c:381 +#: modules/benchmark.c:399 msgid "Cancel" msgstr "" -#: modules//benchmark.c:511 +#: modules/benchmark.c:536 msgid "Results in MiB/second. Higher is better." msgstr "" -#: modules//benchmark.c:514 +#: modules/benchmark.c:540 msgid "Results in HIMarks. Higher is better." msgstr "" -#: modules//benchmark.c:521 +#: modules/benchmark.c:547 msgid "Results in seconds. Lower is better." msgstr "" -#: modules//benchmark.c:529 +#: modules/benchmark.c:555 msgid "Benchmarks" msgstr "" -#: modules//benchmark.c:547 +#: modules/benchmark.c:573 msgid "Perform tasks and compare with other systems" msgstr "" -#: modules//benchmark.c:634 +#: modules/benchmark.c:663 msgid "Send benchmark results" msgstr "" -#: modules//benchmark.c:639 +#: modules/benchmark.c:668 msgid "Receive benchmark results" msgstr "" -#: modules//computer.c:68 +#: modules/computer/alsa.c:26 modules/computer.c:489 +msgid "Audio Devices" +msgstr "" + +#: modules/computer/alsa.c:34 +msgid "Audio Adapter" +msgstr "" + +#: modules/computer/boots.c:33 modules/computer.c:73 modules/computer.c:546 +msgid "Boots" +msgstr "" + +#: modules/computer.c:70 msgid "Summary" msgstr "" -#: modules//computer.c:69 +#: modules/computer.c:71 modules/computer.c:476 modules/computer.c:750 msgid "Operating System" msgstr "" -#: modules//computer.c:70 +#: modules/computer.c:72 msgid "Kernel Modules" msgstr "" -#: modules//computer.c:71 -msgid "Boots" -msgstr "" - -#: modules//computer.c:72 +#: modules/computer.c:74 msgid "Languages" msgstr "" -#: modules//computer.c:73 +#: modules/computer.c:75 msgid "Filesystems" msgstr "" -#: modules//computer.c:74 +#: modules/computer.c:76 modules/computer.c:481 modules/computer.c:590 msgid "Display" msgstr "" -#: modules//computer.c:75 +#: modules/computer.c:77 modules/computer/environment.c:32 msgid "Environment Variables" msgstr "" -#: modules//computer.c:77 +#: modules/computer.c:79 msgid "Development" msgstr "" -#: modules//computer.c:79 +#: modules/computer.c:81 modules/computer.c:617 msgid "Users" msgstr "" -#: modules//computer.c:80 +#: modules/computer.c:82 msgid "Groups" msgstr "" -#: modules//computer.c:104 +#: modules/computer.c:104 modules/computer.c:473 modules/devices.c:96 +#: modules/devices/pci.c:149 +msgid "Memory" +msgstr "" + +#: modules/computer.c:106 #, c-format msgid "%dMB (%dMB used)" msgstr "" -#: modules//computer.c:200 +#: modules/computer.c:108 modules/computer.c:520 +msgid "Uptime" +msgstr "" + +#: modules/computer.c:110 modules/computer.c:478 +msgid "Date/Time" +msgstr "" + +#: modules/computer.c:115 modules/computer.c:521 +msgid "Load Average" +msgstr "" + +#: modules/computer.c:117 modules/computer.c:522 +msgid "Available entropy in /dev/random" +msgstr "" + +#: modules/computer.c:203 msgid "Scripting Languages" msgstr "" -#: modules//computer.c:201 -msgid "CPython" +#: modules/computer.c:204 +msgid "Gambas3 (gbr3)" msgstr "" -#: modules//computer.c:202 +#: modules/computer.c:205 +msgid "Python" +msgstr "" + +#: modules/computer.c:206 +msgid "Python2" +msgstr "" + +#: modules/computer.c:207 +msgid "Python3" +msgstr "" + +#: modules/computer.c:208 msgid "Perl" msgstr "" -#: modules//computer.c:203 +#: modules/computer.c:209 +msgid "Perl6 (VM)" +msgstr "" + +#: modules/computer.c:210 +msgid "Perl6" +msgstr "" + +#: modules/computer.c:211 msgid "PHP" msgstr "" -#: modules//computer.c:204 +#: modules/computer.c:212 msgid "Ruby" msgstr "" -#: modules//computer.c:205 +#: modules/computer.c:213 msgid "Bash" msgstr "" -#: modules//computer.c:206 +#: modules/computer.c:214 msgid "Compilers" msgstr "" -#: modules//computer.c:207 +#: modules/computer.c:215 msgid "C (GCC)" msgstr "" -#: modules//computer.c:208 +#: modules/computer.c:216 msgid "C (Clang)" msgstr "" -#: modules//computer.c:209 +#: modules/computer.c:217 msgid "D (dmd)" msgstr "" -#: modules//computer.c:210 +#: modules/computer.c:218 +msgid "Gambas3 (gbc3)" +msgstr "" + +#: modules/computer.c:219 msgid "Java" msgstr "" -#: modules//computer.c:211 +#: modules/computer.c:220 msgid "CSharp (Mono, old)" msgstr "" -#: modules//computer.c:212 +#: modules/computer.c:221 msgid "CSharp (Mono)" msgstr "" -#: modules//computer.c:213 +#: modules/computer.c:222 msgid "Vala" msgstr "" -#: modules//computer.c:214 +#: modules/computer.c:223 msgid "Haskell (GHC)" msgstr "" -#: modules//computer.c:215 +#: modules/computer.c:224 msgid "FreePascal" msgstr "" -#: modules//computer.c:216 +#: modules/computer.c:225 +msgid "Go" +msgstr "" + +#: modules/computer.c:226 msgid "Tools" msgstr "" -#: modules//computer.c:217 +#: modules/computer.c:227 msgid "make" msgstr "" -#: modules//computer.c:218 +#: modules/computer.c:228 msgid "GDB" msgstr "" -#: modules//computer.c:219 +#: modules/computer.c:229 msgid "strace" msgstr "" -#: modules//computer.c:220 +#: modules/computer.c:230 msgid "valgrind" msgstr "" -#: modules//computer.c:221 +#: modules/computer.c:231 msgid "QMake" msgstr "" -#: modules//computer.c:264 -#, c-format -msgid "%s=Not found\n" +#: modules/computer.c:232 +msgid "CMake" +msgstr "" + +#: modules/computer.c:233 +msgid "Gambas3 IDE" +msgstr "" + +#: modules/computer.c:274 +msgid "Not found" msgstr "" -#: modules//computer.c:267 +#: modules/computer.c:279 #, c-format msgid "Detecting version: %s" msgstr "" -#: modules//computer.c:278 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Program\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" +#: modules/computer.c:296 +msgid "Program" msgstr "" -#: modules//computer.c:358 -msgid "Physical machine" +#: modules/computer.c:308 +msgid "Invalid chassis type (0)" msgstr "" -#: modules//computer.c:375 -#, 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" +#: modules/computer.c:309 modules/computer.c:310 +msgid "Unknown chassis type" msgstr "" -#: modules//computer.c:417 -#, c-format -msgid "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=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=..." -msgstr "" - -#: modules//computer.c:446 -#, c-format -msgid "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Description\n" -"ShowColumnHeaders=true\n" +#: modules/computer.c:311 +msgid "Desktop" msgstr "" -#: modules//computer.c:457 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Date & Time\n" -"ColumnTitle$Value=Kernel Version\n" -"ShowColumnHeaders=true\n" -"\n" -"%s" +#: modules/computer.c:312 +msgid "Low-profile Desktop" msgstr "" -#: modules//computer.c:467 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Language Code\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" +#: modules/computer.c:313 +msgid "Pizza Box" msgstr "" -#: modules//computer.c:478 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Mount Point\n" -"ColumnTitle$Progress=Usage\n" -"ColumnTitle$TextValue=Device\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" -msgstr "" - -#: modules//computer.c:492 -#, c-format -msgid "" -"[Display]\n" -"Resolution=%dx%d pixels\n" -"Vendor=%s\n" -"Version=%s\n" -"[Monitors]\n" -"%s[Extensions]\n" -"%s[OpenGL]\n" -"Vendor=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct Rendering=%s\n" -msgstr "" - -#: modules//computer.c:514 -msgid "Y_es" -msgstr "" - -#: modules//computer.c:514 -#: modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:63 -msgid "No" +#: modules/computer.c:314 +msgid "Mini Tower" msgstr "" -#: modules//computer.c:528 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Group ID\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" +#: modules/computer.c:315 +msgid "Tower" +msgstr "" + +#: modules/computer.c:316 +msgid "Portable" +msgstr "" + +#: modules/computer.c:317 modules/computer.c:341 modules/computer.c:350 +#: modules/computer.c:372 +msgid "Laptop" +msgstr "" + +#: modules/computer.c:318 +msgid "Notebook" +msgstr "" + +#: modules/computer.c:319 +msgid "Handheld" msgstr "" -#: modules//computer.c:608 +#: modules/computer.c:320 +msgid "Docking Station" +msgstr "" + +#: modules/computer.c:321 +msgid "All-in-one" +msgstr "" + +#: modules/computer.c:322 +msgid "Subnotebook" +msgstr "" + +#: modules/computer.c:323 +msgid "Space-saving" +msgstr "" + +#: modules/computer.c:324 +msgid "Lunch Box" +msgstr "" + +#: modules/computer.c:325 +msgid "Main Server Chassis" +msgstr "" + +#: modules/computer.c:326 +msgid "Expansion Chassis" +msgstr "" + +#: modules/computer.c:327 +msgid "Sub Chassis" +msgstr "" + +#: modules/computer.c:328 +msgid "Bus Expansion Chassis" +msgstr "" + +#: modules/computer.c:329 +msgid "Peripheral Chassis" +msgstr "" + +#: modules/computer.c:330 +msgid "RAID Chassis" +msgstr "" + +#: modules/computer.c:331 +msgid "Rack Mount Chassis" +msgstr "" + +#: modules/computer.c:332 +msgid "Sealed-case PC" +msgstr "" + +#. /proc/apm +#. FIXME: use dmidecode if available to get chassis type +#: modules/computer.c:386 +msgid "Unknown physical machine type" +msgstr "" + +#: modules/computer.c:470 modules/computer.c:709 msgid "Computer" msgstr "" -#: modules//computer.c:702 -msgid "Gathers high-level computer information" +#: modules/computer.c:471 modules/devices/alpha/processor.c:87 +#: modules/devices/arm/processor.c:236 modules/devices.c:95 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:83 +#: modules/devices/mips/processor.c:74 modules/devices/parisc/processor.c:154 +#: modules/devices/ppc/processor.c:157 modules/devices/riscv/processor.c:181 +#: modules/devices/s390/processor.c:131 modules/devices/sh/processor.c:83 +#: modules/devices/sparc/processor.c:74 modules/devices/x86/processor.c:409 +msgid "Processor" +msgstr "" + +#: modules/computer.c:474 +msgid "Machine Type" msgstr "" -#: modules//computer/alsa.c:26 -msgid "[Audio Devices]\n" +#: modules/computer.c:477 modules/computer.c:514 +msgid "User Name" msgstr "" -#: modules//computer/alsa.c:33 +#: modules/computer.c:482 modules/computer.c:591 +msgid "Resolution" +msgstr "" + +#: modules/computer.c:483 modules/computer.c:592 #, c-format -msgid "Audio Adapter#%d=%s\n" +msgid "%dx%d pixels" +msgstr "" + +#: modules/computer.c:485 +msgid "OpenGL Renderer" +msgstr "" + +#: modules/computer.c:486 +msgid "X11 Vendor" +msgstr "" + +#: modules/computer.c:491 modules/devices.c:102 +msgid "Input Devices" +msgstr "" + +#: modules/computer.c:493 modules/computer.c:752 modules/devices.c:99 +msgid "Printers" +msgstr "" + +#: modules/computer.c:495 modules/computer.c:752 modules/devices.c:103 +msgid "Storage" +msgstr "" + +#: modules/computer.c:506 +msgid "Kernel" +msgstr "" + +#: modules/computer.c:508 +msgid "C Library" +msgstr "" + +#: modules/computer.c:509 +msgid "Distribution" +msgstr "" + +#: modules/computer.c:512 +msgid "Current Session" +msgstr "" + +#: modules/computer.c:513 +msgid "Computer Name" +msgstr "" + +#: modules/computer.c:515 modules/computer/languages.c:108 +msgid "Language" +msgstr "" + +#: modules/computer.c:516 modules/computer/users.c:50 +msgid "Home Directory" +msgstr "" + +#: modules/computer.c:519 modules/devices/usb.c:87 modules/devices/usb.c:234 +#: modules/devices/usb.c:351 +msgid "Misc" +msgstr "" + +#: modules/computer.c:532 +msgid "Loaded Modules" +msgstr "" + +#: modules/computer.c:535 modules/computer/modules.c:145 +#: modules/computer/modules.c:147 modules/devices/arm/processor.c:337 +#: modules/devices.c:559 modules/devices/x86/processor.c:456 +msgid "Description" +msgstr "" + +#: modules/computer.c:548 +msgid "Date & Time" +msgstr "" + +#: modules/computer.c:549 +msgid "Kernel Version" +msgstr "" + +#: modules/computer.c:559 +msgid "Available Languages" +msgstr "" + +#: modules/computer.c:561 +msgid "Language Code" +msgstr "" + +#: modules/computer.c:573 +msgid "Mounted File Systems" +msgstr "" + +#: modules/computer.c:575 modules/computer/filesystem.c:85 +msgid "Mount Point" +msgstr "" + +#: modules/computer.c:576 +msgid "Usage" +msgstr "" + +#: modules/computer.c:577 +msgid "Device" +msgstr "" + +#: modules/computer.c:594 modules/computer.c:601 +#: modules/devices/ia64/processor.c:161 modules/devices/inputdevices.c:119 +#: modules/devices/pci.c:225 modules/devices/usb.c:349 +#: modules/devices/x86/processor.c:416 +msgid "Vendor" +msgstr "" + +#: modules/computer.c:598 +msgid "Monitors" +msgstr "" + +#: modules/computer.c:600 +msgid "OpenGL" +msgstr "" + +#: modules/computer.c:602 +msgid "Renderer" msgstr "" -#: modules//computer/boots.c:33 -msgid "[Boots]\n" +#: modules/computer.c:604 +msgid "Direct Rendering" msgstr "" -#: modules//computer/display.c:122 +#: modules/computer.c:608 +msgid "Extensions" +msgstr "" + +#: modules/computer.c:628 +msgid "Group" +msgstr "" + +#: modules/computer.c:631 modules/computer/users.c:49 +msgid "Group ID" +msgstr "" + +#: modules/computer.c:751 +msgid "RAM" +msgstr "" + +#: modules/computer.c:751 modules/devices/devicetree/pmac_data.c:82 +msgid "Motherboard" +msgstr "" + +#: modules/computer.c:751 +msgid "Graphics" +msgstr "" + +#: modules/computer.c:752 +msgid "Audio" +msgstr "" + +#: modules/computer.c:807 +msgid "Gathers high-level computer information" +msgstr "" + +#: modules/computer/display.c:122 #, c-format msgid "Monitor %d=%dx%d pixels\n" msgstr "" -#: modules//computer/environment.c:32 -msgid "[Environment Variables]\n" +#: modules/computer/filesystem.c:83 +msgid "Filesystem" msgstr "" -#: modules//computer/os.c:57 -#, c-format -msgid "GNU C Library version %s (%sstable)" +#: modules/computer/filesystem.c:84 +msgid "Mounted As" +msgstr "" + +#: modules/computer/filesystem.c:84 +msgid "Read-Write" +msgstr "" + +#: modules/computer/filesystem.c:84 +msgid "Read-Only" +msgstr "" + +#: modules/computer/filesystem.c:86 modules/devices/spd-decode.c:1510 +msgid "Size" +msgstr "" + +#: modules/computer/filesystem.c:87 +msgid "Used" msgstr "" -#: modules//computer/os.c:59 -msgid "un" +#: modules/computer/filesystem.c:88 +msgid "Available" msgstr "" -#: modules//computer/os.c:61 -#: modules//computer/os.c:138 -#: modules//devices.c:154 -#: modules//devices.c:197 -#: 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 +#: modules/computer/languages.c:103 +msgid "Locale Information" +msgstr "" + +#: modules/computer/languages.c:105 +msgid "Source" +msgstr "" + +#: modules/computer/languages.c:106 +msgid "Address" +msgstr "" + +#: modules/computer/languages.c:107 +msgid "E-mail" +msgstr "" + +#: modules/computer/languages.c:109 +msgid "Territory" +msgstr "" + +#: modules/computer/languages.c:110 modules/devices/arm/processor.c:250 +#: modules/devices/ia64/processor.c:166 modules/devices/ppc/processor.c:159 +#: modules/devices/usb.c:236 +msgid "Revision" +msgstr "" + +#: modules/computer/languages.c:111 +msgid "Date" +msgstr "" + +#: modules/computer/languages.c:112 +msgid "Codeset" +msgstr "" + +#: modules/computer/loadavg.c:64 +msgid "Couldn't obtain load average" +msgstr "" + +#: modules/computer/modules.c:125 modules/computer/modules.c:126 +#: modules/computer/modules.c:127 modules/computer/modules.c:128 +#: modules/computer/modules.c:129 +msgid "(Not available)" +msgstr "" + +#: modules/computer/modules.c:142 +msgid "Module Information" +msgstr "" + +#: modules/computer/modules.c:143 +msgid "Path" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "Used Memory" +msgstr "" + +#: modules/computer/modules.c:144 +msgid "KiB" +msgstr "" + +#: modules/computer/modules.c:148 +msgid "Version Magic" +msgstr "" + +#: modules/computer/modules.c:149 +msgid "Copyright" +msgstr "" + +#: modules/computer/modules.c:150 +msgid "Author" +msgstr "" + +#: modules/computer/modules.c:151 +msgid "License" +msgstr "" + +#: modules/computer/modules.c:158 +msgid "Dependencies" +msgstr "" + +#: modules/computer/os.c:35 modules/computer/os.c:36 modules/computer/os.c:37 +#: modules/computer/os.c:38 +msgid "GNU C Library" +msgstr "" + +#: modules/computer/os.c:39 +msgid "uClibc or uClibc-ng" +msgstr "" + +#: modules/computer/os.c:40 +msgid "diet libc" +msgstr "" + +#: modules/computer/os.c:78 modules/computer/os.c:234 modules/computer/os.c:359 +#: modules/devices.c:333 modules/devices.c:387 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//computer/os.c:80 +#: modules/computer/os.c:112 modules/computer/os.c:115 +msgid "GNOME Shell " +msgstr "" + +#: modules/computer/os.c:123 modules/computer/os.c:126 +msgid "Version: " +msgstr "" + +#: modules/computer/os.c:157 #, c-format -msgid "Version: %s" +msgid "Unknown (Window Manager: %s)" +msgstr "" + +#. /{desktop environment} on {session type} +#: modules/computer/os.c:168 +#, c-format +msgid "%s on %s" msgstr "" -#: modules//computer/os.c:114 +#: modules/computer/os.c:232 msgid "Terminal" msgstr "" -#: modules//computer/os.c:134 +#. /bits of entropy for rng (0) +#: modules/computer/os.c:241 +msgid "(None or not available)" +msgstr "" + +#. /bits of entropy for rng (low/poor value) +#: modules/computer/os.c:242 #, c-format -msgid "Unknown (Window Manager: %s)" +msgid "%d bits (low)" msgstr "" -#: modules//computer/os.c:174 -msgid "Unknown distribution" +#. /bits of entropy for rng (medium value) +#: modules/computer/os.c:243 +#, c-format +msgid "%d bits (medium)" msgstr "" -#: modules//devices.c:74 -msgid "Processor" +#. /bits of entropy for rng (high/good value) +#: modules/computer/os.c:244 +#, c-format +msgid "%d bits (healthy)" msgstr "" -#: modules//devices.c:75 -msgid "Memory" +#: modules/computer/os.c:279 modules/devices/usb.c:48 modules/devices/usb.c:307 +#: modules/devices/usb.c:310 modules/network/net.c:442 includes/cpu_util.h:11 +msgid "(Unknown)" msgstr "" -#: modules//devices.c:76 -msgid "PCI Devices" +#: modules/computer/users.c:47 +msgid "User Information" msgstr "" -#: modules//devices.c:77 -msgid "USB Devices" +#: modules/computer/users.c:48 +msgid "User ID" msgstr "" -#: modules//devices.c:78 -msgid "Printers" +#: modules/computer/users.c:51 +msgid "Default Shell" msgstr "" -#: modules//devices.c:79 -msgid "Battery" +#: modules/devices/alpha/processor.c:88 modules/devices/devicetree.c:141 +#: modules/devices/devicetree.c:176 modules/devices/devicetree/pmac_data.c:80 +#: modules/devices/ia64/processor.c:165 modules/devices/m68k/processor.c:84 +#: modules/devices/mips/processor.c:75 modules/devices/parisc/processor.c:155 +#: modules/devices/ppc/processor.c:158 modules/devices/riscv/processor.c:182 +#: modules/devices/s390/processor.c:132 modules/devices/spd-decode.c:1510 +msgid "Model" msgstr "" -#: modules//devices.c:80 -msgid "Sensors" +#: modules/devices/alpha/processor.c:89 +msgid "Platform String" msgstr "" -#: modules//devices.c:81 -msgid "Input Devices" +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/ia64/processor.c:167 modules/devices/m68k/processor.c:87 +#: modules/devices/mips/processor.c:77 modules/devices/parisc/processor.c:158 +#: modules/devices/pci.c:108 modules/devices/ppc/processor.c:160 +#: modules/devices/riscv/processor.c:186 modules/devices/sh/processor.c:87 +#: modules/devices/x86/processor.c:420 +msgid "Frequency" msgstr "" -#: modules//devices.c:82 -msgid "Storage" +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/arm/processor.c:365 modules/devices.c:299 +#: modules/devices.c:307 modules/devices.c:335 +#: modules/devices/ia64/processor.c:167 modules/devices/ia64/processor.c:196 +#: modules/devices/m68k/processor.c:87 modules/devices/mips/processor.c:77 +#: modules/devices/parisc/processor.c:158 +#: modules/devices/parisc/processor.c:191 modules/devices/pci.c:108 +#: modules/devices/ppc/processor.c:160 modules/devices/ppc/processor.c:187 +#: modules/devices/riscv/processor.c:186 modules/devices/riscv/processor.c:214 +#: modules/devices/s390/processor.c:160 modules/devices/sh/processor.c:87 +#: modules/devices/sh/processor.c:88 modules/devices/sh/processor.c:89 +#: modules/devices/x86/processor.c:420 modules/devices/x86/processor.c:479 +msgid "MHz" msgstr "" -#: modules//devices.c:84 -msgid "DMI" +#: modules/devices/alpha/processor.c:91 modules/devices/arm/processor.c:241 +#: modules/devices/ia64/processor.c:168 modules/devices/m68k/processor.c:88 +#: modules/devices/mips/processor.c:78 modules/devices/parisc/processor.c:159 +#: modules/devices/ppc/processor.c:161 modules/devices/s390/processor.c:134 +#: modules/devices/sh/processor.c:90 modules/devices/x86/processor.c:421 +msgid "BogoMips" msgstr "" -#: modules//devices.c:85 -msgid "Memory SPD" +#: modules/devices/alpha/processor.c:92 modules/devices/arm/processor.c:242 +#: modules/devices/ia64/processor.c:169 modules/devices/m68k/processor.c:89 +#: modules/devices/mips/processor.c:79 modules/devices/parisc/processor.c:160 +#: modules/devices/ppc/processor.c:162 modules/devices/riscv/processor.c:187 +#: modules/devices/s390/processor.c:135 modules/devices/sh/processor.c:91 +#: modules/devices/sparc/processor.c:77 modules/devices/x86/processor.c:422 +msgid "Byte Order" msgstr "" -#: modules//devices.c:87 -msgid "Resources" +#. /hw_cap +#. /flag:swp +#: modules/devices/arm/arm_data.c:42 +msgctxt "arm-flag" +msgid "SWP instruction (atomic read-modify-write)" msgstr "" -#: modules//devices.c:193 -msgid " (vendor unknown)" +#. /flag:half +#: modules/devices/arm/arm_data.c:43 +msgctxt "arm-flag" +msgid "Half-word loads and stores" msgstr "" -#: modules//devices.c:195 -msgid " (model unknown)" +#. /flag:thumb +#: modules/devices/arm/arm_data.c:44 +msgctxt "arm-flag" +msgid "Thumb (16-bit instruction set)" msgstr "" -#: modules//devices.c:412 -msgid "Devices" +#. /flag:26bit +#: modules/devices/arm/arm_data.c:45 +msgctxt "arm-flag" +msgid "26-Bit Model (Processor status register folded into program counter)" msgstr "" -#: modules//devices.c:424 -msgid "Update PCI ID listing" +#. /flag:fastmult +#: modules/devices/arm/arm_data.c:46 +msgctxt "arm-flag" +msgid "32x32->64-bit multiplication" msgstr "" -#: modules//devices.c:436 -msgid "Update CPU feature database" +#. /flag:fpa +#: modules/devices/arm/arm_data.c:47 +msgctxt "arm-flag" +msgid "Floating point accelerator" msgstr "" -#: modules//devices.c:464 -msgid "Gathers information about hardware devices" +#. /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 +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 "" -#: modules//devices/battery.c:181 +#. /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 "" + +#: modules/devices/arm/processor.c:142 +msgid "ARM Processor" +msgstr "" + +#: modules/devices/arm/processor.c:200 modules/devices/riscv/processor.c:147 +#: modules/devices/x86/processor.c:371 +msgid "Empty List" +msgstr "" + +#: modules/devices/arm/processor.c:237 +msgid "Linux Name" +msgstr "" + +#: modules/devices/arm/processor.c:238 +msgid "Decoded Name" +msgstr "" + +#: modules/devices/arm/processor.c:239 modules/network/net.c:458 +msgid "Mode" +msgstr "" + +#: modules/devices/arm/processor.c:245 +msgid "ARM" +msgstr "" + +#: modules/devices/arm/processor.c:246 +msgid "Implementer" +msgstr "" + +#: modules/devices/arm/processor.c:247 +msgid "Part" +msgstr "" + +#: modules/devices/arm/processor.c:248 modules/devices/ia64/processor.c:162 +#: modules/devices/parisc/processor.c:156 modules/devices/riscv/processor.c:183 +msgid "Architecture" +msgstr "" + +#: modules/devices/arm/processor.c:249 +msgid "Variant" +msgstr "" + +#: modules/devices/arm/processor.c:251 modules/devices/riscv/processor.c:190 +#: modules/devices/sparc/processor.c:78 modules/devices/x86/processor.c:428 +msgid "Capabilities" +msgstr "" + +#: modules/devices/arm/processor.c:335 +msgid "SOC/Package" +msgstr "" + +#: modules/devices/arm/processor.c:338 modules/devices/cpu_util.c:222 +msgid "Topology" +msgstr "" + +#: modules/devices/arm/processor.c:339 +msgid "Clocks" +msgstr "" + +#: modules/devices/arm/processor.c:354 +msgid "SOC/Package Information" +msgstr "" + +#: modules/devices/battery.c:181 #, c-format msgid "" "\n" @@ -969,7 +1646,7 @@ msgid "" "Serial Number=%s\n" msgstr "" -#: modules//devices/battery.c:258 +#: modules/devices/battery.c:258 #, c-format msgid "" "\n" @@ -982,7 +1659,7 @@ msgid "" "Serial Number=%s\n" msgstr "" -#: modules//devices/battery.c:346 +#: modules/devices/battery.c:346 #, c-format msgid "" "\n" @@ -994,7 +1671,7 @@ msgid "" "APM BIOS version=%s\n" msgstr "" -#: modules//devices/battery.c:358 +#: modules/devices/battery.c:358 #, c-format msgid "" "\n" @@ -1005,105 +1682,753 @@ msgid "" "APM BIOS version=%s\n" msgstr "" -#: modules//devices/battery.c:385 +#: modules/devices/battery.c:385 msgid "" "[No batteries]\n" "No batteries found on this system=\n" msgstr "" -#: modules//devices/printers.c:81 +#: modules/devices.c:97 +msgid "PCI Devices" +msgstr "" + +#: modules/devices.c:98 modules/devices/usb.c:117 modules/devices/usb.c:156 +#: modules/devices/usb.c:415 +msgid "USB Devices" +msgstr "" + +#: modules/devices.c:100 +msgid "Battery" +msgstr "" + +#: modules/devices.c:101 +msgid "Sensors" +msgstr "" + +#: modules/devices.c:105 +msgid "DMI" +msgstr "" + +#: modules/devices.c:106 +msgid "Memory SPD" +msgstr "" + +#: modules/devices.c:111 +msgid "Device Tree" +msgstr "" + +#: modules/devices.c:113 +msgid "Resources" +msgstr "" + +#: modules/devices.c:151 +#, c-format +msgid "%d physical processor" +msgid_plural "%d physical processors" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:152 +#, c-format +msgid "%d core" +msgid_plural "%d cores" +msgstr[0] "" +msgstr[1] "" + +#: modules/devices.c:153 +#, c-format +msgid "%d thread" +msgid_plural "%d threads" +msgstr[0] "" +msgstr[1] "" + +#. /NP procs; NC cores; NT threads +#: modules/devices.c:154 +#, c-format +msgid "%s; %s; %s" +msgstr "" + +#: modules/devices.c:372 +msgid " (model unknown)" +msgstr "" + +#: modules/devices.c:374 +msgid " (vendor unknown)" +msgstr "" + +#: modules/devices.c:559 +msgid "Field" +msgstr "" + +#: modules/devices.c:559 modules/devices.c:591 +msgid "Value" +msgstr "" + +#: modules/devices.c:591 +msgid "Sensor" +msgstr "" + +#: modules/devices.c:591 modules/devices/inputdevices.c:117 +msgid "Type" +msgstr "" + +#: modules/devices.c:637 +msgid "Devices" +msgstr "" + +#: modules/devices.c:649 +msgid "Update PCI ID listing" +msgstr "" + +#: modules/devices.c:661 +msgid "Update CPU feature database" +msgstr "" + +#: modules/devices.c:689 +msgid "Gathers information about hardware devices" +msgstr "" + +#: modules/devices.c:708 +msgid "Resource information requires superuser privileges" +msgstr "" + +#: modules/devices/cpu_util.c:30 +msgid "Little Endian" +msgstr "" + +#: modules/devices/cpu_util.c:32 +msgid "Big Endian" +msgstr "" + +#: modules/devices/cpu_util.c:178 modules/devices/cpu_util.c:189 +msgid "Frequency Scaling" +msgstr "" + +#: modules/devices/cpu_util.c:179 +msgid "Minimum" +msgstr "" + +#: modules/devices/cpu_util.c:179 modules/devices/cpu_util.c:180 +#: modules/devices/cpu_util.c:181 +msgid "kHz" +msgstr "" + +#: modules/devices/cpu_util.c:180 +msgid "Maximum" +msgstr "" + +#: modules/devices/cpu_util.c:181 +msgid "Current" +msgstr "" + +#: modules/devices/cpu_util.c:182 +msgid "Transition Latency" +msgstr "" + +#: modules/devices/cpu_util.c:182 +msgid "ns" +msgstr "" + +#: modules/devices/cpu_util.c:183 +msgid "Governor" +msgstr "" + +#: modules/devices/cpu_util.c:184 modules/devices/cpu_util.c:190 +msgid "Driver" +msgstr "" + +#: modules/devices/cpu_util.c:196 modules/devices/x86/processor.c:297 +msgid "(Not Available)" +msgstr "" + +#: modules/devices/cpu_util.c:204 modules/devices/cpu_util.c:206 +msgid "Socket" +msgstr "" + +#: modules/devices/cpu_util.c:209 modules/devices/cpu_util.c:211 +msgid "Core" +msgstr "" + +#: modules/devices/cpu_util.c:214 +msgid "Book" +msgstr "" + +#: modules/devices/cpu_util.c:216 +msgid "Drawer" +msgstr "" + +#: modules/devices/cpu_util.c:223 +msgid "ID" +msgstr "" + +#: modules/devices/devicetree.c:47 +msgid "Properties" +msgstr "" + +#: modules/devices/devicetree.c:48 +msgid "Children" +msgstr "" + +#: modules/devices/devicetree.c:84 +msgid "Node" +msgstr "" + +#: modules/devices/devicetree.c:85 +msgid "Node Path" +msgstr "" + +#: modules/devices/devicetree.c:86 +msgid "Alias" +msgstr "" + +#: modules/devices/devicetree.c:86 modules/devices/devicetree.c:87 +msgid "(None)" +msgstr "" + +#: modules/devices/devicetree.c:87 +msgid "Symbol" +msgstr "" + +#: modules/devices/devicetree.c:132 modules/devices/devicetree/pmac_data.c:79 +msgid "Platform" +msgstr "" + +#: modules/devices/devicetree.c:133 modules/devices/devicetree.c:178 +msgid "Compatible" +msgstr "" + +#: modules/devices/devicetree.c:134 +msgid "GPU-compatible" +msgstr "" + +#: modules/devices/devicetree.c:140 +msgid "Raspberry Pi or Compatible" +msgstr "" + +#: modules/devices/devicetree.c:142 modules/devices/devicetree.c:160 +#: modules/devices/devicetree.c:177 modules/devices/devicetree/rpi_data.c:160 +msgid "Serial Number" +msgstr "" + +#: modules/devices/devicetree.c:143 modules/devices/devicetree/rpi_data.c:157 +msgid "RCode" +msgstr "" + +#: modules/devices/devicetree.c:143 +msgid "No revision code available; unable to lookup model details." +msgstr "" + +#: modules/devices/devicetree.c:159 +msgid "More" +msgstr "" + +#: modules/devices/devicetree.c:175 +msgid "Board" +msgstr "" + +#: modules/devices/devicetree.c:234 +msgid "Messages" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1013 +msgid "phandle Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1014 +msgid "Alias Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1015 +msgid "Symbol Map" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:78 +msgid "Apple Power Macintosh" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:81 modules/devices/sh/processor.c:85 +msgid "Machine" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:83 +msgid "Detected as" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:84 +msgid "PMAC Flags" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:85 +msgid "L2 Cache" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:86 +msgid "PMAC Generation" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:152 +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Raspberry Pi" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Board Name" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:154 +msgid "PCB Revision" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:155 +msgid "Introduction" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:156 modules/devices/spd-decode.c:1510 +#: modules/devices/usb.c:84 modules/devices/usb.c:217 +msgid "Manufacturer" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:158 +msgid "SOC (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:159 +msgid "Memory (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgid "Permanent overvolt bit" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Set" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +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/dmi.c:188 +msgid "(Not available; Perhaps try running HardInfo as root.)" +msgstr "" + +#: modules/devices/ia64/processor.c:108 +msgid "IA64 Processor" +msgstr "" + +#: modules/devices/ia64/processor.c:163 +msgid "Architecture Revision" +msgstr "" + +#: modules/devices/ia64/processor.c:164 modules/devices/sh/processor.c:86 +msgid "Family" +msgstr "" + +#: modules/devices/ia64/processor.c:170 +msgid "CPU regs" +msgstr "" + +#: modules/devices/ia64/processor.c:171 +msgid "Features" +msgstr "" + +#: modules/devices/inputdevices.c:115 modules/devices/pci.c:214 +#: modules/devices/usb.c:82 modules/devices/usb.c:215 modules/devices/usb.c:347 +msgid "Device Information" +msgstr "" + +#: modules/devices/inputdevices.c:118 modules/devices/usb.c:92 +#: modules/devices/usb.c:240 modules/devices/usb.c:356 +msgid "Bus" +msgstr "" + +#: modules/devices/inputdevices.c:120 modules/devices/usb.c:83 +#: modules/devices/usb.c:216 modules/devices/usb.c:348 +msgid "Product" +msgstr "" + +#: modules/devices/inputdevices.c:124 +msgid "Connected to" +msgstr "" + +#: modules/devices/inputdevices.c:128 +msgid "InfraRed port" +msgstr "" + +#: modules/devices/m68k/processor.c:85 modules/devices/riscv/processor.c:185 +msgid "MMU" +msgstr "" + +#: modules/devices/m68k/processor.c:86 modules/devices/sparc/processor.c:76 +msgid "FPU" +msgstr "" + +#: modules/devices/m68k/processor.c:90 +msgid "Calibration" +msgstr "" + +#: modules/devices/mips/processor.c:76 +msgid "System Type" +msgstr "" + +#: modules/devices/parisc/processor.c:107 +msgid "PA-RISC Processor" +msgstr "" + +#: modules/devices/parisc/processor.c:157 +msgid "System" +msgstr "" + +#: modules/devices/parisc/processor.c:161 +msgid "HVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:162 +msgid "SVersion" +msgstr "" + +#: modules/devices/parisc/processor.c:163 modules/devices/x86/processor.c:425 +msgid "Cache" +msgstr "" + +#: modules/devices/pci.c:106 +msgid "IRQ" +msgstr "" + +#: modules/devices/pci.c:110 +msgid "Latency" +msgstr "" + +#: modules/devices/pci.c:112 +msgid "Bus Master" +msgstr "" + +#: modules/devices/pci.c:118 +msgid "Kernel modules" +msgstr "" + +#: modules/devices/pci.c:124 +#, c-format +msgid "%s=%s (%s)\n" +msgstr "" + +#: modules/devices/pci.c:126 +msgid "OEM Vendor" +msgstr "" + +#: modules/devices/pci.c:153 +msgid "prefetchable" +msgstr "" + +#: modules/devices/pci.c:154 +msgid "non-prefetchable" +msgstr "" + +#: modules/devices/pci.c:163 +msgid "I/O ports at" +msgstr "" + +#: modules/devices/pci.c:216 modules/devices/usb.c:89 modules/devices/usb.c:237 +#: modules/devices/usb.c:353 +msgid "Class" +msgstr "" + +#: modules/devices/pci.c:217 +msgid "Domain" +msgstr "" + +#: modules/devices/pci.c:218 +msgid "Bus, device, function" +msgstr "" + +#: modules/devices/pci.c:243 +msgid "No PCI devices found" +msgstr "" + +#: modules/devices/ppc/processor.c:117 +msgid "POWER Processor" +msgstr "" + +#: modules/devices/printers.c:81 msgid "⚬ Can do black and white printing=\n" msgstr "" -#: modules//devices/printers.c:83 +#: modules/devices/printers.c:83 msgid "⚬ Can do color printing=\n" msgstr "" -#: modules//devices/printers.c:85 +#: modules/devices/printers.c:85 msgid "⚬ Can do duplexing=\n" msgstr "" -#: modules//devices/printers.c:87 +#: modules/devices/printers.c:87 msgid "⚬ Can do staple output=\n" msgstr "" -#: modules//devices/printers.c:89 +#: modules/devices/printers.c:89 msgid "⚬ Can do copies=\n" msgstr "" -#: modules//devices/printers.c:91 +#: modules/devices/printers.c:91 msgid "⚬ Can collate copies=\n" msgstr "" -#: modules//devices/printers.c:93 +#: modules/devices/printers.c:93 msgid "⚬ Printer is rejecting jobs=\n" msgstr "" -#: modules//devices/printers.c:95 +#: modules/devices/printers.c:95 msgid "⚬ Printer was automatically discovered and added=\n" msgstr "" -#: modules//devices/printers.c:110 +#: modules/devices/printers.c:110 msgid "Idle" msgstr "" -#: modules//devices/printers.c:112 +#: modules/devices/printers.c:112 msgid "Printing a Job" msgstr "" -#: modules//devices/printers.c:114 +#: modules/devices/printers.c:114 msgid "Stopped" msgstr "" -#: modules//devices/printers.c:138 -#: hardinfo//hardinfo.c:62 -#: hardinfo//hardinfo.c:63 -msgid "Yes" -msgstr "" - -#: modules//devices/printers.c:190 +#: modules/devices/printers.c:190 msgid "" "[Printers]\n" "No suitable CUPS library found=" msgstr "" -#: modules//devices/printers.c:200 +#: modules/devices/printers.c:200 msgid "[Printers (CUPS)]\n" msgstr "" -#: modules//devices/printers.c:263 +#: modules/devices/printers.c:263 msgid "" "[Printers]\n" "No printers found=\n" msgstr "" -#: modules//devices/storage.c:46 +#: modules/devices/riscv/processor.c:107 +msgid "RISC-V Processor" +msgstr "" + +#: modules/devices/riscv/processor.c:184 +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/s390/processor.c:92 +msgid "S390 Processor" +msgstr "" + +#: modules/devices/s390/processor.c:133 +msgid "ID String" +msgstr "" + +#: modules/devices/sh/processor.c:55 +msgid "SuperH Processor" +msgstr "" + +#: modules/devices/sh/processor.c:88 +msgid "Bus Frequency" +msgstr "" + +#: modules/devices/sh/processor.c:89 +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/spd-decode.c:1509 +msgid "SPD" +msgstr "" + +#: modules/devices/spd-decode.c:1510 +msgid "Bank" +msgstr "" + +#: modules/devices/storage.c:46 msgid "" "\n" "[SCSI Disks]\n" msgstr "" -#: modules//devices/storage.c:110 -#: modules//devices/storage.c:297 +#: modules/devices/storage.c:110 modules/devices/storage.c:313 #, c-format msgid "" "[Device Information]\n" "Model=%s\n" msgstr "" -#: modules//devices/storage.c:115 -#: modules//devices/storage.c:304 +#: modules/devices/storage.c:115 modules/devices/storage.c:319 #, c-format msgid "Vendor=%s (%s)\n" msgstr "" -#: modules//devices/storage.c:120 -#: modules//devices/storage.c:309 +#: modules/devices/storage.c:120 modules/devices/storage.c:321 #, c-format msgid "Vendor=%s\n" msgstr "" -#: modules//devices/storage.c:125 +#: modules/devices/storage.c:125 #, c-format msgid "" "Type=%s\n" @@ -1115,18 +2440,18 @@ msgid "" "LUN=%d\n" msgstr "" -#: modules//devices/storage.c:169 +#: modules/devices/storage.c:167 msgid "" "\n" "[IDE Disks]\n" msgstr "" -#: modules//devices/storage.c:242 +#: modules/devices/storage.c:250 #, c-format msgid "Driver=%s\n" msgstr "" -#: modules//devices/storage.c:314 +#: modules/devices/storage.c:324 #, c-format msgid "" "Device Name=hd%c\n" @@ -1134,7 +2459,7 @@ msgid "" "Cache=%dkb\n" msgstr "" -#: modules//devices/storage.c:329 +#: modules/devices/storage.c:334 #, c-format msgid "" "[Geometry]\n" @@ -1142,357 +2467,1868 @@ msgid "" "Logical=%s\n" msgstr "" -#: modules//devices/storage.c:341 +#: modules/devices/storage.c:344 #, c-format msgid "" "[Capabilities]\n" "%s" msgstr "" -#: modules//devices/storage.c:348 +#: modules/devices/storage.c:351 #, c-format msgid "" "[Speeds]\n" "%s" msgstr "" -#: modules//devices/x86/processor.c:145 -#: modules//devices/x86_64/processor.c:145 +#: modules/devices/usb.c:44 modules/devices/usb.c:326 +msgid "mA" +msgstr "" + +#. /%.2f is version +#: modules/devices/usb.c:53 modules/devices/usb.c:190 +#, c-format +msgid "USB %.2f Hub" +msgstr "" + +#: modules/devices/usb.c:55 modules/devices/usb.c:192 +#, c-format +msgid "Unknown USB %.2f Device (class %d)" +msgstr "" + +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Speed" +msgstr "" + +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Mbit/s" +msgstr "" + +#: modules/devices/usb.c:86 modules/devices/usb.c:233 modules/devices/usb.c:350 +msgid "Max Current" +msgstr "" + +#: modules/devices/usb.c:88 modules/devices/usb.c:235 modules/devices/usb.c:352 +msgid "USB Version" +msgstr "" + +#: modules/devices/usb.c:90 modules/devices/usb.c:238 modules/devices/usb.c:354 +msgid "Vendor ID" +msgstr "" + +#: modules/devices/usb.c:91 modules/devices/usb.c:239 modules/devices/usb.c:355 +msgid "Product ID" +msgstr "" + +#: modules/devices/usb.c:231 +msgid "Port" +msgstr "" + +#: modules/devices/usb.c:241 +msgid "Level" +msgstr "" + +#: modules/devices/x86/processor.c:149 msgid "Cache information not available=\n" msgstr "" -#: modules//devices/x86/processor.c:484 -#: modules//devices/x86_64/processor.c:484 +#: modules/devices/x86/processor.c:155 #, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + +#. /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:410 +msgid "Model Name" +msgstr "" + +#: modules/devices/x86/processor.c:411 +msgid "Family, model, stepping" +msgstr "" + +#: modules/devices/x86/processor.c:417 +msgid "Microcode Version" +msgstr "" + +#: modules/devices/x86/processor.c:418 +msgid "Configuration" +msgstr "" + +#: modules/devices/x86/processor.c:419 +msgid "Cache Size" +msgstr "" + +#: modules/devices/x86/processor.c:419 +msgid "kb" +msgstr "" + +#: modules/devices/x86/processor.c:426 +msgid "Power Management" +msgstr "" + +#: modules/devices/x86/processor.c:427 +msgid "Bug Workarounds" +msgstr "" + +#: modules/devices/x86/processor.c:454 modules/devices/x86/processor.c:468 +msgid "Package Information" +msgstr "" + +#. /flag:fpu +#: modules/devices/x86/x86_data.c:43 +msgctxt "x86-flag" +msgid "Onboard FPU (floating point support)" +msgstr "" + +#. /flag:vme +#: modules/devices/x86/x86_data.c:44 +msgctxt "x86-flag" +msgid "Virtual 8086 mode enhancements" +msgstr "" + +#. /flag:de +#: modules/devices/x86/x86_data.c:45 +msgctxt "x86-flag" +msgid "Debugging Extensions (CR4.DE)" +msgstr "" + +#. /flag:pse +#: modules/devices/x86/x86_data.c:46 +msgctxt "x86-flag" +msgid "Page Size Extensions (4MB memory pages)" +msgstr "" + +#. /flag:tsc +#: modules/devices/x86/x86_data.c:47 +msgctxt "x86-flag" +msgid "Time Stamp Counter (RDTSC)" +msgstr "" + +#. /flag:msr +#: modules/devices/x86/x86_data.c:48 +msgctxt "x86-flag" +msgid "Model-Specific Registers (RDMSR, WRMSR)" +msgstr "" + +#. /flag:pae +#: modules/devices/x86/x86_data.c:49 +msgctxt "x86-flag" +msgid "Physical Address Extensions (support for more than 4GB of RAM)" +msgstr "" + +#. /flag:mce +#: modules/devices/x86/x86_data.c:50 +msgctxt "x86-flag" +msgid "Machine Check Exception" +msgstr "" + +#. /flag:cx8 +#: modules/devices/x86/x86_data.c:51 +msgctxt "x86-flag" +msgid "CMPXCHG8 instruction (64-bit compare-and-swap)" +msgstr "" + +#. /flag:apic +#: modules/devices/x86/x86_data.c:52 +msgctxt "x86-flag" +msgid "Onboard APIC" +msgstr "" + +#. /flag:sep +#: modules/devices/x86/x86_data.c:53 +msgctxt "x86-flag" +msgid "SYSENTER/SYSEXIT" +msgstr "" + +#. /flag:mtrr +#: modules/devices/x86/x86_data.c:54 +msgctxt "x86-flag" +msgid "Memory Type Range Registers" +msgstr "" + +#. /flag:pge +#: modules/devices/x86/x86_data.c:55 +msgctxt "x86-flag" +msgid "Page Global Enable (global bit in PDEs and PTEs)" +msgstr "" + +#. /flag:mca +#: modules/devices/x86/x86_data.c:56 +msgctxt "x86-flag" +msgid "Machine Check Architecture" +msgstr "" + +#. /flag:cmov +#: modules/devices/x86/x86_data.c:57 +msgctxt "x86-flag" +msgid "CMOV instructions (conditional move) (also FCMOV)" +msgstr "" + +#. /flag:pat +#: modules/devices/x86/x86_data.c:58 +msgctxt "x86-flag" +msgid "Page Attribute Table" +msgstr "" + +#. /flag:pse36 +#: modules/devices/x86/x86_data.c:59 +msgctxt "x86-flag" +msgid "36-bit PSEs (huge pages)" +msgstr "" + +#. /flag:pn +#: modules/devices/x86/x86_data.c:60 +msgctxt "x86-flag" +msgid "Processor serial number" +msgstr "" + +#. /flag:clflush +#: modules/devices/x86/x86_data.c:61 +msgctxt "x86-flag" +msgid "Cache Line Flush instruction" +msgstr "" + +#. /flag:dts +#: modules/devices/x86/x86_data.c:62 +msgctxt "x86-flag" msgid "" -"[Processor]\n" -"Name=%s\n" -"Family, model, stepping=%d, %d, %d (%s)\n" -"Vendor=%s\n" -"[Configuration]\n" -"Cache Size=%dkb\n" -"Frequency=%.2fMHz\n" -"BogoMIPS=%.2f\n" -"Byte Order=%s\n" -"[Features]\n" -"FDIV Bug=%s\n" -"HLT Bug=%s\n" -"F00F Bug=%s\n" -"Coma Bug=%s\n" -"Has FPU=%s\n" -"[Cache]\n" -"%s\n" -"[Capabilities]\n" -"%s" +"Debug Store (buffer for debugging and profiling instructions), or " +"alternately: digital thermal sensor" msgstr "" -#: modules//devices/x86/processor.c:542 -#: modules//devices/x86_64/processor.c:542 -#, c-format -msgid "%s$CPU%d$%s=%.2fMHz\n" +#. /flag:acpi +#: modules/devices/x86/x86_data.c:63 +msgctxt "x86-flag" +msgid "ACPI via MSR (temperature monitoring and clock speed modulation)" +msgstr "" + +#. /flag:mmx +#: modules/devices/x86/x86_data.c:64 +msgctxt "x86-flag" +msgid "Multimedia Extensions" msgstr "" -#: modules//network.c:59 +#. /flag:fxsr +#: modules/devices/x86/x86_data.c:65 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR, CR4.OSFXSR" +msgstr "" + +#. /flag:sse +#: modules/devices/x86/x86_data.c:66 +msgctxt "x86-flag" +msgid "Intel SSE vector instructions" +msgstr "" + +#. /flag:sse2 +#: modules/devices/x86/x86_data.c:67 +msgctxt "x86-flag" +msgid "SSE2" +msgstr "" + +#. /flag:ss +#: modules/devices/x86/x86_data.c:68 +msgctxt "x86-flag" +msgid "CPU self snoop" +msgstr "" + +#. /flag:ht +#: modules/devices/x86/x86_data.c:69 +msgctxt "x86-flag" +msgid "Hyper-Threading" +msgstr "" + +#. /flag:tm +#: modules/devices/x86/x86_data.c:70 +msgctxt "x86-flag" +msgid "Automatic clock control (Thermal Monitor)" +msgstr "" + +#. /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 "" + +#. /flag:pbe +#: modules/devices/x86/x86_data.c:72 +msgctxt "x86-flag" +msgid "Pending Break Enable (PBE# pin) wakeup support" +msgstr "" + +#. /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 "" + +#. /flag:mp +#: modules/devices/x86/x86_data.c:76 +msgctxt "x86-flag" +msgid "Multiprocessing Capable." +msgstr "" + +#. /flag:nx +#: modules/devices/x86/x86_data.c:77 +msgctxt "x86-flag" +msgid "Execute Disable" +msgstr "" + +#. /flag:mmxext +#: modules/devices/x86/x86_data.c:78 +msgctxt "x86-flag" +msgid "AMD MMX extensions" +msgstr "" + +#. /flag:fxsr_opt +#: modules/devices/x86/x86_data.c:79 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR optimizations" +msgstr "" + +#. /flag:pdpe1gb +#: modules/devices/x86/x86_data.c:80 +msgctxt "x86-flag" +msgid "One GB pages (allows hugepagesz=1G)" +msgstr "" + +#. /flag:rdtscp +#: modules/devices/x86/x86_data.c:81 +msgctxt "x86-flag" +msgid "Read Time-Stamp Counter and Processor ID" +msgstr "" + +#. /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 "" + +#. /flag:3dnow +#: modules/devices/x86/x86_data.c:83 +msgctxt "x86-flag" +msgid "3DNow! (AMD vector instructions, competing with Intel's SSE1)" +msgstr "" + +#. /flag:3dnowext +#: modules/devices/x86/x86_data.c:84 +msgctxt "x86-flag" +msgid "AMD 3DNow! extensions" +msgstr "" + +#. /flag:recovery +#: modules/devices/x86/x86_data.c:86 +msgctxt "x86-flag" +msgid "CPU in recovery mode" +msgstr "" + +#. /flag:longrun +#: modules/devices/x86/x86_data.c:87 +msgctxt "x86-flag" +msgid "Longrun power control" +msgstr "" + +#. /flag:lrti +#: modules/devices/x86/x86_data.c:88 +msgctxt "x86-flag" +msgid "LongRun table interface" +msgstr "" + +#. /flag:cxmmx +#: modules/devices/x86/x86_data.c:90 +msgctxt "x86-flag" +msgid "Cyrix MMX extensions" +msgstr "" + +#. /flag:k6_mtrr +#: modules/devices/x86/x86_data.c:91 +msgctxt "x86-flag" +msgid "AMD K6 nonstandard MTRRs" +msgstr "" + +#. /flag:cyrix_arr +#: modules/devices/x86/x86_data.c:92 +msgctxt "x86-flag" +msgid "Cyrix ARRs (= MTRRs)" +msgstr "" + +#. /flag:centaur_mcr +#: modules/devices/x86/x86_data.c:93 +msgctxt "x86-flag" +msgid "Centaur MCRs (= MTRRs)" +msgstr "" + +#. /flag:constant_tsc +#: modules/devices/x86/x86_data.c:94 +msgctxt "x86-flag" +msgid "TSC ticks at a constant rate" +msgstr "" + +#. /flag:up +#: modules/devices/x86/x86_data.c:95 +msgctxt "x86-flag" +msgid "SMP kernel running on UP" +msgstr "" + +#. /flag:art +#: modules/devices/x86/x86_data.c:96 +msgctxt "x86-flag" +msgid "Always-Running Timer" +msgstr "" + +#. /flag:arch_perfmon +#: modules/devices/x86/x86_data.c:97 +msgctxt "x86-flag" +msgid "Intel Architectural PerfMon" +msgstr "" + +#. /flag:pebs +#: modules/devices/x86/x86_data.c:98 +msgctxt "x86-flag" +msgid "Precise-Event Based Sampling" +msgstr "" + +#. /flag:bts +#: modules/devices/x86/x86_data.c:99 +msgctxt "x86-flag" +msgid "Branch Trace Store" +msgstr "" + +#. /flag:rep_good +#: modules/devices/x86/x86_data.c:100 +msgctxt "x86-flag" +msgid "rep microcode works well" +msgstr "" + +#. /flag:acc_power +#: modules/devices/x86/x86_data.c:101 +msgctxt "x86-flag" +msgid "AMD accumulated power mechanism" +msgstr "" + +#. /flag:nopl +#: modules/devices/x86/x86_data.c:102 +msgctxt "x86-flag" +msgid "The NOPL (0F 1F) instructions" +msgstr "" + +#. /flag:xtopology +#: modules/devices/x86/x86_data.c:103 +msgctxt "x86-flag" +msgid "cpu topology enum extensions" +msgstr "" + +#. /flag:tsc_reliable +#: modules/devices/x86/x86_data.c:104 +msgctxt "x86-flag" +msgid "TSC is known to be reliable" +msgstr "" + +#. /flag:nonstop_tsc +#: modules/devices/x86/x86_data.c:105 +msgctxt "x86-flag" +msgid "TSC does not stop in C states" +msgstr "" + +#. /flag:extd_apicid +#: modules/devices/x86/x86_data.c:106 +msgctxt "x86-flag" +msgid "has extended APICID (8 bits)" +msgstr "" + +#. /flag:amd_dcm +#: modules/devices/x86/x86_data.c:107 +msgctxt "x86-flag" +msgid "multi-node processor" +msgstr "" + +#. /flag:aperfmperf +#: modules/devices/x86/x86_data.c:108 +msgctxt "x86-flag" +msgid "APERFMPERF" +msgstr "" + +#. /flag:eagerfpu +#: modules/devices/x86/x86_data.c:109 +msgctxt "x86-flag" +msgid "Non lazy FPU restore" +msgstr "" + +#. /flag:nonstop_tsc_s3 +#: modules/devices/x86/x86_data.c:110 +msgctxt "x86-flag" +msgid "TSC doesn't stop in S3 state" +msgstr "" + +#. /flag:mce_recovery +#: modules/devices/x86/x86_data.c:111 +msgctxt "x86-flag" +msgid "CPU has recoverable machine checks" +msgstr "" + +#. /flag:pni +#: modules/devices/x86/x86_data.c:114 +msgctxt "x86-flag" +msgid "SSE-3 (\"Prescott New Instructions\")" +msgstr "" + +#. /flag:pclmulqdq +#: modules/devices/x86/x86_data.c:115 +msgctxt "x86-flag" +msgid "" +"Perform a Carry-Less Multiplication of Quadword instruction - accelerator " +"for GCM)" +msgstr "" + +#. /flag:dtes64 +#: modules/devices/x86/x86_data.c:116 +msgctxt "x86-flag" +msgid "64-bit Debug Store" +msgstr "" + +#. /flag:monitor +#: modules/devices/x86/x86_data.c:117 +msgctxt "x86-flag" +msgid "Monitor/Mwait support (Intel SSE3 supplements)" +msgstr "" + +#. /flag:ds_cpl +#: modules/devices/x86/x86_data.c:118 +msgctxt "x86-flag" +msgid "CPL Qual. Debug Store" +msgstr "" + +#. /flag:vmx +#: modules/devices/x86/x86_data.c:119 +msgctxt "x86-flag" +msgid "Hardware virtualization, Intel VMX" +msgstr "" + +#. /flag:smx +#: modules/devices/x86/x86_data.c:120 +msgctxt "x86-flag" +msgid "Safer mode TXT (TPM support)" +msgstr "" + +#. /flag:est +#: modules/devices/x86/x86_data.c:121 +msgctxt "x86-flag" +msgid "Enhanced SpeedStep" +msgstr "" + +#. /flag:tm2 +#: modules/devices/x86/x86_data.c:122 +msgctxt "x86-flag" +msgid "Thermal Monitor 2" +msgstr "" + +#. /flag:ssse3 +#: modules/devices/x86/x86_data.c:123 +msgctxt "x86-flag" +msgid "Supplemental SSE-3" +msgstr "" + +#. /flag:cid +#: modules/devices/x86/x86_data.c:124 +msgctxt "x86-flag" +msgid "Context ID" +msgstr "" + +#. /flag:sdbg +#: modules/devices/x86/x86_data.c:125 +msgctxt "x86-flag" +msgid "silicon debug" +msgstr "" + +#. /flag:fma +#: modules/devices/x86/x86_data.c:126 +msgctxt "x86-flag" +msgid "Fused multiply-add" +msgstr "" + +#. /flag:cx16 +#: modules/devices/x86/x86_data.c:127 +msgctxt "x86-flag" +msgid "CMPXCHG16B" +msgstr "" + +#. /flag:xtpr +#: modules/devices/x86/x86_data.c:128 +msgctxt "x86-flag" +msgid "Send Task Priority Messages" +msgstr "" + +#. /flag:pdcm +#: modules/devices/x86/x86_data.c:129 +msgctxt "x86-flag" +msgid "Performance Capabilities" +msgstr "" + +#. /flag:pcid +#: modules/devices/x86/x86_data.c:130 +msgctxt "x86-flag" +msgid "Process Context Identifiers" +msgstr "" + +#. /flag:dca +#: modules/devices/x86/x86_data.c:131 +msgctxt "x86-flag" +msgid "Direct Cache Access" +msgstr "" + +#. /flag:sse4_1 +#: modules/devices/x86/x86_data.c:132 +msgctxt "x86-flag" +msgid "SSE-4.1" +msgstr "" + +#. /flag:sse4_2 +#: modules/devices/x86/x86_data.c:133 +msgctxt "x86-flag" +msgid "SSE-4.2" +msgstr "" + +#. /flag:x2apic +#: modules/devices/x86/x86_data.c:134 +msgctxt "x86-flag" +msgid "x2APIC" +msgstr "" + +#. /flag:movbe +#: modules/devices/x86/x86_data.c:135 +msgctxt "x86-flag" +msgid "Move Data After Swapping Bytes instruction" +msgstr "" + +#. /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 "" + +#. /flag:tsc_deadline_timer +#: modules/devices/x86/x86_data.c:137 +msgctxt "x86-flag" +msgid "Tsc deadline timer" +msgstr "" + +#. /flag:aes/aes-ni +#: modules/devices/x86/x86_data.c:138 +msgctxt "x86-flag" +msgid "Advanced Encryption Standard (New Instructions)" +msgstr "" + +#. /flag:xsave +#: modules/devices/x86/x86_data.c:139 +msgctxt "x86-flag" +msgid "Save Processor Extended States: also provides XGETBY,XRSTOR,XSETBY" +msgstr "" + +#. /flag:avx +#: modules/devices/x86/x86_data.c:140 +msgctxt "x86-flag" +msgid "Advanced Vector Extensions" +msgstr "" + +#. /flag:f16c +#: modules/devices/x86/x86_data.c:141 +msgctxt "x86-flag" +msgid "16-bit fp conversions (CVT16)" +msgstr "" + +#. /flag:rdrand +#: modules/devices/x86/x86_data.c:142 +msgctxt "x86-flag" +msgid "Read Random Number from hardware random number generator instruction" +msgstr "" + +#. /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 +#. /flag:rng +#: modules/devices/x86/x86_data.c:145 +msgctxt "x86-flag" +msgid "Random Number Generator present (xstore)" +msgstr "" + +#. /flag:rng_en +#: modules/devices/x86/x86_data.c:146 +msgctxt "x86-flag" +msgid "Random Number Generator enabled" +msgstr "" + +#. /flag:ace +#: modules/devices/x86/x86_data.c:147 +msgctxt "x86-flag" +msgid "on-CPU crypto (xcrypt)" +msgstr "" + +#. /flag:ace_en +#: modules/devices/x86/x86_data.c:148 +msgctxt "x86-flag" +msgid "on-CPU crypto enabled" +msgstr "" + +#. /flag:ace2 +#: modules/devices/x86/x86_data.c:149 +msgctxt "x86-flag" +msgid "Advanced Cryptography Engine v2" +msgstr "" + +#. /flag:ace2_en +#: modules/devices/x86/x86_data.c:150 +msgctxt "x86-flag" +msgid "ACE v2 enabled" +msgstr "" + +#. /flag:phe +#: modules/devices/x86/x86_data.c:151 +msgctxt "x86-flag" +msgid "PadLock Hash Engine" +msgstr "" + +#. /flag:phe_en +#: modules/devices/x86/x86_data.c:152 +msgctxt "x86-flag" +msgid "PHE enabled" +msgstr "" + +#. /flag:pmm +#: modules/devices/x86/x86_data.c:153 +msgctxt "x86-flag" +msgid "PadLock Montgomery Multiplier" +msgstr "" + +#. /flag:pmm_en +#: modules/devices/x86/x86_data.c:154 +msgctxt "x86-flag" +msgid "PMM enabled" +msgstr "" + +#. /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 "" + +#. /flag:cmp_legacy +#: modules/devices/x86/x86_data.c:157 +msgctxt "x86-flag" +msgid "If yes HyperThreading not valid" +msgstr "" + +#. /flag:svm +#: modules/devices/x86/x86_data.c:158 +msgctxt "x86-flag" +msgid "\"Secure virtual machine\": AMD-V" +msgstr "" + +#. /flag:extapic +#: modules/devices/x86/x86_data.c:159 +msgctxt "x86-flag" +msgid "Extended APIC space" +msgstr "" + +#. /flag:cr8_legacy +#: modules/devices/x86/x86_data.c:160 +msgctxt "x86-flag" +msgid "CR8 in 32-bit mode" +msgstr "" + +#. /flag:abm +#: modules/devices/x86/x86_data.c:161 +msgctxt "x86-flag" +msgid "Advanced Bit Manipulation" +msgstr "" + +#. /flag:sse4a +#: modules/devices/x86/x86_data.c:162 +msgctxt "x86-flag" +msgid "SSE-4A" +msgstr "" + +#. /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 "" + +#. /flag:3dnowprefetch +#: modules/devices/x86/x86_data.c:164 +msgctxt "x86-flag" +msgid "3DNow prefetch instructions" +msgstr "" + +#. /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 "" + +#. /flag:ibs +#: modules/devices/x86/x86_data.c:166 +msgctxt "x86-flag" +msgid "Instruction Based Sampling" +msgstr "" + +#. /flag:xop +#: modules/devices/x86/x86_data.c:167 +msgctxt "x86-flag" +msgid "extended AVX instructions" +msgstr "" + +#. /flag:skinit +#: modules/devices/x86/x86_data.c:168 +msgctxt "x86-flag" +msgid "SKINIT/STGI instructions" +msgstr "" + +#. /flag:wdt +#: modules/devices/x86/x86_data.c:169 +msgctxt "x86-flag" +msgid "Watchdog timer" +msgstr "" + +#. /flag:lwp +#: modules/devices/x86/x86_data.c:170 +msgctxt "x86-flag" +msgid "Light Weight Profiling" +msgstr "" + +#. /flag:fma4 +#: modules/devices/x86/x86_data.c:171 +msgctxt "x86-flag" +msgid "4 operands MAC instructions" +msgstr "" + +#. /flag:tce +#: modules/devices/x86/x86_data.c:172 +msgctxt "x86-flag" +msgid "translation cache extension" +msgstr "" + +#. /flag:nodeid_msr +#: modules/devices/x86/x86_data.c:173 +msgctxt "x86-flag" +msgid "NodeId MSR" +msgstr "" + +#. /flag:tbm +#: modules/devices/x86/x86_data.c:174 +msgctxt "x86-flag" +msgid "Trailing Bit Manipulation" +msgstr "" + +#. /flag:topoext +#: modules/devices/x86/x86_data.c:175 +msgctxt "x86-flag" +msgid "Topology Extensions CPUID leafs" +msgstr "" + +#. /flag:perfctr_core +#: modules/devices/x86/x86_data.c:176 +msgctxt "x86-flag" +msgid "Core Performance Counter Extensions" +msgstr "" + +#. /flag:perfctr_nb +#: modules/devices/x86/x86_data.c:177 +msgctxt "x86-flag" +msgid "NB Performance Counter Extensions" +msgstr "" + +#. /flag:bpext +#: modules/devices/x86/x86_data.c:178 +msgctxt "x86-flag" +msgid "data breakpoint extension" +msgstr "" + +#. /flag:ptsc +#: modules/devices/x86/x86_data.c:179 +msgctxt "x86-flag" +msgid "performance time-stamp counter" +msgstr "" + +#. /flag:perfctr_l2 +#: modules/devices/x86/x86_data.c:180 +msgctxt "x86-flag" +msgid "L2 Performance Counter Extensions" +msgstr "" + +#. /flag:mwaitx +#: modules/devices/x86/x86_data.c:181 +msgctxt "x86-flag" +msgid "MWAIT extension (MONITORX/MWAITX)" +msgstr "" + +#. /flag:cpb +#: modules/devices/x86/x86_data.c:183 +msgctxt "x86-flag" +msgid "AMD Core Performance Boost" +msgstr "" + +#. /flag:epb +#: modules/devices/x86/x86_data.c:184 +msgctxt "x86-flag" +msgid "IA32_ENERGY_PERF_BIAS support" +msgstr "" + +#. /flag:hw_pstate +#: modules/devices/x86/x86_data.c:185 +msgctxt "x86-flag" +msgid "AMD HW-PState" +msgstr "" + +#. /flag:proc_feedback +#: modules/devices/x86/x86_data.c:186 +msgctxt "x86-flag" +msgid "AMD ProcFeedbackInterface" +msgstr "" + +#. /flag:intel_pt +#: modules/devices/x86/x86_data.c:187 +msgctxt "x86-flag" +msgid "Intel Processor Tracing" +msgstr "" + +#. /flag:tpr_shadow +#: modules/devices/x86/x86_data.c:189 +msgctxt "x86-flag" +msgid "Intel TPR Shadow" +msgstr "" + +#. /flag:vnmi +#: modules/devices/x86/x86_data.c:190 +msgctxt "x86-flag" +msgid "Intel Virtual NMI" +msgstr "" + +#. /flag:flexpriority +#: modules/devices/x86/x86_data.c:191 +msgctxt "x86-flag" +msgid "Intel FlexPriority" +msgstr "" + +#. /flag:ept +#: modules/devices/x86/x86_data.c:192 +msgctxt "x86-flag" +msgid "Intel Extended Page Table" +msgstr "" + +#. /flag:vpid +#: modules/devices/x86/x86_data.c:193 +msgctxt "x86-flag" +msgid "Intel Virtual Processor ID" +msgstr "" + +#. /flag:vmmcall +#: modules/devices/x86/x86_data.c:194 +msgctxt "x86-flag" +msgid "prefer VMMCALL to VMCALL" +msgstr "" + +#. /flag:fsgsbase +#: modules/devices/x86/x86_data.c:196 +msgctxt "x86-flag" +msgid "{RD/WR}{FS/GS}BASE instructions" +msgstr "" + +#. /flag:tsc_adjust +#: modules/devices/x86/x86_data.c:197 +msgctxt "x86-flag" +msgid "TSC adjustment MSR" +msgstr "" + +#. /flag:bmi1 +#: modules/devices/x86/x86_data.c:198 +msgctxt "x86-flag" +msgid "1st group bit manipulation extensions" +msgstr "" + +#. /flag:hle +#: modules/devices/x86/x86_data.c:199 +msgctxt "x86-flag" +msgid "Hardware Lock Elision" +msgstr "" + +#. /flag:avx2 +#: modules/devices/x86/x86_data.c:200 +msgctxt "x86-flag" +msgid "AVX2 instructions" +msgstr "" + +#. /flag:smep +#: modules/devices/x86/x86_data.c:201 +msgctxt "x86-flag" +msgid "Supervisor Mode Execution Protection" +msgstr "" + +#. /flag:bmi2 +#: modules/devices/x86/x86_data.c:202 +msgctxt "x86-flag" +msgid "2nd group bit manipulation extensions" +msgstr "" + +#. /flag:erms +#: modules/devices/x86/x86_data.c:203 +msgctxt "x86-flag" +msgid "Enhanced REP MOVSB/STOSB" +msgstr "" + +#. /flag:invpcid +#: modules/devices/x86/x86_data.c:204 +msgctxt "x86-flag" +msgid "Invalidate Processor Context ID" +msgstr "" + +#. /flag:rtm +#: modules/devices/x86/x86_data.c:205 +msgctxt "x86-flag" +msgid "Restricted Transactional Memory" +msgstr "" + +#. /flag:cqm +#: modules/devices/x86/x86_data.c:206 +msgctxt "x86-flag" +msgid "Cache QoS Monitoring" +msgstr "" + +#. /flag:mpx +#: modules/devices/x86/x86_data.c:207 +msgctxt "x86-flag" +msgid "Memory Protection Extension" +msgstr "" + +#. /flag:avx512f +#: modules/devices/x86/x86_data.c:208 +msgctxt "x86-flag" +msgid "AVX-512 foundation" +msgstr "" + +#. /flag:avx512dq +#: modules/devices/x86/x86_data.c:209 +msgctxt "x86-flag" +msgid "AVX-512 Double/Quad instructions" +msgstr "" + +#. /flag:rdseed +#: modules/devices/x86/x86_data.c:210 +msgctxt "x86-flag" +msgid "The RDSEED instruction" +msgstr "" + +#. /flag:adx +#: modules/devices/x86/x86_data.c:211 +msgctxt "x86-flag" +msgid "The ADCX and ADOX instructions" +msgstr "" + +#. /flag:smap +#: modules/devices/x86/x86_data.c:212 +msgctxt "x86-flag" +msgid "Supervisor Mode Access Prevention" +msgstr "" + +#. /flag:clflushopt +#: modules/devices/x86/x86_data.c:213 +msgctxt "x86-flag" +msgid "CLFLUSHOPT instruction" +msgstr "" + +#. /flag:clwb +#: modules/devices/x86/x86_data.c:214 +msgctxt "x86-flag" +msgid "CLWB instruction" +msgstr "" + +#. /flag:avx512pf +#: modules/devices/x86/x86_data.c:215 +msgctxt "x86-flag" +msgid "AVX-512 Prefetch" +msgstr "" + +#. /flag:avx512er +#: modules/devices/x86/x86_data.c:216 +msgctxt "x86-flag" +msgid "AVX-512 Exponential and Reciprocal" +msgstr "" + +#. /flag:avx512cd +#: modules/devices/x86/x86_data.c:217 +msgctxt "x86-flag" +msgid "AVX-512 Conflict Detection" +msgstr "" + +#. /flag:sha_ni +#: modules/devices/x86/x86_data.c:218 +msgctxt "x86-flag" +msgid "SHA1/SHA256 Instruction Extensions" +msgstr "" + +#. /flag:avx512bw +#: modules/devices/x86/x86_data.c:219 +msgctxt "x86-flag" +msgid "AVX-512 Byte/Word instructions" +msgstr "" + +#. /flag:avx512vl +#: modules/devices/x86/x86_data.c:220 +msgctxt "x86-flag" +msgid "AVX-512 128/256 Vector Length extensions" +msgstr "" + +#. /flag:xsaveopt +#: modules/devices/x86/x86_data.c:222 +msgctxt "x86-flag" +msgid "Optimized XSAVE" +msgstr "" + +#. /flag:xsavec +#: modules/devices/x86/x86_data.c:223 +msgctxt "x86-flag" +msgid "XSAVEC" +msgstr "" + +#. /flag:xgetbv1 +#: modules/devices/x86/x86_data.c:224 +msgctxt "x86-flag" +msgid "XGETBV with ECX = 1" +msgstr "" + +#. /flag:xsaves +#: modules/devices/x86/x86_data.c:225 +msgctxt "x86-flag" +msgid "XSAVES/XRSTORS" +msgstr "" + +#. /flag:cqm_llc +#: modules/devices/x86/x86_data.c:227 +msgctxt "x86-flag" +msgid "LLC QoS" +msgstr "" + +#. /flag:cqm_occup_llc +#: modules/devices/x86/x86_data.c:229 +msgctxt "x86-flag" +msgid "LLC occupancy monitoring" +msgstr "" + +#. /flag:cqm_mbm_total +#: modules/devices/x86/x86_data.c:230 +msgctxt "x86-flag" +msgid "LLC total MBM monitoring" +msgstr "" + +#. /flag:cqm_mbm_local +#: modules/devices/x86/x86_data.c:231 +msgctxt "x86-flag" +msgid "LLC local MBM monitoring" +msgstr "" + +#. /flag:clzero +#: modules/devices/x86/x86_data.c:233 +msgctxt "x86-flag" +msgid "CLZERO instruction" +msgstr "" + +#. /flag:irperf +#: modules/devices/x86/x86_data.c:234 +msgctxt "x86-flag" +msgid "instructions retired performance counter" +msgstr "" + +#. /flag:dtherm +#: modules/devices/x86/x86_data.c:236 +msgctxt "x86-flag" +msgid "digital thermal sensor" +msgstr "" + +#. /flag:ida +#: modules/devices/x86/x86_data.c:237 +msgctxt "x86-flag" +msgid "Intel Dynamic Acceleration" +msgstr "" + +#. /flag:arat +#: modules/devices/x86/x86_data.c:238 +msgctxt "x86-flag" +msgid "Always Running APIC Timer" +msgstr "" + +#. /flag:pln +#: modules/devices/x86/x86_data.c:239 +msgctxt "x86-flag" +msgid "Intel Power Limit Notification" +msgstr "" + +#. /flag:pts +#: modules/devices/x86/x86_data.c:240 +msgctxt "x86-flag" +msgid "Intel Package Thermal Status" +msgstr "" + +#. /flag:hwp +#: modules/devices/x86/x86_data.c:241 +msgctxt "x86-flag" +msgid "Intel Hardware P-states" +msgstr "" + +#. /flag:hwp_notify +#: modules/devices/x86/x86_data.c:242 +msgctxt "x86-flag" +msgid "HWP notification" +msgstr "" + +#. /flag:hwp_act_window +#: modules/devices/x86/x86_data.c:243 +msgctxt "x86-flag" +msgid "HWP Activity Window" +msgstr "" + +#. /flag:hwp_epp +#: modules/devices/x86/x86_data.c:244 +msgctxt "x86-flag" +msgid "HWP Energy Performance Preference" +msgstr "" + +#. /flag:hwp_pkg_req +#: modules/devices/x86/x86_data.c:245 +msgctxt "x86-flag" +msgid "HWP package-level request" +msgstr "" + +#. /flag:npt +#: modules/devices/x86/x86_data.c:247 +msgctxt "x86-flag" +msgid "AMD Nested Page Table support" +msgstr "" + +#. /flag:lbrv +#: modules/devices/x86/x86_data.c:248 +msgctxt "x86-flag" +msgid "AMD LBR Virtualization support" +msgstr "" + +#. /flag:svm_lock +#: modules/devices/x86/x86_data.c:249 +msgctxt "x86-flag" +msgid "AMD SVM locking MSR" +msgstr "" + +#. /flag:nrip_save +#: modules/devices/x86/x86_data.c:250 +msgctxt "x86-flag" +msgid "AMD SVM next_rip save" +msgstr "" + +#. /flag:tsc_scale +#: modules/devices/x86/x86_data.c:251 +msgctxt "x86-flag" +msgid "AMD TSC scaling support" +msgstr "" + +#. /flag:vmcb_clean +#: modules/devices/x86/x86_data.c:252 +msgctxt "x86-flag" +msgid "AMD VMCB clean bits support" +msgstr "" + +#. /flag:flushbyasid +#: modules/devices/x86/x86_data.c:253 +msgctxt "x86-flag" +msgid "AMD flush-by-ASID support" +msgstr "" + +#. /flag:decodeassists +#: modules/devices/x86/x86_data.c:254 +msgctxt "x86-flag" +msgid "AMD Decode Assists support" +msgstr "" + +#. /flag:pausefilter +#: modules/devices/x86/x86_data.c:255 +msgctxt "x86-flag" +msgid "AMD filtered pause intercept" +msgstr "" + +#. /flag:pfthreshold +#: modules/devices/x86/x86_data.c:256 +msgctxt "x86-flag" +msgid "AMD pause filter threshold" +msgstr "" + +#. /flag:avic +#: modules/devices/x86/x86_data.c:257 +msgctxt "x86-flag" +msgid "Virtual Interrupt Controller" +msgstr "" + +#. /flag:pku +#: modules/devices/x86/x86_data.c:259 +msgctxt "x86-flag" +msgid "Protection Keys for Userspace" +msgstr "" + +#. /flag:ospke +#: modules/devices/x86/x86_data.c:260 +msgctxt "x86-flag" +msgid "OS Protection Keys Enable" +msgstr "" + +#. /flag:overflow_recov +#: modules/devices/x86/x86_data.c:262 +msgctxt "x86-flag" +msgid "MCA overflow recovery support" +msgstr "" + +#. /flag:succor +#: modules/devices/x86/x86_data.c:263 +msgctxt "x86-flag" +msgid "uncorrectable error containment and recovery" +msgstr "" + +#. /flag:smca +#: modules/devices/x86/x86_data.c:264 +msgctxt "x86-flag" +msgid "Scalable MCA" +msgstr "" + +#. /bug:f00f +#: modules/devices/x86/x86_data.c:267 +msgctxt "x86-flag" +msgid "Intel F00F bug" +msgstr "" + +#. /bug:fdiv +#: modules/devices/x86/x86_data.c:268 +msgctxt "x86-flag" +msgid "FPU FDIV" +msgstr "" + +#. /bug:coma +#: modules/devices/x86/x86_data.c:269 +msgctxt "x86-flag" +msgid "Cyrix 6x86 coma" +msgstr "" + +#. /bug:tlb_mmatch +#: modules/devices/x86/x86_data.c:270 +msgctxt "x86-flag" +msgid "AMD Erratum 383" +msgstr "" + +#. /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 "" + +#. /bug:11ap +#: modules/devices/x86/x86_data.c:272 +msgctxt "x86-flag" +msgid "Bad local APIC aka 11AP" +msgstr "" + +#. /bug:fxsave_leak +#: modules/devices/x86/x86_data.c:273 +msgctxt "x86-flag" +msgid "FXSAVE leaks FOP/FIP/FOP" +msgstr "" + +#. /bug:clflush_monitor +#: modules/devices/x86/x86_data.c:274 +msgctxt "x86-flag" +msgid "AAI65, CLFLUSH required before MONITOR" +msgstr "" + +#. /bug:sysret_ss_attrs +#: modules/devices/x86/x86_data.c:275 +msgctxt "x86-flag" +msgid "SYSRET doesn't fix up SS attrs" +msgstr "" + +#. /bug:espfix +#: modules/devices/x86/x86_data.c:276 +msgctxt "x86-flag" +msgid "IRET to 16-bit SS corrupts ESP/RSP high bits" +msgstr "" + +#. /bug:null_seg +#: modules/devices/x86/x86_data.c:277 +msgctxt "x86-flag" +msgid "Nulling a selector preserves the base" +msgstr "" + +#. /bug:swapgs_fence +#: modules/devices/x86/x86_data.c:278 +msgctxt "x86-flag" +msgid "SWAPGS without input dep on GS" +msgstr "" + +#. /bug:monitor +#: modules/devices/x86/x86_data.c:279 +msgctxt "x86-flag" +msgid "IPI required to wake up remote CPU" +msgstr "" + +#. /x86/kernel/cpu/powerflags.h +#. /flag:pm:ts +#: modules/devices/x86/x86_data.c:283 +msgctxt "x86-flag" +msgid "temperature sensor" +msgstr "" + +#. /flag:pm:fid +#: modules/devices/x86/x86_data.c:284 +msgctxt "x86-flag" +msgid "frequency id control" +msgstr "" + +#. /flag:pm:vid +#: modules/devices/x86/x86_data.c:285 +msgctxt "x86-flag" +msgid "voltage id control" +msgstr "" + +#. /flag:pm:ttp +#: modules/devices/x86/x86_data.c:286 +msgctxt "x86-flag" +msgid "thermal trip" +msgstr "" + +#. /flag:pm:tm +#: modules/devices/x86/x86_data.c:287 +msgctxt "x86-flag" +msgid "hardware thermal control" +msgstr "" + +#. /flag:pm:stc +#: modules/devices/x86/x86_data.c:288 +msgctxt "x86-flag" +msgid "software thermal control" +msgstr "" + +#. /flag:pm:100mhzsteps +#: modules/devices/x86/x86_data.c:289 +msgctxt "x86-flag" +msgid "100 MHz multiplier control" +msgstr "" + +#. /flag:pm:hwpstate +#: modules/devices/x86/x86_data.c:290 +msgctxt "x86-flag" +msgid "hardware P-state control" +msgstr "" + +#. /flag:pm:cpb +#: modules/devices/x86/x86_data.c:291 +msgctxt "x86-flag" +msgid "core performance boost" +msgstr "" + +#. /flag:pm:eff_freq_ro +#: modules/devices/x86/x86_data.c:292 +msgctxt "x86-flag" +msgid "Readonly aperf/mperf" +msgstr "" + +#. /flag:pm:proc_feedback +#: modules/devices/x86/x86_data.c:293 +msgctxt "x86-flag" +msgid "processor feedback interface" +msgstr "" + +#. /flag:pm:acc_power +#: modules/devices/x86/x86_data.c:294 +msgctxt "x86-flag" +msgid "accumulated power mechanism" +msgstr "" + +#: modules/network.c:59 msgid "Interfaces" msgstr "" -#: modules//network.c:60 +#: modules/network.c:60 msgid "IP Connections" msgstr "" -#: modules//network.c:61 +#: modules/network.c:61 msgid "Routing Table" msgstr "" -#: modules//network.c:62 +#: modules/network.c:62 modules/network.c:303 msgid "ARP Table" msgstr "" -#: modules//network.c:63 +#: modules/network.c:63 msgid "DNS Servers" msgstr "" -#: modules//network.c:64 +#: modules/network.c:64 msgid "Statistics" msgstr "" -#: modules//network.c:65 +#: modules/network.c:65 msgid "Shared Directories" msgstr "" -#: 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" +#: modules/network.c:304 modules/network.c:326 modules/network.c:357 +#: modules/network/net.c:477 +msgid "IP Address" msgstr "" -#: 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" +#: modules/network.c:304 modules/network.c:357 modules/network.c:374 +msgid "Interface" msgstr "" -#: 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" +#: modules/network.c:304 +msgid "MAC Address" msgstr "" -#: 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/network.c:313 +msgid "SAMBA" msgstr "" -#: 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/network.c:314 +msgid "NFS" +msgstr "" + +#: modules/network.c:325 +msgid "Name Servers" +msgstr "" + +#: modules/network.c:340 +msgid "Connections" +msgstr "" + +#: modules/network.c:341 +msgid "Local Address" +msgstr "" + +#: modules/network.c:341 +msgid "Protocol" +msgstr "" + +#: modules/network.c:341 +msgid "Foreign Address" +msgstr "" + +#: modules/network.c:341 +msgid "State" +msgstr "" + +#: modules/network.c:357 +msgid "Sent" +msgstr "" + +#: modules/network.c:357 +msgid "Received" +msgstr "" + +#: modules/network.c:373 +msgid "IP routing table" +msgstr "" + +#: modules/network.c:374 +msgid "Destination/Gateway" +msgstr "" + +#: modules/network.c:374 +msgid "Flags" msgstr "" -#: modules//network.c:399 +#: modules/network.c:374 modules/network/net.c:478 +msgid "Mask" +msgstr "" + +#: modules/network.c:402 msgid "Network" msgstr "" -#: modules//network.c:432 +#: modules/network.c:435 msgid "Gathers information about this computer's network connection" msgstr "" -#: hardinfo//hardinfo.c:54 -msgid "" -"Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n" -"\n" +#: modules/network/net.c:72 +msgctxt "wi-op-mode" +msgid "Auto" msgstr "" -#: hardinfo//hardinfo.c:56 -#, 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:73 +msgctxt "wi-op-mode" +msgid "Ad-Hoc" msgstr "" -#: hardinfo//hardinfo.c:74 -#, 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:74 +msgctxt "wi-op-mode" +msgid "Managed" msgstr "" -#: hardinfo//hardinfo.c:81 -#, c-format -msgid "" -"Modules:\n" -"%-20s%-15s%-12s\n" +#: modules/network/net.c:75 +msgctxt "wi-op-mode" +msgid "Master" msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "File Name" +#: modules/network/net.c:76 +msgctxt "wi-op-mode" +msgid "Repeater" msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Name" +#: modules/network/net.c:77 +msgctxt "wi-op-mode" +msgid "Secondary" msgstr "" -#: hardinfo//hardinfo.c:82 -msgid "Version" +#: modules/network/net.c:78 +msgctxt "wi-op-mode" +msgid "(Unknown)" msgstr "" -#: hardinfo//hardinfo.c:135 -#, c-format -msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +#: modules/network/net.c:242 modules/network/net.c:262 +#: modules/network/net.c:270 +msgctxt "net-if-type" +msgid "Ethernet" msgstr "" -#: hardinfo//hardinfo.c:163 -msgid "Don't know what to do. Exiting." +#: modules/network/net.c:243 +msgctxt "net-if-type" +msgid "Loopback" msgstr "" -#: hardinfo//util.c:104 -#: hardinfo//util.c:107 -#: hardinfo//util.c:112 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "" -msgstr[1] "" +#: modules/network/net.c:244 +msgctxt "net-if-type" +msgid "Point-to-Point" +msgstr "" -#: hardinfo//util.c:106 -#, c-format -msgid "%d hour, " -msgid_plural "%d hours, " -msgstr[0] "" -msgstr[1] "" +#: 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 "" -#: hardinfo//util.c:110 -#, c-format -msgid "%d day, " -msgid_plural "%d days, " -msgstr[0] "" -msgstr[1] "" +#: modules/network/net.c:249 +msgctxt "net-if-type" +msgid "Virtual Point-to-Point (TUN)" +msgstr "" -#: hardinfo//util.c:111 -#, c-format -msgid "%d hour and " -msgid_plural "%d hours and " -msgstr[0] "" -msgstr[1] "" +#: modules/network/net.c:250 +msgctxt "net-if-type" +msgid "Ethernet (TAP)" +msgstr "" -#: hardinfo//util.c:118 -#, c-format -msgid "%.1f B" +#: modules/network/net.c:251 +msgctxt "net-if-type" +msgid "Parallel Line Internet Protocol" msgstr "" -#: hardinfo//util.c:120 -#, c-format -msgid "%.1f KiB" +#: modules/network/net.c:252 +msgctxt "net-if-type" +msgid "Infrared" msgstr "" -#: hardinfo//util.c:122 -#, c-format -msgid "%.1f MiB" +#: modules/network/net.c:253 modules/network/net.c:271 +msgctxt "net-if-type" +msgid "Serial Line Internet Protocol" msgstr "" -#: hardinfo//util.c:124 -#, c-format -msgid "%.1f GiB" +#: modules/network/net.c:254 +msgctxt "net-if-type" +msgid "Integrated Services Digital Network" msgstr "" -#: hardinfo//util.c:126 -#, c-format -msgid "%.1f TiB" +#: modules/network/net.c:255 +msgctxt "net-if-type" +msgid "IPv6-over-IPv4 Tunnel" msgstr "" -#: hardinfo//util.c:128 -#, c-format -msgid "%.1f PiB" +#: modules/network/net.c:256 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface (NAT)" msgstr "" -#: hardinfo//util.c:342 -msgid "Error" +#: modules/network/net.c:257 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface" msgstr "" -#: hardinfo//util.c:342 -#: hardinfo//util.c:358 -msgid "Warning" +#: modules/network/net.c:258 +msgctxt "net-if-type" +msgid "Personal Area Network (PAN)" msgstr "" -#: hardinfo//util.c:357 -msgid "Fatal Error" +#: modules/network/net.c:259 +msgctxt "net-if-type" +msgid "Bluetooth" msgstr "" -#: hardinfo//util.c:382 -msgid "creates a report and prints to standard output" +#: modules/network/net.c:260 +msgctxt "net-if-type" +msgid "Bridge Interface" msgstr "" -#: hardinfo//util.c:388 -msgid "chooses a report format (text, html)" +#: modules/network/net.c:261 +msgctxt "net-if-type" +msgid "Hamachi Virtual Personal Network" msgstr "" -#: hardinfo//util.c:394 -msgid "run benchmark; requires benchmark.so to be loaded" +#: modules/network/net.c:263 +msgctxt "net-if-type" +msgid "Intermediate Functional Block" msgstr "" -#: hardinfo//util.c:400 -msgid "lists modules" +#: modules/network/net.c:264 +msgctxt "net-if-type" +msgid "GRE Network Tunnel" msgstr "" -#: hardinfo//util.c:406 -msgid "specify module to load" +#: modules/network/net.c:265 +msgctxt "net-if-type" +msgid "Mesh Network" msgstr "" -#: hardinfo//util.c:412 -msgid "automatically load module dependencies" +#: modules/network/net.c:266 +msgctxt "net-if-type" +msgid "Wireless Master Interface" msgstr "" -#: hardinfo//util.c:419 -msgid "run in XML-RPC server mode" +#: modules/network/net.c:267 +msgctxt "net-if-type" +msgid "VirtualBox Virtual Network Interface" msgstr "" -#: hardinfo//util.c:426 -msgid "shows program version and quit" +#: modules/network/net.c:273 +msgctxt "net-if-type" +msgid "Wireless (WAN)" msgstr "" -#: hardinfo//util.c:431 -msgid "- System Profiler and Benchmark tool" +#: modules/network/net.c:275 +msgctxt "net-if-type" +msgid "(Unknown)" msgstr "" -#: hardinfo//util.c:441 -#, c-format -msgid "" -"Unrecognized arguments.\n" -"Try ``%s --help'' for more information.\n" +#: modules/network/net.c:348 modules/network/net.c:358 +msgid "Network Interfaces" msgstr "" -#: hardinfo//util.c:507 -#, c-format -msgid "Couldn't find a Web browser to open URL %s." +#: modules/network/net.c:348 +msgid "None Found" msgstr "" -#: hardinfo//util.c:854 -#, c-format -msgid "Module \"%s\" depends on module \"%s\", load it?" +#: modules/network/net.c:400 modules/network/net.c:422 +#: modules/network/net.c:423 +msgid "MiB" msgstr "" -#: hardinfo//util.c:877 -#, c-format -msgid "Module \"%s\" depends on module \"%s\"." +#: modules/network/net.c:414 +msgid "Network Adapter Properties" msgstr "" -#: hardinfo//util.c:922 -#, c-format -msgid "No module could be loaded. Check permissions on \"%s\" and try again." +#: modules/network/net.c:415 +msgid "Interface Type" msgstr "" -#: hardinfo//util.c:926 -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:416 +msgid "Hardware Address (MAC)" msgstr "" -#: hardinfo//util.c:1102 -#, c-format -msgid "Scanning: %s..." +#: modules/network/net.c:420 +msgid "MTU" +msgstr "" + +#: modules/network/net.c:421 +msgid "Transfer Details" +msgstr "" + +#: modules/network/net.c:422 +msgid "Bytes Received" +msgstr "" + +#: modules/network/net.c:423 +msgid "Bytes Sent" +msgstr "" + +#: modules/network/net.c:440 modules/network/net.c:462 +#: modules/network/net.c:463 +msgid "dBm" +msgstr "" + +#: modules/network/net.c:440 +msgid "mW" +msgstr "" + +#: modules/network/net.c:454 +msgid "Wireless Properties" +msgstr "" + +#: modules/network/net.c:455 +msgid "Network Name (SSID)" +msgstr "" + +#: modules/network/net.c:456 +msgid "Bit Rate" +msgstr "" + +#: modules/network/net.c:456 +msgid "Mb/s" +msgstr "" + +#: 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:479 +msgid "Broadcast Address" msgstr "" @@ -1,65 +1,277 @@ msgid "" msgstr "" -"Project-Id-Version: hardinfo puppy\n" +"Project-Id-Version: hardinfo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-01 22:24+0300\n" +"POT-Creation-Date: 2017-08-14 22:23-0500\n" "PO-Revision-Date: \n" "Last-Translator: Sergey Rodin <rodin.s@rambler.ru>\n" "Language-Team: \n" +"Language: ru_UA\n" +"X-Poedit-Basepath: ../\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Russian\n" "X-Poedit-Country: UKRAINE\n" "X-Poedit-SourceCharset: utf-8\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: shell/callbacks.c:71 +#. / %d will be latest year of copyright +#: hardinfo/hardinfo.c:49 #, c-format -msgid "Remote: <b>%s</b>" -msgstr "Удалённо: <b>%s</b>" +msgid "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n" +"\n" +msgstr "" +"Copyright (C) 2003-%d Leandro A. F. Pereira. Смотрите файл COPYING для более " +"подробной информации.\n" +"\n" -#: shell/callbacks.c:117 -msgid "Disconnecting..." -msgstr "Отключение..." - -#: shell/callbacks.c:120 -msgid "Unloading modules..." -msgstr "Выгрузка модулей..." - -#: shell/callbacks.c:123 -msgid "Loading local modules..." -msgstr "Загрузка локальных модулей..." - -#: shell/callbacks.c:130 -#: shell/callbacks.c:162 -#: shell/shell.c:314 -#: shell/shell.c:814 -#: shell/shell.c:1796 -#: modules/benchmark.c:431 -#: modules/benchmark.c:439 -#: hardinfo/util.c:1106 -msgid "Done." -msgstr "Выполнено." +#: hardinfo/hardinfo.c:51 +#, 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 for: %s\n" +msgstr "" +"Настройки компиляции:\n" +" Release version: %s (%s)\n" +" BinReloc включен: %s\n" +" Префикс данных: %s\n" +" Префикс библиотеки: %s\n" +" Скомпилировано на: %s\n" + +#: hardinfo/hardinfo.c:57 hardinfo/hardinfo.c:58 modules/computer.c:605 +#: modules/devices/inputdevices.c:128 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "Yes" +msgstr "Да" -#: shell/callbacks.c:142 -msgid "Save Image" -msgstr "Сохранить изображение" +#: hardinfo/hardinfo.c:58 modules/computer.c:605 modules/devices/pci.c:112 +#: modules/devices/printers.c:138 +msgid "No" +msgstr "Нет" -#: shell/callbacks.c:158 -msgid "Saving image..." -msgstr "Сохранение изображения..." +#: hardinfo/hardinfo.c:69 +#, 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 "" +"Не удалось найти данные среды выполнения.\n" +"\n" +"• Правильно ли установлен HardInfo?\n" +"• Проверьте, существуют ли %s и %s и есть ли у вас право на чтение." + +#: hardinfo/hardinfo.c:76 +#, c-format +msgid "" +"Modules:\n" +"%-20s %-15s %-12s\n" +msgstr "" +"Модули:\n" +"%-20s %-15s %-12s\n" + +#: hardinfo/hardinfo.c:77 +msgid "File Name" +msgstr "Имя файла" + +#: hardinfo/hardinfo.c:77 modules/computer.c:534 modules/computer.c:562 +#: modules/computer.c:630 modules/computer/languages.c:104 +#: modules/computer/modules.c:146 modules/devices/arm/processor.c:336 +#: modules/devices/ia64/processor.c:160 modules/devices/inputdevices.c:116 +#: modules/devices/pci.c:215 modules/devices/sh/processor.c:84 +#: modules/devices/x86/processor.c:455 modules/network.c:326 +msgid "Name" +msgstr "Название" + +#: hardinfo/hardinfo.c:77 modules/computer.c:296 modules/computer.c:505 +#: modules/computer.c:507 modules/computer.c:595 modules/computer.c:603 +#: modules/devices/inputdevices.c:121 +msgid "Version" +msgstr "Версия" + +#: hardinfo/hardinfo.c:124 +#, c-format +msgid "Unknown benchmark ``%s'' or libbenchmark.so not loaded" +msgstr "Тест ``%s'' неизвестен или библиотека libbenchmark.so не загружена" + +#: hardinfo/hardinfo.c:152 +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] "%d день" +msgstr[1] "%d дня" +msgstr[2] "%d дней" + +#: hardinfo/util.c:105 modules/computer/uptime.c:54 +#, c-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d час" +msgstr[1] "%d часа" +msgstr[2] "%d часов" + +#: hardinfo/util.c:106 modules/computer/uptime.c:55 +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минута" +msgstr[1] "%d минуты" +msgstr[2] "%d минут" + +#: hardinfo/util.c:107 +#, c-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "секунда" +msgstr[1] "секунды" +msgstr[2] "секунд" + +#: hardinfo/util.c:128 +#, c-format +msgid "%.1f B" +msgstr "%.1f Б" + +#: hardinfo/util.c:130 +#, c-format +msgid "%.1f KiB" +msgstr "%.1f КиБ" + +#: hardinfo/util.c:132 +#, c-format +msgid "%.1f MiB" +msgstr "%.1f МиБ" + +#: hardinfo/util.c:134 +#, c-format +msgid "%.1f GiB" +msgstr "%.1f ГиБ" + +#: hardinfo/util.c:136 +#, c-format +msgid "%.1f TiB" +msgstr "%.1f ТиБ" + +#: hardinfo/util.c:138 +#, c-format +msgid "%.1f PiB" +msgstr "%.1f ПиБ" + +#: hardinfo/util.c:361 +msgid "Error" +msgstr "Ошибка" + +#: hardinfo/util.c:361 hardinfo/util.c:377 +msgid "Warning" +msgstr "Предупреждение" -#: shell/callbacks.c:236 -msgid "No context help available." -msgstr "Контекстная справка недоступна" +#: hardinfo/util.c:376 +msgid "Fatal Error" +msgstr "Фатальная ошибка" + +#: hardinfo/util.c:401 +msgid "creates a report and prints to standard output" +msgstr "создаёт отчёт и выводит на стандартный вывод" + +#: hardinfo/util.c:407 +msgid "chooses a report format (text, html)" +msgstr "выбирает формат отчёта (text, html)" + +#: hardinfo/util.c:413 +msgid "run benchmark; requires benchmark.so to be loaded" +msgstr "запуск теста; требует, чтобы benchmark.so был загружен" + +#: hardinfo/util.c:419 +msgid "lists modules" +msgstr "список модулей" + +#: hardinfo/util.c:425 +msgid "specify module to load" +msgstr "укажите модуль для загрузки" + +#: hardinfo/util.c:431 +msgid "automatically load module dependencies" +msgstr "автоматически загружает зависимости модулей" + +#: hardinfo/util.c:438 +msgid "run in XML-RPC server mode" +msgstr "запуск в режиме сервера XML-RPC" + +#: hardinfo/util.c:445 +msgid "shows program version and quit" +msgstr "показывает версию программы и выходит" + +#: hardinfo/util.c:450 +msgid "- System Profiler and Benchmark tool" +msgstr "- Инструмент для тестирования и проверки свойств системы" + +#: hardinfo/util.c:460 +#, c-format +msgid "" +"Unrecognized arguments.\n" +"Try ``%s --help'' for more information.\n" +msgstr "" +"Неизвестные аргументы.\n" +"Используйте `%s --help' для справки.\n" + +#: hardinfo/util.c:526 +#, c-format +msgid "Couldn't find a Web browser to open URL %s." +msgstr "Не удаётся найти веб-браузер для открытия URL %s." -#: shell/callbacks.c:318 +#: hardinfo/util.c:875 +#, c-format +msgid "Module \"%s\" depends on module \"%s\", load it?" +msgstr "Модуль \"%s\" зависит от модуля \"%s\", загрузить его?" + +#: hardinfo/util.c:898 +#, c-format +msgid "Module \"%s\" depends on module \"%s\"." +msgstr "Модуль \"%s\" зависит от модуля \"%s\"." + +#: hardinfo/util.c:943 +#, c-format +msgid "No module could be loaded. Check permissions on \"%s\" and try again." +msgstr "" +"Модули не могут быть загружены. Проверьте разрешения на \"%s\" и попробуйте " +"снова." + +#: hardinfo/util.c:947 +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 -l для " +"получения списка доступных модулей и попробуйте снова с правильным списком " +"модулей." + +#: hardinfo/util.c:1024 +#, c-format +msgid "Scanning: %s..." +msgstr "Сканирование: %s..." + +#: hardinfo/util.c:1034 shell/shell.c:301 shell/shell.c:760 shell/shell.c:1795 +#: modules/benchmark.c:449 modules/benchmark.c:457 +msgid "Done." +msgstr "Выполнено." + +#: shell/callbacks.c:117 #, c-format msgid "%s Module" msgstr "%s модуль" -#: shell/callbacks.c:325 +#: shell/callbacks.c:128 #, c-format msgid "" "Written by %s\n" @@ -68,93 +280,105 @@ msgstr "" "Автор программы %s\n" "Лицензия %s" -#: shell/callbacks.c:339 +#: shell/callbacks.c:142 #, c-format msgid "No about information is associated with the %s module." msgstr "Нет информации о модуле %s." -#: shell/callbacks.c:353 +#: shell/callbacks.c:158 msgid "Author:" msgstr "Автор:" -#: shell/callbacks.c:356 +#: shell/callbacks.c:161 msgid "Contributors:" msgstr "Участники:" -#: shell/callbacks.c:360 +#: shell/callbacks.c:166 msgid "Based on work by:" msgstr "Основан на работах:" -#: shell/callbacks.c:361 +#: shell/callbacks.c:167 msgid "MD5 implementation by Colin Plumb (see md5.c for details)" msgstr "Реализация MD5 от Colin Plumb (см. подробности в md5.c)" -#: shell/callbacks.c:362 +#: shell/callbacks.c:168 msgid "SHA1 implementation by Steve Reid (see sha1.c for details)" msgstr "Реализация SHA1 от Steve Reid (см. подробности в sha1.c) " -#: shell/callbacks.c:363 +#: shell/callbacks.c:169 msgid "Blowfish implementation by Paul Kocher (see blowfich.c for details)" msgstr "Реализация Blowfish от Paul Kocher (см. подробности в blowfich.c)" -#: shell/callbacks.c:364 +#: shell/callbacks.c:170 msgid "Raytracing benchmark by John Walker (see fbench.c for details)" msgstr "Тест Raytracing от John Walker (см. подробности в fbench.c)" -#: shell/callbacks.c:365 +#: shell/callbacks.c:171 msgid "FFT benchmark by Scott Robert Ladd (see fftbench.c for details)" msgstr "Тест FFT Скотта от Robert Ladd (см. подробности в fbench.c)" -#: shell/callbacks.c:366 +#: shell/callbacks.c:172 msgid "Some code partly based on x86cpucaps by Osamu Kayasono" msgstr "Часть кода основана на x86cpucaps от Osamu Kayasono" -#: shell/callbacks.c:367 +#: shell/callbacks.c:173 msgid "Vendor list based on GtkSysInfo by Pissens Sebastien" msgstr "Список поставщиков основан на GtkSysInfo от Pissens Sebastien" -#: shell/callbacks.c:368 +#: shell/callbacks.c:174 msgid "DMI support based on code by Stewart Adam" msgstr "Поддержка DMI основана на коде от Stewart Adam" -#: shell/callbacks.c:369 +#: shell/callbacks.c:175 msgid "SCSI support based on code by Pascal F. Martin" msgstr "Поддержка SCSI основана на коде от Pascal F. Martin" -#: shell/callbacks.c:373 -#, fuzzy -msgid "Jakub Szypulka" -msgstr "Jakub Szypulka" - -#: shell/callbacks.c:374 +#: shell/callbacks.c:180 msgid "Tango Project" msgstr "Проект Tango" -#: shell/callbacks.c:375 +#: shell/callbacks.c:181 msgid "The GNOME Project" msgstr "Проект GNOME" -#: shell/callbacks.c:376 +#: shell/callbacks.c:182 msgid "VMWare, Inc. (USB icon from VMWare Workstation 6)" msgstr "VMWare, Inc. (значок USB из VMWare Workstation 6)" -#: shell/callbacks.c:387 +#: shell/callbacks.c:200 msgid "System information and benchmark tool" msgstr "Информация о системе и тестирование" -#: shell/callbacks.c:392 +#: shell/callbacks.c:205 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" +"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" +"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" +"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 "" -"HardInfo — это свободное программное обеспечение; вы можете распространять его и/или изменять под условиями Общей общественной лицензии GNU, которая была опубликована Фондом свободного программного обеспечения, версия 2.\n" +"HardInfo — это свободное программное обеспечение; вы можете распространять " +"его и/или изменять под условиями Общей общественной лицензии GNU, которая " +"была опубликована Фондом свободного программного обеспечения, версия 2.\n" "\n" -"Эта программа распространятся в надежде, что она будет полезной, но БЕЗ КАКОЙ-ЛИБО ГАРАНТИИ; даже без предполагаемой гарантии ПРИГОДНОСТИ ДЛЯ КОНКРЕТНЫХ ЦЕЛЕЙ. См. подробности в Общественной лицензии GNU.\n" +"Эта программа распространятся в надежде, что она будет полезной, но БЕЗ " +"КАКОЙ-ЛИБО ГАРАНТИИ; даже без предполагаемой гарантии ПРИГОДНОСТИ ДЛЯ " +"КОНКРЕТНЫХ ЦЕЛЕЙ. См. подробности в Общественной лицензии GNU.\n" "\n" -"Вы должны были получить копию Общественной лицензии GNU вместе с этой программой; если нет, пишите в Фонд свободного программного обеспечения, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" +"Вы должны были получить копию Общественной лицензии GNU вместе с этой " +"программой; если нет, пишите в Фонд свободного программного обеспечения, " +"Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" + +#: shell/callbacks.c:220 +msgid "translator-credits" +msgstr "" #: shell/menu.c:35 msgid "_Information" @@ -189,160 +413,132 @@ msgid "_Open..." msgstr "_Открыть..." #: shell/menu.c:58 -msgid "_Connect to..." -msgstr "_Подключиться к..." - -#: shell/menu.c:63 -msgid "_Manage hosts..." -msgstr "_Управление хостами..." - -#: shell/menu.c:68 -msgid "_Local computer" -msgstr "_Локальный компьютер" - -#: shell/menu.c:73 msgid "_Copy to Clipboard" msgstr "_Копировать в буфер" -#: shell/menu.c:74 +#: shell/menu.c:59 msgid "Copy to clipboard" msgstr "Копировать в буфер обмена" -#: shell/menu.c:78 -msgid "_Save image as..." -msgstr "_Сохранить изображение как..." - -#: shell/menu.c:83 +#: shell/menu.c:63 msgid "_Refresh" msgstr "_Обновить" -#: shell/menu.c:88 -msgid "Contents" -msgstr "Содержание" - -#: shell/menu.c:93 -#: shell/shell.c:1790 -#: shell/shell.c:1807 -msgid "Context help" -msgstr "Контекстная справка" - -#: shell/menu.c:98 +#: shell/menu.c:68 msgid "_Open HardInfo Web Site" msgstr "_Открыть веб-сайт Hardinfo" -#: shell/menu.c:103 +#: shell/menu.c:73 msgid "_Report bug" msgstr "_Сообщить об ошибке" -#: shell/menu.c:108 -msgid "_Donate to the project" -msgstr "_Поддержать проект" - -#: shell/menu.c:113 +#: shell/menu.c:78 msgid "_About HardInfo" msgstr "_О HardInfo" -#: shell/menu.c:114 +#: shell/menu.c:79 msgid "Displays program version information" msgstr "Показывает информацию о версии программы" -#: shell/menu.c:118 +#: shell/menu.c:83 msgid "_Quit" msgstr "_Выход" -#: shell/menu.c:125 +#: shell/menu.c:90 msgid "_Side Pane" msgstr "_Боковая панель" -#: shell/menu.c:126 +#: shell/menu.c:91 msgid "Toggles side pane visibility" msgstr "Управляет боковой панелью" -#: shell/menu.c:129 +#: shell/menu.c:94 msgid "_Toolbar" msgstr "_Панель инструментов" -#: shell/menu.c:133 -msgid "_Accept connections" -msgstr "_Принимать подключения" - -#: shell/report.c:492 +#: shell/report.c:494 shell/report.c:502 msgid "Save File" msgstr "Сохранить файл" -#: shell/report.c:616 +#: shell/report.c:629 msgid "Cannot create ReportContext. Programming bug?" msgstr "Не могу создать ReportContext. Ошибка программирования?" -#: shell/report.c:634 +#: shell/report.c:648 msgid "Open the report with your web browser?" msgstr "Открыть отчёт в веб-браузере?" -#: shell/report.c:662 +#: shell/report.c:682 msgid "Generating report..." msgstr "Создаётся отчёт..." -#: shell/report.c:672 +#: shell/report.c:692 msgid "Report saved." msgstr "Отчёт сохранён." -#: shell/report.c:674 +#: shell/report.c:694 msgid "Error while creating the report." msgstr "Ошибка во время создания отчёта." -#: shell/report.c:776 +#: shell/report.c:796 msgid "Generate Report" msgstr "Создать отчёт" -#: shell/report.c:793 +#: shell/report.c:821 msgid "" "<big><b>Generate Report</b></big>\n" "Please choose the information that you wish to view in your report:" msgstr "" "<big><b>Создать отчёт</b></big>\n" -"Пожалуйста выберите информацию, которую вы хотите видеть в отчёте:" +"Пожалуйста выберите информацию для отображения в отчёте:" -#: shell/report.c:853 +#: shell/report.c:893 msgid "Select _None" msgstr "Выбор: нет" -#: shell/report.c:860 +#: shell/report.c:904 msgid "Select _All" msgstr "Выбор: все" -#: shell/report.c:878 +#: shell/report.c:929 shell/syncmanager.c:748 +msgid "_Cancel" +msgstr "" + +#: shell/report.c:939 msgid "_Generate" msgstr "_Сгенерировать" -#: shell/shell.c:407 +#: shell/shell.c:402 #, c-format msgid "%s - System Information" msgstr "%s - Информация о системе" -#: shell/shell.c:412 +#: shell/shell.c:407 msgid "System Information" msgstr "Информация о системе" -#: shell/shell.c:801 +#: shell/shell.c:747 msgid "Loading modules..." msgstr "Загрузка модулей..." -#: shell/shell.c:1650 +#: shell/shell.c:1660 #, c-format msgid "<b>%s → Summary</b>" msgstr "<b>%s → </b>" -#: shell/shell.c:1758 +#: shell/shell.c:1769 msgid "Updating..." msgstr "Обновление..." #: shell/syncmanager.c:69 msgid "" "<big><b>Synchronize with Central Database</b></big>\n" -"The following information may be synchronized with the HardInfo central database." +"The following information may be synchronized with the HardInfo central " +"database." msgstr "" "<big><b>Синхронизировать с центральной базой данных</b></big>\n" -"Следующая информация может быть синхронизирована с центральной базой данных HardInfo." +"Следующая информация может быть синхронизирована с центральной базой данных " +"HardInfo." #: shell/syncmanager.c:72 msgid "" @@ -353,1092 +549,1742 @@ msgstr "" "Это может занять какое-то время." #: shell/syncmanager.c:132 -msgid "HardInfo was compiled without libsoup support. (Network Updater requires it.)" -msgstr "HardInfo был скомпилирован без поддержки libsoup. (Нужен для сетевого обновления.)" +msgid "" +"HardInfo was compiled without libsoup support. (Network Updater requires it.)" +msgstr "" +"HardInfo был скомпилирован без поддержки библиотеки libsoup. (Нужна для " +"сетевого обновления.)" -#: shell/syncmanager.c:161 -#: shell/syncmanager.c:185 +#: shell/syncmanager.c:161 shell/syncmanager.c:189 #, c-format msgid "%s (error #%d)" msgstr "%s (ошибка #%d)" -#: shell/syncmanager.c:170 -#: shell/syncmanager.c:194 +#: shell/syncmanager.c:170 shell/syncmanager.c:198 msgid "Could not parse XML-RPC response" -msgstr "Не могу разобрать XML-RPC ответ" +msgstr "Не могу разобрать ответ XML-RPC" -#: shell/syncmanager.c:267 +#: shell/syncmanager.c:280 #, c-format -msgid "Server says it supports API version %d, but this version of HardInfo only supports API version %d." -msgstr "Сервер говорит, что поддерживает API версии %d, но эта версия HardInfo поддерживает API только версии %d." +msgid "" +"Server says it supports API version %d, but this version of HardInfo only " +"supports API version %d." +msgstr "" +"Сервер говорит, что поддерживает API версии %d, но эта версия HardInfo " +"поддерживает API только версии %d." -#: shell/syncmanager.c:362 +#: shell/syncmanager.c:375 msgid "Contacting HardInfo Central Database" msgstr "Подключение к центральной базе данных Hardinfo" -#: shell/syncmanager.c:363 +#: shell/syncmanager.c:376 msgid "Cleaning up" msgstr "Очистка" -#: shell/syncmanager.c:480 -#, c-format -msgid "<s>%s</s> <i>(canceled)</i>" -msgstr "<s>%s</s> <i>(отменен)</i>" +#: shell/syncmanager.c:493 +msgid "(canceled)" +msgstr "(отменен)" -#: shell/syncmanager.c:497 -#, c-format -msgid "<b><s>%s</s></b> <i>(failed)</i>" -msgstr "<b><s>%s</s></b> <i>(ошибка)</i>" +#: shell/syncmanager.c:510 +msgid "(failed)" +msgstr "(ошибка)" -#: shell/syncmanager.c:509 +#: shell/syncmanager.c:521 #, c-format msgid "" -"Failed while performing \"%s\". Please file a bug report if this problem persists. (Use the Help→Report bug option.)\n" +"Failed while performing \"%s\". Please file a bug report if this problem " +"persists. (Use the Help→Report bug option.)\n" "\n" "Details: %s" msgstr "" -"Ошибка во время выполнения \"%s\". Если проблема будет повторяться, пожалуйста, сообщите об ошибке. (Используйте опцию в меню Справка.)\n" +"Ошибка во время выполнения \"%s\". Если проблема будет повторяться, " +"пожалуйста, сообщите об ошибке. (Используйте опцию в меню Справка.)\n" "\n" "Подробности: %s" -#: shell/syncmanager.c:518 +#: shell/syncmanager.c:530 #, c-format -msgid "Failed while performing \"%s\". Please file a bug report if this problem persists. (Use the Help→Report bug option.)" -msgstr "Ошибка во время выполнения \"%s\". Если проблема будет повторяться, пожалуйста, сообщите об ошибке. (Используйте опцию в меню Справка.)" +msgid "" +"Failed while performing \"%s\". Please file a bug report if this problem " +"persists. (Use the Help→Report bug option.)" +msgstr "" +"Ошибка во время выполнения \"%s\". Если проблема будет повторяться, " +"пожалуйста, сообщите об ошибке. (Используйте опцию в меню Справка.)" -#: shell/syncmanager.c:646 +#: shell/syncmanager.c:658 msgid "Network Updater" msgstr "Сетевое обновление" -#: shell/syncmanager.c:727 +#: shell/syncmanager.c:757 msgid "_Synchronize" msgstr "_Синхронизировать" -#: modules/benchmark.c:50 +#: modules/benchmark.c:52 #, fuzzy msgid "CPU Blowfish" msgstr "ЦПУ МГц" -#: modules/benchmark.c:51 +#: modules/benchmark.c:53 #, fuzzy msgid "CPU CryptoHash" msgstr "ЦПУ МГц" -#: modules/benchmark.c:52 +#: modules/benchmark.c:54 #, fuzzy msgid "CPU Fibonacci" msgstr "ЦПУ МГц" -#: modules/benchmark.c:53 +#: modules/benchmark.c:55 #, fuzzy msgid "CPU N-Queens" msgstr "ЦПУ МГц" -#: modules/benchmark.c:54 +#: modules/benchmark.c:56 +msgid "CPU Zlib" +msgstr "" + +#: modules/benchmark.c:57 msgid "FPU FFT" msgstr "" -#: modules/benchmark.c:55 +#: modules/benchmark.c:58 msgid "FPU Raytracing" msgstr "" -#: modules/benchmark.c:56 +#: modules/benchmark.c:60 msgid "GPU Drawing" msgstr "" -#: modules/benchmark.c:222 -#, 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=Частота процессора\n" -"ColumnTitle$Progress=Результаты\n" -"ColumnTitle$TextValue=Процессор\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"<big><b>Эта машина</b></big>=%.3f|%s MHz\n" -"%s" +#: modules/benchmark.c:239 modules/benchmark.c:255 +msgid "CPU Config" +msgstr "Конфигурация процессора" -#: modules/benchmark.c:235 -#, 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=Частота процессора\n" -"ColumnTitle$Progress=Результаты\n" -"ColumnTitle$TextValue=Процессор\n" -"ShowColumnHeaders=true\n" -"[%s]\n" -"%s" +#: modules/benchmark.c:239 modules/benchmark.c:255 +msgid "Results" +msgstr "Результаты" -#: modules/benchmark.c:363 +#: modules/benchmark.c:239 modules/benchmark.c:255 modules/computer.c:751 +#: modules/devices/sparc/processor.c:75 +msgid "CPU" +msgstr "Процессор" + +#: modules/benchmark.c:381 #, c-format msgid "Benchmarking: <b>%s</b>." msgstr "Тестирование: <b>%s</b>" -#: modules/benchmark.c:377 +#: modules/benchmark.c:395 msgid "Benchmarking. Please do not move your mouse or press any keys." msgstr "Тестирование. Пожалуйста, не двигайте мышь и не нажимайте на кнопки." -#: modules/benchmark.c:381 +#: modules/benchmark.c:399 msgid "Cancel" msgstr "Отмена" -#: modules/benchmark.c:511 +#: modules/benchmark.c:536 msgid "Results in MiB/second. Higher is better." msgstr "Результаты в МиБ/сек. Чем выше, тем лучше." -#: modules/benchmark.c:514 +#: modules/benchmark.c:540 msgid "Results in HIMarks. Higher is better." msgstr "Результаты в HIMarks. Чем выше, тем лучше." -#: modules/benchmark.c:521 +#: modules/benchmark.c:547 msgid "Results in seconds. Lower is better." msgstr "Результат в секундах. Чем ниже, тем лучше." -#: modules/benchmark.c:529 +#: modules/benchmark.c:555 msgid "Benchmarks" msgstr "Тесты" -#: modules/benchmark.c:547 +#: modules/benchmark.c:573 msgid "Perform tasks and compare with other systems" msgstr "Выполняет задания и сравнивает с другими системами" -#: modules/benchmark.c:634 +#: modules/benchmark.c:663 msgid "Send benchmark results" msgstr "Отправить результаты тестирования" -#: modules/benchmark.c:639 +#: modules/benchmark.c:668 msgid "Receive benchmark results" msgstr "Принять результаты тестирования" -#: modules/computer.c:68 +#: modules/computer/alsa.c:26 modules/computer.c:489 +msgid "Audio Devices" +msgstr "Аудио устройства" + +#: modules/computer/alsa.c:34 +msgid "Audio Adapter" +msgstr "Звуковая карта" + +#: modules/computer/boots.c:33 modules/computer.c:73 modules/computer.c:546 +msgid "Boots" +msgstr "Загрузки" + +#: modules/computer.c:70 msgid "Summary" msgstr "Общая информация" -#: modules/computer.c:69 +#: modules/computer.c:71 modules/computer.c:476 modules/computer.c:750 msgid "Operating System" msgstr "Операционная система" -#: modules/computer.c:70 +#: modules/computer.c:72 msgid "Kernel Modules" msgstr "Модули ядра" -#: modules/computer.c:71 -msgid "Boots" -msgstr "Загрузки" - -#: modules/computer.c:72 +#: modules/computer.c:74 msgid "Languages" msgstr "Языки" -#: modules/computer.c:73 +#: modules/computer.c:75 msgid "Filesystems" msgstr "Файловые системы" -#: modules/computer.c:74 +#: modules/computer.c:76 modules/computer.c:481 modules/computer.c:590 msgid "Display" msgstr "Дисплей" -#: modules/computer.c:75 +#: modules/computer.c:77 modules/computer/environment.c:32 msgid "Environment Variables" msgstr "Переменные среды" -#: modules/computer.c:77 +#: modules/computer.c:79 msgid "Development" msgstr "Разработка" -#: modules/computer.c:79 +#: modules/computer.c:81 modules/computer.c:617 msgid "Users" msgstr "Пользователи" -#: modules/computer.c:80 +#: modules/computer.c:82 msgid "Groups" msgstr "Группы" -#: modules/computer.c:104 +#: modules/computer.c:104 modules/computer.c:473 modules/devices.c:96 +#: modules/devices/pci.c:149 +msgid "Memory" +msgstr "Память" + +#: modules/computer.c:106 #, c-format msgid "%dMB (%dMB used)" -msgstr "%dМб (%dМб занято)" +msgstr "%d Мб (%d Мб занято)" + +#: modules/computer.c:108 modules/computer.c:520 +msgid "Uptime" +msgstr "Время работы" + +#: modules/computer.c:110 modules/computer.c:478 +msgid "Date/Time" +msgstr "Дата/время" -#: modules/computer.c:200 +# Должно совпадать с таким-же полем в строке 430 computer.c +#: modules/computer.c:115 modules/computer.c:521 +msgid "Load Average" +msgstr "Средняя нагрузка" + +#: modules/computer.c:117 modules/computer.c:522 +msgid "Available entropy in /dev/random" +msgstr "Доступная энтропия в /dev/random" + +#: modules/computer.c:203 msgid "Scripting Languages" msgstr "Скриптовые языки" -#: modules/computer.c:201 -msgid "CPython" +#: modules/computer.c:204 +msgid "Gambas3 (gbr3)" msgstr "" -#: modules/computer.c:202 -#, fuzzy +#: modules/computer.c:205 +msgid "Python" +msgstr "" + +#: modules/computer.c:206 +msgid "Python2" +msgstr "" + +#: modules/computer.c:207 +msgid "Python3" +msgstr "" + +#: modules/computer.c:208 msgid "Perl" -msgstr "Perl" +msgstr "" -#: modules/computer.c:203 +#: modules/computer.c:209 +msgid "Perl6 (VM)" +msgstr "" + +#: modules/computer.c:210 +msgid "Perl6" +msgstr "" + +#: modules/computer.c:211 msgid "PHP" msgstr "" -#: modules/computer.c:204 +#: modules/computer.c:212 msgid "Ruby" msgstr "" -#: modules/computer.c:205 +#: modules/computer.c:213 msgid "Bash" msgstr "" -#: modules/computer.c:206 +#: modules/computer.c:214 msgid "Compilers" msgstr "Компиляторы" -#: modules/computer.c:207 +#: modules/computer.c:215 msgid "C (GCC)" msgstr "" -#: modules/computer.c:208 +#: modules/computer.c:216 +msgid "C (Clang)" +msgstr "" + +#: modules/computer.c:217 +msgid "D (dmd)" +msgstr "" + +#: modules/computer.c:218 +msgid "Gambas3 (gbc3)" +msgstr "" + +#: modules/computer.c:219 #, fuzzy msgid "Java" msgstr "Язык программирования Java" -#: modules/computer.c:209 +#: modules/computer.c:220 #, fuzzy msgid "CSharp (Mono, old)" msgstr "Найдена старая установка %s." -#: modules/computer.c:210 +#: modules/computer.c:221 #, fuzzy msgid "CSharp (Mono)" msgstr "Моноширинный шрифт" -#: modules/computer.c:211 +#: modules/computer.c:222 #, fuzzy msgid "Vala" msgstr "базы данных vala" -#: modules/computer.c:212 +#: modules/computer.c:223 msgid "Haskell (GHC)" msgstr "" -#: modules/computer.c:213 +#: modules/computer.c:224 msgid "FreePascal" msgstr "" -#: modules/computer.c:214 +#: modules/computer.c:225 +msgid "Go" +msgstr "" + +#: modules/computer.c:226 msgid "Tools" msgstr "Инструменты" -#: modules/computer.c:262 -#, c-format -msgid "%s=Not found\n" -msgstr "%s=Не найдено\n" +#: modules/computer.c:227 +msgid "make" +msgstr "" + +#: modules/computer.c:228 +msgid "GDB" +msgstr "" + +#: modules/computer.c:229 +msgid "strace" +msgstr "" + +#: modules/computer.c:230 +msgid "valgrind" +msgstr "" -#: modules/computer.c:265 +#: modules/computer.c:231 +msgid "QMake" +msgstr "" + +#: modules/computer.c:232 +msgid "CMake" +msgstr "" + +#: modules/computer.c:233 +msgid "Gambas3 IDE" +msgstr "" + +#: modules/computer.c:274 +msgid "Not found" +msgstr "Не найдено" + +#: modules/computer.c:279 #, c-format msgid "Detecting version: %s" msgstr "Определена версия: %s" -#: modules/computer.c:276 -#, c-format -msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Program\n" -"ColumnTitle$Value=Version\n" -"ShowColumnHeaders=true\n" -"%s" +#: modules/computer.c:296 +msgid "Program" +msgstr "Программа" + +#: modules/computer.c:308 +msgid "Invalid chassis type (0)" msgstr "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Программа\n" -"ColumnTitle$Value=Версия\n" -"ShowColumnHeaders=true\n" -"%s" -#: modules/computer.c:356 -msgid "Physical machine" -msgstr "Физическая машина" +#: modules/computer.c:309 modules/computer.c:310 +msgid "Unknown chassis type" +msgstr "" + +#: modules/computer.c:311 +msgid "Desktop" +msgstr "Настольный компьютер" + +#: modules/computer.c:312 +msgid "Low-profile Desktop" +msgstr "Низкопрофильный компьютер" + +#: modules/computer.c:313 +msgid "Pizza Box" +msgstr "" + +#: modules/computer.c:314 +msgid "Mini Tower" +msgstr "" + +#: modules/computer.c:315 +msgid "Tower" +msgstr "" + +#: modules/computer.c:316 +msgid "Portable" +msgstr "Портативный компьютер" + +#: modules/computer.c:317 modules/computer.c:341 modules/computer.c:350 +#: modules/computer.c:372 +msgid "Laptop" +msgstr "" + +#: modules/computer.c:318 +msgid "Notebook" +msgstr "" + +#: modules/computer.c:319 +msgid "Handheld" +msgstr "" + +#: modules/computer.c:320 +msgid "Docking Station" +msgstr "" + +#: modules/computer.c:321 +msgid "All-in-one" +msgstr "" + +#: modules/computer.c:322 +msgid "Subnotebook" +msgstr "" + +#: modules/computer.c:323 +msgid "Space-saving" +msgstr "" + +#: modules/computer.c:324 +msgid "Lunch Box" +msgstr "" + +#: modules/computer.c:325 +msgid "Main Server Chassis" +msgstr "" + +#: modules/computer.c:326 +msgid "Expansion Chassis" +msgstr "" + +#: modules/computer.c:327 +msgid "Sub Chassis" +msgstr "" + +#: modules/computer.c:328 +msgid "Bus Expansion Chassis" +msgstr "" + +#: modules/computer.c:329 +msgid "Peripheral Chassis" +msgstr "" + +#: modules/computer.c:330 +msgid "RAID Chassis" +msgstr "" + +#: modules/computer.c:331 +msgid "Rack Mount Chassis" +msgstr "" + +#: modules/computer.c:332 +msgid "Sealed-case PC" +msgstr "" + +#. /proc/apm +#. FIXME: use dmidecode if available to get chassis type +#: modules/computer.c:386 +msgid "Unknown physical machine type" +msgstr "" + +#: modules/computer.c:470 modules/computer.c:709 +msgid "Computer" +msgstr "Компьютер" + +#: modules/computer.c:471 modules/devices/alpha/processor.c:87 +#: modules/devices/arm/processor.c:236 modules/devices.c:95 +#: modules/devices/ia64/processor.c:159 modules/devices/m68k/processor.c:83 +#: modules/devices/mips/processor.c:74 modules/devices/parisc/processor.c:154 +#: modules/devices/ppc/processor.c:157 modules/devices/riscv/processor.c:181 +#: modules/devices/s390/processor.c:131 modules/devices/sh/processor.c:83 +#: modules/devices/sparc/processor.c:74 modules/devices/x86/processor.c:409 +msgid "Processor" +msgstr "Процессор" + +#: modules/computer.c:474 +msgid "Machine Type" +msgstr "Тип машины" -# Memory и Date/Time не переводить — не будут обновляться! -#: modules/computer.c:373 +#: modules/computer.c:477 modules/computer.c:514 +msgid "User Name" +msgstr "Пользователь" + +#: modules/computer.c:482 modules/computer.c:591 +msgid "Resolution" +msgstr "Разрешение" + +#: modules/computer.c:483 modules/computer.c:592 #, 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" +msgid "%dx%d pixels" +msgstr "%dx%d пикселей" + +#: modules/computer.c:485 +msgid "OpenGL Renderer" +msgstr "Рендер OpenGL" + +#: modules/computer.c:486 +msgid "X11 Vendor" +msgstr "Поставщик X11" + +#: modules/computer.c:491 modules/devices.c:102 +msgid "Input Devices" +msgstr "Устройства ввода" + +#: modules/computer.c:493 modules/computer.c:752 modules/devices.c:99 +msgid "Printers" +msgstr "Принтеры" + +#: modules/computer.c:495 modules/computer.c:752 modules/devices.c:103 +msgid "Storage" +msgstr "Устройства хранения" + +#: modules/computer.c:506 +msgid "Kernel" +msgstr "Ядро" + +#: modules/computer.c:508 +msgid "C Library" +msgstr "Библиотека C" + +#: modules/computer.c:509 +msgid "Distribution" +msgstr "Дистрибутив" + +#: modules/computer.c:512 +msgid "Current Session" +msgstr "Текущая сессия" + +#: modules/computer.c:513 +msgid "Computer Name" +msgstr "Имя компьютера" + +#: modules/computer.c:515 modules/computer/languages.c:108 +msgid "Language" +msgstr "Язык" + +#: modules/computer.c:516 modules/computer/users.c:50 +msgid "Home Directory" +msgstr "Домашний каталог" + +#: modules/computer.c:519 modules/devices/usb.c:87 modules/devices/usb.c:234 +#: modules/devices/usb.c:351 +msgid "Misc" +msgstr "Разное" + +#: modules/computer.c:532 +msgid "Loaded Modules" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Память=1000\n" -"UpdateInterval$Date/Time=1000\n" -"#ReloadInterval=5000\n" -"[Компьютер]\n" -"Процессор=%s\n" -"Память=...\n" -"Тип машины=%s\n" -"Операционная система=%s\n" -"Пользователь=%s\n" -"Date/Time=...\n" -"[Дисплей]\n" -"Разрешение=%dx%d пикс.\n" -"Рендер OpenGL=%s\n" -"Поставщик X11=%s\n" -"\n" -"%s\n" -"[Устройства ввода]\n" -"%s\n" -"\n" -"%s\n" -"\n" -"%s\n" -# Uptime, Load Average и Available entropy in /dev/random не переводить — не будут обновляться! -#: modules/computer.c:415 +#: modules/computer.c:535 modules/computer/modules.c:145 +#: modules/computer/modules.c:147 modules/devices/arm/processor.c:337 +#: modules/devices.c:559 modules/devices/x86/processor.c:456 +msgid "Description" +msgstr "Описание" + +#: modules/computer.c:548 +msgid "Date & Time" +msgstr "Дата и время" + +#: modules/computer.c:549 +msgid "Kernel Version" +msgstr "Версия ядра" + +#: modules/computer.c:559 +msgid "Available Languages" +msgstr "" + +#: modules/computer.c:561 +msgid "Language Code" +msgstr "Код языка" + +#: modules/computer.c:573 +msgid "Mounted File Systems" +msgstr "" + +#: modules/computer.c:575 modules/computer/filesystem.c:85 +msgid "Mount Point" +msgstr "Точка монтирования" + +#: modules/computer.c:576 +msgid "Usage" +msgstr "Использование" + +#: modules/computer.c:577 +msgid "Device" +msgstr "Устройство" + +#: modules/computer.c:594 modules/computer.c:601 +#: modules/devices/ia64/processor.c:161 modules/devices/inputdevices.c:119 +#: modules/devices/pci.c:225 modules/devices/usb.c:349 +#: modules/devices/x86/processor.c:416 +msgid "Vendor" +msgstr "Производитель" + +#: modules/computer.c:598 +msgid "Monitors" +msgstr "Монитор" + +#: modules/computer.c:600 +msgid "OpenGL" +msgstr "" + +#: modules/computer.c:602 +msgid "Renderer" +msgstr "Рендер" + +#: modules/computer.c:604 +msgid "Direct Rendering" +msgstr "Графическое ускорение" + +#: modules/computer.c:608 +msgid "Extensions" +msgstr "Расширения" + +#: modules/computer.c:628 +msgid "Group" +msgstr "" + +#: modules/computer.c:631 modules/computer/users.c:49 +msgid "Group ID" +msgstr "ID группы" + +#: modules/computer.c:751 +msgid "RAM" +msgstr "Оперативная память" + +#: modules/computer.c:751 modules/devices/devicetree/pmac_data.c:82 +msgid "Motherboard" +msgstr "Материнская плата" + +#: modules/computer.c:751 +msgid "Graphics" +msgstr "Графика" + +#: modules/computer.c:752 +msgid "Audio" +msgstr "Аудио" + +#: modules/computer.c:807 +msgid "Gathers high-level computer information" +msgstr "Собирает высокоуровневую информацию о компьютере" + +#: modules/computer/display.c:122 #, 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=..." +msgid "Monitor %d=%dx%d pixels\n" +msgstr "Монитор %d=%dx%d пикселей\n" + +#: modules/computer/filesystem.c:83 +msgid "Filesystem" +msgstr "Файловая система" + +#: modules/computer/filesystem.c:84 +msgid "Mounted As" +msgstr "Смонтировано" + +#: modules/computer/filesystem.c:84 +msgid "Read-Write" +msgstr "Для чтения и записи" + +#: modules/computer/filesystem.c:84 +msgid "Read-Only" +msgstr "Только для чтения" + +#: modules/computer/filesystem.c:86 modules/devices/spd-decode.c:1510 +msgid "Size" +msgstr "Размер" + +#: modules/computer/filesystem.c:87 +msgid "Used" +msgstr "Занято" + +#: modules/computer/filesystem.c:88 +msgid "Available" +msgstr "Свободно" + +#: modules/computer/languages.c:103 +msgid "Locale Information" +msgstr "Информация о языке" + +#: modules/computer/languages.c:105 +msgid "Source" +msgstr "Источник" + +#: modules/computer/languages.c:106 +msgid "Address" +msgstr "Адрес" + +#: modules/computer/languages.c:107 +msgid "E-mail" +msgstr "Электронная почта" + +#: modules/computer/languages.c:109 +msgid "Territory" +msgstr "Территория" + +#: modules/computer/languages.c:110 modules/devices/arm/processor.c:250 +#: modules/devices/ia64/processor.c:166 modules/devices/ppc/processor.c:159 +#: modules/devices/usb.c:236 +msgid "Revision" +msgstr "Ревизия" + +#: modules/computer/languages.c:111 +msgid "Date" +msgstr "Дата" + +#: modules/computer/languages.c:112 +msgid "Codeset" +msgstr "Кодировка" + +#: modules/computer/loadavg.c:64 +msgid "Couldn't obtain load average" +msgstr "Не удается установить среднюю загрузку" + +#: modules/computer/modules.c:125 modules/computer/modules.c:126 +#: modules/computer/modules.c:127 modules/computer/modules.c:128 +#: modules/computer/modules.c:129 +msgid "(Not available)" +msgstr "(Недоступно)" + +#: modules/computer/modules.c:142 +msgid "Module Information" +msgstr "Информация о модуле" + +#: modules/computer/modules.c:143 +msgid "Path" +msgstr "Путь" + +#: modules/computer/modules.c:144 +msgid "Used Memory" +msgstr "Обьем занимаемой памяти" + +#: modules/computer/modules.c:144 +msgid "KiB" +msgstr "КиБ" + +#: modules/computer/modules.c:148 +msgid "Version Magic" +msgstr "Версия" + +#: modules/computer/modules.c:149 +msgid "Copyright" +msgstr "Авторское право" + +#: modules/computer/modules.c:150 +msgid "Author" +msgstr "Автор" + +#: modules/computer/modules.c:151 +msgid "License" +msgstr "Лицензия" + +#: modules/computer/modules.c:158 +msgid "Dependencies" +msgstr "Зависимости" + +#: modules/computer/os.c:35 modules/computer/os.c:36 modules/computer/os.c:37 +#: modules/computer/os.c:38 +msgid "GNU C Library" msgstr "" -"[$ShellParam$]\n" -"UpdateInterval$Uptime=10000\n" -"UpdateInterval$Load Average=1000\n" -"UpdateInterval$Available entropy in /dev/random=1000\n" -"[Версия]\n" -"Ядро=%s\n" -"Версия=%s\n" -"Библиотека C=%s\n" -"Дистрибутив=%s\n" -"[Текущая сессия]\n" -"Имя компьютера=%s\n" -"Пользователь=%s\n" -"#Язык=%s\n" -"Домашний каталог=%s\n" -"Окружение рабочего стола=%s\n" -"[Разное]\n" -"Uptime=...\n" -"Load Average=...\n" -"Available entropy in /dev/random=..." - -#: modules/computer.c:444 + +#: modules/computer/os.c:39 +msgid "uClibc or uClibc-ng" +msgstr "" + +#: modules/computer/os.c:40 +msgid "diet libc" +msgstr "" + +#: modules/computer/os.c:78 modules/computer/os.c:234 modules/computer/os.c:359 +#: modules/devices.c:333 modules/devices.c:387 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/computer/os.c:112 modules/computer/os.c:115 +msgid "GNOME Shell " +msgstr "" + +#: modules/computer/os.c:123 modules/computer/os.c:126 +msgid "Version: " +msgstr "" + +#: modules/computer/os.c:157 #, c-format -msgid "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Description\n" -"ShowColumnHeaders=true\n" -msgstr "" -"[Loaded Modules]\n" -"%s[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Имя\n" -"ColumnTitle$Value=Описание\n" -"ShowColumnHeaders=true\n" - -#: modules/computer.c:455 +msgid "Unknown (Window Manager: %s)" +msgstr "Неизвестно (Оконный менеджер: %s)" + +#. /{desktop environment} on {session type} +#: modules/computer/os.c:168 +#, c-format +msgid "%s on %s" +msgstr "%s на %s" + +#: modules/computer/os.c:232 +msgid "Terminal" +msgstr "Терминал" + +#. /bits of entropy for rng (0) +#: modules/computer/os.c:241 +msgid "(None or not available)" +msgstr "(Нет или недоступно)" + +#. /bits of entropy for rng (low/poor value) +#: modules/computer/os.c:242 +#, c-format +msgid "%d bits (low)" +msgstr "%d бит (низкая)" + +#. /bits of entropy for rng (medium value) +#: modules/computer/os.c:243 +#, c-format +msgid "%d bits (medium)" +msgstr "%d бит (средняя)" + +#. /bits of entropy for rng (high/good value) +#: modules/computer/os.c:244 +#, c-format +msgid "%d bits (healthy)" +msgstr "%d бит (огромная)" + +#: modules/computer/os.c:279 modules/devices/usb.c:48 modules/devices/usb.c:307 +#: modules/devices/usb.c:310 modules/network/net.c:442 includes/cpu_util.h:11 +msgid "(Unknown)" +msgstr "(Неизвестно)" + +#: modules/computer/users.c:47 +msgid "User Information" +msgstr "Информация о пользователе" + +#: modules/computer/users.c:48 +msgid "User ID" +msgstr "ID пользователя" + +#: modules/computer/users.c:51 +msgid "Default Shell" +msgstr "Оболочка по умолчанию" + +#: modules/devices/alpha/processor.c:88 modules/devices/devicetree.c:141 +#: modules/devices/devicetree.c:176 modules/devices/devicetree/pmac_data.c:80 +#: modules/devices/ia64/processor.c:165 modules/devices/m68k/processor.c:84 +#: modules/devices/mips/processor.c:75 modules/devices/parisc/processor.c:155 +#: modules/devices/ppc/processor.c:158 modules/devices/riscv/processor.c:182 +#: modules/devices/s390/processor.c:132 modules/devices/spd-decode.c:1510 +msgid "Model" +msgstr "Модель" + +#: modules/devices/alpha/processor.c:89 +msgid "Platform String" +msgstr "Строка платформы" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/ia64/processor.c:167 modules/devices/m68k/processor.c:87 +#: modules/devices/mips/processor.c:77 modules/devices/parisc/processor.c:158 +#: modules/devices/pci.c:108 modules/devices/ppc/processor.c:160 +#: modules/devices/riscv/processor.c:186 modules/devices/sh/processor.c:87 +#: modules/devices/x86/processor.c:420 +msgid "Frequency" +msgstr "Частота" + +#: modules/devices/alpha/processor.c:90 modules/devices/arm/processor.c:240 +#: modules/devices/arm/processor.c:365 modules/devices.c:299 +#: modules/devices.c:307 modules/devices.c:335 +#: modules/devices/ia64/processor.c:167 modules/devices/ia64/processor.c:196 +#: modules/devices/m68k/processor.c:87 modules/devices/mips/processor.c:77 +#: modules/devices/parisc/processor.c:158 +#: modules/devices/parisc/processor.c:191 modules/devices/pci.c:108 +#: modules/devices/ppc/processor.c:160 modules/devices/ppc/processor.c:187 +#: modules/devices/riscv/processor.c:186 modules/devices/riscv/processor.c:214 +#: modules/devices/s390/processor.c:160 modules/devices/sh/processor.c:87 +#: modules/devices/sh/processor.c:88 modules/devices/sh/processor.c:89 +#: modules/devices/x86/processor.c:420 modules/devices/x86/processor.c:479 +msgid "MHz" +msgstr "МГц" + +#: modules/devices/alpha/processor.c:91 modules/devices/arm/processor.c:241 +#: modules/devices/ia64/processor.c:168 modules/devices/m68k/processor.c:88 +#: modules/devices/mips/processor.c:78 modules/devices/parisc/processor.c:159 +#: modules/devices/ppc/processor.c:161 modules/devices/s390/processor.c:134 +#: modules/devices/sh/processor.c:90 modules/devices/x86/processor.c:421 +msgid "BogoMips" +msgstr "" + +#: modules/devices/alpha/processor.c:92 modules/devices/arm/processor.c:242 +#: modules/devices/ia64/processor.c:169 modules/devices/m68k/processor.c:89 +#: modules/devices/mips/processor.c:79 modules/devices/parisc/processor.c:160 +#: modules/devices/ppc/processor.c:162 modules/devices/riscv/processor.c:187 +#: modules/devices/s390/processor.c:135 modules/devices/sh/processor.c:91 +#: modules/devices/sparc/processor.c:77 modules/devices/x86/processor.c:422 +msgid "Byte Order" +msgstr "Порядок байтов" + +#. /hw_cap +#. /flag:swp +#: modules/devices/arm/arm_data.c:42 +msgctxt "arm-flag" +msgid "SWP instruction (atomic read-modify-write)" +msgstr "Инструкция SWP (атомарное чтение-изменение-запись)" + +#. /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 "Thumb (набор 16-битных инструкций)" + +#. /flag:26bit +#: modules/devices/arm/arm_data.c:45 +msgctxt "arm-flag" +msgid "26-Bit Model (Processor status register folded into program counter)" +msgstr "" +"26-битная модель (регистр статуса процессора вложен в счетчик программы)" + +#. /flag:fastmult +#: modules/devices/arm/arm_data.c:46 +msgctxt "arm-flag" +msgid "32x32->64-bit multiplication" +msgstr "32x32->64-битное умножение" + +#. /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 "VFP (ранний вектор SIMD инструкций плавающей точки)" + +#. /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 "расширения DSP (вариант 'e' процессоров ARM9 и выше)" + +#. /flag:java +#: modules/devices/arm/arm_data.c:50 +msgctxt "arm-flag" +msgid "Jazelle (Java bytecode accelerator)" +msgstr "Jazelle (ускоритель байт-кода Java)" + +#. /flag:iwmmxt +#: modules/devices/arm/arm_data.c:51 +msgctxt "arm-flag" +msgid "SIMD instructions similar to Intel MMX" +msgstr "Инструкции SIMD, схожие с Intel MMX" + +#. /flag:crunch +#: modules/devices/arm/arm_data.c:52 +msgctxt "arm-flag" +msgid "MaverickCrunch coprocessor (if kernel support enabled)" +msgstr "Сопроцессор MaverickCrunch (при наличии поддержки в ядре)" + +#. /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 "Дополнительный SIMD/NEON на AArch32" + +#. /flag:evtstrm +#: modules/devices/arm/arm_data.c:55 +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 "VFP версии 3" + +#. /flag:vfpv3d16 +#: modules/devices/arm/arm_data.c:57 +msgctxt "arm-flag" +msgid "VFP version 3 with 16 D-registers" +msgstr "VFP версии 3 с 16 D-регистрами" + +#. /flag:vfpv4 +#: modules/devices/arm/arm_data.c:58 +msgctxt "arm-flag" +msgid "VFP version 4 with fast context switching" +msgstr "VFP версии 4 с быстрым контекстным переключением" + +#. /flag:vfpd32 +#: modules/devices/arm/arm_data.c:59 +msgctxt "arm-flag" +msgid "VFP with 32 D-registers" +msgstr "VFP с 32 D-регистрами" + +#. /flag:tls +#: modules/devices/arm/arm_data.c:60 +msgctxt "arm-flag" +msgid "TLS register" +msgstr "Регистр TLS" + +#. /flag:idiva +#: modules/devices/arm/arm_data.c:61 +msgctxt "arm-flag" +msgid "SDIV and UDIV hardware division in ARM mode" +msgstr "Аппаратное разделение SDIV и UDIV в режиме ARM" + +#. /flag:idivt +#: modules/devices/arm/arm_data.c:62 +msgctxt "arm-flag" +msgid "SDIV and UDIV hardware division in Thumb mode" +msgstr "Аппаратное разделение SDIV и UDIV в режиме Thumb" + +#. /flag:lpae +#: modules/devices/arm/arm_data.c:63 +msgctxt "arm-flag" +msgid "40-bit Large Physical Address Extension" +msgstr "40-битное большое физическое адресное расширение" + +#. /hw_cap2 +#. /flag:pmull +#: modules/devices/arm/arm_data.c:65 +msgctxt "arm-flag" +msgid "64x64->128-bit F2m multiplication (arch>8)" +msgstr "64x64->128-битное умножение F2m (arch>8)" + +#. /flag:aes +#: modules/devices/arm/arm_data.c:66 +msgctxt "arm-flag" +msgid "Crypto:AES (arch>8)" +msgstr "Крипто:AES (arch>8)" + +#. /flag:sha1 +#: modules/devices/arm/arm_data.c:67 +msgctxt "arm-flag" +msgid "Crypto:SHA1 (arch>8)" +msgstr "Крипто:SHA1 (arch>8)" + +#. /flag:sha2 +#: modules/devices/arm/arm_data.c:68 +msgctxt "arm-flag" +msgid "Crypto:SHA2 (arch>8)" +msgstr "Крипто:SHA2 (arch>8)" + +#. /flag:crc32 +#: modules/devices/arm/arm_data.c:69 +msgctxt "arm-flag" +msgid "CRC32 checksum instructions (arch>8)" +msgstr "инструкции контрольной суммы CRC32 (arch>8)" + +#. /flag:asimd +#: modules/devices/arm/arm_data.c:72 +msgctxt "arm-flag" +msgid "Advanced SIMD/NEON on AArch64 (arch>8)" +msgstr "Дополнительный SIMD/NEON на AArch64 (arch>8)" + +#: modules/devices/arm/processor.c:142 +msgid "ARM Processor" +msgstr "Процессор ARM" + +#: modules/devices/arm/processor.c:200 modules/devices/riscv/processor.c:147 +#: modules/devices/x86/processor.c:371 +msgid "Empty List" +msgstr "Пустой список" + +#: modules/devices/arm/processor.c:237 +msgid "Linux Name" +msgstr "Имя Linux" + +#: modules/devices/arm/processor.c:238 +msgid "Decoded Name" +msgstr "Декодированное имя" + +#: modules/devices/arm/processor.c:239 modules/network/net.c:458 +msgid "Mode" +msgstr "Режим" + +#: modules/devices/arm/processor.c:245 +msgid "ARM" +msgstr "" + +#: modules/devices/arm/processor.c:246 +msgid "Implementer" +msgstr "Исполнитель" + +#: modules/devices/arm/processor.c:247 +msgid "Part" +msgstr "Часть" + +#: modules/devices/arm/processor.c:248 modules/devices/ia64/processor.c:162 +#: modules/devices/parisc/processor.c:156 modules/devices/riscv/processor.c:183 +msgid "Architecture" +msgstr "Архитектура" + +#: modules/devices/arm/processor.c:249 +msgid "Variant" +msgstr "Вариант" + +#: modules/devices/arm/processor.c:251 modules/devices/riscv/processor.c:190 +#: modules/devices/sparc/processor.c:78 modules/devices/x86/processor.c:428 +msgid "Capabilities" +msgstr "Возможности" + +#: modules/devices/arm/processor.c:335 +msgid "SOC/Package" +msgstr "" + +#: modules/devices/arm/processor.c:338 modules/devices/cpu_util.c:222 +msgid "Topology" +msgstr "Топология" + +#: modules/devices/arm/processor.c:339 +msgid "Clocks" +msgstr "" + +#: modules/devices/arm/processor.c:354 +msgid "SOC/Package Information" +msgstr "" + +#: modules/devices/battery.c:181 #, c-format msgid "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Date & Time\n" -"ColumnTitle$Value=Kernel Version\n" -"ShowColumnHeaders=true\n" "\n" -"%s" +"[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 "" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=Дата и время\n" -"ColumnTitle$Value=Версия ядра\n" -"ShowColumnHeaders=true\n" "\n" -"%s" +"[Батарея: %s]\n" +"Состояние=%s (нагрузка: %s)\n" +"Емкость=%s / %s (%.2f%%)\n" +"Технология батареи=%s (%s)\n" +"Изготовитель=%s\n" +"Номер модели=%s\n" +"Серийный номер=%s\n" -#: modules/computer.c:465 +#: modules/devices/battery.c:258 #, c-format msgid "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Language Code\n" -"ColumnTitle$Value=Name\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" +"\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 "" -"[$ShellParam$]\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Код языка\n" -"ColumnTitle$Value=Название\n" -"ShowColumnHeaders=true\n" -"[Available Languages]\n" -"%s" +"\n" +"[Батарея: %s]\n" +"Состояние=%s\n" +"Емкость=%s / %s\n" +"Технология батареи=%s\n" +"Производитель=%s\n" +"Номер модели=%s\n" +"Серийный номер=%s\n" -#: modules/computer.c:476 +#: modules/devices/battery.c:346 #, c-format msgid "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Mount Point\n" -"ColumnTitle$Progress=Usage\n" -"ColumnTitle$TextValue=Device\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" +"\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 "" -"[$ShellParam$]\n" -"ViewType=4\n" -"ReloadInterval=5000\n" -"Zebra=1\n" -"NormalizePercentage=false\n" -"ColumnTitle$Extra1=Точка монтирования\n" -"ColumnTitle$Progress=Использование\n" -"ColumnTitle$TextValue=Устройство\n" -"ShowColumnHeaders=true\n" -"[Mounted File Systems]\n" -"%s\n" - -#: modules/computer.c:490 -#, c-format -msgid "" -"[Display]\n" -"Resolution=%dx%d pixels\n" -"Vendor=%s\n" -"Version=%s\n" -"[Monitors]\n" -"%s[Extensions]\n" -"%s[OpenGL]\n" -"Vendor=%s\n" -"Renderer=%s\n" -"Version=%s\n" -"Direct Rendering=%s\n" -msgstr "" -"[Дисплей]\n" -"Разрешение=%dx%d пикс.\n" -"Поставщик=%s\n" -"Версия=%s\n" -"[Монитор]\n" -"%s[Расширения]\n" -"%s[OpenGL]\n" -"Поставщик=%s\n" -"Рендер=%s\n" -"Версия=%s\n" -"Графическое ускорение=%s\n" - -#: modules/computer.c:512 -msgid "Y_es" -msgstr "Есть" - -#: modules/computer.c:512 -#: modules/devices/printers.c:138 -msgid "No" -msgstr "Нет" +"\n" +"[Батарея (APM)]\n" +"Заряд=%d%%\n" +"Оставшийся заряд=%s из %s\n" +"Используется=%s\n" +"APM драйвер версии=%s\n" +"APM BIOS версии=%s\n" -#: modules/computer.c:526 +#: modules/devices/battery.c:358 #, c-format msgid "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Name\n" -"ColumnTitle$Value=Group ID\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" +"\n" +"[Battery (APM)]\n" +"Charge=%d%%\n" +"Using=%s\n" +"APM driver version=%s\n" +"APM BIOS version=%s\n" msgstr "" -"[$ShellParam$]\n" -"ReloadInterval=10000\n" -"ColumnTitle$TextValue=Имя\n" -"ColumnTitle$Value=ID группы\n" -"ShowColumnHeaders=true\n" -"[Groups]\n" -"%s\n" - -#: modules/computer.c:606 -msgid "Computer" -msgstr "Компьютер" - -#: modules/computer.c:700 -msgid "Gathers high-level computer information" -msgstr "Собирает высокоуровневую информацию о компьютере" - -#: modules/devices.c:74 -msgid "Processor" -msgstr "Процессор" +"\n" +"[Батарея (APM)]\n" +"Заряд=%d%%\n" +"Используется=%s\n" +"APM драйвер версии=%s\n" +"APM BIOS версии=%s\n" -#: modules/devices.c:75 -msgid "Memory" -msgstr "Память" +#: modules/devices/battery.c:385 +msgid "" +"[No batteries]\n" +"No batteries found on this system=\n" +msgstr "" +"[No batteries]\n" +"Батареи не найдены на этой системе=\n" -#: modules/devices.c:76 +#: modules/devices.c:97 msgid "PCI Devices" msgstr "Устройства PCI" -#: modules/devices.c:77 +#: modules/devices.c:98 modules/devices/usb.c:117 modules/devices/usb.c:156 +#: modules/devices/usb.c:415 msgid "USB Devices" msgstr "Устройства USB" -#: modules/devices.c:78 -msgid "Printers" -msgstr "Принтеры" - -#: modules/devices.c:79 +#: modules/devices.c:100 msgid "Battery" msgstr "Батарея" -#: modules/devices.c:80 +#: modules/devices.c:101 msgid "Sensors" msgstr "Сенсоры" -#: modules/devices.c:81 -msgid "Input Devices" -msgstr "Устройства ввода" - -#: modules/devices.c:82 -msgid "Storage" -msgstr "Устройства хранения" - -#: modules/devices.c:84 +#: modules/devices.c:105 msgid "DMI" msgstr "" -#: modules/devices.c:85 +#: modules/devices.c:106 msgid "Memory SPD" msgstr "Память SPD" -#: modules/devices.c:87 +#: modules/devices.c:111 +msgid "Device Tree" +msgstr "" + +#: modules/devices.c:113 msgid "Resources" msgstr "Ресурсы" +#: modules/devices.c:151 +#, c-format +msgid "%d physical processor" +msgid_plural "%d physical processors" +msgstr[0] "%d физический процессор" +msgstr[1] "%d физических процессора" +msgstr[2] "%d физических процессоров" + +#: modules/devices.c:152 +#, c-format +msgid "%d core" +msgid_plural "%d cores" +msgstr[0] "%d ядро" +msgstr[1] "%d ядра" +msgstr[2] "%d ядер" + +#: modules/devices.c:153 +#, c-format +msgid "%d thread" +msgid_plural "%d threads" +msgstr[0] "%d поток" +msgstr[1] "%d потока" +msgstr[2] "%d потоков" + +#. /NP procs; NC cores; NT threads #: modules/devices.c:154 -#: modules/devices.c:197 -#: 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 -#: modules/computer/os.c:53 -#: modules/computer/os.c:130 -msgid "Unknown" -msgstr "Неизвестно" +#, c-format +msgid "%s; %s; %s" +msgstr "" -#: modules/devices.c:193 +#: modules/devices.c:372 +msgid " (model unknown)" +msgstr "(модель неизвестна)" + +#: modules/devices.c:374 msgid " (vendor unknown)" msgstr "(поставщик неизвестен)" -#: modules/devices.c:195 -msgid " (model unknown)" -msgstr "(модель неизвестна)" +#: modules/devices.c:559 +msgid "Field" +msgstr "Поле" + +#: modules/devices.c:559 modules/devices.c:591 +msgid "Value" +msgstr "Значение" + +#: modules/devices.c:591 +msgid "Sensor" +msgstr "Сенсор" -#: modules/devices.c:412 +#: modules/devices.c:591 modules/devices/inputdevices.c:117 +msgid "Type" +msgstr "Тип" + +#: modules/devices.c:637 msgid "Devices" msgstr "Устройства" -#: modules/devices.c:424 +#: modules/devices.c:649 msgid "Update PCI ID listing" msgstr "Обновить список PCI ID" -#: modules/devices.c:436 +#: modules/devices.c:661 msgid "Update CPU feature database" msgstr "Обновить базу данных функций процессора" -#: modules/devices.c:464 +#: modules/devices.c:689 msgid "Gathers information about hardware devices" msgstr "Собирает информацию об устройствах" -#: modules/devices.c:500 +#: modules/devices.c:708 msgid "Resource information requires superuser privileges" msgstr "Для вывода информации о ресурсах нужны права администратора" -#: modules/network.c:59 -msgid "Interfaces" -msgstr "Интерфейсы" +#: modules/devices/cpu_util.c:30 +msgid "Little Endian" +msgstr "" -#: modules/network.c:60 -msgid "IP Connections" -msgstr "IP Подключения" +#: modules/devices/cpu_util.c:32 +msgid "Big Endian" +msgstr "" -#: modules/network.c:61 -msgid "Routing Table" -msgstr "Таблица маршрутизации" +#: modules/devices/cpu_util.c:178 modules/devices/cpu_util.c:189 +msgid "Frequency Scaling" +msgstr "Масштабирование частоты" -#: modules/network.c:62 -msgid "ARP Table" -msgstr "Таблица ARP" +#: modules/devices/cpu_util.c:179 +msgid "Minimum" +msgstr "Минимальная" -#: modules/network.c:63 -msgid "DNS Servers" -msgstr "DNS сервера" +#: modules/devices/cpu_util.c:179 modules/devices/cpu_util.c:180 +#: modules/devices/cpu_util.c:181 +msgid "kHz" +msgstr "кГц" -#: modules/network.c:64 -msgid "Statistics" -msgstr "Статистика" +#: modules/devices/cpu_util.c:180 +msgid "Maximum" +msgstr "Максимальная" -#: modules/network.c:65 -msgid "Shared Directories" -msgstr "Общие каталоги" +#: modules/devices/cpu_util.c:181 +msgid "Current" +msgstr "Текущая" -#: 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]\n" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=IP-адрес\n" -"ColumnTitle$Value=Интерфейс\n" -"ColumnTitle$Extra1=MAC-адрес\n" -"ShowColumnHeaders=true\n" +#: modules/devices/cpu_util.c:182 +msgid "Transition Latency" +msgstr "Задержка перехода" -#: 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" +#: modules/devices/cpu_util.c:182 +msgid "ns" +msgstr "нс" + +#: modules/devices/cpu_util.c:183 +msgid "Governor" +msgstr "Регулятор" + +#: modules/devices/cpu_util.c:184 modules/devices/cpu_util.c:190 +msgid "Driver" +msgstr "Драйвер" + +#: modules/devices/cpu_util.c:196 modules/devices/x86/processor.c:297 +msgid "(Not Available)" +msgstr "(Недоступно)" + +#: modules/devices/cpu_util.c:204 modules/devices/cpu_util.c:206 +msgid "Socket" +msgstr "Сокет" + +#: modules/devices/cpu_util.c:209 modules/devices/cpu_util.c:211 +msgid "Core" +msgstr "Ядро" + +#: modules/devices/cpu_util.c:214 +msgid "Book" +msgstr "Книга" + +#: modules/devices/cpu_util.c:216 +msgid "Drawer" +msgstr "Трассировщик" + +#: modules/devices/cpu_util.c:223 +msgid "ID" msgstr "" -"[Name servers]\n" -"%s\n" -"[$ShellParam$]\n" -"ColumnTitle$TextValue=IP-адрес\n" -"ColumnTitle$Value=Имя\n" -"ShowColumnHeaders=true\n" -#: 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=Локальный адрес\n" -"ColumnTitle$Value=Протокол\n" -"ColumnTitle$Extra1=Удалённый адрес\n" -"ColumnTitle$Extra2=Состояние\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/devices/devicetree.c:47 +msgid "Properties" msgstr "" -"%s\n" -"[$ShellParam$]\n" -"ReloadInterval=3000\n" -"ViewType=1\n" -"ColumnTitle$TextValue=Интерфейс\n" -"ColumnTitle$Value=IP-адрес\n" -"ColumnTitle$Extra1=Отправлено\n" -"ColumnTitle$Extra2=Получено\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" -msgstr "" -"[IP routing table]\n" -"%s\n" -"[$ShellParam$]\n" -"ViewType=0\n" -"ReloadInterval=3000\n" -"ColumnTitle$TextValue=Цель / Шлюз\n" -"ColumnTitle$Value=Интерфейс\n" -"ColumnTitle$Extra1=Флаги\n" -"ColumnTitle$Extra2=Маска\n" -"ShowColumnHeaders=true\n" - -#: modules/network.c:399 -msgid "Network" -msgstr "Сеть" +#: modules/devices/devicetree.c:48 +msgid "Children" +msgstr "" -#: modules/network.c:432 -msgid "Gathers information about this computer's network connection" -msgstr "Собирает информацию о сетевых подключениях" +#: modules/devices/devicetree.c:84 +msgid "Node" +msgstr "" -#: modules/computer/alsa.c:26 -msgid "[Audio Devices]\n" -msgstr "[Аудио устройства]\n" +#: modules/devices/devicetree.c:85 +msgid "Node Path" +msgstr "" -#: modules/computer/alsa.c:33 -#, c-format -msgid "Audio Adapter#%d=%s\n" -msgstr "Звуковая карта#%d=%s\n" +#: modules/devices/devicetree.c:86 +msgid "Alias" +msgstr "" -#: modules/computer/boots.c:33 -msgid "[Boots]\n" -msgstr "[Загрузки]\n" +#: modules/devices/devicetree.c:86 modules/devices/devicetree.c:87 +msgid "(None)" +msgstr "" -#: modules/computer/display.c:83 -msgid "vendor string" -msgstr "строка поставщика" +#: modules/devices/devicetree.c:87 +msgid "Symbol" +msgstr "" -#: modules/computer/display.c:84 -msgid "X.Org version" -msgstr "Версия X.Org" +#: modules/devices/devicetree.c:132 modules/devices/devicetree/pmac_data.c:79 +msgid "Platform" +msgstr "" -#: modules/computer/display.c:85 -msgid "XFree86 version" -msgstr "Версия XFree86" +#: modules/devices/devicetree.c:133 modules/devices/devicetree.c:178 +msgid "Compatible" +msgstr "" -#: modules/computer/display.c:122 -#, c-format -msgid "Monitor %d=%dx%d pixels\n" -msgstr "Монитор %d=%dx%d пикселей\n" +#: modules/devices/devicetree.c:134 +msgid "GPU-compatible" +msgstr "" + +#: modules/devices/devicetree.c:140 +msgid "Raspberry Pi or Compatible" +msgstr "" + +#: modules/devices/devicetree.c:142 modules/devices/devicetree.c:160 +#: modules/devices/devicetree.c:177 modules/devices/devicetree/rpi_data.c:160 +msgid "Serial Number" +msgstr "" + +#: modules/devices/devicetree.c:143 modules/devices/devicetree/rpi_data.c:157 +msgid "RCode" +msgstr "" + +#: modules/devices/devicetree.c:143 +msgid "No revision code available; unable to lookup model details." +msgstr "" + +#: modules/devices/devicetree.c:159 +msgid "More" +msgstr "" + +#: modules/devices/devicetree.c:175 +msgid "Board" +msgstr "" + +#: modules/devices/devicetree.c:234 +msgid "Messages" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1013 +msgid "phandle Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1014 +msgid "Alias Map" +msgstr "" + +#: modules/devices/devicetree/dt_util.c:1015 +msgid "Symbol Map" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:78 +msgid "Apple Power Macintosh" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:81 modules/devices/sh/processor.c:85 +msgid "Machine" +msgstr "Машина" + +#: modules/devices/devicetree/pmac_data.c:83 +msgid "Detected as" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:84 +msgid "PMAC Flags" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:85 +msgid "L2 Cache" +msgstr "" + +#: modules/devices/devicetree/pmac_data.c:86 +msgid "PMAC Generation" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:152 +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Raspberry Pi" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:153 +msgid "Board Name" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:154 +msgid "PCB Revision" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:155 +msgid "Introduction" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:156 modules/devices/spd-decode.c:1510 +#: modules/devices/usb.c:84 modules/devices/usb.c:217 +msgid "Manufacturer" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:158 +msgid "SOC (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:159 +msgid "Memory (spec)" +msgstr "" + +#: modules/devices/devicetree/rpi_data.c:161 +msgid "Permanent overvolt bit" +msgstr "" -#: modules/computer/environment.c:32 -msgid "[Environment Variables]\n" -msgstr "[Переменные среды]\n" +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Set" +msgstr "" -#: modules/devices/devmemory.c:89 +#: modules/devices/devicetree/rpi_data.c:161 +msgctxt "rpi-ov-bit" +msgid "Not set" +msgstr "" + +#: modules/devices/devmemory.c:93 msgid "Total Memory" msgstr "Общая память" -#: modules/devices/devmemory.c:90 +#: modules/devices/devmemory.c:94 msgid "Free Memory" msgstr "Свободная память" -#: modules/devices/devmemory.c:91 +#: modules/devices/devmemory.c:95 msgid "Cached Swap" msgstr "Кэш подкачки" -#: modules/devices/devmemory.c:92 +#: modules/devices/devmemory.c:96 msgid "High Memory" msgstr "Высокая память" -#: modules/devices/devmemory.c:93 +#: modules/devices/devmemory.c:97 msgid "Free High Memory" msgstr "Свободная высокая память" -#: modules/devices/devmemory.c:94 +#: modules/devices/devmemory.c:98 msgid "Low Memory" msgstr "Низкая память" -#: modules/devices/devmemory.c:95 +#: modules/devices/devmemory.c:99 msgid "Free Low Memory" msgstr "Свободная низкая память" -#: modules/devices/devmemory.c:96 +#: modules/devices/devmemory.c:100 msgid "Virtual Memory" msgstr "Виртуальная память" -#: modules/devices/devmemory.c:97 +#: modules/devices/devmemory.c:101 msgid "Free Virtual Memory" 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 "" -"[SPD]\n" -"Пожалуйста, загрузите модуль eeprom для получения информации о памяти SPD=\n" -"[$ShellParam$]\n" -"ReloadInterval=500\n" +#: modules/devices/dmi.c:188 +msgid "(Not available; Perhaps try running HardInfo as root.)" +msgstr "(Недоступно, попробуйте выполнить HardInfo с правами администратора.)" -#: modules/devices/spd-decode.c:1480 -msgid "" -"[SPD]\n" -"Reading memory SPD not supported on this system=\n" -msgstr "" -"[SPD]\n" -"Чтение памяти SPD не поддерживается на данной системе=\n" +#: modules/devices/ia64/processor.c:108 +msgid "IA64 Processor" +msgstr "Процессор IA64" -#: hardinfo/util.c:102 -#: hardinfo/util.c:105 -#: hardinfo/util.c:110 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d минута" -msgstr[1] "%d минуты" -msgstr[2] "%d минут" +#: modules/devices/ia64/processor.c:163 +msgid "Architecture Revision" +msgstr "Ревизия архитектуры" -#: hardinfo/util.c:104 -#, c-format -msgid "%d hour, " -msgid_plural "%d hours, " -msgstr[0] "%d час" -msgstr[1] "%d часа" -msgstr[2] "%d часов" +#: modules/devices/ia64/processor.c:164 modules/devices/sh/processor.c:86 +msgid "Family" +msgstr "Семейство" -#: hardinfo/util.c:108 -#, c-format -msgid "%d day, " -msgid_plural "%d days, " -msgstr[0] "%d день" -msgstr[1] "%d дня" -msgstr[2] "%d дней" +#: modules/devices/ia64/processor.c:170 +msgid "CPU regs" +msgstr "Регистры" -#: hardinfo/util.c:109 -#, c-format -msgid "%d hour and " -msgid_plural "%d hours and " -msgstr[0] "%d час и" -msgstr[1] "%d часа и" -msgstr[2] "%d часов и" +#: modules/devices/ia64/processor.c:171 +msgid "Features" +msgstr "Возможности" -#: hardinfo/util.c:116 -#, c-format -msgid "%.1f B" -msgstr "%.1f Б" +#: modules/devices/inputdevices.c:115 modules/devices/pci.c:214 +#: modules/devices/usb.c:82 modules/devices/usb.c:215 modules/devices/usb.c:347 +msgid "Device Information" +msgstr "Информация об устройстве" -#: hardinfo/util.c:118 -#, fuzzy, c-format -msgid "%.1f KiB" -msgstr "%.1f КиБ" +#: modules/devices/inputdevices.c:118 modules/devices/usb.c:92 +#: modules/devices/usb.c:240 modules/devices/usb.c:356 +msgid "Bus" +msgstr "Шина" -#: hardinfo/util.c:120 -#, fuzzy, c-format -msgid "%.1f MiB" -msgstr "%.1f МиБ" +#: modules/devices/inputdevices.c:120 modules/devices/usb.c:83 +#: modules/devices/usb.c:216 modules/devices/usb.c:348 +msgid "Product" +msgstr "Продукт" -#: hardinfo/util.c:122 -#, fuzzy, c-format -msgid "%.1f GiB" -msgstr "%.1f ГиБ" +#: modules/devices/inputdevices.c:124 +msgid "Connected to" +msgstr "Подключен к" -#: hardinfo/util.c:336 -msgid "Error" -msgstr "Ошибка" +#: modules/devices/inputdevices.c:128 +msgid "InfraRed port" +msgstr "Инфракрасный порт" -#: hardinfo/util.c:336 -#: hardinfo/util.c:352 -msgid "Warning" -msgstr "Предупреждение" +#: modules/devices/m68k/processor.c:85 modules/devices/riscv/processor.c:185 +msgid "MMU" +msgstr "" -#: hardinfo/util.c:351 -msgid "Fatal Error" -msgstr "Фатальная ошибка" +#: modules/devices/m68k/processor.c:86 modules/devices/sparc/processor.c:76 +msgid "FPU" +msgstr "" -#: hardinfo/util.c:376 -msgid "creates a report and prints to standard output" -msgstr "создаёт отчёт и выводит на стандартный вывод" +#: modules/devices/m68k/processor.c:90 +msgid "Calibration" +msgstr "Калибровка" -#: hardinfo/util.c:382 -msgid "chooses a report format (text, html)" -msgstr "выбирает формат отчёта (text, html)" +#: modules/devices/mips/processor.c:76 +msgid "System Type" +msgstr "Тип системы" -#: hardinfo/util.c:388 -msgid "run benchmark; requires benchmark.so to be loaded" -msgstr "запуск теста; требует, чтобы benchmark.so был загружен" +#: modules/devices/parisc/processor.c:107 +msgid "PA-RISC Processor" +msgstr "Процессор PA-RISC" -#: hardinfo/util.c:394 -msgid "lists modules" -msgstr "список модулей" +#: modules/devices/parisc/processor.c:157 +msgid "System" +msgstr "Система" -#: hardinfo/util.c:400 -msgid "specify module to load" -msgstr "укажите модуль для загрузки" +#: modules/devices/parisc/processor.c:161 +msgid "HVersion" +msgstr "" -#: hardinfo/util.c:406 -msgid "automatically load module dependencies" -msgstr "автоматически загружает зависимости модулей" +#: modules/devices/parisc/processor.c:162 +msgid "SVersion" +msgstr "" -#: hardinfo/util.c:413 -msgid "run in XML-RPC server mode" -msgstr "запуск в режиме сервера XML-RPC" +#: modules/devices/parisc/processor.c:163 modules/devices/x86/processor.c:425 +msgid "Cache" +msgstr "Кэш" -#: hardinfo/util.c:420 -msgid "shows program version and quit" -msgstr "показывает версию программы и выходит" +#: modules/devices/pci.c:106 +msgid "IRQ" +msgstr "" -#: hardinfo/util.c:425 -msgid "- System Profiler and Benchmark tool" -msgstr "- Инструмент для тестирования и проверки свойств системы" +#: modules/devices/pci.c:110 +msgid "Latency" +msgstr "Отклик" + +#: modules/devices/pci.c:112 +msgid "Bus Master" +msgstr "Главная шина" -#: hardinfo/util.c:435 +#: modules/devices/pci.c:118 +msgid "Kernel modules" +msgstr "Модули ядра" + +#: modules/devices/pci.c:124 #, c-format -msgid "" -"Unrecognized arguments.\n" -"Try ``%s --help'' for more information.\n" +msgid "%s=%s (%s)\n" msgstr "" -"Неизвестные аргументы.\n" -"Используйте `%s --help' для справки.\n" -#: hardinfo/util.c:501 -#, c-format -msgid "Couldn't find a Web browser to open URL %s." -msgstr "Не удаётся найти веб-браузер для открытия URL %s." +#: modules/devices/pci.c:126 +msgid "OEM Vendor" +msgstr "Производитель OEM" -#: hardinfo/util.c:848 -#, c-format -msgid "Module \"%s\" depends on module \"%s\", load it?" -msgstr "Модуль \"%s\" зависит от модуля \"%s\", загрузить его?" +#: modules/devices/pci.c:153 +msgid "prefetchable" +msgstr "" -#: hardinfo/util.c:871 -#, c-format -msgid "Module \"%s\" depends on module \"%s\"." -msgstr "Модуль \"%s\" зависит от модуля \"%s\"." +#: modules/devices/pci.c:154 +msgid "non-prefetchable" +msgstr "" -#: hardinfo/util.c:916 -#, c-format -msgid "No module could be loaded. Check permissions on \"%s\" and try again." -msgstr "Модули не могут быть загружены. Проверьте разрешения на \"%s\" и попробуйте снова." +#: modules/devices/pci.c:163 +msgid "I/O ports at" +msgstr "Порты ввода/вывода на" -#: hardinfo/util.c:920 -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 -l для получения списка доступных модулей и попробуйте снова с правильным списком модулей." +#: modules/devices/pci.c:216 modules/devices/usb.c:89 modules/devices/usb.c:237 +#: modules/devices/usb.c:353 +msgid "Class" +msgstr "Класс" -#: hardinfo/util.c:1096 -#, c-format -msgid "Scanning: %s..." -msgstr "Сканирование: %s..." +#: modules/devices/pci.c:217 +msgid "Domain" +msgstr "Домен" -#: modules/devices/x86/processor.c:145 -msgid "Cache information not available=\n" -msgstr "Информация о кэше недоступна=\n" +#: modules/devices/pci.c:218 +msgid "Bus, device, function" +msgstr "Шина, устройство, функция" -#: modules/devices/x86/processor.c:484 -#, c-format -msgid "" -"[Processor]\n" -"Name=%s\n" -"Family, model, stepping=%d, %d, %d (%s)\n" -"Vendor=%s\n" -"[Configuration]\n" -"Cache Size=%dkb\n" -"Frequency=%.2fMHz\n" -"BogoMIPS=%.2f\n" -"Byte Order=%s\n" -"[Features]\n" -"FDIV Bug=%s\n" -"HLT Bug=%s\n" -"F00F Bug=%s\n" -"Coma Bug=%s\n" -"Has FPU=%s\n" -"[Cache]\n" -"%s\n" -"[Capabilities]\n" -"%s" -msgstr "" -"[Процессор]\n" -"Название=%s\n" -"Семейство, модель, степпинг=%d, %d, %d (%s)\n" -"Производитель=%s\n" -"[Конфигурация]\n" -"Размер кэша=%dкб\n" -"Частота=%.2fМГц\n" -"BogoMIPS=%.2f\n" -"Порядок байтов=%s\n" -"[Функции]\n" -"Ошибка FDIV=%s\n" -"Ошибка HLT=%s\n" -"Ошибка F00F=%s\n" -"Ошибка Coma=%s\n" -"FPU=%s\n" -"[Кэш]\n" -"%s\n" -"[Возможности]\n" -"%s" +#: modules/devices/pci.c:243 +msgid "No PCI devices found" +msgstr "Устройства PCI не найдены" -#: modules/devices/x86/processor.c:542 -#, c-format -msgid "%s$CPU%d$%s=%.2fMHz\n" -msgstr "%s$CPU%d$%s=%.2fМГц\n" +#: modules/devices/ppc/processor.c:117 +msgid "POWER Processor" +msgstr "Процессор POWER" #: modules/devices/printers.c:81 msgid "⚬ Can do black and white printing=\n" @@ -1464,11 +2310,11 @@ msgstr "⚬ Можно делать копии=\n" #: modules/devices/printers.c:91 msgid "⚬ Can collate copies=\n" -msgstr "⚬ Can collate copies=\n" +msgstr "⚬ Можно сравнивать копии=\n" #: modules/devices/printers.c:93 msgid "⚬ Printer is rejecting jobs=\n" -msgstr "⚬ Printer is rejecting jobs=\n" +msgstr "⚬ Принтер отклоняет задачи=\n" #: modules/devices/printers.c:95 msgid "⚬ Printer was automatically discovered and added=\n" @@ -1486,10 +2332,6 @@ msgstr "Печатается задача" msgid "Stopped" msgstr "Остановлен" -#: modules/devices/printers.c:138 -msgid "Yes" -msgstr "Да" - #: modules/devices/printers.c:190 msgid "" "[Printers]\n" @@ -1510,97 +2352,169 @@ msgstr "" "[Принтеры]\n" "Принтеры не найдены=\n" -#: modules/computer/os.c:49 -#, c-format -msgid "GNU C Library version %s (%sstable)" -msgstr "Библиотека GNU C версии %s (%s стабильна)" - -#: modules/computer/os.c:51 -msgid "un" -msgstr "не" +#: modules/devices/riscv/processor.c:107 +msgid "RISC-V Processor" +msgstr "Процессор RISC-V" -#: modules/computer/os.c:72 -#, c-format -msgid "Version: %s" -msgstr "Версия: %s" - -#: modules/computer/os.c:106 -msgid "Terminal" -msgstr "Терминал" - -#: modules/computer/os.c:126 -#, c-format -msgid "Unknown (Window Manager: %s)" -msgstr "Неизвестно (Оконный менеджер: %s)" +#: modules/devices/riscv/processor.c:184 +msgid "uarch" +msgstr "" -#: modules/computer/os.c:166 -msgid "Unknown distribution" -msgstr "Неизвестный дистрибутив" +#. /ext:RV32 +#: modules/devices/riscv/riscv_data.c:37 +msgctxt "rv-ext" +msgid "RISC-V 32-bit" +msgstr "32-битная RISC-V" + +#. /ext:RV64 +#: modules/devices/riscv/riscv_data.c:38 +msgctxt "rv-ext" +msgid "RISC-V 64-bit" +msgstr "64-битная RISC-V" + +#. /ext:RV128 +#: modules/devices/riscv/riscv_data.c:39 +msgctxt "rv-ext" +msgid "RISC-V 128-bit" +msgstr "128-битная RISC-V" + +#. /ext:E +#: modules/devices/riscv/riscv_data.c:40 +msgctxt "rv-ext" +msgid "Base embedded integer instructions (15 registers)" +msgstr "Базовые встроенные целочисленные инструкции (15 регистров)" + +#. /ext:I +#: modules/devices/riscv/riscv_data.c:41 +msgctxt "rv-ext" +msgid "Base integer instructions (31 registers)" +msgstr "Базовые целочисленные инструкции (31 регистр)" + +#. /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 "Сжатые 16-битные инструкции" + +#. /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 "Сжатые инструкции SIMD" + +#. /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/s390/processor.c:92 +msgid "S390 Processor" +msgstr "Процессор S390" + +#: modules/devices/s390/processor.c:133 +msgid "ID String" +msgstr "Строка ID" + +#: modules/devices/sh/processor.c:55 +msgid "SuperH Processor" +msgstr "Процессор SuperH" + +#: modules/devices/sh/processor.c:88 +msgid "Bus Frequency" +msgstr "Частота шины" + +#: modules/devices/sh/processor.c:89 +msgid "Module Frequency" +msgstr "Частота модуля" -#: modules/devices/battery.c:181 -#, c-format +#: modules/devices/spd-decode.c:1475 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" +"[SPD]\n" +"Please load the eeprom module to obtain information about memory SPD=\n" +"[$ShellParam$]\n" +"ReloadInterval=500\n" msgstr "" -"\n" -"[Батарея: %s]\n" -"Состояние=%s (нагрузка: %s)\n" -"Емкость=%s / %s (%.2f%%)\n" -"Технология батареи=%s (%s)\n" -"Изготовитель=%s\n" -"Номер модели=%s\n" -"Серийный номер=%s\n" +"[SPD]\n" +"Пожалуйста, загрузите модуль eeprom для получения информации о памяти SPD=\n" +"[$ShellParam$]\n" +"ReloadInterval=500\n" -#: modules/devices/battery.c:266 -#, c-format +#: modules/devices/spd-decode.c:1480 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" +"[SPD]\n" +"Reading memory SPD not supported on this system=\n" msgstr "" -"\n" -"[Батарея (APM)]\n" -"Заряд=%d%%\n" -"Оставшийся заряд=%s из %s\n" -"Используется=%s\n" -"APM драйвер версии=%s\n" -"APM BIOS версии=%s\n" +"[SPD]\n" +"Чтение памяти SPD не поддерживается на данной системе=\n" -#: modules/devices/battery.c:278 -#, c-format -msgid "" -"\n" -"[Battery (APM)]\n" -"Charge=%d%%\n" -"Using=%s\n" -"APM driver version=%s\n" -"APM BIOS version=%s\n" +#: modules/devices/spd-decode.c:1509 +msgid "SPD" msgstr "" -"\n" -"[Батарея (APM)]\n" -"Заряд=%d%%\n" -"Используется=%s\n" -"APM драйвер версии=%s\n" -"APM BIOS версии=%s\n" -#: modules/devices/battery.c:304 -msgid "" -"[No batteries]\n" -"No batteries found on this system=\n" +#: modules/devices/spd-decode.c:1510 +msgid "Bank" msgstr "" -"[No batteries]\n" -"Батареи не найдены на этой системе=\n" #: modules/devices/storage.c:46 msgid "" @@ -1610,8 +2524,7 @@ msgstr "" "\n" "[SCSI диски]\n" -#: modules/devices/storage.c:110 -#: modules/devices/storage.c:297 +#: modules/devices/storage.c:110 modules/devices/storage.c:313 #, c-format msgid "" "[Device Information]\n" @@ -1620,14 +2533,12 @@ msgstr "" "[Информация об устройстве]\n" "Модель=%s\n" -#: modules/devices/storage.c:115 -#: modules/devices/storage.c:304 +#: modules/devices/storage.c:115 modules/devices/storage.c:319 #, c-format msgid "Vendor=%s (%s)\n" msgstr "Изготовитель=%s (%s)\n" -#: modules/devices/storage.c:120 -#: modules/devices/storage.c:309 +#: modules/devices/storage.c:120 modules/devices/storage.c:321 #, c-format msgid "Vendor=%s\n" msgstr "Изготовитель=%s\n" @@ -1643,8 +2554,15 @@ msgid "" "ID=%d\n" "LUN=%d\n" msgstr "" +"Тип=%s\n" +"Ревизия=%s\n" +"[SCSI контроллер]\n" +"Контроллер=scsi%d\n" +"Канал=%d\n" +"ID=%d\n" +"LUN=%d\n" -#: modules/devices/storage.c:169 +#: modules/devices/storage.c:167 msgid "" "\n" "[IDE Disks]\n" @@ -1652,12 +2570,12 @@ msgstr "" "\n" "[IDE диски]\n" -#: modules/devices/storage.c:242 +#: modules/devices/storage.c:250 #, c-format msgid "Driver=%s\n" msgstr "Драйвер=%s\n" -#: modules/devices/storage.c:314 +#: modules/devices/storage.c:324 #, c-format msgid "" "Device Name=hd%c\n" @@ -1668,7 +2586,7 @@ msgstr "" "Медиа=%s\n" "Кэш=%dkb\n" -#: modules/devices/storage.c:329 +#: modules/devices/storage.c:334 #, c-format msgid "" "[Geometry]\n" @@ -1679,7 +2597,7 @@ msgstr "" "Физическая=%s\n" "Логическая=%s\n" -#: modules/devices/storage.c:341 +#: modules/devices/storage.c:344 #, c-format msgid "" "[Capabilities]\n" @@ -1688,7 +2606,7 @@ msgstr "" "[Возможности]\n" "%s" -#: modules/devices/storage.c:348 +#: modules/devices/storage.c:351 #, c-format msgid "" "[Speeds]\n" @@ -1697,116 +2615,1890 @@ msgstr "" "[Скорости]\n" "%s" -#~ msgid "" -#~ "[$ShellParam$]\n" -#~ "ReloadInterval=10000\n" -#~ "ViewType=1\n" -#~ "[Users]\n" -#~ "%s\n" -#~ msgstr "" -#~ "[$ShellParam$]\n" -#~ "ReloadInterval=10000\n" -#~ "ViewType=1\n" -#~ "[Пользователи]\n" -#~ "%s\n" +#: modules/devices/usb.c:44 modules/devices/usb.c:326 +msgid "mA" +msgstr "мА" -#, fuzzy -#~ msgid "" -#~ "[Operating System]\n" -#~ "Icon=os.png\n" -#~ "Method=computer::getOS\n" -#~ "[CPU]\n" -#~ "Icon=processor.png\n" -#~ "Method=devices::getProcessorName\n" -#~ "[RAM]\n" -#~ "Icon=memory.png\n" -#~ "Method=devices::getMemoryTotal\n" -#~ "[Motherboard]\n" -#~ "Icon=module.png\n" -#~ "Method=devices::getMotherboard\n" -#~ "[Graphics]\n" -#~ "Icon=monitor.png\n" -#~ "Method=computer::getDisplaySummary\n" -#~ "[Storage]\n" -#~ "Icon=hdd.png\n" -#~ "Method=devices::getStorageDevices\n" -#~ "[Printers]\n" -#~ "Icon=printer.png\n" -#~ "Method=devices::getPrinters\n" -#~ "[Audio]\n" -#~ "Icon=audio.png\n" -#~ "Method=computer::getAudioCards\n" -#~ msgstr "" -#~ "[Operating System]\n" -#~ "Icon=os.png\n" -#~ "Method=computer::getOS\n" -#~ "[CPU]\n" -#~ "Icon=processor.png\n" -#~ "Method=devices::getProcessorName\n" -#~ "[RAM]\n" -#~ "Icon=memory.png\n" -#~ "Method=devices::getMemoryTotal\n" -#~ "[Motherboard]\n" -#~ "Icon=module.png\n" -#~ "Method=devices::getMotherboard\n" -#~ "[Graphics]\n" -#~ "Icon=monitor.png\n" -#~ "Method=computer::getDisplaySummary\n" -#~ "[Storage]\n" -#~ "Icon=hdd.png\n" -#~ "Method=devices::getStorageDevices\n" -#~ "[Printers]\n" -#~ "Icon=printer.png\n" -#~ "Method=devices::getPrinters\n" -#~ "[Audio]\n" -#~ "Icon=audio.png\n" -#~ "Method=computer::getAudioCards\n" -#~ msgid "Uptime" -#~ msgstr "Время работы" -#~ msgid "Date/Time" -#~ msgstr "Дата/время" +#. /%.2f is version +#: modules/devices/usb.c:53 modules/devices/usb.c:190 +#, c-format +msgid "USB %.2f Hub" +msgstr "" -# Должно совпадать с таким-же полем в строке 430 computer.c -#~ msgid "Load Average" -#~ msgstr "Средняя нагрузка" -#~ msgid "" -#~ "[Memory]\n" -#~ "%s\n" -#~ "[$ShellParam$]\n" -#~ "ViewType=2\n" -#~ "LoadGraphSuffix= kB\n" -#~ "RescanInterval=2000\n" -#~ "%s\n" -#~ msgstr "" -#~ "[Memory]\n" -#~ "%s\n" -#~ "[$ShellParam$]\n" -#~ "ViewType=2\n" -#~ "LoadGraphSuffix= kB\n" -#~ "RescanInterval=2000\n" -#~ "%s\n" -#~ msgid "" -#~ "[PCI Devices]\n" -#~ "%s[$ShellParam$]\n" -#~ "ViewType=1\n" -#~ msgstr "" -#~ "[PCI Devices]\n" -#~ "%s[$ShellParam$]\n" -#~ "ViewType=1\n" -#~ msgid "" -#~ "[Input Devices]\n" -#~ "%s[$ShellParam$]\n" -#~ "ViewType=1\n" -#~ "ReloadInterval=5000\n" -#~ "%s" -#~ msgstr "" -#~ "[Input Devices]\n" -#~ "%s[$ShellParam$]\n" -#~ "ViewType=1\n" -#~ "ReloadInterval=5000\n" -#~ "%s" -#~ msgid "HardInfo cannot run without loading the additional module." -#~ msgstr "HardInfo не может быть запущен без дополнительного модуля." -#, fuzzy -#~ msgid "AboutModule%s" -#~ msgstr "О _модулях" +#: modules/devices/usb.c:55 modules/devices/usb.c:192 +#, c-format +msgid "Unknown USB %.2f Device (class %d)" +msgstr "" + +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Speed" +msgstr "" + +#: modules/devices/usb.c:85 modules/devices/usb.c:232 +msgid "Mbit/s" +msgstr "" + +#: modules/devices/usb.c:86 modules/devices/usb.c:233 modules/devices/usb.c:350 +msgid "Max Current" +msgstr "Максимальная сила тока" + +#: modules/devices/usb.c:88 modules/devices/usb.c:235 modules/devices/usb.c:352 +msgid "USB Version" +msgstr "Версия USB" + +#: modules/devices/usb.c:90 modules/devices/usb.c:238 modules/devices/usb.c:354 +msgid "Vendor ID" +msgstr "ID поставщика" + +#: modules/devices/usb.c:91 modules/devices/usb.c:239 modules/devices/usb.c:355 +msgid "Product ID" +msgstr "ID продукта" + +#: modules/devices/usb.c:231 +msgid "Port" +msgstr "" + +#: modules/devices/usb.c:241 +msgid "Level" +msgstr "" + +#: modules/devices/x86/processor.c:149 +msgid "Cache information not available=\n" +msgstr "Информация о кэше недоступна=\n" + +#: modules/devices/x86/processor.c:155 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" +"Уровень %d (%s)=%d-канальный множественно-ассоциативный, %d множеств, размер " +"%d кБ\n" + +#. /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:410 +msgid "Model Name" +msgstr "Название" + +#: modules/devices/x86/processor.c:411 +msgid "Family, model, stepping" +msgstr "Семейство, модель, степпинг" + +#: modules/devices/x86/processor.c:417 +msgid "Microcode Version" +msgstr "" + +#: modules/devices/x86/processor.c:418 +msgid "Configuration" +msgstr "Конфигурация" + +#: modules/devices/x86/processor.c:419 +msgid "Cache Size" +msgstr "Размер кэша" + +#: modules/devices/x86/processor.c:419 +msgid "kb" +msgstr "кБ" + +#: modules/devices/x86/processor.c:426 +msgid "Power Management" +msgstr "Управление питанием" + +#: modules/devices/x86/processor.c:427 +msgid "Bug Workarounds" +msgstr "Обход багов" + +#: modules/devices/x86/processor.c:454 modules/devices/x86/processor.c:468 +msgid "Package Information" +msgstr "Информация о комплекте" + +#. /flag:fpu +#: modules/devices/x86/x86_data.c:43 +msgctxt "x86-flag" +msgid "Onboard FPU (floating point support)" +msgstr "Встроенный FPU (поддержка плавающей запятой)" + +#. /flag:vme +#: modules/devices/x86/x86_data.c:44 +msgctxt "x86-flag" +msgid "Virtual 8086 mode enhancements" +msgstr "Улучшения виртуального режима 8086" + +#. /flag:de +#: modules/devices/x86/x86_data.c:45 +msgctxt "x86-flag" +msgid "Debugging Extensions (CR4.DE)" +msgstr "Расширения отладки (CR4.DE)" + +#. /flag:pse +#: modules/devices/x86/x86_data.c:46 +msgctxt "x86-flag" +msgid "Page Size Extensions (4MB memory pages)" +msgstr "Расширения размера страницы (страницы памяти 4 Мб)" + +#. /flag:tsc +#: modules/devices/x86/x86_data.c:47 +msgctxt "x86-flag" +msgid "Time Stamp Counter (RDTSC)" +msgstr "Счетчик временной метки (RDTSC)" + +#. /flag:msr +#: modules/devices/x86/x86_data.c:48 +msgctxt "x86-flag" +msgid "Model-Specific Registers (RDMSR, WRMSR)" +msgstr "Регистры конкретной модели (RDMSR, WRMSR)" + +#. /flag:pae +#: modules/devices/x86/x86_data.c:49 +msgctxt "x86-flag" +msgid "Physical Address Extensions (support for more than 4GB of RAM)" +msgstr "Расширения физического адреса (поддержка более 4 Гб ОЗУ)" + +#. /flag:mce +#: modules/devices/x86/x86_data.c:50 +msgctxt "x86-flag" +msgid "Machine Check Exception" +msgstr "Исключение машинного контроля" + +#. /flag:cx8 +#: modules/devices/x86/x86_data.c:51 +msgctxt "x86-flag" +msgid "CMPXCHG8 instruction (64-bit compare-and-swap)" +msgstr "Инструкция CMPXCHG8 (64-битное сравнение-и-подкачка)" + +#. /flag:apic +#: modules/devices/x86/x86_data.c:52 +msgctxt "x86-flag" +msgid "Onboard APIC" +msgstr "Встроенный APIC" + +#. /flag:sep +#: modules/devices/x86/x86_data.c:53 +msgctxt "x86-flag" +msgid "SYSENTER/SYSEXIT" +msgstr "" + +#. /flag:mtrr +#: modules/devices/x86/x86_data.c:54 +msgctxt "x86-flag" +msgid "Memory Type Range Registers" +msgstr "Регистры диапазона типа памяти" + +#. /flag:pge +#: modules/devices/x86/x86_data.c:55 +msgctxt "x86-flag" +msgid "Page Global Enable (global bit in PDEs and PTEs)" +msgstr "Включение глобальной страницы (глобальный бит в PDE и PTE)" + +#. /flag:mca +#: modules/devices/x86/x86_data.c:56 +msgctxt "x86-flag" +msgid "Machine Check Architecture" +msgstr "Архитектура машинного контроля" + +#. /flag:cmov +#: modules/devices/x86/x86_data.c:57 +msgctxt "x86-flag" +msgid "CMOV instructions (conditional move) (also FCMOV)" +msgstr "Инструкции CMOV (условная пересылка данных) (также FCMOV)" + +#. /flag:pat +#: modules/devices/x86/x86_data.c:58 +msgctxt "x86-flag" +msgid "Page Attribute Table" +msgstr "Таблица атрибутов страницы" + +#. /flag:pse36 +#: modules/devices/x86/x86_data.c:59 +msgctxt "x86-flag" +msgid "36-bit PSEs (huge pages)" +msgstr "36-битные PSE (огромные страницы)" + +#. /flag:pn +#: modules/devices/x86/x86_data.c:60 +msgctxt "x86-flag" +msgid "Processor serial number" +msgstr "Серийный номер процессора" + +#. /flag:clflush +#: modules/devices/x86/x86_data.c:61 +msgctxt "x86-flag" +msgid "Cache Line Flush instruction" +msgstr "Инструкция Cache Line Flush" + +#. /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 "" + +#. /flag:acpi +#: modules/devices/x86/x86_data.c:63 +msgctxt "x86-flag" +msgid "ACPI via MSR (temperature monitoring and clock speed modulation)" +msgstr "ACPI через MSR (мониторинг температуры и модуляции тактовой частоты)" + +#. /flag:mmx +#: modules/devices/x86/x86_data.c:64 +msgctxt "x86-flag" +msgid "Multimedia Extensions" +msgstr "Расширения мультимедиа" + +#. /flag:fxsr +#: modules/devices/x86/x86_data.c:65 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR, CR4.OSFXSR" +msgstr "" + +#. /flag:sse +#: modules/devices/x86/x86_data.c:66 +msgctxt "x86-flag" +msgid "Intel SSE vector instructions" +msgstr "Векторные инструкции Intel SSE" + +#. /flag:sse2 +#: modules/devices/x86/x86_data.c:67 +msgctxt "x86-flag" +msgid "SSE2" +msgstr "" + +#. /flag:ss +#: modules/devices/x86/x86_data.c:68 +msgctxt "x86-flag" +msgid "CPU self snoop" +msgstr "Проверка процессора" + +#. /flag:ht +#: modules/devices/x86/x86_data.c:69 +msgctxt "x86-flag" +msgid "Hyper-Threading" +msgstr "Многопоточность (Hyper-Threading)" + +#. /flag:tm +#: modules/devices/x86/x86_data.c:70 +msgctxt "x86-flag" +msgid "Automatic clock control (Thermal Monitor)" +msgstr "Автоматический контроль частоты (монитор температуры)" + +#. /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 "" +"64-битная архитектура Intel Itanium (не путать с 64-битной архитектурой x86 " +"от Intel с флагом x86-64 или \"AMD64\"-битной с флагом bit)" + +#. /flag:pbe +#: modules/devices/x86/x86_data.c:72 +msgctxt "x86-flag" +msgid "Pending Break Enable (PBE# pin) wakeup support" +msgstr "Поддержка пробуждения Pending Break Enable (PBE# pin)" + +#. /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 "" +"SYSCALL (Быстрый вызов системы) и SYSRET (Возврат после быстрого вызова " +"системы)" + +#. /flag:mp +#: modules/devices/x86/x86_data.c:76 +msgctxt "x86-flag" +msgid "Multiprocessing Capable." +msgstr "Возможна работа в многопроцессном режиме." + +#. /flag:nx +#: modules/devices/x86/x86_data.c:77 +msgctxt "x86-flag" +msgid "Execute Disable" +msgstr "Выполнение отключено" + +#. /flag:mmxext +#: modules/devices/x86/x86_data.c:78 +msgctxt "x86-flag" +msgid "AMD MMX extensions" +msgstr "Расширения AMD MMX" + +#. /flag:fxsr_opt +#: modules/devices/x86/x86_data.c:79 +msgctxt "x86-flag" +msgid "FXSAVE/FXRSTOR optimizations" +msgstr "Оптимизации FXSAVE/FXRSTOR" + +#. /flag:pdpe1gb +#: modules/devices/x86/x86_data.c:80 +msgctxt "x86-flag" +msgid "One GB pages (allows hugepagesz=1G)" +msgstr "Страница размером 1 Гб (разрешает hugepagesz=1G)" + +#. /flag:rdtscp +#: modules/devices/x86/x86_data.c:81 +msgctxt "x86-flag" +msgid "Read Time-Stamp Counter and Processor ID" +msgstr "Чтение счетчика временной метки и ID процессора" + +#. /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 "" +"Длинный режим (x86-64: amd64, также известен как Intel 64, т.е. совместимый " +"с 64-бит)" + +#. /flag:3dnow +#: modules/devices/x86/x86_data.c:83 +msgctxt "x86-flag" +msgid "3DNow! (AMD vector instructions, competing with Intel's SSE1)" +msgstr "3DNow! (векторные инструкции AMD, конкурируют с SSE1 от Intel)" + +#. /flag:3dnowext +#: modules/devices/x86/x86_data.c:84 +msgctxt "x86-flag" +msgid "AMD 3DNow! extensions" +msgstr "Расширения AMD 3DNow!" + +#. /flag:recovery +#: modules/devices/x86/x86_data.c:86 +msgctxt "x86-flag" +msgid "CPU in recovery mode" +msgstr "Процессор в режиме восстановления" + +#. /flag:longrun +#: modules/devices/x86/x86_data.c:87 +msgctxt "x86-flag" +msgid "Longrun power control" +msgstr "Управление питанием LongRun" + +#. /flag:lrti +#: modules/devices/x86/x86_data.c:88 +msgctxt "x86-flag" +msgid "LongRun table interface" +msgstr "Интерфейс таблицы LongRun" + +#. /flag:cxmmx +#: modules/devices/x86/x86_data.c:90 +msgctxt "x86-flag" +msgid "Cyrix MMX extensions" +msgstr "Расширения Cyrix MMX" + +#. /flag:k6_mtrr +#: modules/devices/x86/x86_data.c:91 +msgctxt "x86-flag" +msgid "AMD K6 nonstandard MTRRs" +msgstr "Нестандартные диапазонные регистры типа памяти (MTRR) AMD K6" + +#. /flag:cyrix_arr +#: modules/devices/x86/x86_data.c:92 +msgctxt "x86-flag" +msgid "Cyrix ARRs (= MTRRs)" +msgstr "" +"Регистры адресного диапазона (ARR) Cyrix (= диапазонные регистры типа памяти " +"(MTRR))" + +#. /flag:centaur_mcr +#: modules/devices/x86/x86_data.c:93 +msgctxt "x86-flag" +msgid "Centaur MCRs (= MTRRs)" +msgstr "" +"Сбросы мастер-контроля (MCR) Centaur (= диапазонные регистры типа памяти " +"(MTRR))" + +#. /flag:constant_tsc +#: modules/devices/x86/x86_data.c:94 +msgctxt "x86-flag" +msgid "TSC ticks at a constant rate" +msgstr "Счетчик метки времени (TSC) работает на постоянной частоте" + +#. /flag:up +#: modules/devices/x86/x86_data.c:95 +msgctxt "x86-flag" +msgid "SMP kernel running on UP" +msgstr "Ядро SMP запущено на UP" + +#. /flag:art +#: modules/devices/x86/x86_data.c:96 +msgctxt "x86-flag" +msgid "Always-Running Timer" +msgstr "Постоянный таймер" + +#. /flag:arch_perfmon +#: modules/devices/x86/x86_data.c:97 +msgctxt "x86-flag" +msgid "Intel Architectural PerfMon" +msgstr "Архитектурный монитор призводительности Intel" + +#. /flag:pebs +#: modules/devices/x86/x86_data.c:98 +msgctxt "x86-flag" +msgid "Precise-Event Based Sampling" +msgstr "Сэмплинг, основанный на точных событиях" + +#. /flag:bts +#: modules/devices/x86/x86_data.c:99 +msgctxt "x86-flag" +msgid "Branch Trace Store" +msgstr "Хранилище отслеживания ветви" + +#. /flag:rep_good +#: modules/devices/x86/x86_data.c:100 +msgctxt "x86-flag" +msgid "rep microcode works well" +msgstr "микрокод rep работает нормально" + +#. /flag:acc_power +#: modules/devices/x86/x86_data.c:101 +msgctxt "x86-flag" +msgid "AMD accumulated power mechanism" +msgstr "Механизм накопления питания AMD" + +#. /flag:nopl +#: modules/devices/x86/x86_data.c:102 +msgctxt "x86-flag" +msgid "The NOPL (0F 1F) instructions" +msgstr "Инструкции NOPL (0F 1F)" + +#. /flag:xtopology +#: modules/devices/x86/x86_data.c:103 +msgctxt "x86-flag" +msgid "cpu topology enum extensions" +msgstr "расширения cpu топологии enum" + +#. /flag:tsc_reliable +#: modules/devices/x86/x86_data.c:104 +msgctxt "x86-flag" +msgid "TSC is known to be reliable" +msgstr "Счетчик метки времени (TSC) считается надежным" + +#. /flag:nonstop_tsc +#: modules/devices/x86/x86_data.c:105 +msgctxt "x86-flag" +msgid "TSC does not stop in C states" +msgstr "Счетчик метки времени (TSC) не останавливается в состояниях C" + +#. /flag:extd_apicid +#: modules/devices/x86/x86_data.c:106 +msgctxt "x86-flag" +msgid "has extended APICID (8 bits)" +msgstr "имеются расширенные APICID (8 бит)" + +#. /flag:amd_dcm +#: modules/devices/x86/x86_data.c:107 +msgctxt "x86-flag" +msgid "multi-node processor" +msgstr "многоузловой процессор" + +#. /flag:aperfmperf +#: modules/devices/x86/x86_data.c:108 +msgctxt "x86-flag" +msgid "APERFMPERF" +msgstr "" + +#. /flag:eagerfpu +#: modules/devices/x86/x86_data.c:109 +msgctxt "x86-flag" +msgid "Non lazy FPU restore" +msgstr "Неленивое восстановление FPU" + +#. /flag:nonstop_tsc_s3 +#: modules/devices/x86/x86_data.c:110 +msgctxt "x86-flag" +msgid "TSC doesn't stop in S3 state" +msgstr "Счетчик метки времени (TSC) не останавливается в состоянии S3" + +#. /flag:mce_recovery +#: modules/devices/x86/x86_data.c:111 +msgctxt "x86-flag" +msgid "CPU has recoverable machine checks" +msgstr "У процессора есть возможность восстановить машинный контроль" + +#. /flag:pni +#: modules/devices/x86/x86_data.c:114 +msgctxt "x86-flag" +msgid "SSE-3 (\"Prescott New Instructions\")" +msgstr "SSE-3 (\"Новые инструкции Prescott\")" + +#. /flag:pclmulqdq +#: modules/devices/x86/x86_data.c:115 +msgctxt "x86-flag" +msgid "" +"Perform a Carry-Less Multiplication of Quadword instruction - accelerator " +"for GCM)" +msgstr "" +"Выполнение менее ресурсоемкого умножения инструкции учетверенного слова - " +"ускоряет GCM)" + +#. /flag:dtes64 +#: modules/devices/x86/x86_data.c:116 +msgctxt "x86-flag" +msgid "64-bit Debug Store" +msgstr "Хранилище 64-битной отладки" + +#. /flag:monitor +#: modules/devices/x86/x86_data.c:117 +msgctxt "x86-flag" +msgid "Monitor/Mwait support (Intel SSE3 supplements)" +msgstr "Поддержка Monitor/Mwait (дополняет Intel SSE3)" + +#. /flag:ds_cpl +#: modules/devices/x86/x86_data.c:118 +msgctxt "x86-flag" +msgid "CPL Qual. Debug Store" +msgstr "Хранилище отладки CPL Qual." + +#. /flag:vmx +#: modules/devices/x86/x86_data.c:119 +msgctxt "x86-flag" +msgid "Hardware virtualization, Intel VMX" +msgstr "Аппаратная виртуализация, Intel VMX" + +#. /flag:smx +#: modules/devices/x86/x86_data.c:120 +msgctxt "x86-flag" +msgid "Safer mode TXT (TPM support)" +msgstr "Безопасный режим TXT (поддержка TPM)" + +#. /flag:est +#: modules/devices/x86/x86_data.c:121 +msgctxt "x86-flag" +msgid "Enhanced SpeedStep" +msgstr "Технология энергосбережения Enhanced SpeedStep" + +#. /flag:tm2 +#: modules/devices/x86/x86_data.c:122 +msgctxt "x86-flag" +msgid "Thermal Monitor 2" +msgstr "Монитор температуры 2" + +#. /flag:ssse3 +#: modules/devices/x86/x86_data.c:123 +msgctxt "x86-flag" +msgid "Supplemental SSE-3" +msgstr "Дополнительный SSE-3" + +#. /flag:cid +#: modules/devices/x86/x86_data.c:124 +msgctxt "x86-flag" +msgid "Context ID" +msgstr "ID контекста" + +#. /flag:sdbg +#: modules/devices/x86/x86_data.c:125 +msgctxt "x86-flag" +msgid "silicon debug" +msgstr "отладка кремния" + +#. /flag:fma +#: modules/devices/x86/x86_data.c:126 +msgctxt "x86-flag" +msgid "Fused multiply-add" +msgstr "Умножение-сложение с однократным округлением" + +#. /flag:cx16 +#: modules/devices/x86/x86_data.c:127 +msgctxt "x86-flag" +msgid "CMPXCHG16B" +msgstr "" + +#. /flag:xtpr +#: modules/devices/x86/x86_data.c:128 +msgctxt "x86-flag" +msgid "Send Task Priority Messages" +msgstr "Отправлять сообщения о приоритете задач" + +#. /flag:pdcm +#: modules/devices/x86/x86_data.c:129 +msgctxt "x86-flag" +msgid "Performance Capabilities" +msgstr "Возможности производительности" + +#. /flag:pcid +#: modules/devices/x86/x86_data.c:130 +msgctxt "x86-flag" +msgid "Process Context Identifiers" +msgstr "Идентификаторы контекста процесса" + +#. /flag:dca +#: modules/devices/x86/x86_data.c:131 +msgctxt "x86-flag" +msgid "Direct Cache Access" +msgstr "Прямой доступ к кэшу" + +#. /flag:sse4_1 +#: modules/devices/x86/x86_data.c:132 +msgctxt "x86-flag" +msgid "SSE-4.1" +msgstr "" + +#. /flag:sse4_2 +#: modules/devices/x86/x86_data.c:133 +msgctxt "x86-flag" +msgid "SSE-4.2" +msgstr "" + +#. /flag:x2apic +#: modules/devices/x86/x86_data.c:134 +msgctxt "x86-flag" +msgid "x2APIC" +msgstr "" + +#. /flag:movbe +#: modules/devices/x86/x86_data.c:135 +msgctxt "x86-flag" +msgid "Move Data After Swapping Bytes instruction" +msgstr "Инструкция переноса данных после подкачки байт" + +#. /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 "" +"Возвращение набора счетчика бит в 1 инструкцию (вес Хэмминга, т.е. счетчик " +"бит)" + +#. /flag:tsc_deadline_timer +#: modules/devices/x86/x86_data.c:137 +msgctxt "x86-flag" +msgid "Tsc deadline timer" +msgstr "Таймер окончания счетчика метки времени (TSC)" + +#. /flag:aes/aes-ni +#: modules/devices/x86/x86_data.c:138 +msgctxt "x86-flag" +msgid "Advanced Encryption Standard (New Instructions)" +msgstr "Стандарт дополнительного шифрования (новые инструкции)" + +#. /flag:xsave +#: modules/devices/x86/x86_data.c:139 +msgctxt "x86-flag" +msgid "Save Processor Extended States: also provides XGETBY,XRSTOR,XSETBY" +msgstr "" +"Сохранение расширенных состояний процессора: также добавляет XGETBY,XRSTOR," +"XSETBY" + +#. /flag:avx +#: modules/devices/x86/x86_data.c:140 +msgctxt "x86-flag" +msgid "Advanced Vector Extensions" +msgstr "Дополнительные векторные расширения" + +#. /flag:f16c +#: modules/devices/x86/x86_data.c:141 +msgctxt "x86-flag" +msgid "16-bit fp conversions (CVT16)" +msgstr "16-битные конверсии fp (CVT16)" + +#. /flag:rdrand +#: modules/devices/x86/x86_data.c:142 +msgctxt "x86-flag" +msgid "Read Random Number from hardware random number generator instruction" +msgstr "Инструкция считывания случайного числа из аппаратного генератора" + +#. /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 +#. /flag:rng +#: modules/devices/x86/x86_data.c:145 +msgctxt "x86-flag" +msgid "Random Number Generator present (xstore)" +msgstr "Наличие генератора случайных чисел (xstore)" + +#. /flag:rng_en +#: modules/devices/x86/x86_data.c:146 +msgctxt "x86-flag" +msgid "Random Number Generator enabled" +msgstr "Генератор случайных чисел включен" + +#. /flag:ace +#: modules/devices/x86/x86_data.c:147 +msgctxt "x86-flag" +msgid "on-CPU crypto (xcrypt)" +msgstr "шифрование на процессоре (xcrypt)" + +#. /flag:ace_en +#: modules/devices/x86/x86_data.c:148 +msgctxt "x86-flag" +msgid "on-CPU crypto enabled" +msgstr "шифрование на процессоре включено" + +#. /flag:ace2 +#: modules/devices/x86/x86_data.c:149 +msgctxt "x86-flag" +msgid "Advanced Cryptography Engine v2" +msgstr "" + +#. /flag:ace2_en +#: modules/devices/x86/x86_data.c:150 +msgctxt "x86-flag" +msgid "ACE v2 enabled" +msgstr "ACE v2 включен" + +#. /flag:phe +#: modules/devices/x86/x86_data.c:151 +msgctxt "x86-flag" +msgid "PadLock Hash Engine" +msgstr "Движок контрольных сумм PadLock" + +#. /flag:phe_en +#: modules/devices/x86/x86_data.c:152 +msgctxt "x86-flag" +msgid "PHE enabled" +msgstr "PHE включен" + +#. /flag:pmm +#: modules/devices/x86/x86_data.c:153 +msgctxt "x86-flag" +msgid "PadLock Montgomery Multiplier" +msgstr "Множитель PadLock Montgomery" + +#. /flag:pmm_en +#: modules/devices/x86/x86_data.c:154 +msgctxt "x86-flag" +msgid "PMM enabled" +msgstr "PMM включен" + +#. /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 "" +"Загрузка AH из флагов (LAHF) и хранение AH в флагах (SAHF) в длинном режиме" + +#. /flag:cmp_legacy +#: modules/devices/x86/x86_data.c:157 +msgctxt "x86-flag" +msgid "If yes HyperThreading not valid" +msgstr "Если да, многопоточность не работает" + +#. /flag:svm +#: modules/devices/x86/x86_data.c:158 +msgctxt "x86-flag" +msgid "\"Secure virtual machine\": AMD-V" +msgstr "\"Безопасная виртуальная машина\": AMD-V" + +#. /flag:extapic +#: modules/devices/x86/x86_data.c:159 +msgctxt "x86-flag" +msgid "Extended APIC space" +msgstr "Расширенное пространство APIC" + +#. /flag:cr8_legacy +#: modules/devices/x86/x86_data.c:160 +msgctxt "x86-flag" +msgid "CR8 in 32-bit mode" +msgstr "CR8 в 32-битном режиме" + +#. /flag:abm +#: modules/devices/x86/x86_data.c:161 +msgctxt "x86-flag" +msgid "Advanced Bit Manipulation" +msgstr "Дополнительное управление битами" + +#. /flag:sse4a +#: modules/devices/x86/x86_data.c:162 +msgctxt "x86-flag" +msgid "SSE-4A" +msgstr "" + +#. /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 "" +"показывает, если исключение из общей защиты (#GP) создано при использовании " +"неверных данных некоторыми устаревшими инструкциями SSE. Также зависит от " +"CR0 и бита проверки выравнивания" + +#. /flag:3dnowprefetch +#: modules/devices/x86/x86_data.c:164 +msgctxt "x86-flag" +msgid "3DNow prefetch instructions" +msgstr "инструкции 3DNow prefetch" + +#. /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 "" +"отображает OS Visible Workaround, позволяющий ОС работать в обход опечаток " +"процессора." + +#. /flag:ibs +#: modules/devices/x86/x86_data.c:166 +msgctxt "x86-flag" +msgid "Instruction Based Sampling" +msgstr "Сэмплинг, основанный на инструкциях" + +#. /flag:xop +#: modules/devices/x86/x86_data.c:167 +msgctxt "x86-flag" +msgid "extended AVX instructions" +msgstr "расширенные инструкции AVX" + +#. /flag:skinit +#: modules/devices/x86/x86_data.c:168 +msgctxt "x86-flag" +msgid "SKINIT/STGI instructions" +msgstr "инструкции SKINIT/STGI" + +#. /flag:wdt +#: modules/devices/x86/x86_data.c:169 +msgctxt "x86-flag" +msgid "Watchdog timer" +msgstr "Сторожевой таймер" + +#. /flag:lwp +#: modules/devices/x86/x86_data.c:170 +msgctxt "x86-flag" +msgid "Light Weight Profiling" +msgstr "Легковесное профилирование" + +#. /flag:fma4 +#: modules/devices/x86/x86_data.c:171 +msgctxt "x86-flag" +msgid "4 operands MAC instructions" +msgstr "Инструкции MAC 4 операндов" + +#. /flag:tce +#: modules/devices/x86/x86_data.c:172 +msgctxt "x86-flag" +msgid "translation cache extension" +msgstr "расширение переноса кэша" + +#. /flag:nodeid_msr +#: modules/devices/x86/x86_data.c:173 +msgctxt "x86-flag" +msgid "NodeId MSR" +msgstr "" + +#. /flag:tbm +#: modules/devices/x86/x86_data.c:174 +msgctxt "x86-flag" +msgid "Trailing Bit Manipulation" +msgstr "Скользящее манипулирование битами" + +#. /flag:topoext +#: modules/devices/x86/x86_data.c:175 +msgctxt "x86-flag" +msgid "Topology Extensions CPUID leafs" +msgstr "Расширения топологии потоков CPUID" + +#. /flag:perfctr_core +#: modules/devices/x86/x86_data.c:176 +msgctxt "x86-flag" +msgid "Core Performance Counter Extensions" +msgstr "Расширения счетчика производительности ядра" + +#. /flag:perfctr_nb +#: modules/devices/x86/x86_data.c:177 +msgctxt "x86-flag" +msgid "NB Performance Counter Extensions" +msgstr "Расширения счетчика производительности NB" + +#. /flag:bpext +#: modules/devices/x86/x86_data.c:178 +msgctxt "x86-flag" +msgid "data breakpoint extension" +msgstr "расширение точки прерывания данных" + +#. /flag:ptsc +#: modules/devices/x86/x86_data.c:179 +msgctxt "x86-flag" +msgid "performance time-stamp counter" +msgstr "счетчик временной метки производительности" + +#. /flag:perfctr_l2 +#: modules/devices/x86/x86_data.c:180 +msgctxt "x86-flag" +msgid "L2 Performance Counter Extensions" +msgstr "Расширения счетчика производительности L2" + +#. /flag:mwaitx +#: modules/devices/x86/x86_data.c:181 +msgctxt "x86-flag" +msgid "MWAIT extension (MONITORX/MWAITX)" +msgstr "Расширение MWAIT (MONITORX/MWAITX)" + +#. /flag:cpb +#: modules/devices/x86/x86_data.c:183 +msgctxt "x86-flag" +msgid "AMD Core Performance Boost" +msgstr "Увеличение производительности ядра AMD" + +#. /flag:epb +#: modules/devices/x86/x86_data.c:184 +msgctxt "x86-flag" +msgid "IA32_ENERGY_PERF_BIAS support" +msgstr "Поддержка IA32_ENERGY_PERF_BIAS" + +#. /flag:hw_pstate +#: modules/devices/x86/x86_data.c:185 +msgctxt "x86-flag" +msgid "AMD HW-PState" +msgstr "" + +#. /flag:proc_feedback +#: modules/devices/x86/x86_data.c:186 +msgctxt "x86-flag" +msgid "AMD ProcFeedbackInterface" +msgstr "" + +#. /flag:intel_pt +#: modules/devices/x86/x86_data.c:187 +msgctxt "x86-flag" +msgid "Intel Processor Tracing" +msgstr "Отслеживание процессора Intel" + +#. /flag:tpr_shadow +#: modules/devices/x86/x86_data.c:189 +msgctxt "x86-flag" +msgid "Intel TPR Shadow" +msgstr "" + +#. /flag:vnmi +#: modules/devices/x86/x86_data.c:190 +msgctxt "x86-flag" +msgid "Intel Virtual NMI" +msgstr "" + +#. /flag:flexpriority +#: modules/devices/x86/x86_data.c:191 +msgctxt "x86-flag" +msgid "Intel FlexPriority" +msgstr "" + +#. /flag:ept +#: modules/devices/x86/x86_data.c:192 +msgctxt "x86-flag" +msgid "Intel Extended Page Table" +msgstr "" + +#. /flag:vpid +#: modules/devices/x86/x86_data.c:193 +msgctxt "x86-flag" +msgid "Intel Virtual Processor ID" +msgstr "" + +#. /flag:vmmcall +#: modules/devices/x86/x86_data.c:194 +msgctxt "x86-flag" +msgid "prefer VMMCALL to VMCALL" +msgstr "предпочитать VMMCALL, а не VMCALL" + +#. /flag:fsgsbase +#: modules/devices/x86/x86_data.c:196 +msgctxt "x86-flag" +msgid "{RD/WR}{FS/GS}BASE instructions" +msgstr "Инструкции {RD/WR}{FS/GS}BASE" + +#. /flag:tsc_adjust +#: modules/devices/x86/x86_data.c:197 +msgctxt "x86-flag" +msgid "TSC adjustment MSR" +msgstr "TSC выраснивание MSR" + +#. /flag:bmi1 +#: modules/devices/x86/x86_data.c:198 +msgctxt "x86-flag" +msgid "1st group bit manipulation extensions" +msgstr "Расширения управления битами 1-й группы" + +#. /flag:hle +#: modules/devices/x86/x86_data.c:199 +msgctxt "x86-flag" +msgid "Hardware Lock Elision" +msgstr "Аппаратная блокировка Elision" + +#. /flag:avx2 +#: modules/devices/x86/x86_data.c:200 +msgctxt "x86-flag" +msgid "AVX2 instructions" +msgstr "Инструкции AVX2" + +#. /flag:smep +#: modules/devices/x86/x86_data.c:201 +msgctxt "x86-flag" +msgid "Supervisor Mode Execution Protection" +msgstr "Защита выполнения режима супервизора" + +#. /flag:bmi2 +#: modules/devices/x86/x86_data.c:202 +msgctxt "x86-flag" +msgid "2nd group bit manipulation extensions" +msgstr "Расширения управления битами 2-й группы" + +#. /flag:erms +#: modules/devices/x86/x86_data.c:203 +msgctxt "x86-flag" +msgid "Enhanced REP MOVSB/STOSB" +msgstr "Расширенный REP MOVSB/STOSB" + +#. /flag:invpcid +#: modules/devices/x86/x86_data.c:204 +msgctxt "x86-flag" +msgid "Invalidate Processor Context ID" +msgstr "Аннулировать ID контекста процессора" + +#. /flag:rtm +#: modules/devices/x86/x86_data.c:205 +msgctxt "x86-flag" +msgid "Restricted Transactional Memory" +msgstr "Ограниченная память переносов" + +#. /flag:cqm +#: modules/devices/x86/x86_data.c:206 +msgctxt "x86-flag" +msgid "Cache QoS Monitoring" +msgstr "Мониторинг кэша QoS" + +#. /flag:mpx +#: modules/devices/x86/x86_data.c:207 +msgctxt "x86-flag" +msgid "Memory Protection Extension" +msgstr "Расширение защиты памяти" + +#. /flag:avx512f +#: modules/devices/x86/x86_data.c:208 +msgctxt "x86-flag" +msgid "AVX-512 foundation" +msgstr "Основа AVX-512" + +#. /flag:avx512dq +#: modules/devices/x86/x86_data.c:209 +msgctxt "x86-flag" +msgid "AVX-512 Double/Quad instructions" +msgstr "Инструкции AVX-512 Double/Quad" + +#. /flag:rdseed +#: modules/devices/x86/x86_data.c:210 +msgctxt "x86-flag" +msgid "The RDSEED instruction" +msgstr "Инструкция RDSEED" + +#. /flag:adx +#: modules/devices/x86/x86_data.c:211 +msgctxt "x86-flag" +msgid "The ADCX and ADOX instructions" +msgstr "Инструкции ADCX и ADOX" + +#. /flag:smap +#: modules/devices/x86/x86_data.c:212 +msgctxt "x86-flag" +msgid "Supervisor Mode Access Prevention" +msgstr "Предотвращение доступа к режиму супервизора" + +#. /flag:clflushopt +#: modules/devices/x86/x86_data.c:213 +msgctxt "x86-flag" +msgid "CLFLUSHOPT instruction" +msgstr "Инструкция CLFLUSHOPT" + +#. /flag:clwb +#: modules/devices/x86/x86_data.c:214 +msgctxt "x86-flag" +msgid "CLWB instruction" +msgstr "Инструкция CLWB" + +#. /flag:avx512pf +#: modules/devices/x86/x86_data.c:215 +msgctxt "x86-flag" +msgid "AVX-512 Prefetch" +msgstr "" + +#. /flag:avx512er +#: modules/devices/x86/x86_data.c:216 +msgctxt "x86-flag" +msgid "AVX-512 Exponential and Reciprocal" +msgstr "" + +#. /flag:avx512cd +#: modules/devices/x86/x86_data.c:217 +msgctxt "x86-flag" +msgid "AVX-512 Conflict Detection" +msgstr "Обнаружения конфликтов AVX-512" + +#. /flag:sha_ni +#: modules/devices/x86/x86_data.c:218 +msgctxt "x86-flag" +msgid "SHA1/SHA256 Instruction Extensions" +msgstr "Расширения инструкций SHA1/SHA256" + +#. /flag:avx512bw +#: modules/devices/x86/x86_data.c:219 +msgctxt "x86-flag" +msgid "AVX-512 Byte/Word instructions" +msgstr "Инструкции AVX-512 Byte/Word" + +#. /flag:avx512vl +#: modules/devices/x86/x86_data.c:220 +msgctxt "x86-flag" +msgid "AVX-512 128/256 Vector Length extensions" +msgstr "Расширения длины вектора AVX-512 128/256" + +#. /flag:xsaveopt +#: modules/devices/x86/x86_data.c:222 +msgctxt "x86-flag" +msgid "Optimized XSAVE" +msgstr "Оптимизированный XSAVE" + +#. /flag:xsavec +#: modules/devices/x86/x86_data.c:223 +msgctxt "x86-flag" +msgid "XSAVEC" +msgstr "" + +#. /flag:xgetbv1 +#: modules/devices/x86/x86_data.c:224 +msgctxt "x86-flag" +msgid "XGETBV with ECX = 1" +msgstr "XGETBV с ECX = 1" + +#. /flag:xsaves +#: modules/devices/x86/x86_data.c:225 +msgctxt "x86-flag" +msgid "XSAVES/XRSTORS" +msgstr "" + +#. /flag:cqm_llc +#: modules/devices/x86/x86_data.c:227 +msgctxt "x86-flag" +msgid "LLC QoS" +msgstr "" + +#. /flag:cqm_occup_llc +#: modules/devices/x86/x86_data.c:229 +msgctxt "x86-flag" +msgid "LLC occupancy monitoring" +msgstr "Мониторинг занятости LLC" + +#. /flag:cqm_mbm_total +#: modules/devices/x86/x86_data.c:230 +msgctxt "x86-flag" +msgid "LLC total MBM monitoring" +msgstr "Полный MBM-мониторинг LLC" + +#. /flag:cqm_mbm_local +#: modules/devices/x86/x86_data.c:231 +msgctxt "x86-flag" +msgid "LLC local MBM monitoring" +msgstr "Локальный MBM-мониторинг LLC" + +#. /flag:clzero +#: modules/devices/x86/x86_data.c:233 +msgctxt "x86-flag" +msgid "CLZERO instruction" +msgstr "Инструкция CLZERO" + +#. /flag:irperf +#: modules/devices/x86/x86_data.c:234 +msgctxt "x86-flag" +msgid "instructions retired performance counter" +msgstr "инструкции счетчика отложенной производительности" + +#. /flag:dtherm +#: modules/devices/x86/x86_data.c:236 +msgctxt "x86-flag" +msgid "digital thermal sensor" +msgstr "цифровой сенсор температуры" + +#. /flag:ida +#: modules/devices/x86/x86_data.c:237 +msgctxt "x86-flag" +msgid "Intel Dynamic Acceleration" +msgstr "Динамическое ускорение Intel" + +#. /flag:arat +#: modules/devices/x86/x86_data.c:238 +msgctxt "x86-flag" +msgid "Always Running APIC Timer" +msgstr "Таймер APIC всегда запущен" + +#. /flag:pln +#: modules/devices/x86/x86_data.c:239 +msgctxt "x86-flag" +msgid "Intel Power Limit Notification" +msgstr "Уведомление о лимите энергии Intel" + +#. /flag:pts +#: modules/devices/x86/x86_data.c:240 +msgctxt "x86-flag" +msgid "Intel Package Thermal Status" +msgstr "Статус температуры Intel" + +#. /flag:hwp +#: modules/devices/x86/x86_data.c:241 +msgctxt "x86-flag" +msgid "Intel Hardware P-states" +msgstr "Аппаратные P-states Intel" + +#. /flag:hwp_notify +#: modules/devices/x86/x86_data.c:242 +msgctxt "x86-flag" +msgid "HWP notification" +msgstr "Уведомление HWP" + +#. /flag:hwp_act_window +#: modules/devices/x86/x86_data.c:243 +msgctxt "x86-flag" +msgid "HWP Activity Window" +msgstr "Окно активности HWP" + +#. /flag:hwp_epp +#: modules/devices/x86/x86_data.c:244 +msgctxt "x86-flag" +msgid "HWP Energy Performance Preference" +msgstr "Настройка производительности энергии HWP" + +#. /flag:hwp_pkg_req +#: modules/devices/x86/x86_data.c:245 +msgctxt "x86-flag" +msgid "HWP package-level request" +msgstr "Запрос уровня пакета HWP" + +#. /flag:npt +#: modules/devices/x86/x86_data.c:247 +msgctxt "x86-flag" +msgid "AMD Nested Page Table support" +msgstr "Поддержка таблиц вложенной страницы AMD" + +#. /flag:lbrv +#: modules/devices/x86/x86_data.c:248 +msgctxt "x86-flag" +msgid "AMD LBR Virtualization support" +msgstr "Поддержка виртуализации AMD LBR" + +#. /flag:svm_lock +#: modules/devices/x86/x86_data.c:249 +msgctxt "x86-flag" +msgid "AMD SVM locking MSR" +msgstr "Блокировка MSR AMD SVM" + +#. /flag:nrip_save +#: modules/devices/x86/x86_data.c:250 +msgctxt "x86-flag" +msgid "AMD SVM next_rip save" +msgstr "Сохранение next_rip AMD SVM" + +#. /flag:tsc_scale +#: modules/devices/x86/x86_data.c:251 +msgctxt "x86-flag" +msgid "AMD TSC scaling support" +msgstr "Поддержка масштабирования AMD TSC" + +#. /flag:vmcb_clean +#: modules/devices/x86/x86_data.c:252 +msgctxt "x86-flag" +msgid "AMD VMCB clean bits support" +msgstr "Поддержка чистых бит AMD VMCB" + +#. /flag:flushbyasid +#: modules/devices/x86/x86_data.c:253 +msgctxt "x86-flag" +msgid "AMD flush-by-ASID support" +msgstr "Поддержка AMD flush-by-ASID" + +#. /flag:decodeassists +#: modules/devices/x86/x86_data.c:254 +msgctxt "x86-flag" +msgid "AMD Decode Assists support" +msgstr "Поддержка помощи декодирования" + +#. /flag:pausefilter +#: modules/devices/x86/x86_data.c:255 +msgctxt "x86-flag" +msgid "AMD filtered pause intercept" +msgstr "Перехват фильтрованной паузы AMD" + +#. /flag:pfthreshold +#: modules/devices/x86/x86_data.c:256 +msgctxt "x86-flag" +msgid "AMD pause filter threshold" +msgstr "Порог фильтра паузы AMD" + +#. /flag:avic +#: modules/devices/x86/x86_data.c:257 +msgctxt "x86-flag" +msgid "Virtual Interrupt Controller" +msgstr "Контроллер виртуального прерывания" + +#. /flag:pku +#: modules/devices/x86/x86_data.c:259 +msgctxt "x86-flag" +msgid "Protection Keys for Userspace" +msgstr "Ключи защиты для пространства пользователя" + +#. /flag:ospke +#: modules/devices/x86/x86_data.c:260 +msgctxt "x86-flag" +msgid "OS Protection Keys Enable" +msgstr "Включение защиты ключей ОС" + +#. /flag:overflow_recov +#: modules/devices/x86/x86_data.c:262 +msgctxt "x86-flag" +msgid "MCA overflow recovery support" +msgstr "Поддержка восстановления после переполнения MCA" + +#. /flag:succor +#: modules/devices/x86/x86_data.c:263 +msgctxt "x86-flag" +msgid "uncorrectable error containment and recovery" +msgstr "неисправимое содержание ошибки и восстановление" + +#. /flag:smca +#: modules/devices/x86/x86_data.c:264 +msgctxt "x86-flag" +msgid "Scalable MCA" +msgstr "Масштабируемый MCA" + +#. /bug:f00f +#: modules/devices/x86/x86_data.c:267 +msgctxt "x86-flag" +msgid "Intel F00F bug" +msgstr "Ошибка Intel F00F" + +#. /bug:fdiv +#: modules/devices/x86/x86_data.c:268 +msgctxt "x86-flag" +msgid "FPU FDIV" +msgstr "" + +#. /bug:coma +#: modules/devices/x86/x86_data.c:269 +msgctxt "x86-flag" +msgid "Cyrix 6x86 coma" +msgstr "" + +#. /bug:tlb_mmatch +#: modules/devices/x86/x86_data.c:270 +msgctxt "x86-flag" +msgid "AMD Erratum 383" +msgstr "" + +#. /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 "" + +#. /bug:11ap +#: modules/devices/x86/x86_data.c:272 +msgctxt "x86-flag" +msgid "Bad local APIC aka 11AP" +msgstr "Неверный локальный APIC или 11AP" + +#. /bug:fxsave_leak +#: modules/devices/x86/x86_data.c:273 +msgctxt "x86-flag" +msgid "FXSAVE leaks FOP/FIP/FOP" +msgstr "FXSAVE утекает FOP/FIP/FOP" + +#. /bug:clflush_monitor +#: modules/devices/x86/x86_data.c:274 +msgctxt "x86-flag" +msgid "AAI65, CLFLUSH required before MONITOR" +msgstr "AAI65, CLFLUSH требуются до MONITOR" + +#. /bug:sysret_ss_attrs +#: modules/devices/x86/x86_data.c:275 +msgctxt "x86-flag" +msgid "SYSRET doesn't fix up SS attrs" +msgstr "SYSRET не исправляет атрибуты SS" + +#. /bug:espfix +#: modules/devices/x86/x86_data.c:276 +msgctxt "x86-flag" +msgid "IRET to 16-bit SS corrupts ESP/RSP high bits" +msgstr "IRET на 16-битные SS прерывает высшие биты ESP/RSP" + +#. /bug:null_seg +#: modules/devices/x86/x86_data.c:277 +msgctxt "x86-flag" +msgid "Nulling a selector preserves the base" +msgstr "Обнуление селектора продпочитается основному" + +#. /bug:swapgs_fence +#: modules/devices/x86/x86_data.c:278 +msgctxt "x86-flag" +msgid "SWAPGS without input dep on GS" +msgstr "SWAPGS без ввода зависит от GS" + +#. /bug:monitor +#: modules/devices/x86/x86_data.c:279 +msgctxt "x86-flag" +msgid "IPI required to wake up remote CPU" +msgstr "требуется IPI для удаленного пробуждения процессора" + +#. /x86/kernel/cpu/powerflags.h +#. /flag:pm:ts +#: modules/devices/x86/x86_data.c:283 +msgctxt "x86-flag" +msgid "temperature sensor" +msgstr "сенсор температуры" + +#. /flag:pm:fid +#: modules/devices/x86/x86_data.c:284 +msgctxt "x86-flag" +msgid "frequency id control" +msgstr "контроль частоты id" + +#. /flag:pm:vid +#: modules/devices/x86/x86_data.c:285 +msgctxt "x86-flag" +msgid "voltage id control" +msgstr "контроль вольтажа id" + +#. /flag:pm:ttp +#: modules/devices/x86/x86_data.c:286 +msgctxt "x86-flag" +msgid "thermal trip" +msgstr "изменение температуры" + +#. /flag:pm:tm +#: modules/devices/x86/x86_data.c:287 +msgctxt "x86-flag" +msgid "hardware thermal control" +msgstr "аппаратный контроль температуры" + +#. /flag:pm:stc +#: modules/devices/x86/x86_data.c:288 +msgctxt "x86-flag" +msgid "software thermal control" +msgstr "программный контроль температуры" + +#. /flag:pm:100mhzsteps +#: modules/devices/x86/x86_data.c:289 +msgctxt "x86-flag" +msgid "100 MHz multiplier control" +msgstr "контроль множителя 100 МГц" + +#. /flag:pm:hwpstate +#: modules/devices/x86/x86_data.c:290 +msgctxt "x86-flag" +msgid "hardware P-state control" +msgstr "аппаратное управление P-state" + +#. /flag:pm:cpb +#: modules/devices/x86/x86_data.c:291 +msgctxt "x86-flag" +msgid "core performance boost" +msgstr "повышение производительности ядра" + +#. /flag:pm:eff_freq_ro +#: modules/devices/x86/x86_data.c:292 +msgctxt "x86-flag" +msgid "Readonly aperf/mperf" +msgstr "aperf/mperf только для чтения" + +#. /flag:pm:proc_feedback +#: modules/devices/x86/x86_data.c:293 +msgctxt "x86-flag" +msgid "processor feedback interface" +msgstr "интерфейс отзыва процессора" + +#. /flag:pm:acc_power +#: modules/devices/x86/x86_data.c:294 +msgctxt "x86-flag" +msgid "accumulated power mechanism" +msgstr "механизм накопления питания" + +#: modules/network.c:59 +msgid "Interfaces" +msgstr "Интерфейсы" + +#: modules/network.c:60 +msgid "IP Connections" +msgstr "IP Подключения" + +#: modules/network.c:61 +msgid "Routing Table" +msgstr "Таблица маршрутизации" + +#: modules/network.c:62 modules/network.c:303 +msgid "ARP Table" +msgstr "Таблица ARP" + +#: modules/network.c:63 +msgid "DNS Servers" +msgstr "DNS сервера" + +#: modules/network.c:64 +msgid "Statistics" +msgstr "Статистика" + +#: modules/network.c:65 +msgid "Shared Directories" +msgstr "Общие каталоги" + +#: modules/network.c:304 modules/network.c:326 modules/network.c:357 +#: modules/network/net.c:477 +msgid "IP Address" +msgstr "IP-адрес" + +#: modules/network.c:304 modules/network.c:357 modules/network.c:374 +msgid "Interface" +msgstr "Интерфейс" + +#: modules/network.c:304 +msgid "MAC Address" +msgstr "MAC-адрес" + +#: modules/network.c:313 +msgid "SAMBA" +msgstr "" + +#: modules/network.c:314 +msgid "NFS" +msgstr "" + +#: modules/network.c:325 +msgid "Name Servers" +msgstr "" + +#: modules/network.c:340 +msgid "Connections" +msgstr "" + +#: modules/network.c:341 +msgid "Local Address" +msgstr "Локальный адрес" + +#: modules/network.c:341 +msgid "Protocol" +msgstr "Протокол" + +#: modules/network.c:341 +msgid "Foreign Address" +msgstr "Удалённый адрес" + +#: modules/network.c:341 +msgid "State" +msgstr "Состояние" + +#: modules/network.c:357 +msgid "Sent" +msgstr "Отправлено" + +#: modules/network.c:357 +msgid "Received" +msgstr "Получено" + +#: modules/network.c:373 +msgid "IP routing table" +msgstr "" + +#: modules/network.c:374 +msgid "Destination/Gateway" +msgstr "Цель / Шлюз" + +#: modules/network.c:374 +msgid "Flags" +msgstr "Флаги" + +#: modules/network.c:374 modules/network/net.c:478 +msgid "Mask" +msgstr "Маска" + +#: modules/network.c:402 +msgid "Network" +msgstr "Сеть" + +#: modules/network.c:435 +msgid "Gathers information about this computer's network connection" +msgstr "Собирает информацию о сетевых подключениях" + +#: modules/network/net.c:72 +msgctxt "wi-op-mode" +msgid "Auto" +msgstr "" + +#: modules/network/net.c:73 +msgctxt "wi-op-mode" +msgid "Ad-Hoc" +msgstr "" + +#: modules/network/net.c:74 +msgctxt "wi-op-mode" +msgid "Managed" +msgstr "" + +#: modules/network/net.c:75 +msgctxt "wi-op-mode" +msgid "Master" +msgstr "" + +#: modules/network/net.c:76 +msgctxt "wi-op-mode" +msgid "Repeater" +msgstr "" + +#: modules/network/net.c:77 +msgctxt "wi-op-mode" +msgid "Secondary" +msgstr "" + +#: modules/network/net.c:78 +msgctxt "wi-op-mode" +msgid "(Unknown)" +msgstr "" + +#: modules/network/net.c:242 modules/network/net.c:262 +#: modules/network/net.c:270 +msgctxt "net-if-type" +msgid "Ethernet" +msgstr "" + +#: modules/network/net.c:243 +msgctxt "net-if-type" +msgid "Loopback" +msgstr "" + +#: modules/network/net.c:244 +msgctxt "net-if-type" +msgid "Point-to-Point" +msgstr "" + +#: 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/network/net.c:249 +msgctxt "net-if-type" +msgid "Virtual Point-to-Point (TUN)" +msgstr "" + +#: modules/network/net.c:250 +msgctxt "net-if-type" +msgid "Ethernet (TAP)" +msgstr "" + +#: modules/network/net.c:251 +msgctxt "net-if-type" +msgid "Parallel Line Internet Protocol" +msgstr "" + +#: modules/network/net.c:252 +msgctxt "net-if-type" +msgid "Infrared" +msgstr "" + +#: modules/network/net.c:253 modules/network/net.c:271 +msgctxt "net-if-type" +msgid "Serial Line Internet Protocol" +msgstr "" + +#: modules/network/net.c:254 +msgctxt "net-if-type" +msgid "Integrated Services Digital Network" +msgstr "" + +#: modules/network/net.c:255 +msgctxt "net-if-type" +msgid "IPv6-over-IPv4 Tunnel" +msgstr "" + +#: modules/network/net.c:256 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface (NAT)" +msgstr "" + +#: modules/network/net.c:257 +msgctxt "net-if-type" +msgid "VMWare Virtual Network Interface" +msgstr "" + +#: modules/network/net.c:258 +msgctxt "net-if-type" +msgid "Personal Area Network (PAN)" +msgstr "" + +#: modules/network/net.c:259 +msgctxt "net-if-type" +msgid "Bluetooth" +msgstr "" + +#: modules/network/net.c:260 +msgctxt "net-if-type" +msgid "Bridge Interface" +msgstr "" + +#: modules/network/net.c:261 +msgctxt "net-if-type" +msgid "Hamachi Virtual Personal Network" +msgstr "" + +#: modules/network/net.c:263 +msgctxt "net-if-type" +msgid "Intermediate Functional Block" +msgstr "" + +#: modules/network/net.c:264 +msgctxt "net-if-type" +msgid "GRE Network Tunnel" +msgstr "" + +#: modules/network/net.c:265 +msgctxt "net-if-type" +msgid "Mesh Network" +msgstr "" + +#: modules/network/net.c:266 +msgctxt "net-if-type" +msgid "Wireless Master Interface" +msgstr "" + +#: modules/network/net.c:267 +msgctxt "net-if-type" +msgid "VirtualBox Virtual Network Interface" +msgstr "" + +#: modules/network/net.c:273 +msgctxt "net-if-type" +msgid "Wireless (WAN)" +msgstr "" + +#: modules/network/net.c:275 +msgctxt "net-if-type" +msgid "(Unknown)" +msgstr "" + +#: modules/network/net.c:348 modules/network/net.c:358 +msgid "Network Interfaces" +msgstr "" + +#: modules/network/net.c:348 +msgid "None Found" +msgstr "" + +#: modules/network/net.c:400 modules/network/net.c:422 +#: modules/network/net.c:423 +msgid "MiB" +msgstr " МиБ" + +#: modules/network/net.c:414 +msgid "Network Adapter Properties" +msgstr "Свойства сетевого адаптера" + +#: modules/network/net.c:415 +msgid "Interface Type" +msgstr "Тип интерфейса" + +#: modules/network/net.c:416 +msgid "Hardware Address (MAC)" +msgstr "Аппаратный адрес (MAC)" + +#: modules/network/net.c:420 +msgid "MTU" +msgstr "" + +#: modules/network/net.c:421 +msgid "Transfer Details" +msgstr "Информация о передаче данных" + +#: modules/network/net.c:422 +msgid "Bytes Received" +msgstr "Получено байт" + +#: modules/network/net.c:423 +msgid "Bytes Sent" +msgstr "Отправлено байт" + +#: modules/network/net.c:440 modules/network/net.c:462 +#: modules/network/net.c:463 +msgid "dBm" +msgstr "" + +#: modules/network/net.c:440 +msgid "mW" +msgstr "" + +#: modules/network/net.c:454 +msgid "Wireless Properties" +msgstr "" + +#: modules/network/net.c:455 +msgid "Network Name (SSID)" +msgstr "" + +#: modules/network/net.c:456 +msgid "Bit Rate" +msgstr "" + +#: modules/network/net.c:456 +msgid "Mb/s" +msgstr "" + +#: 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:479 +msgid "Broadcast Address" +msgstr "Широковещательный адрес" + +#~ msgid "CPU Clock" +#~ msgstr "Частота процессора" + +#~ msgid "pixels" +#~ msgstr "пикселей" + +#~ msgid "Desktop Environment" +#~ msgstr "Среда рабочего стола" + +#~ msgid "%s$CPU%d$%s=%.2fMHz\n" +#~ msgstr "%s$CPU%d$%s=%.2f МГц\n" diff --git a/po/salvage.sh b/po/salvage.sh new file mode 100644 index 00000000..295187f4 --- /dev/null +++ b/po/salvage.sh @@ -0,0 +1,83 @@ +#!bash + +# To help with https://github.com/lpereira/hardinfo/issues/100 +# Saves the old label translations. +# +# This is not an automated magical tool, it is an ugly hack of a helper +# for a tedious process. Read the instructions if you want to use it! +# +# bash updatepo.sh +# { commit here or the next commit's diff will be noisy and useless } +# +# { repeat for each language... } +# bash salvage.sh XX.po >XX.po.salv +# { edit XX.po.salv, remove nonsense } +# msgcat --use-first XX.po XX.po.salv > XX.po.merged +# diff XX.po XX.po.merged +# { if there are any added translations, they do not actually appear +# in hardinfo.pot, and they will end up "obsolete" and then re-processed +# in the next salvage. So save some hassle and just remove them now. } +# mv XX.po.merged XX.po +# +# { when all languages are done run updatepo.sh again to clean up } +# bash updatepo.sh +# + +if [ -z "$@" ]; then + echo "READ script before running!" + echo "Error: Needs .po file to process" + exit 1 +fi + +do_salvage() { + msgid=() + msgstr=() + + while IFS= read -r line; do + msgid+=( "$line" ) + done <<< "$MSGEXEC_MSGID" + + while IFS= read -r line; do + msgstr+=( "$line" ) + done <&0 + + for i in ${!msgid[@]}; do + # column titles + msgid[$i]=`echo "${msgid[$i]}" | sed -e 's/ColumnTitle\$.*=//'` + msgstr[$i]=`echo "${msgstr[$i]}" | sed -e 's/ColumnTitle\$.*=//'` + + # section titles + msgid[$i]=`echo "${msgid[$i]}" | sed -e 's/\[\(.*\)\]/\1/'` + msgstr[$i]=`echo "${msgstr[$i]}" | sed -e 's/\[\(.*\)\]/\1/'` + + # regular labels + msgid[$i]=`echo "${msgid[$i]}" | sed -e 's/=.*$//'` + msgstr[$i]=`echo "${msgstr[$i]}" | sed -e 's/=.*$//'` + + # junk + msgid[$i]=`echo "${msgid[$i]}" | sed -e 's/%s//'` + msgid[$i]=`echo "${msgid[$i]}" | sed -e 's/%s//'` + + if [[ -n "${msgid[$i]}" && -n "${msgstr[$i]}" ]]; then + if [ "${msgid[$i]}" != "${msgstr[$i]}" ]; then + echo "msgid \"${msgid[$i]}\"" + echo "msgstr \"${msgstr[$i]}\"" + echo "" + fi + fi + done +} + +cat >salvage.tmp <<'EOT' + +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +EOT + +export -f do_salvage +msgattrib --only-obsolete "$@" | msgexec bash -c 'do_salvage "$0"' >>salvage.tmp +msguniq salvage.tmp +rm salvage.tmp diff --git a/po/updatepo.sh b/po/updatepo.sh new file mode 100644 index 00000000..d5b0f9d6 --- /dev/null +++ b/po/updatepo.sh @@ -0,0 +1,52 @@ +#!bash + +GITVER=`git describe --always --dirty` +GITHASH=`git rev-parse HEAD` + +echo "Update gettext translation files." + +DER=`pwd` +if [ ! -e "updatepo.sh" ] +then + echo "Error: Run from po/, the location of hardinfo.pot and XX.po files." + exit 1 +fi + +MSGTOTALOLD=`msgattrib --untranslated hardinfo.pot | grep -E "^msgstr \"\"" | wc -l` +echo "hardinfo.pot has $MSGTOTALOLD strings" + +mv hardinfo.pot hardinfo.pot.old +echo "" > hardinfo.pot # empty existing file to join (-j) with +for d in hardinfo/ shell/ modules/ includes/; +do + # work from hardinfo root to get reasonable file reference comments + cd .. + echo -n `pwd`; echo "/$d ..." + find "$d" -type f -name "*.[hc]" -print | sort | xargs xgettext -j -d hardinfo -o "$DER/hardinfo.pot" -k_ -kN_ -kC_:1c,2 -kNC_:1c,2 -c/ --from-code=UTF-8 + cd "$DER" +done; + +MSGTOTAL=`msgattrib --untranslated hardinfo.pot | grep -E "^msgstr \"\"" | wc -l` +TDIFF=$(($MSGTOTAL - $MSGTOTALOLD)) +CHANGE="$TDIFF" +if [ $TDIFF -gt 0 ]; then CHANGE="+$TDIFF"; fi +if [ $TDIFF -eq 0 ]; then CHANGE="no change"; fi +echo "hardinfo.pot now has $MSGTOTAL strings ($CHANGE)" +echo "(as of $GITVER $GITHASH)" + +for f in *.po +do + cp "$f" "$f.old" + + msgmerge -q -N "$f" hardinfo.pot > tmp.po + + # set/reset the X-Poedit-Basepath header + grep -v '"X-Poedit-Basepath\:[^"]*"' tmp.po | sed 's:\("Language\:[^"]*"\):\1\n"X-Poedit-Basepath\: ../\\n":' >"$f" + + rm -f tmp.po + + # stats + UNMSG=`msgattrib --untranslated "$f" | grep -E "^msgstr \"\"" | wc -l` + DONE=" "; if [ $UNMSG -eq 0 ]; then DONE="x"; fi + echo "- [$DONE] $f : ($UNMSG / $MSGTOTAL remain untranslated)" +done |