From 0dee417e1d60108ce8b49e10e3639f6ed8f51f77 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 19 Dec 1999 00:25:19 +0000 Subject: [PATCH] Added `lib/errors.c'. 1999-12-19 Martin Baulig * POTFILES.in: Added `lib/errors.c'. --- po/ChangeLog | 4 ++ po/POTFILES.in | 1 + po/da.po | 76 +++++++++++++++++----------- po/de.po | 129 ++++++++++++++++++++++++++--------------------- po/es.po | 130 +++++++++++++++++++++++++++--------------------- po/es_DO.po | 120 +++++++++++++++++++++++--------------------- po/es_GT.po | 120 +++++++++++++++++++++++--------------------- po/es_HN.po | 120 +++++++++++++++++++++++--------------------- po/es_MX.po | 120 +++++++++++++++++++++++--------------------- po/es_PA.po | 120 +++++++++++++++++++++++--------------------- po/es_PE.po | 120 +++++++++++++++++++++++--------------------- po/es_SV.po | 120 +++++++++++++++++++++++--------------------- po/fi.po | 130 +++++++++++++++++++++++++++--------------------- po/fr.po | 130 +++++++++++++++++++++++++++--------------------- po/gl.po | 132 ++++++++++++++++++++++++++++--------------------- po/ja.po | 130 +++++++++++++++++++++++++++--------------------- po/ko.po | 54 +++++++++++++------- po/nl.po | 130 +++++++++++++++++++++++++++--------------------- po/no.po | 54 +++++++++++++------- po/pl.po | 130 +++++++++++++++++++++++++++--------------------- po/pt_BR.po | 54 +++++++++++++------- po/sv.po | 130 +++++++++++++++++++++++++++--------------------- 22 files changed, 1287 insertions(+), 967 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 607c56d0..e4d0799f 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +1999-12-19 Martin Baulig + + * POTFILES.in: Added `lib/errors.c'. + 1999-12-01 Kjartan Maraas * no.po: Updated Norwegian translation. diff --git a/po/POTFILES.in b/po/POTFILES.in index 706f05b0..2eeef4db 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -31,6 +31,7 @@ lib/read.c lib/read_data.c lib/sysdeps.c lib/write.c +lib/errors.c include/glibtop/close.h include/glibtop/command.h include/glibtop/cpu.h diff --git a/po/da.po b/po/da.po index 5c44d9c3..d3cc7574 100644 --- a/po/da.po +++ b/po/da.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop 0.99.3\n" -"POT-Creation-Date: 1999-12-03 17:30+0100\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-12-03 18:15+01:00\n" "Last-Translator: Birger Langkjer \n" "Language-Team: Dansk/Danish \n" @@ -253,33 +253,6 @@ msgstr "Hukommelse brugt af brugerprocesser i kB" msgid "Memory in locked pages in kB" msgstr "Hukommelse i låste sider i kB" -# sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -# sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -# sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Antal elementer i listen" - -# sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -# sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -# sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Total listestørrelse" - -# sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -# sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -# sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Størrelsen på et enkelt element i listen" - # sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" @@ -375,7 +348,8 @@ msgid "" msgstr "" "Processens kerneflag.\n" "\n" -"Under Linux har alle flag matematik-biten sat, fordi crt0.s tjekker efter matematikemulering, så dette er ikke inkluderet i uddata.\n" +"Under Linux har alle flag matematik-biten sat, fordi crt0.s tjekker efter " +"matematikemulering, så dette er ikke inkluderet i uddata.\n" "\n" "Dette er sikkert en fejl, da ikke enhver proces er et kompileret C program.\n" "\n" @@ -1474,6 +1448,32 @@ msgstr "l msgid "write %d bytes" msgstr "skriv %d byte" +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +# support/error.c:109 +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Ukendt systemfejl" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + # src/daemon/gnuserv.c:446 #: src/daemon/gnuserv.c:448 msgid "Enable debugging" @@ -1523,3 +1523,21 @@ msgid "" msgstr "" "Fejl ved flag %s: %s.\n" "Kør '%s --help' for at få liste over alle disponible kommandolinieflag.\n" + +# sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 +# sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 +# sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 +#~ msgid "Number of list elements" +#~ msgstr "Antal elementer i listen" + +# sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 +# sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 +# sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 +#~ msgid "Total size of list" +#~ msgstr "Total listestørrelse" + +# sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 +# sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 +# sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 +#~ msgid "Size of a single list element" +#~ msgstr "Størrelsen på et enkelt element i listen" diff --git a/po/de.po b/po/de.po index 30f85e37..90ab4d5a 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop VERSION\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-07-11 12:44+02:00\n" "Last-Translator: Martin Baulig \n" "Language-Team: Martin Baulig \n" @@ -206,24 +206,6 @@ msgstr "Von Benutzerprozessen belegter Speicher in kB" msgid "Memory in locked pages in kB" msgstr "Speicher in gesperrten Seiten in kB" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Anzahl der Elemente in der Liste" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Größe (in Bytes) der Liste" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Größe eines einzigen Listenelements" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Größe des Nachrichtenbereiches in Kilobyte" @@ -997,111 +979,115 @@ msgstr "" "Anzahl der Seiten, die insgesamt seit dem letzten Systemstart eingelagert " "wurden" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "Server Features" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "Zeigergröße" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "Prozessorlast" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Speicherbelegung" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Auslagerungsspeicher" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Laufzeit des Systems" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Systemlast" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "Limits für gemeinsam genutzten Speicher" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "Limits für Nachrichtenwarteschlangen" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "Semaphor-Setzbegrenzungen" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Prozessliste" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Prozess Status" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Prozess Eigentümer und Terminal" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Speicherbelegung des Prozesses" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Prozess-Zeitinformation" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Prozess-Signalinformation" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Prozess-Kerneldateninformation" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Prozess-Segmentinformation" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Prozessargumente" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Prozess-Speicherplan" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Mountliste" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Dateisystemnutzung" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Netzlast" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "Interface Namen" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "PPP Statistik" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "Zeigergröße auf dem Server (in Bits)" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Kommandozeilenparameter des Prozesses" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Liste gegenwärtig gemounteter Dateisysteme" @@ -1212,39 +1198,63 @@ msgstr "%d Datenbytes gelesen" msgid "write %d bytes" msgstr "schreibe %d bytes" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "Kein Fehler" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "Unbekannter Fehler" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "Ungültiges Argument" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "Kein solcher Parameter" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "Versuch einen schreibgeschützten Wert zu ändern" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "Parametergröße stimmt nicht" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Fehlerdiagnose einschalten" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "DIAGNOSE" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Gesprächige Ausgabe einschalten" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "GESPRAECHIG" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Nicht in den Hintergrund abforken" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "KEIN-DÄMON" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Durch inetd aufgerufen" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1253,3 +1263,12 @@ msgstr "" "Fehler bei Option %s: %s.\n" "Führen Sie `%s --help' aus, um eine volle Liste der verfügbaren Optionen zu " "sehen.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Anzahl der Elemente in der Liste" + +#~ msgid "Total size of list" +#~ msgstr "Größe (in Bytes) der Liste" + +#~ msgid "Size of a single list element" +#~ msgstr "Größe eines einzigen Listenelements" diff --git a/po/es.po b/po/es.po index 3317b1fb..90443e89 100644 --- a/po/es.po +++ b/po/es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop 1.1.1\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -209,24 +209,6 @@ msgstr "Memoria usada por procesos usuario (en KB)" msgid "Memory in locked pages in kB" msgstr "Memoria en páginas bloqueadas (en KB)" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Cantidad de elementos de la lista" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Tamaño total de la lista" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Tamaño de un solo elemento de la lista" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Tamaño del pool de mensajes (en KB)" @@ -989,111 +971,115 @@ msgstr "" "Cantidad total de páginas que han sido sacadas del swap, desde el inicio del " "sistema" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "Particularidades del Servidor" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "Tamaño del puntero" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "Uso del CPU" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Uso de la Memoria" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Uso del Swap" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Uptime del sistema" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Carga Promedio" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "Límites de la Memoria Compartida" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "Límites de la Cola de Mensajes" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "Límites del conjunto de Semáforos" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Lista de Procesos activos" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Información sobre el estado del proceso" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Información sobre UID y TTY del proceso" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Información sobre la memoria del proceso" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Información sobre el Tiempo del proceso" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Información sobre las señales del proceso" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Información sobre los datos a nivel de núcleo del proceso" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Información sobre los segmentos del proceso" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Argumentos del proceso" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Mapa de la memoria del proceso" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Lista de Montaje" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Uso del Sistema de Archivos" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Carga de la Red" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "Estadísticas de PPP" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "Tamaño del puntero en el servidor (en bits)" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Argumentos de la línea de comando del proceso" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Lista de los sistemas de archivos actualmente montados" @@ -1205,39 +1191,64 @@ msgstr "le msgid "write %d bytes" msgstr "escritos %d bytes" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Error sistema desconocido" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Activar depuración" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "DEPURACIÓN" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Activa salida detallada" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "DETALLADO" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "No abrir un proceso de fondo" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "NO-DAEMON" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Invocado desde inetd" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1245,3 +1256,12 @@ msgid "" msgstr "" "Error con la opción %s: %s.\n" "Lance '%s --help' para ver una lista completa de las opciones disponibles.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Cantidad de elementos de la lista" + +#~ msgid "Total size of list" +#~ msgstr "Tamaño total de la lista" + +#~ msgid "Size of a single list element" +#~ msgstr "Tamaño de un solo elemento de la lista" diff --git a/po/es_DO.po b/po/es_DO.po index 2782e90a..548e7c81 100644 --- a/po/es_DO.po +++ b/po/es_DO.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/es_GT.po b/po/es_GT.po index 2782e90a..548e7c81 100644 --- a/po/es_GT.po +++ b/po/es_GT.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/es_HN.po b/po/es_HN.po index 2782e90a..548e7c81 100644 --- a/po/es_HN.po +++ b/po/es_HN.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/es_MX.po b/po/es_MX.po index 2782e90a..548e7c81 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/es_PA.po b/po/es_PA.po index 2782e90a..548e7c81 100644 --- a/po/es_PA.po +++ b/po/es_PA.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/es_PE.po b/po/es_PE.po index 2782e90a..548e7c81 100644 --- a/po/es_PE.po +++ b/po/es_PE.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/es_SV.po b/po/es_SV.po index 2782e90a..548e7c81 100644 --- a/po/es_SV.po +++ b/po/es_SV.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glibtop cvs\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-13 04:38+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Pablo Saratxaga \n" @@ -205,24 +205,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -964,111 +946,115 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "" @@ -1178,39 +1164,63 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +msgid "Unknown error" +msgstr "" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" diff --git a/po/fi.po b/po/fi.po index 37c98580..68b59afd 100644 --- a/po/fi.po +++ b/po/fi.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop VERSION\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-08-01 18:09-0400\n" "Last-Translator: Unknown :-(\n" "Language-Team: \n" @@ -205,24 +205,6 @@ msgstr "K msgid "Memory in locked pages in kB" msgstr "Lukittujen sivujen käyttämä muisti (kB)" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Listan elementtien määrä" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Listan koko byteinä" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Yhden listanelementin koko" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Viestialtaan koko kiloina" @@ -977,112 +959,116 @@ msgstr "" msgid "Total number of swap pages that have been brought out since system boot" msgstr "" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 #, fuzzy msgid "Pointer Size" msgstr "Prosessin muistissa oleva koko" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Mounttiluettelo" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Tiedostojärjestelmän käyttö" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Verkon kuormitus" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "PPP-tilastot" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Komentoriviparametrit prosessille" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Mountatut tiedostojärjestelmät" @@ -1192,39 +1178,64 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Tuntematon systeemivirhe" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Älä forkkaa taustalle" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Käynnistetty inetd-prosssista" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1232,3 +1243,12 @@ msgid "" msgstr "" "Virhe valinnasta %s: %s.\n" "Aja '%s --help' nähdäksesi luettelon komentorivivalinnoista.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Listan elementtien määrä" + +#~ msgid "Total size of list" +#~ msgstr "Listan koko byteinä" + +#~ msgid "Size of a single list element" +#~ msgstr "Yhden listanelementin koko" diff --git a/po/fr.po b/po/fr.po index 9eb7128d..d09faecf 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop VERSION\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-07-27 18:24+0200\n" "Last-Translator: Vincent Renardias \n" "Language-Team: GNOME French Team \n" @@ -207,24 +207,6 @@ msgstr "M msgid "Memory in locked pages in kB" msgstr "Mémoire dans les pages verrouillées en Ko" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Nombre d'éléments de liste" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Taille totale de la liste" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Taille d'un élément de liste" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Taille en kilo-octets de l'ensemble de messages" @@ -992,111 +974,115 @@ msgstr "Nombre total de pages de swap charg msgid "Total number of swap pages that have been brought out since system boot" msgstr "Nombre total de pages de swap sauvées sur disque depuis le démarrage" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "Caractéristiques serveur" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "Taille du pointeur" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "Utilisation CPU" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Utilisation Mémoire" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Utilisation du Swap" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Durée de fonctionnement" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Charge moyenne" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "Limites de la mémoire partagée" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "Limites de la queue de messages" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "Limites de l'ensemble de sémaphores" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Liste des taches en cours d'exécution" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Information sur l'état des processus" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Information sur l'UID et le TTY des processus" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Information sur la Mémoire du Processus" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Information Temporelle sur le processus" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Information sur les signaux du processus" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Information sur les données noyau du processus" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Information sur la segmentation du processus" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Arguments du processus" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Table mémoire du processus" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Liste montages" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Utilisation des systèmes de fichiers" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Charge réseau" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "Statistiques PPP" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "Taille du pointeur sur le serveur (en bits)" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Arguments de la ligne de commande du processus" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Liste des systèmes de fichiers montés" @@ -1208,39 +1194,64 @@ msgstr "lecture de %d octets de donn msgid "write %d bytes" msgstr "écriture de %d octets" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Erreur système inconnue" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Active le debuggage" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "DEBUG" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Active la sortie bavarde" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "BAVARD" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Ne pas lancer en tâche de fond" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "NON-DEMON" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Invoqué à partir de inetd" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1249,3 +1260,12 @@ msgstr "" "Erreur sur l'option %s: %s.\n" "Executer '%s --help' pour avoir la liste des options de la ligne de " "commande.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Nombre d'éléments de liste" + +#~ msgid "Total size of list" +#~ msgstr "Taille totale de la liste" + +#~ msgid "Size of a single list element" +#~ msgstr "Taille d'un élément de liste" diff --git a/po/gl.po b/po/gl.po index 77cb8a07..15c189d6 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop 1.1.3\n" -"POT-Creation-Date: 1999-10-24 16:48+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-10-24 16:58+0200\n" "Last-Translator: Jesus Bravo Alvarez \n" "Language-Team: Galician \n" @@ -212,24 +212,6 @@ msgstr "Memoria usada por procesos de usuario en kB" msgid "Memory in locked pages in kB" msgstr "Memoria en páxinas bloqueadas en kB" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Número de elementos da lista" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Tamaño total da lista" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Tamaño dun só elemento da lista" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Tamaño en kilobytes do pool de mensaxes" @@ -535,7 +517,7 @@ msgstr "Direcci #: sysdeps/names/procsegment.c:66 msgid "Address of beginning of data segment" -msgstr "Dirección do comezo do segmento de datos" +msgstr "Dirección do comezo do segmento de datos" #: sysdeps/names/procsegment.c:67 msgid "Address of end of data segment" @@ -1003,112 +985,116 @@ msgstr "" "Número total de páxinas de swap que foron gardadas no disco dende o inicio " "do sistema" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "Características do Servidor" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 #, fuzzy msgid "Pointer Size" msgstr "Tamaño de Páxinas Modificadas" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "Utilización da CPU" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Utilización da Memoria" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Utilización da Swap" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Tempo que leva activo o Sistema" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Carga media" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "Límites da Memoria Compartida" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "Límites da Cola de Mensaxes" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "Límites dos conxuntos de semáforos" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Lista dos procesos a se executar neste intre" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Información do Estado do Proceso" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Información do UID e do TTY do proceso" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Información da Memoria do proceso" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Información do Tempo empregado polo proceso" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Información das sinais do proceso" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Información dos datos do Kernel do proceso" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Información da segmentación do proceso" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Argumentos do Proceso" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Mapa de Memoria do Proceso" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Lista de Unidades Montadas" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Utilización dos Sistemas de Ficheiros" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Carga da Rede" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "Estatísticas PPP" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Argumentos de liña de comandos do proceso" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Lista dos sistemas de ficheiros montados neste intre" @@ -1221,39 +1207,64 @@ msgstr "lidos %d bytes de datos" msgid "write %d bytes" msgstr "escritos %d bytes" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Erro de sistema descoñecido" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Activar depuración" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "DEPURACIÓN" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Activar saída extensa" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "EXTENSA" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Non facer 'fork' en tarefa de fondo" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "NON-DEMONIO" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Executado dende inetd" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1262,3 +1273,12 @@ msgstr "" "Erro na opción %s: %s.\n" "Execute '%s --help' para ver unha lista completa das opcións de liña\n" "de comandos disponibles.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Número de elementos da lista" + +#~ msgid "Total size of list" +#~ msgstr "Tamaño total da lista" + +#~ msgid "Size of a single list element" +#~ msgstr "Tamaño dun só elemento da lista" diff --git a/po/ja.po b/po/ja.po index 6f85179a..b7d550e9 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop VERSION\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1998-12-11 06:53+09:00\n" "Last-Translator: Eiichiro ITANI \n" "Language-Team: \n" @@ -205,24 +205,6 @@ msgstr " msgid "Memory in locked pages in kB" msgstr "¥í¥Ã¥¯¤µ¤ì¤¿¥Ú¡¼¥¸¤Î¥á¥â¥êÎÌ(kb)" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "¥ê¥¹¥È¤ÎÍ×ÁÇ¿ô" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "¥ê¥¹¥ÈÁ´ÂΤÎÂ礭¤µ" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "¥ê¥¹¥ÈÍ×Áǰì¤Ä¤ÎÂ礭¤µ" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "¥á¥Ã¥»¡¼¥¸¥Ö¡¼¥ë¤ÎÂ礭¤µ(kB)" @@ -998,112 +980,116 @@ msgstr " msgid "Total number of swap pages that have been brought out since system boot" msgstr "¥·¥¹¥Æ¥àµ¯Æ°¸å¤Ë½ñ¤­½Ð¤µ¤ì¤¿¥¹¥ï¥Ã¥×¥Ú¡¼¥¸¤ÎÎßÀÑÎÌ" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "¥µ¡¼¥Ð¡¼¤ÎÆÃÀ­" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 #, fuzzy msgid "Pointer Size" msgstr "¾ïÃ󥻥åȥµ¥¤¥º" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "CPU»ÈÍÑÎÌ" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "¥á¥â¥ê»ÈÍÑÎÌ" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "¥¹¥ï¥Ã¥×»ÈÍÑÎÌ" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "¥·¥¹¥Æ¥à²ÔƯ»þ´Ö" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Éé²ÙÊ¿¶Ñ" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "¶¦Í­¥á¥â¥ê¥ê¥ß¥Ã¥È" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "¥á¥Ã¥»¡¼¥¸¥­¥å¡¼¥ê¥ß¥Ã¥È" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "¥»¥Þ¥Õ¥©¥»¥Ã¥È¥ê¥ß¥Ã¥È" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Áö¹ÔÃæ¥×¥í¥»¥¹°ìÍ÷" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "¥×¥í¥»¥¹¾õÂ֤ξðÊó" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "¥×¥í¥»¥¹¤ÎUID¤ÈTTY¾ðÊó" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "¥×¥í¥»¥¹¤Î¥á¥â¥ê¾ðÊó" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "¥×¥í¥»¥¹¤Î»þ´Ö¾ðÊó" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "¥×¥í¥»¥¹¤Î¥·¥°¥Ê¥ë¾ðÊó" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "¥×¥í¥»¥¹¤Î¥«¡¼¥Í¥ë¥Ç¡¼¥¿¾ðÊó" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "¥×¥í¥»¥¹¤Î¥»¥°¥á¥ó¥È¾ðÊó" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "¥×¥í¥»¥¹°ú¿ô" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "¥×¥í¥»¥¹¤Î¥á¥â¥ê¥Þ¥Ã¥×" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "¥Þ¥¦¥ó¥È°ìÍ÷" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à»ÈÍѾõ¶·" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "¥Í¥Ã¥È¥ï¡¼¥¯Éé²Ù" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "PPPÅý·×" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "¥×¥í¥»¥¹¤Î¥³¥Þ¥ó¥É¹Ô°ú¿ô" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "¸½ºß¥Þ¥¦¥ó¥ÈÃæ¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à°ìÍ÷" @@ -1214,45 +1200,79 @@ msgstr "" msgid "write %d bytes" msgstr "" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "ÉÔÌÀ¤Ê¥·¥¹¥Æ¥à¥¨¥é¡¼" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" "Run '%s --help' to see a full list of available command line options.\n" msgstr "" +#~ msgid "Number of list elements" +#~ msgstr "¥ê¥¹¥È¤ÎÍ×ÁÇ¿ô" + +#~ msgid "Total size of list" +#~ msgstr "¥ê¥¹¥ÈÁ´ÂΤÎÂ礭¤µ" + +#~ msgid "Size of a single list element" +#~ msgstr "¥ê¥¹¥ÈÍ×Áǰì¤Ä¤ÎÂ礭¤µ" + #~ msgid "Give this help list" #~ msgstr "¤³¤Î¥Ø¥ë¥×¤ò½ÐÎÏ" diff --git a/po/ko.po b/po/ko.po index c1b00e08..c3fa026f 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop 1.1.3\n" -"POT-Creation-Date: 1999-11-29 13:08+0900\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-11-29 04:21:16+0900\n" "Last-Translator: Sung-Hyun Nam \n" "Language-Team: Korean \n" @@ -205,24 +205,6 @@ msgstr " msgid "Memory in locked pages in kB" msgstr "¸·Èù ÆäÀÌÁö ¸Þ¸ð¸® (kB)" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "¸ñ·Ï ¿ä¼ÒÀÇ °¹¼ö" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "¸ñ·ÏÀÇ ÃÑ Å©±â" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "¸ñ·Ï ¿ä¼Ò ÇϳªÀÇ Å©±â" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "¸Þ½ÃÁö Ç®ÀÇ Å©±â (Kbytes)" @@ -1194,6 +1176,31 @@ msgstr " msgid "write %d bytes" msgstr "%d ¹ÙÀÌÆ® ¾¸" +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "¾Ë·ÁÁöÁö ¾ÊÀº ½Ã½ºÅÛ ¿¡·¯" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + #: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "µð¹ö±ë ÇÔ" @@ -1234,3 +1241,12 @@ msgid "" msgstr "" "¿É¼Ç %s¿¡¼­ ¿¡·¯: %s.\n" "°¡´ÉÇÑ ¸í·ÉÇà ¿É¼ÇÀ» º¸·Á¸é '%s --help'¸¦ ½ÇÇàÇϼ¼¿ä.\n" + +#~ msgid "Number of list elements" +#~ msgstr "¸ñ·Ï ¿ä¼ÒÀÇ °¹¼ö" + +#~ msgid "Total size of list" +#~ msgstr "¸ñ·ÏÀÇ ÃÑ Å©±â" + +#~ msgid "Size of a single list element" +#~ msgstr "¸ñ·Ï ¿ä¼Ò ÇϳªÀÇ Å©±â" diff --git a/po/nl.po b/po/nl.po index 85af736a..a06516a6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop VERSION\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-09-29 00:24+0200\n" "Last-Translator: Gert Dewit \n" "Language-Team: nl \n" @@ -205,24 +205,6 @@ msgstr "Geheugen gebruikt voor gebruikersprocessen in kB" msgid "Memory in locked pages in kB" msgstr "Geheugen in vergrendelde pagina's in kB" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Aantal elementen in een lijst" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Totale grootte van een lijst" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Grootte van 1 element in een lijst" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Grootte van de \"message pool\" in kB" @@ -980,111 +962,115 @@ msgstr "Totaal aantal swap pagina's dat toegevoegd is sinds de systeemboot" msgid "Total number of swap pages that have been brought out since system boot" msgstr "Totaal aantal swap pagina's dat weggenomen is sinds de systeemboot" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "Server eigenschappen" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "Pointer grootte" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "CPU gebruik" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Geheugen gebruik" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Swap gebruik" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Uptime van het systeem" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Gemiddelde belasting" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "Gedeeld geheugen limieten" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "Berichtenrij limieten" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "Semaforen limieten" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Lijst van de lopende processen" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Proces status informatie" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Proces UID en TTY informatie" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Proces geheugen infromatie" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Procestijd informatie" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Proces signalen informatie" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Proces Kernal data informatie" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Proces segment informatie" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Proces argumenten" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Proces geheugenmap" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Mount lijst" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Bestandssyteem gebruik" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Netwerk belasting" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "PPP statistieken" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "Pointer grootte op de server (in bits)" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Command line argumenten van het proces" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Lijst van de huidig gemounte bestandssystemen" @@ -1196,39 +1182,64 @@ msgstr "lees %d bytes" msgid "write %d bytes" msgstr "schrijf %d bytes" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Onbekende systeemfout" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Debugging aan" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "DEBUG" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Overvloedige output aan" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "VERBOSE" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Fork niet naar de achtergrond" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "NO-DAEMON" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Opgestart vanuit inetd" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1236,3 +1247,12 @@ msgid "" msgstr "" "Fout bij optie %s: %s.\n" "Start '%s --help' om een volledige optielijst te zien.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Aantal elementen in een lijst" + +#~ msgid "Total size of list" +#~ msgstr "Totale grootte van een lijst" + +#~ msgid "Size of a single list element" +#~ msgstr "Grootte van 1 element in een lijst" diff --git a/po/no.po b/po/no.po index 7436fcf6..abc6ba7f 100644 --- a/po/no.po +++ b/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop 1.0.2\n" -"POT-Creation-Date: 1999-12-01 10:53+0100\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-12-01 10:54+01:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -205,24 +205,6 @@ msgstr "Minne brukt av brukerprosesser i kB" msgid "Memory in locked pages in kB" msgstr "Minne i låste sider i kB" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Antall elementer i listen" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Total størrelse på listen" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Størrelsen på et enkelt element i listen" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Størrelse i kilobyte på meldingslageret" @@ -1195,6 +1177,31 @@ msgstr "les data %d bytes" msgid "write %d bytes" msgstr "skriv %d bytes" +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Ukjent systemfeil" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + #: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Slå på avlusing" @@ -1236,3 +1243,12 @@ msgstr "" "Feil ved flagg %s: %s.\n" "Kjør '%s --help' for å se en full liste av tilgjengelige " "kommandolinjeflagg.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Antall elementer i listen" + +#~ msgid "Total size of list" +#~ msgstr "Total størrelse på listen" + +#~ msgid "Size of a single list element" +#~ msgstr "Størrelsen på et enkelt element i listen" diff --git a/po/pl.po b/po/pl.po index 8c1474a0..7466631f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-09-17 04:26+0200\n" "Last-Translator: GNOME PL Team\n" "Language-Team: Polish \n" @@ -202,24 +202,6 @@ msgstr "" msgid "Memory in locked pages in kB" msgstr "Rozmiar zablokowanych stron pamiêci w KB" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Liczba elementów listy" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Ca³kowity rozmiar listy" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Rozmiar pojedynczego elementu listy" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "" @@ -982,111 +964,115 @@ msgstr "Ca msgid "Total number of swap pages that have been brought out since system boot" msgstr "Ca³kowita liczba usuniêtych stron od startu systemu" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "Wykorzystanie CPU" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Wykorzystanie pamiêci" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Wykorzystanie przestrzeni wymiany" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Czas dzia³ania systemu" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Przeciêtne obci±¿enie" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Lista dzia³aj±cych procesów" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Informacje o stanie procesu" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Informacje o identyfikatorze u¿ytkownika i terminalu procesu" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Informacje o pamiêci procesu" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Informacje o czasie procesu" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Informacje o sygna³ach" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Informacje o danych procesu w j±drze" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Informacje o segmentach" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Argumenty procesu" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Mapa pamiêci procesu" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Lista montowañ" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Wykorzystanie systemu plików" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Obci±¿enie sieci" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "Statystyki PPP" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Argumenty z wiersza polecenia procesu" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Lista obecnie zamontowanych systemów plików" @@ -1198,39 +1184,64 @@ msgstr "odczytaj %d bajt msgid "write %d bytes" msgstr "zapisz %d bajtów" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Nieznany b³±d systemowy" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Uaktywnij ¶ledzenie" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "¦LEDZENIE" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Uaktywnij rozwlek³e komunikaty" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "ROZWLEK£Y" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Nie przechod¼ w t³o" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "NIE-DEMON" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Wywo³any przez inetd" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1238,3 +1249,12 @@ msgid "" msgstr "" "B³êdna opcja %s: %s.\n" "Uruchom '%s --help' aby wy¶wietliæ pe³n± listê dostêpnych opcji.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Liczba elementów listy" + +#~ msgid "Total size of list" +#~ msgstr "Ca³kowity rozmiar listy" + +#~ msgid "Size of a single list element" +#~ msgstr "Rozmiar pojedynczego elementu listy" diff --git a/po/pt_BR.po b/po/pt_BR.po index 06513594..17e2c342 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: LibGTOP\n" -"POT-Creation-Date: 1999-11-29 16:53-0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-04-28 16:40-0300\n" "Last-Translator: Ricardo Soares Guimarães \n" "Language-Team: Brazilian Portuguese \n" @@ -205,24 +205,6 @@ msgstr "Mem msgid "Memory in locked pages in kB" msgstr "Memória em páginas reservadas em Kb" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Número de elementos na lista" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Tamanho total da lista" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Tamanho de um elemento da lista" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Tamanho em Kb da área de mensagens" @@ -1201,6 +1183,31 @@ msgstr "ler %d bytes de dados" msgid "write %d bytes" msgstr "escrever %d bytes" +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Erro desconhecido de sistema" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + #: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Habilitar depuração" @@ -1242,3 +1249,12 @@ msgstr "" "Erro na opção %s: %s.\n" "Execute '%s --help' para uma lista completa das opções\n" "de linha de comando.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Número de elementos na lista" + +#~ msgid "Total size of list" +#~ msgstr "Tamanho total da lista" + +#~ msgid "Size of a single list element" +#~ msgstr "Tamanho de um elemento da lista" diff --git a/po/sv.po b/po/sv.po index 0f62d9e5..a439d924 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop 1.1.0\n" -"POT-Creation-Date: 1999-10-16 20:49+0200\n" +"POT-Creation-Date: 1999-12-19 00:33+0100\n" "PO-Revision-Date: 1999-06-22 22:42+0200\n" "Last-Translator: Tomas Ögren \n" "Language-Team: Swedish \n" @@ -205,24 +205,6 @@ msgstr "Minne anv msgid "Memory in locked pages in kB" msgstr "Minne i låsta sidor i kB" -#: sysdeps/names/mountlist.c:40 sysdeps/names/mountlist.c:47 -#: sysdeps/names/proclist.c:40 sysdeps/names/proclist.c:47 -#: sysdeps/names/procmap.c:40 sysdeps/names/procmap.c:47 -msgid "Number of list elements" -msgstr "Antal listelement" - -#: sysdeps/names/mountlist.c:41 sysdeps/names/mountlist.c:48 -#: sysdeps/names/proclist.c:41 sysdeps/names/proclist.c:48 -#: sysdeps/names/procmap.c:41 sysdeps/names/procmap.c:48 -msgid "Total size of list" -msgstr "Totala storleken på listan" - -#: sysdeps/names/mountlist.c:42 sysdeps/names/mountlist.c:49 -#: sysdeps/names/proclist.c:42 sysdeps/names/proclist.c:49 -#: sysdeps/names/procmap.c:42 sysdeps/names/procmap.c:49 -msgid "Size of a single list element" -msgstr "Storleken på ett enda listelement" - #: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 msgid "Size in kilobytes of message pool" msgstr "Storleken på meddelandepoolen i kilobyte" @@ -978,111 +960,115 @@ msgstr "Totalt antal swapsidor som tagits in sen systemstart" msgid "Total number of swap pages that have been brought out since system boot" msgstr "Totalt antal swapsidor som tagits ut sen systemstart" -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:79 +#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:82 msgid "Server Features" msgstr "Server-features" -#: sysdeps/names/sysdeps.c:52 +#: sysdeps/names/sysdeps.c:54 msgid "Pointer Size" msgstr "Pekarstorlek" -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:81 +#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:84 msgid "CPU Usage" msgstr "CPU-användning" -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:82 +#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:85 msgid "Memory Usage" msgstr "Minnesanvändning" -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:83 +#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:86 msgid "Swap Usage" msgstr "Swapanvändning" -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:84 +#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:87 msgid "System Uptime" msgstr "Systemets igångtid" -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:85 +#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:88 msgid "Load Averange" msgstr "Meddellast" -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:86 +#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:89 msgid "Shared Memory Limits" msgstr "Delat minne gränser" -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:87 +#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:90 msgid "Message Queue Limits" msgstr "Meddelandekö gränser" -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:88 +#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:91 msgid "Semaphore Set Limits" msgstr "Semafor-set gränser" -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:89 +#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:92 msgid "List of running Processes" msgstr "Lista med körande processer" -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:90 +#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:93 msgid "Process Status information" msgstr "Processens statusinformation" -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:91 +#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:94 msgid "Process UID and TTY information" msgstr "Processens UID och TTY information" -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:92 +#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:95 msgid "Process Memory information" msgstr "Processens minnesinformation" -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:93 +#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:96 msgid "Process Time information" msgstr "Processens tidsinformation" -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:94 +#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:97 msgid "Process Signal information" msgstr "Processens signalinformation" -#: sysdeps/names/sysdeps.c:67 sysdeps/names/sysdeps.c:95 +#: sysdeps/names/sysdeps.c:69 sysdeps/names/sysdeps.c:98 msgid "Process Kernel Data information" msgstr "Processens kernel-datainformation" -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:96 +#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:99 msgid "Process Segment information" msgstr "Processens segmentinformation" -#: sysdeps/names/sysdeps.c:69 +#: sysdeps/names/sysdeps.c:71 msgid "Process Arguments" msgstr "Processens argument" -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:98 +#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:101 msgid "Process Memory Map" msgstr "Processens minneskarta" -#: sysdeps/names/sysdeps.c:71 +#: sysdeps/names/sysdeps.c:73 msgid "Mount List" msgstr "Lista med monteringar" -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:100 +#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:103 msgid "File System Usage" msgstr "Filsystemets användning" -#: sysdeps/names/sysdeps.c:73 sysdeps/names/sysdeps.c:101 +#: sysdeps/names/sysdeps.c:75 sysdeps/names/sysdeps.c:104 msgid "Network Load" msgstr "Nätverkslast" -#: sysdeps/names/sysdeps.c:74 sysdeps/names/sysdeps.c:102 +#: sysdeps/names/sysdeps.c:76 sysdeps/names/sysdeps.c:105 +msgid "Interface Names" +msgstr "" + +#: sysdeps/names/sysdeps.c:77 sysdeps/names/sysdeps.c:106 msgid "PPP Statistics" msgstr "PPP-statistik" -#: sysdeps/names/sysdeps.c:80 +#: sysdeps/names/sysdeps.c:83 msgid "Pointer Size on the Server (in bits)" msgstr "Pekarstorlek på servern (i bitar)" -#: sysdeps/names/sysdeps.c:97 +#: sysdeps/names/sysdeps.c:100 msgid "Command line arguments of the process" msgstr "Kommandoradsargument till processen" -#: sysdeps/names/sysdeps.c:99 +#: sysdeps/names/sysdeps.c:102 msgid "List of currently mounted filesystems" msgstr "Lista av för närvarande monterade filsystem" @@ -1193,39 +1179,64 @@ msgstr "l msgid "write %d bytes" msgstr "skrev %d tecken" -#: src/daemon/gnuserv.c:446 +#: lib/errors.c:29 +msgid "No error" +msgstr "" + +#: lib/errors.c:30 +#, fuzzy +msgid "Unknown error" +msgstr "Okänt systemfel" + +#: lib/errors.c:31 +msgid "Invalid argument" +msgstr "" + +#: lib/errors.c:32 +msgid "No such parameter" +msgstr "" + +#: lib/errors.c:33 +msgid "Attempted to modify a read-only value" +msgstr "" + +#: lib/errors.c:34 +msgid "Parameter size mismatch" +msgstr "" + +#: src/daemon/gnuserv.c:448 msgid "Enable debugging" msgstr "Aktivera felsökning" -#: src/daemon/gnuserv.c:446 +#: src/daemon/gnuserv.c:448 msgid "DEBUG" msgstr "DEBUG" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "Enable verbose output" msgstr "Aktivera utförlig utskrift" -#: src/daemon/gnuserv.c:448 +#: src/daemon/gnuserv.c:450 msgid "VERBOSE" msgstr "VERBOSE" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "Don't fork into background" msgstr "Starta ej bakgrunds-gren" -#: src/daemon/gnuserv.c:450 +#: src/daemon/gnuserv.c:452 msgid "NO-DAEMON" msgstr "NO-DAEMON" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "Invoked from inetd" msgstr "Startad från inetd" -#: src/daemon/gnuserv.c:452 +#: src/daemon/gnuserv.c:454 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:486 +#: src/daemon/gnuserv.c:488 #, c-format msgid "" "Error on option %s: %s.\n" @@ -1234,3 +1245,12 @@ msgstr "" "Fel vid flagga %s: %s.\n" "Kör '%s --help' för att se hela listan av alla tillgängliga " "kommandoflaggor.\n" + +#~ msgid "Number of list elements" +#~ msgstr "Antal listelement" + +#~ msgid "Total size of list" +#~ msgstr "Totala storleken på listan" + +#~ msgid "Size of a single list element" +#~ msgstr "Storleken på ett enda listelement"