diff --git a/po/ChangeLog b/po/ChangeLog index d0d38cfc..13321fbe 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-02-07 David Lodge + + * en_GB.po: Updated British translation. + 2005-02-06 Ole Laursen * da.po: Updated Danish translation. diff --git a/po/en_GB.po b/po/en_GB.po index d9ff0ecf..a428aec3 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libgtop\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-03 14:09+0200\n" +"POT-Creation-Date: 2005-02-07 12:41+0000\n" "PO-Revision-Date: 2004-07-29 00:24+0100\n" "Last-Translator: David Lodge \n" "Language-Team: English/GB \n" @@ -18,145 +18,64 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: examples/smp.c:76 -#, c-format -msgid "Ticks (%ld per second):" -msgstr "Ticks (%ld per second):" - -#: examples/smp.c:79 -msgid "Total" -msgstr "Total" - -#: examples/smp.c:79 sysdeps/names/mem.c:48 -msgid "User" -msgstr "User" - -#: examples/smp.c:79 sysdeps/names/procuid.c:51 -msgid "Nice" -msgstr "Nice" - -#: examples/smp.c:79 -msgid "Sys" -msgstr "Sys" - -#: examples/smp.c:79 -msgid "Idle" -msgstr "Idle" - -#: examples/smp.c:81 -#, c-format -msgid "" -"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n" -"\n" -msgstr "" -"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n" -"\n" - -#: examples/smp.c:85 -#, c-format -msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n" -msgstr "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n" - -#: examples/smp.c:102 -msgid "Percent:" -msgstr "Percent:" - -#: examples/smp.c:103 -msgid "Total (%)" -msgstr "Total (%)" - -#: examples/smp.c:103 -msgid "User (%)" -msgstr "User (%)" - -#: examples/smp.c:103 -msgid "Nice (%)" -msgstr "Nice (%)" - -#: examples/smp.c:103 -msgid "Sys (%)" -msgstr "Sys (%)" - -#: examples/smp.c:104 -msgid "Idle (%)" -msgstr "Idle (%)" - -#: examples/smp.c:106 -#, c-format -msgid "" -"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" -"\n" -msgstr "" -"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" -"\n" - -#: examples/smp.c:122 -#, c-format -msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" -msgstr "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" - -#: examples/smp.c:128 -msgid "Spin:" -msgstr "Spin:" - -#: lib/read.c:65 +#: lib/read.c:64 #, c-format msgid "read %d byte" msgid_plural "read %d bytes" msgstr[0] "read %d byte" msgstr[1] "read %d bytes" -#: lib/read_data.c:51 +#: lib/read_data.c:52 msgid "read data size" msgstr "read data size" -#: lib/read_data.c:68 +#: lib/read_data.c:71 #, c-format -msgid "read data %d byte" -msgid_plural "read data %d bytes" -msgstr[0] "read data %d byte" -msgstr[1] "read data %d bytes" +msgid "read %lu byte of data" +msgid_plural "read %lu bytes of data" +msgstr[0] "read %lu byte of data" +msgstr[1] "read %lu bytes of data" #: lib/write.c:51 #, c-format -msgid "write %d byte" -msgid_plural "write %d bytes" -msgstr[0] "write %d byte" -msgstr[1] "write %d bytes" +msgid "wrote %d byte" +msgid_plural "wrote %d bytes" +msgstr[0] "wrote %d byte" +msgstr[1] "wrote %d bytes" -#: src/daemon/gnuserv.c:456 +#: src/daemon/gnuserv.c:461 msgid "Enable debugging" msgstr "Enable debugging" -#: src/daemon/gnuserv.c:456 +#: src/daemon/gnuserv.c:461 msgid "DEBUG" msgstr "DEBUG" -#: src/daemon/gnuserv.c:458 +#: src/daemon/gnuserv.c:463 msgid "Enable verbose output" msgstr "Enable verbose output" -#: src/daemon/gnuserv.c:458 +#: src/daemon/gnuserv.c:463 msgid "VERBOSE" msgstr "VERBOSE" -#: src/daemon/gnuserv.c:460 +#: src/daemon/gnuserv.c:465 msgid "Don't fork into background" msgstr "Don't fork into background" -#: src/daemon/gnuserv.c:460 +#: src/daemon/gnuserv.c:465 msgid "NO-DAEMON" msgstr "NO-DAEMON" -#: src/daemon/gnuserv.c:462 +#: src/daemon/gnuserv.c:467 msgid "Invoked from inetd" msgstr "Invoked from inetd" -#: src/daemon/gnuserv.c:462 +#: src/daemon/gnuserv.c:467 msgid "INETD" msgstr "INETD" -#: src/daemon/gnuserv.c:496 +#: src/daemon/gnuserv.c:501 #, c-format msgid "" "Error on option %s: %s.\n" @@ -165,1135 +84,6 @@ msgstr "" "Error on option %s: %s.\n" "Run '%s --help' to see a full list of available command line options.\n" -#: sysdeps/names/cpu.c:44 -msgid "Total CPU Time" -msgstr "Total CPU Time" - -#: sysdeps/names/cpu.c:45 -msgid "CPU Time in User Mode" -msgstr "CPU Time in User Mode" - -#: sysdeps/names/cpu.c:46 -msgid "CPU Time in User Mode (nice)" -msgstr "CPU Time in User Mode (nice)" - -#: sysdeps/names/cpu.c:47 -msgid "CPU Time in System Mode" -msgstr "CPU Time in System Mode" - -#: sysdeps/names/cpu.c:48 -msgid "CPU Time in the Idle Task" -msgstr "CPU Time in the Idle Task" - -#: sysdeps/names/cpu.c:49 -msgid "Tick Frequency" -msgstr "Tick Frequency" - -#: sysdeps/names/cpu.c:50 -msgid "SMP Total CPU Time" -msgstr "SMP Total CPU Time" - -#: sysdeps/names/cpu.c:51 -msgid "SMP CPU Time in User Mode" -msgstr "SMP CPU Time in User Mode" - -#: sysdeps/names/cpu.c:52 -msgid "SMP CPU Time in User Mode (nice)" -msgstr "SMP CPU Time in User Mode (nice)" - -#: sysdeps/names/cpu.c:53 -msgid "SMP CPU Time in System Mode" -msgstr "SMP CPU Time in System Mode" - -#: sysdeps/names/cpu.c:54 -msgid "SMP CPU Time in the Idle Task" -msgstr "SMP CPU Time in the Idle Task" - -#: sysdeps/names/cpu.c:55 -msgid "SMP CPU Flags" -msgstr "SMP CPU Flags" - -#: sysdeps/names/cpu.c:60 sysdeps/names/cpu.c:66 -msgid "Number of clock ticks since system boot" -msgstr "Number of clock ticks since system boot" - -#: sysdeps/names/cpu.c:61 sysdeps/names/cpu.c:67 -msgid "Number of clock ticks the system spent in user mode" -msgstr "Number of clock ticks the system spent in user mode" - -#: sysdeps/names/cpu.c:62 sysdeps/names/cpu.c:68 -msgid "Number of clock ticks the system spent in user mode (nice)" -msgstr "Number of clock ticks the system spent in user mode (nice)" - -#: sysdeps/names/cpu.c:63 sysdeps/names/cpu.c:69 -msgid "Number of clock ticks the system spent in system mode" -msgstr "Number of clock ticks the system spent in system mode" - -#: sysdeps/names/cpu.c:64 sysdeps/names/cpu.c:70 -msgid "Number of clock ticks the system spent in the idle task" -msgstr "Number of clock ticks the system spent in the idle task" - -#: sysdeps/names/cpu.c:65 -msgid "Tick frequency (default is 100)" -msgstr "Tick frequency (default is 100)" - -#: sysdeps/names/cpu.c:71 -msgid "Bit field indicating which CPU is currently running" -msgstr "Bit field indicating which CPU is currently running" - -#: sysdeps/names/fsusage.c:40 sysdeps/names/fsusage.c:50 -msgid "Total blocks" -msgstr "Total blocks" - -#: sysdeps/names/fsusage.c:41 -msgid "Free blocks" -msgstr "Free blocks" - -#: sysdeps/names/fsusage.c:42 -msgid "Available blocks" -msgstr "Available blocks" - -#: sysdeps/names/fsusage.c:43 sysdeps/names/fsusage.c:53 -msgid "Total file nodes" -msgstr "Total file nodes" - -#: sysdeps/names/fsusage.c:44 sysdeps/names/fsusage.c:54 -msgid "Free file nodes" -msgstr "Free file nodes" - -#: sysdeps/names/fsusage.c:45 sysdeps/names/fsusage.c:55 -msgid "Block size" -msgstr "Block size" - -#: sysdeps/names/fsusage.c:51 -msgid "Free blocks available to the superuser" -msgstr "Free blocks available to the superuser" - -#: sysdeps/names/fsusage.c:52 -msgid "Free blocks available to non-superusers" -msgstr "Free blocks available to non-superusers" - -#: sysdeps/names/loadavg.c:40 -msgid "Load Average" -msgstr "Load Average" - -#: sysdeps/names/loadavg.c:41 -msgid "Running Tasks" -msgstr "Running Tasks" - -#: sysdeps/names/loadavg.c:42 -msgid "Number of Tasks" -msgstr "Number of Tasks" - -#: sysdeps/names/loadavg.c:43 sysdeps/names/loadavg.c:51 -msgid "Last PID" -msgstr "Last PID" - -#: sysdeps/names/loadavg.c:48 -msgid "Number of jobs running simultaneously averaged over 1, 5 and 15 minutes" -msgstr "" -"Number of jobs running simultaneously averaged over 1, 5 and 15 minutes" - -#: sysdeps/names/loadavg.c:49 -msgid "Number of tasks currently running" -msgstr "Number of tasks currently running" - -#: sysdeps/names/loadavg.c:50 -msgid "Total number of tasks" -msgstr "Total number of tasks" - -#: sysdeps/names/mem.c:42 -msgid "Total Memory" -msgstr "Total Memory" - -#: sysdeps/names/mem.c:43 -msgid "Used Memory" -msgstr "Used Memory" - -#: sysdeps/names/mem.c:44 -msgid "Free Memory" -msgstr "Free Memory" - -#: sysdeps/names/mem.c:45 -msgid "Shared Memory" -msgstr "Shared Memory" - -#: sysdeps/names/mem.c:46 -msgid "Buffers" -msgstr "Buffers" - -#: sysdeps/names/mem.c:47 -msgid "Cached" -msgstr "Cached" - -#: sysdeps/names/mem.c:49 -msgid "Locked" -msgstr "Locked" - -#: sysdeps/names/mem.c:54 -msgid "Total physical memory in kB" -msgstr "Total physical memory in kB" - -#: sysdeps/names/mem.c:55 -msgid "Used memory size in kB" -msgstr "Used memory size in kB" - -#: sysdeps/names/mem.c:56 -msgid "Free memory size in kB" -msgstr "Free memory size in kB" - -#: sysdeps/names/mem.c:57 -msgid "Shared memory size in kB" -msgstr "Shared memory size in kB" - -#: sysdeps/names/mem.c:58 -msgid "Size of buffers kB" -msgstr "Size of buffers kB" - -#: sysdeps/names/mem.c:59 -msgid "Size of cached memory in kB" -msgstr "Size of cached memory in kB" - -#: sysdeps/names/mem.c:60 -msgid "Memory used from user processes in kB" -msgstr "Memory used from user processes in kB" - -#: sysdeps/names/mem.c:61 -msgid "Memory in locked pages in kB" -msgstr "Memory in locked pages in kB" - -#: sysdeps/names/mountlist.c:39 sysdeps/names/mountlist.c:46 -#: sysdeps/names/proclist.c:39 sysdeps/names/proclist.c:46 -#: sysdeps/names/procmap.c:39 sysdeps/names/procmap.c:46 -msgid "Number of list elements" -msgstr "Number of list elements" - -#: 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 "Total size of list" -msgstr "Total size of list" - -#: 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 "Size of a single list element" -msgstr "Size of a single list element" - -#: sysdeps/names/msg_limits.c:41 sysdeps/names/msg_limits.c:52 -msgid "Size in kilobytes of message pool" -msgstr "Size in kilobytes of message pool" - -#: sysdeps/names/msg_limits.c:42 sysdeps/names/msg_limits.c:53 -msgid "Number of entries in message map" -msgstr "Number of entries in message map" - -#: sysdeps/names/msg_limits.c:43 sysdeps/names/msg_limits.c:54 -msgid "Max size of message" -msgstr "Max size of message" - -#: sysdeps/names/msg_limits.c:44 sysdeps/names/msg_limits.c:55 -msgid "Default max size of queue" -msgstr "Default max size of queue" - -#: sysdeps/names/msg_limits.c:45 sysdeps/names/msg_limits.c:56 -msgid "Max queues system wide" -msgstr "Max queues system wide" - -#: sysdeps/names/msg_limits.c:46 sysdeps/names/msg_limits.c:57 -msgid "Message segment size" -msgstr "Message segment size" - -#: sysdeps/names/msg_limits.c:47 sysdeps/names/msg_limits.c:58 -msgid "Number of system message headers" -msgstr "Number of system message headers" - -#: sysdeps/names/netload.c:46 sysdeps/names/netload.c:67 -msgid "Interface Flags" -msgstr "Interface Flags" - -#: sysdeps/names/netload.c:47 -msgid "MTU" -msgstr "MTU" - -#: sysdeps/names/netload.c:48 sysdeps/names/netload.c:69 -msgid "IPv4 Subnet" -msgstr "IPv4 Subnet" - -#: sysdeps/names/netload.c:49 sysdeps/names/netload.c:70 -msgid "IPv4 Address" -msgstr "IPv4 Address" - -#: sysdeps/names/netload.c:50 sysdeps/names/netload.c:71 -msgid "Packets In" -msgstr "Packets In" - -#: sysdeps/names/netload.c:51 sysdeps/names/netload.c:72 -msgid "Packets Out" -msgstr "Packets Out" - -#: sysdeps/names/netload.c:52 sysdeps/names/netload.c:73 -msgid "Packets Total" -msgstr "Packets Total" - -#: sysdeps/names/netload.c:53 sysdeps/names/netload.c:74 -msgid "Bytes In" -msgstr "Bytes In" - -#: sysdeps/names/netload.c:54 sysdeps/names/netload.c:75 -msgid "Bytes Out" -msgstr "Bytes Out" - -#: sysdeps/names/netload.c:55 sysdeps/names/netload.c:76 -msgid "Bytes Total" -msgstr "Bytes Total" - -#: sysdeps/names/netload.c:56 sysdeps/names/netload.c:77 -msgid "Errors In" -msgstr "Errors In" - -#: sysdeps/names/netload.c:57 sysdeps/names/netload.c:78 -msgid "Errors Out" -msgstr "Errors Out" - -#: sysdeps/names/netload.c:58 sysdeps/names/netload.c:79 -msgid "Errors Total" -msgstr "Errors Total" - -#: sysdeps/names/netload.c:59 sysdeps/names/netload.c:80 -msgid "Collisions" -msgstr "Collisions" - -#: sysdeps/names/netload.c:60 sysdeps/names/netload.c:81 -msgid "IPv6 Address" -msgstr "IPv6 Address" - -#: sysdeps/names/netload.c:61 sysdeps/names/netload.c:82 -msgid "IPv6 Prefix" -msgstr "IPv6 Prefix" - -#: sysdeps/names/netload.c:62 sysdeps/names/netload.c:83 -msgid "IPv6 Scope" -msgstr "IPv6 Scope" - -#: sysdeps/names/netload.c:68 -msgid "Maximum Transfer Unit" -msgstr "Maximum Transfer Unit" - -#: sysdeps/names/ppp.c:39 sysdeps/names/ppp.c:46 -msgid "PPP State" -msgstr "PPP State" - -#: sysdeps/names/ppp.c:40 -msgid "Input bytes" -msgstr "Input bytes" - -#: sysdeps/names/ppp.c:41 -msgid "Output bytes" -msgstr "Output bytes" - -#: sysdeps/names/ppp.c:47 -msgid "Number of input bytes" -msgstr "Number of input bytes" - -#: sysdeps/names/ppp.c:48 -msgid "Number of output bytes" -msgstr "Number of output bytes" - -#: sysdeps/names/procargs.c:39 sysdeps/names/procmem.c:48 -msgid "Size" -msgstr "Size" - -#: sysdeps/names/procargs.c:44 -msgid "Length in bytes of the returned string." -msgstr "Length in bytes of the returned string." - -#: sysdeps/names/prockernel.c:43 -msgid "K_Flags" -msgstr "K_Flags" - -#: sysdeps/names/prockernel.c:43 -msgid "Min_Flt" -msgstr "Min_Flt" - -#: sysdeps/names/prockernel.c:43 -msgid "Maj_Flt" -msgstr "Maj_Flt" - -#: sysdeps/names/prockernel.c:43 -msgid "CMin_Flt" -msgstr "CMin_Flt" - -#: sysdeps/names/prockernel.c:44 -msgid "CMaj_Flt" -msgstr "CMaj_Flt" - -#: sysdeps/names/prockernel.c:44 -msgid "KStk_ESP" -msgstr "KStk_ESP" - -#: sysdeps/names/prockernel.c:44 -msgid "KStk_EIP" -msgstr "KStk_EIP" - -#: sysdeps/names/prockernel.c:44 -msgid "NWChan" -msgstr "NWChan" - -#: sysdeps/names/prockernel.c:45 -msgid "WChan" -msgstr "WChan" - -#. K_Flags -#: sysdeps/names/prockernel.c:51 -msgid "" -"Kernel flags of the process.\n" -"\n" -"On Linux, currently every flag has the math bit set, because crt0.s checks " -"for math emulation, so this is not included in the output.\n" -"\n" -"This is probably a bug, as not every process is a compiled C program.\n" -"\n" -"The math bit should be a decimal 4, and the traced bit is decimal 10." -msgstr "" -"Kernel flags of the process.\n" -"\n" -"On Linux, currently every flag has the math bit set, because crt0.s checks " -"for math emulation, so this is not included in the output.\n" -"\n" -"This is probably a bug, as not every process is a compiled C program.\n" -"\n" -"The math bit should be a decimal 4, and the traced bit is decimal 10." - -#. Min_Flt -#: sysdeps/names/prockernel.c:60 -msgid "" -"The number of minor faults the process has made, those which have not " -"required loading a memory page from disk." -msgstr "" -"The number of minor faults the process has made, those which have not " -"required loading a memory page from disk." - -#. Maj_Flt -#: sysdeps/names/prockernel.c:63 -msgid "" -"The number of major faults the process has made, those which have required " -"loading a memory page from disk." -msgstr "" -"The number of major faults the process has made, those which have required " -"loading a memory page from disk." - -#. CMin_Flt -#: sysdeps/names/prockernel.c:66 -msgid "The number of minor faults that the process and its children have made." -msgstr "" -"The number of minor faults that the process and its children have made." - -#. CMaj_Flt -#: sysdeps/names/prockernel.c:69 -msgid "The number of major faults that the process and its children have made." -msgstr "" -"The number of major faults that the process and its children have made." - -#. KStk_ESP -#: sysdeps/names/prockernel.c:72 -msgid "" -"The current value of esp (32-bit stack pointer), as found in the kernel " -"stack page for the process." -msgstr "" -"The current value of esp (32-bit stack pointer), as found in the kernel " -"stack page for the process." - -#. KStk_EIP -#: sysdeps/names/prockernel.c:75 -msgid "The current EIP (32-bit instruction pointer)." -msgstr "The current EIP (32-bit instruction pointer)." - -#. NWChan -#: sysdeps/names/prockernel.c:77 -msgid "" -"This is the \"channel\" in which the process is waiting. This is the " -"address of a system call, and can be looked up in a namelist if you need a " -"textual name. (If you have an up-to-date /etc/psdatabase, then try ps -l to " -"see the WCHAN field in action)" -msgstr "" -"This is the \"channel\" in which the process is waiting. This is the " -"address of a system call, and can be looked up in a namelist if you need a " -"textual name. (If you have an up-to-date /etc/psdatabase, then try ps -l to " -"see the WCHAN field in action)" - -#. WChan -#: sysdeps/names/prockernel.c:82 -msgid "This is the textual name of the `nwchan' field." -msgstr "This is the textual name of the `nwchan' field." - -#: sysdeps/names/procmem.c:48 -msgid "Virtual" -msgstr "Virtual" - -#: sysdeps/names/procmem.c:48 -msgid "Resident" -msgstr "Resident" - -#: sysdeps/names/procmem.c:48 -msgid "Share" -msgstr "Share" - -#: sysdeps/names/procmem.c:49 -msgid "Resident Set Size" -msgstr "Resident Set Size" - -#: sysdeps/names/procmem.c:49 -msgid "Resident Set Size Limit" -msgstr "Resident Set Size Limit" - -#: sysdeps/names/procmem.c:54 -msgid "Total # of pages of memory" -msgstr "Total # of pages of memory" - -#: sysdeps/names/procmem.c:55 -msgid "Number of pages of virtual memory" -msgstr "Number of pages of virtual memory" - -#: sysdeps/names/procmem.c:56 -msgid "Number of resident set (non-swapped) pages" -msgstr "Number of resident set (non-swapped) pages" - -#: sysdeps/names/procmem.c:57 -msgid "Number of pages of shared (mmap'd) memory" -msgstr "Number of pages of shared (mmap'd) memory" - -#: sysdeps/names/procmem.c:58 -msgid "" -"Number of pages the process has in real memory, minus 3 for administrative " -"purposes. This is just the pages which count towards text, data, or stack " -"space. This does not include pages which have not been demand-loaded in, or " -"which are swapped out." -msgstr "" -"Number of pages the process has in real memory, minus 3 for administrative " -"purposes. This is just the pages which count towards text, data, or stack " -"space. This does not include pages which have not been demand-loaded in, or " -"which are swapped out." - -#: sysdeps/names/procmem.c:63 -msgid "" -"Current limit in bytes on the rss of the process (usually 2,147,483,647)." -msgstr "" -"Current limit in bytes on the rss of the process (usually 2,147,483,647)." - -#: sysdeps/names/procsegment.c:43 -msgid "Text_RSS" -msgstr "Text_RSS" - -#: sysdeps/names/procsegment.c:43 -msgid "ShLib_RSS" -msgstr "ShLib_RSS" - -#: sysdeps/names/procsegment.c:43 -msgid "Data_RSS" -msgstr "Data_RSS" - -#: sysdeps/names/procsegment.c:43 -msgid "Stack_RSS" -msgstr "Stack_RSS" - -#: sysdeps/names/procsegment.c:44 -msgid "Dirty Size" -msgstr "Dirty Size" - -#: sysdeps/names/procsegment.c:44 -msgid "Start_Code" -msgstr "Start_Code" - -#: sysdeps/names/procsegment.c:44 -msgid "End_Code" -msgstr "End_Code" - -#: sysdeps/names/procsegment.c:44 -msgid "Start_Stack" -msgstr "Start_Stack" - -#: sysdeps/names/procsegment.c:49 -msgid "Text resident set size" -msgstr "Text resident set size" - -#: sysdeps/names/procsegment.c:50 -msgid "Shared-Lib resident set size" -msgstr "Shared-Lib resident set size" - -#: sysdeps/names/procsegment.c:51 -msgid "Data resident set size" -msgstr "Data resident set size" - -#: sysdeps/names/procsegment.c:52 -msgid "Stack resident set size" -msgstr "Stack resident set size" - -#: sysdeps/names/procsegment.c:53 -msgid "Total size of dirty pages" -msgstr "Total size of dirty pages" - -#: sysdeps/names/procsegment.c:54 -msgid "Address of beginning of code segment" -msgstr "Address of beginning of code segment" - -#: sysdeps/names/procsegment.c:55 -msgid "Address of end of code segment" -msgstr "Address of end of code segment" - -#: sysdeps/names/procsegment.c:56 -msgid "Address of the bottom of stack segment" -msgstr "Address of the bottom of stack segment" - -#: sysdeps/names/procsignal.c:41 -msgid "Signal" -msgstr "Signal" - -#: sysdeps/names/procsignal.c:41 -msgid "Blocked" -msgstr "Blocked" - -#: sysdeps/names/procsignal.c:41 -msgid "SigIgnore" -msgstr "SigIgnore" - -#: sysdeps/names/procsignal.c:41 -msgid "SigCatch" -msgstr "SigCatch" - -#: sysdeps/names/procsignal.c:46 -msgid "Mask of pending signals" -msgstr "Mask of pending signals" - -#: sysdeps/names/procsignal.c:47 -msgid "Mask of blocked signals" -msgstr "Mask of blocked signals" - -#: sysdeps/names/procsignal.c:48 -msgid "Mask of ignored signals" -msgstr "Mask of ignored signals" - -#: sysdeps/names/procsignal.c:49 -msgid "Mask of caught signals" -msgstr "Mask of caught signals" - -#: sysdeps/names/procstate.c:43 -msgid "Cmd" -msgstr "Cmd" - -#: sysdeps/names/procstate.c:43 -msgid "State" -msgstr "State" - -#: sysdeps/names/procstate.c:43 -msgid "UID" -msgstr "UID" - -#: sysdeps/names/procstate.c:43 -msgid "GID" -msgstr "GID" - -#: sysdeps/names/procstate.c:44 -msgid "RGid" -msgstr "RGid" - -#: sysdeps/names/procstate.c:44 -msgid "RUid" -msgstr "RUid" - -#: sysdeps/names/procstate.c:44 -msgid "HasCPU" -msgstr "HasCPU" - -#: sysdeps/names/procstate.c:44 -msgid "Proc" -msgstr "Proc" - -#: sysdeps/names/procstate.c:44 -msgid "LProc" -msgstr "LProc" - -#: sysdeps/names/procstate.c:49 -msgid "Basename of executable file in call to exec()" -msgstr "Basename of executable file in call to exec()" - -#: sysdeps/names/procstate.c:50 -msgid "Single-Char code for process state (S=sleeping)" -msgstr "Single-Char code for process state (S=sleeping)" - -#: sysdeps/names/procstate.c:51 -msgid "UID of process" -msgstr "UID of process" - -#: sysdeps/names/procstate.c:52 -msgid "GID of process" -msgstr "GID of process" - -#: sysdeps/names/procstate.c:53 -msgid "Real UID of process" -msgstr "Real UID of process" - -#: sysdeps/names/procstate.c:54 -msgid "Real GID of process" -msgstr "Real GID of process" - -#: sysdeps/names/procstate.c:55 -msgid "Has CPU" -msgstr "Has CPU" - -#: sysdeps/names/procstate.c:56 -msgid "Processor" -msgstr "Processor" - -#: sysdeps/names/procstate.c:57 -msgid "Last Processor" -msgstr "Last Processor" - -#: sysdeps/names/proctime.c:45 -msgid "Start_Time" -msgstr "Start_Time" - -#: sysdeps/names/proctime.c:45 -msgid "RTime" -msgstr "RTime" - -#: sysdeps/names/proctime.c:45 -msgid "UTime" -msgstr "UTime" - -#: sysdeps/names/proctime.c:45 -msgid "STime" -msgstr "STime" - -#: sysdeps/names/proctime.c:46 -msgid "CUTime" -msgstr "CUTime" - -#: sysdeps/names/proctime.c:46 -msgid "CSTime" -msgstr "CSTime" - -#: sysdeps/names/proctime.c:46 -msgid "TimeOut" -msgstr "TimeOut" - -#: sysdeps/names/proctime.c:46 -msgid "It_Real_Value" -msgstr "It_Real_Value" - -#: sysdeps/names/proctime.c:47 -msgid "Frequency" -msgstr "Frequency" - -#: sysdeps/names/proctime.c:47 -msgid "XCPU_UTime" -msgstr "XCPU_UTime" - -#: sysdeps/names/proctime.c:47 -msgid "XCPU_STime" -msgstr "XCPU_STime" - -#: sysdeps/names/proctime.c:52 -msgid "Start time of process in seconds since the epoch" -msgstr "Start time of process in seconds since the epoch" - -#: sysdeps/names/proctime.c:53 -msgid "Real time accumulated by process (should be utime + stime)" -msgstr "Real time accumulated by process (should be utime + stime)" - -#: sysdeps/names/proctime.c:54 -msgid "user-mode CPU time accumulated by process" -msgstr "user-mode CPU time accumulated by process" - -#: sysdeps/names/proctime.c:55 -msgid "kernel-mode CPU time accumulated by process" -msgstr "kernel-mode CPU time accumulated by process" - -#: sysdeps/names/proctime.c:56 -msgid "cumulative utime of process and reaped children" -msgstr "cumulative utime of process and reaped children" - -#: sysdeps/names/proctime.c:57 -msgid "cumulative stime of process and reaped children" -msgstr "cumulative stime of process and reaped children" - -#: sysdeps/names/proctime.c:58 -msgid "The time (in jiffies) of the process's next timeout" -msgstr "The time (in jiffies) of the process's next timeout" - -#: sysdeps/names/proctime.c:59 -msgid "" -"The time (in jiffies) before the next SIGALRM is sent to the process due to " -"an interval timer." -msgstr "" -"The time (in jiffies) before the next SIGALRM is sent to the process due to " -"an interval timer." - -#: sysdeps/names/proctime.c:61 -msgid "Tick frequency" -msgstr "Tick frequency" - -#: sysdeps/names/proctime.c:62 -msgid "SMP user-mode CPU time accumulated by process" -msgstr "SMP user-mode CPU time accumulated by process" - -#: sysdeps/names/proctime.c:63 -msgid "SMP kernel-mode CPU time accumulated by process" -msgstr "SMP kernel-mode CPU time accumulated by process" - -#: sysdeps/names/procuid.c:48 -msgid "Uid" -msgstr "Uid" - -#: sysdeps/names/procuid.c:48 -msgid "EUid" -msgstr "EUid" - -#: sysdeps/names/procuid.c:48 -msgid "Gid" -msgstr "Gid" - -#: sysdeps/names/procuid.c:48 -msgid "EGid" -msgstr "EGid" - -#: sysdeps/names/procuid.c:48 -msgid "SUid" -msgstr "SUid" - -#: sysdeps/names/procuid.c:49 -msgid "SGid" -msgstr "SGid" - -#: sysdeps/names/procuid.c:49 -msgid "FSUid" -msgstr "FSUid" - -#: sysdeps/names/procuid.c:49 -msgid "FSGid" -msgstr "FSGid" - -#: sysdeps/names/procuid.c:49 -msgid "Pid" -msgstr "Pid" - -#: sysdeps/names/procuid.c:50 -msgid "PPid" -msgstr "PPid" - -#: sysdeps/names/procuid.c:50 -msgid "PGrp" -msgstr "PGrp" - -#: sysdeps/names/procuid.c:50 -msgid "Session" -msgstr "Session" - -#: sysdeps/names/procuid.c:50 -msgid "Tty" -msgstr "Tty" - -#: sysdeps/names/procuid.c:51 -msgid "TPGid" -msgstr "TPGid" - -#: sysdeps/names/procuid.c:51 -msgid "Priority" -msgstr "Priority" - -#: sysdeps/names/procuid.c:51 -msgid "NGroups" -msgstr "NGroups" - -#: sysdeps/names/procuid.c:51 -msgid "Groups" -msgstr "Groups" - -#: sysdeps/names/procuid.c:56 -msgid "User ID" -msgstr "User ID" - -#: sysdeps/names/procuid.c:57 -msgid "Effective User ID" -msgstr "Effective User ID" - -#: sysdeps/names/procuid.c:58 -msgid "Group ID" -msgstr "Group ID" - -#: sysdeps/names/procuid.c:59 -msgid "Effective Group ID" -msgstr "Effective Group ID" - -#: sysdeps/names/procuid.c:60 -msgid "Set User ID" -msgstr "Set User ID" - -#: sysdeps/names/procuid.c:61 -msgid "Set Group ID" -msgstr "Set Group ID" - -#: sysdeps/names/procuid.c:62 -msgid "Filesystem User ID" -msgstr "Filesystem User ID" - -#: sysdeps/names/procuid.c:63 -msgid "Filesystem Group ID" -msgstr "Filesystem Group ID" - -#: sysdeps/names/procuid.c:64 -msgid "Process ID" -msgstr "Process ID" - -#: sysdeps/names/procuid.c:65 -msgid "PID of parent process" -msgstr "PID of parent process" - -#: sysdeps/names/procuid.c:66 -msgid "Process group ID" -msgstr "Process group ID" - -#: sysdeps/names/procuid.c:67 -msgid "Session ID" -msgstr "Session ID" - -#: sysdeps/names/procuid.c:68 -msgid "Full device number of controlling terminal" -msgstr "Full device number of controlling terminal" - -#: sysdeps/names/procuid.c:69 -msgid "Terminal process group ID" -msgstr "Terminal process group ID" - -#: sysdeps/names/procuid.c:70 -msgid "Kernel scheduling priority" -msgstr "Kernel scheduling priority" - -#: sysdeps/names/procuid.c:71 -msgid "Standard unix nice level of process" -msgstr "Standard unix nice level of process" - -#: sysdeps/names/procuid.c:72 -msgid "Number of additional process groups" -msgstr "Number of additional process groups" - -#: sysdeps/names/procuid.c:73 -msgid "Array of additional process groups" -msgstr "Array of additional process groups" - -#: sysdeps/names/sem_limits.c:43 sysdeps/names/sem_limits.c:57 -msgid "Number of entries in semaphore map" -msgstr "Number of entries in semaphore map" - -#: sysdeps/names/sem_limits.c:44 sysdeps/names/sem_limits.c:58 -msgid "Max number of arrays" -msgstr "Max number of arrays" - -#: sysdeps/names/sem_limits.c:45 sysdeps/names/sem_limits.c:59 -msgid "Max semaphores system wide" -msgstr "Max semaphores system wide" - -#: sysdeps/names/sem_limits.c:46 sysdeps/names/sem_limits.c:60 -msgid "Number of undo structures system wide" -msgstr "Number of undo structures system wide" - -#: sysdeps/names/sem_limits.c:47 sysdeps/names/sem_limits.c:61 -msgid "Max semaphores per array" -msgstr "Max semaphores per array" - -#: sysdeps/names/sem_limits.c:48 sysdeps/names/sem_limits.c:62 -msgid "Max ops per semop call" -msgstr "Max ops per semop call" - -#: sysdeps/names/sem_limits.c:49 sysdeps/names/sem_limits.c:63 -msgid "Max number of undo entries per process" -msgstr "Max number of undo entries per process" - -#: sysdeps/names/sem_limits.c:50 sysdeps/names/sem_limits.c:64 -msgid "sizeof struct sem_undo" -msgstr "sizeof struct sem_undo" - -#: sysdeps/names/sem_limits.c:51 sysdeps/names/sem_limits.c:65 -msgid "Semaphore max value" -msgstr "Semaphore max value" - -#: sysdeps/names/sem_limits.c:52 sysdeps/names/sem_limits.c:66 -msgid "Adjust on exit max value" -msgstr "Adjust on exit max value" - -#: sysdeps/names/shm_limits.c:40 sysdeps/names/shm_limits.c:49 -msgid "Max segment size" -msgstr "Max segment size" - -#: sysdeps/names/shm_limits.c:41 sysdeps/names/shm_limits.c:50 -msgid "Min segment size" -msgstr "Min segment size" - -#: sysdeps/names/shm_limits.c:42 sysdeps/names/shm_limits.c:51 -msgid "Max number of segments" -msgstr "Max number of segments" - -#: sysdeps/names/shm_limits.c:43 sysdeps/names/shm_limits.c:52 -msgid "Max shared segments per process" -msgstr "Max shared segments per process" - -#: sysdeps/names/shm_limits.c:44 sysdeps/names/shm_limits.c:53 -msgid "Max total shared memory" -msgstr "Max total shared memory" - -#: sysdeps/names/swap.c:40 sysdeps/names/swap.c:49 -msgid "Total Swap Space" -msgstr "Total Swap Space" - -#: sysdeps/names/swap.c:41 sysdeps/names/swap.c:50 -msgid "Used Swap Space" -msgstr "Used Swap Space" - -#: sysdeps/names/swap.c:42 sysdeps/names/swap.c:51 -msgid "Free Swap Space" -msgstr "Free Swap Space" - -#: sysdeps/names/swap.c:43 -msgid "Page In" -msgstr "Page In" - -#: sysdeps/names/swap.c:44 -msgid "Page Out" -msgstr "Page Out" - -#: sysdeps/names/swap.c:52 -msgid "Total number of swap pages that have been brought in since system boot" -msgstr "Total number of swap pages that have been brought in since system boot" - -#: sysdeps/names/swap.c:54 -msgid "Total number of swap pages that have been brought out since system boot" -msgstr "" -"Total number of swap pages that have been brought out since system boot" - -#: sysdeps/names/sysdeps.c:50 sysdeps/names/sysdeps.c:77 -msgid "Server Features" -msgstr "Server Features" - -#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:78 -msgid "CPU Usage" -msgstr "CPU Usage" - -#: sysdeps/names/sysdeps.c:52 sysdeps/names/sysdeps.c:79 -msgid "Memory Usage" -msgstr "Memory Usage" - -#: sysdeps/names/sysdeps.c:53 sysdeps/names/sysdeps.c:80 -msgid "Swap Usage" -msgstr "Swap Usage" - -#: sysdeps/names/sysdeps.c:54 sysdeps/names/sysdeps.c:81 -msgid "System Uptime" -msgstr "System Uptime" - -#: sysdeps/names/sysdeps.c:55 sysdeps/names/sysdeps.c:82 -msgid "Load Averange" -msgstr "Load Averange" - -#: sysdeps/names/sysdeps.c:56 sysdeps/names/sysdeps.c:83 -msgid "Shared Memory Limits" -msgstr "Shared Memory Limits" - -#: sysdeps/names/sysdeps.c:57 sysdeps/names/sysdeps.c:84 -msgid "Message Queue Limits" -msgstr "Message Queue Limits" - -#: sysdeps/names/sysdeps.c:58 sysdeps/names/sysdeps.c:85 -msgid "Semaphore Set Limits" -msgstr "Semaphore Set Limits" - -#: sysdeps/names/sysdeps.c:59 sysdeps/names/sysdeps.c:86 -msgid "List of running Processes" -msgstr "List of running Processes" - -#: sysdeps/names/sysdeps.c:60 sysdeps/names/sysdeps.c:87 -msgid "Process Status information" -msgstr "Process Status information" - -#: sysdeps/names/sysdeps.c:61 sysdeps/names/sysdeps.c:88 -msgid "Process UID and TTY information" -msgstr "Process UID and TTY information" - -#: sysdeps/names/sysdeps.c:62 sysdeps/names/sysdeps.c:89 -msgid "Process Memory information" -msgstr "Process Memory information" - -#: sysdeps/names/sysdeps.c:63 sysdeps/names/sysdeps.c:90 -msgid "Process Time information" -msgstr "Process Time information" - -#: sysdeps/names/sysdeps.c:64 sysdeps/names/sysdeps.c:91 -msgid "Process Signal information" -msgstr "Process Signal information" - -#: sysdeps/names/sysdeps.c:65 sysdeps/names/sysdeps.c:92 -msgid "Process Kernel Data information" -msgstr "Process Kernel Data information" - -#: sysdeps/names/sysdeps.c:66 sysdeps/names/sysdeps.c:93 -msgid "Process Segment information" -msgstr "Process Segment information" - -#: sysdeps/names/sysdeps.c:67 -msgid "Process Arguments" -msgstr "Process Arguments" - -#: sysdeps/names/sysdeps.c:68 sysdeps/names/sysdeps.c:95 -msgid "Process Memory Map" -msgstr "Process Memory Map" - -#: sysdeps/names/sysdeps.c:69 -msgid "Mount List" -msgstr "Mount List" - -#: sysdeps/names/sysdeps.c:70 sysdeps/names/sysdeps.c:97 -msgid "File System Usage" -msgstr "File System Usage" - -#: sysdeps/names/sysdeps.c:71 sysdeps/names/sysdeps.c:98 -msgid "Network Load" -msgstr "Network Load" - -#: sysdeps/names/sysdeps.c:72 sysdeps/names/sysdeps.c:99 -msgid "PPP Statistics" -msgstr "PPP Statistics" - -#: sysdeps/names/sysdeps.c:94 -msgid "Command line arguments of the process" -msgstr "Command line arguments of the process" - -#: sysdeps/names/sysdeps.c:96 -msgid "List of currently mounted filesystems" -msgstr "List of currently mounted filesystems" - -#: sysdeps/names/uptime.c:39 -msgid "Uptime" -msgstr "Uptime" - -#: sysdeps/names/uptime.c:40 -msgid "Idletime" -msgstr "Idletime" - -#: sysdeps/names/uptime.c:41 -msgid "BootTime" -msgstr "BootTime" - -#: sysdeps/names/uptime.c:46 -msgid "Time in seconds since system boot" -msgstr "Time in seconds since system boot" - -#: sysdeps/names/uptime.c:47 -msgid "Time in seconds the system spent in the idle task since system boot" -msgstr "Time in seconds the system spent in the idle task since system boot" - -#: sysdeps/names/uptime.c:48 -msgid "Time of last system boot in seconds since the epoch" -msgstr "Time of last system boot in seconds since the epoch" - #: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28 msgid "Hangup" msgstr "Hangup" @@ -1417,3 +207,922 @@ msgstr "User defined signal 1" #: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58 msgid "User defined signal 2" msgstr "User defined signal 2" + +#~ msgid "Ticks (%ld per second):" +#~ msgstr "Ticks (%ld per second):" + +#~ msgid "Total" +#~ msgstr "Total" + +#~ msgid "User" +#~ msgstr "User" + +#~ msgid "Nice" +#~ msgstr "Nice" + +#~ msgid "Sys" +#~ msgstr "Sys" + +#~ msgid "Idle" +#~ msgstr "Idle" + +#~ msgid "" +#~ "CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n" +#~ "\n" +#~ msgstr "" +#~ "CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n" +#~ "\n" + +#~ msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n" +#~ msgstr "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n" + +#~ msgid "Percent:" +#~ msgstr "Percent:" + +#~ msgid "Total (%)" +#~ msgstr "Total (%)" + +#~ msgid "User (%)" +#~ msgstr "User (%)" + +#~ msgid "Nice (%)" +#~ msgstr "Nice (%)" + +#~ msgid "Sys (%)" +#~ msgstr "Sys (%)" + +#~ msgid "Idle (%)" +#~ msgstr "Idle (%)" + +#~ msgid "" +#~ "CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" +#~ "\n" +#~ msgstr "" +#~ "CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" +#~ "\n" + +#~ msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" +#~ msgstr "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n" + +#~ msgid "Spin:" +#~ msgstr "Spin:" + +#~ msgid "read data %d byte" +#~ msgid_plural "read data %d bytes" +#~ msgstr[0] "read data %d byte" +#~ msgstr[1] "read data %d bytes" + +#~ msgid "Total CPU Time" +#~ msgstr "Total CPU Time" + +#~ msgid "CPU Time in User Mode" +#~ msgstr "CPU Time in User Mode" + +#~ msgid "CPU Time in User Mode (nice)" +#~ msgstr "CPU Time in User Mode (nice)" + +#~ msgid "CPU Time in System Mode" +#~ msgstr "CPU Time in System Mode" + +#~ msgid "CPU Time in the Idle Task" +#~ msgstr "CPU Time in the Idle Task" + +#~ msgid "Tick Frequency" +#~ msgstr "Tick Frequency" + +#~ msgid "SMP Total CPU Time" +#~ msgstr "SMP Total CPU Time" + +#~ msgid "SMP CPU Time in User Mode" +#~ msgstr "SMP CPU Time in User Mode" + +#~ msgid "SMP CPU Time in User Mode (nice)" +#~ msgstr "SMP CPU Time in User Mode (nice)" + +#~ msgid "SMP CPU Time in System Mode" +#~ msgstr "SMP CPU Time in System Mode" + +#~ msgid "SMP CPU Time in the Idle Task" +#~ msgstr "SMP CPU Time in the Idle Task" + +#~ msgid "SMP CPU Flags" +#~ msgstr "SMP CPU Flags" + +#~ msgid "Number of clock ticks since system boot" +#~ msgstr "Number of clock ticks since system boot" + +#~ msgid "Number of clock ticks the system spent in user mode" +#~ msgstr "Number of clock ticks the system spent in user mode" + +#~ msgid "Number of clock ticks the system spent in user mode (nice)" +#~ msgstr "Number of clock ticks the system spent in user mode (nice)" + +#~ msgid "Number of clock ticks the system spent in system mode" +#~ msgstr "Number of clock ticks the system spent in system mode" + +#~ msgid "Number of clock ticks the system spent in the idle task" +#~ msgstr "Number of clock ticks the system spent in the idle task" + +#~ msgid "Tick frequency (default is 100)" +#~ msgstr "Tick frequency (default is 100)" + +#~ msgid "Bit field indicating which CPU is currently running" +#~ msgstr "Bit field indicating which CPU is currently running" + +#~ msgid "Total blocks" +#~ msgstr "Total blocks" + +#~ msgid "Free blocks" +#~ msgstr "Free blocks" + +#~ msgid "Available blocks" +#~ msgstr "Available blocks" + +#~ msgid "Total file nodes" +#~ msgstr "Total file nodes" + +#~ msgid "Free file nodes" +#~ msgstr "Free file nodes" + +#~ msgid "Block size" +#~ msgstr "Block size" + +#~ msgid "Free blocks available to the superuser" +#~ msgstr "Free blocks available to the superuser" + +#~ msgid "Free blocks available to non-superusers" +#~ msgstr "Free blocks available to non-superusers" + +#~ msgid "Load Average" +#~ msgstr "Load Average" + +#~ msgid "Running Tasks" +#~ msgstr "Running Tasks" + +#~ msgid "Number of Tasks" +#~ msgstr "Number of Tasks" + +#~ msgid "Last PID" +#~ msgstr "Last PID" + +#~ msgid "" +#~ "Number of jobs running simultaneously averaged over 1, 5 and 15 minutes" +#~ msgstr "" +#~ "Number of jobs running simultaneously averaged over 1, 5 and 15 minutes" + +#~ msgid "Number of tasks currently running" +#~ msgstr "Number of tasks currently running" + +#~ msgid "Total number of tasks" +#~ msgstr "Total number of tasks" + +#~ msgid "Total Memory" +#~ msgstr "Total Memory" + +#~ msgid "Used Memory" +#~ msgstr "Used Memory" + +#~ msgid "Free Memory" +#~ msgstr "Free Memory" + +#~ msgid "Shared Memory" +#~ msgstr "Shared Memory" + +#~ msgid "Buffers" +#~ msgstr "Buffers" + +#~ msgid "Cached" +#~ msgstr "Cached" + +#~ msgid "Locked" +#~ msgstr "Locked" + +#~ msgid "Total physical memory in kB" +#~ msgstr "Total physical memory in kB" + +#~ msgid "Used memory size in kB" +#~ msgstr "Used memory size in kB" + +#~ msgid "Free memory size in kB" +#~ msgstr "Free memory size in kB" + +#~ msgid "Shared memory size in kB" +#~ msgstr "Shared memory size in kB" + +#~ msgid "Size of buffers kB" +#~ msgstr "Size of buffers kB" + +#~ msgid "Size of cached memory in kB" +#~ msgstr "Size of cached memory in kB" + +#~ msgid "Memory used from user processes in kB" +#~ msgstr "Memory used from user processes in kB" + +#~ msgid "Memory in locked pages in kB" +#~ msgstr "Memory in locked pages in kB" + +#~ msgid "Number of list elements" +#~ msgstr "Number of list elements" + +#~ msgid "Total size of list" +#~ msgstr "Total size of list" + +#~ msgid "Size of a single list element" +#~ msgstr "Size of a single list element" + +#~ msgid "Size in kilobytes of message pool" +#~ msgstr "Size in kilobytes of message pool" + +#~ msgid "Number of entries in message map" +#~ msgstr "Number of entries in message map" + +#~ msgid "Max size of message" +#~ msgstr "Max size of message" + +#~ msgid "Default max size of queue" +#~ msgstr "Default max size of queue" + +#~ msgid "Max queues system wide" +#~ msgstr "Max queues system wide" + +#~ msgid "Message segment size" +#~ msgstr "Message segment size" + +#~ msgid "Number of system message headers" +#~ msgstr "Number of system message headers" + +#~ msgid "Interface Flags" +#~ msgstr "Interface Flags" + +#~ msgid "MTU" +#~ msgstr "MTU" + +#~ msgid "IPv4 Subnet" +#~ msgstr "IPv4 Subnet" + +#~ msgid "IPv4 Address" +#~ msgstr "IPv4 Address" + +#~ msgid "Packets In" +#~ msgstr "Packets In" + +#~ msgid "Packets Out" +#~ msgstr "Packets Out" + +#~ msgid "Packets Total" +#~ msgstr "Packets Total" + +#~ msgid "Bytes In" +#~ msgstr "Bytes In" + +#~ msgid "Bytes Out" +#~ msgstr "Bytes Out" + +#~ msgid "Bytes Total" +#~ msgstr "Bytes Total" + +#~ msgid "Errors In" +#~ msgstr "Errors In" + +#~ msgid "Errors Out" +#~ msgstr "Errors Out" + +#~ msgid "Errors Total" +#~ msgstr "Errors Total" + +#~ msgid "Collisions" +#~ msgstr "Collisions" + +#~ msgid "IPv6 Address" +#~ msgstr "IPv6 Address" + +#~ msgid "IPv6 Prefix" +#~ msgstr "IPv6 Prefix" + +#~ msgid "IPv6 Scope" +#~ msgstr "IPv6 Scope" + +#~ msgid "Maximum Transfer Unit" +#~ msgstr "Maximum Transfer Unit" + +#~ msgid "PPP State" +#~ msgstr "PPP State" + +#~ msgid "Input bytes" +#~ msgstr "Input bytes" + +#~ msgid "Output bytes" +#~ msgstr "Output bytes" + +#~ msgid "Number of input bytes" +#~ msgstr "Number of input bytes" + +#~ msgid "Number of output bytes" +#~ msgstr "Number of output bytes" + +#~ msgid "Size" +#~ msgstr "Size" + +#~ msgid "Length in bytes of the returned string." +#~ msgstr "Length in bytes of the returned string." + +#~ msgid "K_Flags" +#~ msgstr "K_Flags" + +#~ msgid "Min_Flt" +#~ msgstr "Min_Flt" + +#~ msgid "Maj_Flt" +#~ msgstr "Maj_Flt" + +#~ msgid "CMin_Flt" +#~ msgstr "CMin_Flt" + +#~ msgid "CMaj_Flt" +#~ msgstr "CMaj_Flt" + +#~ msgid "KStk_ESP" +#~ msgstr "KStk_ESP" + +#~ msgid "KStk_EIP" +#~ msgstr "KStk_EIP" + +#~ msgid "NWChan" +#~ msgstr "NWChan" + +#~ msgid "WChan" +#~ msgstr "WChan" + +#~ msgid "" +#~ "Kernel flags of the process.\n" +#~ "\n" +#~ "On Linux, currently every flag has the math bit set, because crt0.s " +#~ "checks for math emulation, so this is not included in the output.\n" +#~ "\n" +#~ "This is probably a bug, as not every process is a compiled C program.\n" +#~ "\n" +#~ "The math bit should be a decimal 4, and the traced bit is decimal 10." +#~ msgstr "" +#~ "Kernel flags of the process.\n" +#~ "\n" +#~ "On Linux, currently every flag has the math bit set, because crt0.s " +#~ "checks for math emulation, so this is not included in the output.\n" +#~ "\n" +#~ "This is probably a bug, as not every process is a compiled C program.\n" +#~ "\n" +#~ "The math bit should be a decimal 4, and the traced bit is decimal 10." + +#~ msgid "" +#~ "The number of minor faults the process has made, those which have not " +#~ "required loading a memory page from disk." +#~ msgstr "" +#~ "The number of minor faults the process has made, those which have not " +#~ "required loading a memory page from disk." + +#~ msgid "" +#~ "The number of major faults the process has made, those which have " +#~ "required loading a memory page from disk." +#~ msgstr "" +#~ "The number of major faults the process has made, those which have " +#~ "required loading a memory page from disk." + +#~ msgid "" +#~ "The number of minor faults that the process and its children have made." +#~ msgstr "" +#~ "The number of minor faults that the process and its children have made." + +#~ msgid "" +#~ "The number of major faults that the process and its children have made." +#~ msgstr "" +#~ "The number of major faults that the process and its children have made." + +#~ msgid "" +#~ "The current value of esp (32-bit stack pointer), as found in the kernel " +#~ "stack page for the process." +#~ msgstr "" +#~ "The current value of esp (32-bit stack pointer), as found in the kernel " +#~ "stack page for the process." + +#~ msgid "The current EIP (32-bit instruction pointer)." +#~ msgstr "The current EIP (32-bit instruction pointer)." + +#~ msgid "" +#~ "This is the \"channel\" in which the process is waiting. This is the " +#~ "address of a system call, and can be looked up in a namelist if you need " +#~ "a textual name. (If you have an up-to-date /etc/psdatabase, then try ps -" +#~ "l to see the WCHAN field in action)" +#~ msgstr "" +#~ "This is the \"channel\" in which the process is waiting. This is the " +#~ "address of a system call, and can be looked up in a namelist if you need " +#~ "a textual name. (If you have an up-to-date /etc/psdatabase, then try ps -" +#~ "l to see the WCHAN field in action)" + +#~ msgid "This is the textual name of the `nwchan' field." +#~ msgstr "This is the textual name of the `nwchan' field." + +#~ msgid "Virtual" +#~ msgstr "Virtual" + +#~ msgid "Resident" +#~ msgstr "Resident" + +#~ msgid "Share" +#~ msgstr "Share" + +#~ msgid "Resident Set Size" +#~ msgstr "Resident Set Size" + +#~ msgid "Resident Set Size Limit" +#~ msgstr "Resident Set Size Limit" + +#~ msgid "Total # of pages of memory" +#~ msgstr "Total # of pages of memory" + +#~ msgid "Number of pages of virtual memory" +#~ msgstr "Number of pages of virtual memory" + +#~ msgid "Number of resident set (non-swapped) pages" +#~ msgstr "Number of resident set (non-swapped) pages" + +#~ msgid "Number of pages of shared (mmap'd) memory" +#~ msgstr "Number of pages of shared (mmap'd) memory" + +#~ msgid "" +#~ "Number of pages the process has in real memory, minus 3 for " +#~ "administrative purposes. This is just the pages which count towards text, " +#~ "data, or stack space. This does not include pages which have not been " +#~ "demand-loaded in, or which are swapped out." +#~ msgstr "" +#~ "Number of pages the process has in real memory, minus 3 for " +#~ "administrative purposes. This is just the pages which count towards text, " +#~ "data, or stack space. This does not include pages which have not been " +#~ "demand-loaded in, or which are swapped out." + +#~ msgid "" +#~ "Current limit in bytes on the rss of the process (usually 2,147,483,647)." +#~ msgstr "" +#~ "Current limit in bytes on the rss of the process (usually 2,147,483,647)." + +#~ msgid "Text_RSS" +#~ msgstr "Text_RSS" + +#~ msgid "ShLib_RSS" +#~ msgstr "ShLib_RSS" + +#~ msgid "Data_RSS" +#~ msgstr "Data_RSS" + +#~ msgid "Stack_RSS" +#~ msgstr "Stack_RSS" + +#~ msgid "Dirty Size" +#~ msgstr "Dirty Size" + +#~ msgid "Start_Code" +#~ msgstr "Start_Code" + +#~ msgid "End_Code" +#~ msgstr "End_Code" + +#~ msgid "Start_Stack" +#~ msgstr "Start_Stack" + +#~ msgid "Text resident set size" +#~ msgstr "Text resident set size" + +#~ msgid "Shared-Lib resident set size" +#~ msgstr "Shared-Lib resident set size" + +#~ msgid "Data resident set size" +#~ msgstr "Data resident set size" + +#~ msgid "Stack resident set size" +#~ msgstr "Stack resident set size" + +#~ msgid "Total size of dirty pages" +#~ msgstr "Total size of dirty pages" + +#~ msgid "Address of beginning of code segment" +#~ msgstr "Address of beginning of code segment" + +#~ msgid "Address of end of code segment" +#~ msgstr "Address of end of code segment" + +#~ msgid "Address of the bottom of stack segment" +#~ msgstr "Address of the bottom of stack segment" + +#~ msgid "Signal" +#~ msgstr "Signal" + +#~ msgid "Blocked" +#~ msgstr "Blocked" + +#~ msgid "SigIgnore" +#~ msgstr "SigIgnore" + +#~ msgid "SigCatch" +#~ msgstr "SigCatch" + +#~ msgid "Mask of pending signals" +#~ msgstr "Mask of pending signals" + +#~ msgid "Mask of blocked signals" +#~ msgstr "Mask of blocked signals" + +#~ msgid "Mask of ignored signals" +#~ msgstr "Mask of ignored signals" + +#~ msgid "Mask of caught signals" +#~ msgstr "Mask of caught signals" + +#~ msgid "Cmd" +#~ msgstr "Cmd" + +#~ msgid "State" +#~ msgstr "State" + +#~ msgid "UID" +#~ msgstr "UID" + +#~ msgid "GID" +#~ msgstr "GID" + +#~ msgid "RGid" +#~ msgstr "RGid" + +#~ msgid "RUid" +#~ msgstr "RUid" + +#~ msgid "HasCPU" +#~ msgstr "HasCPU" + +#~ msgid "Proc" +#~ msgstr "Proc" + +#~ msgid "LProc" +#~ msgstr "LProc" + +#~ msgid "Basename of executable file in call to exec()" +#~ msgstr "Basename of executable file in call to exec()" + +#~ msgid "Single-Char code for process state (S=sleeping)" +#~ msgstr "Single-Char code for process state (S=sleeping)" + +#~ msgid "UID of process" +#~ msgstr "UID of process" + +#~ msgid "GID of process" +#~ msgstr "GID of process" + +#~ msgid "Real UID of process" +#~ msgstr "Real UID of process" + +#~ msgid "Real GID of process" +#~ msgstr "Real GID of process" + +#~ msgid "Has CPU" +#~ msgstr "Has CPU" + +#~ msgid "Processor" +#~ msgstr "Processor" + +#~ msgid "Last Processor" +#~ msgstr "Last Processor" + +#~ msgid "Start_Time" +#~ msgstr "Start_Time" + +#~ msgid "RTime" +#~ msgstr "RTime" + +#~ msgid "UTime" +#~ msgstr "UTime" + +#~ msgid "STime" +#~ msgstr "STime" + +#~ msgid "CUTime" +#~ msgstr "CUTime" + +#~ msgid "CSTime" +#~ msgstr "CSTime" + +#~ msgid "TimeOut" +#~ msgstr "TimeOut" + +#~ msgid "It_Real_Value" +#~ msgstr "It_Real_Value" + +#~ msgid "Frequency" +#~ msgstr "Frequency" + +#~ msgid "XCPU_UTime" +#~ msgstr "XCPU_UTime" + +#~ msgid "XCPU_STime" +#~ msgstr "XCPU_STime" + +#~ msgid "Start time of process in seconds since the epoch" +#~ msgstr "Start time of process in seconds since the epoch" + +#~ msgid "Real time accumulated by process (should be utime + stime)" +#~ msgstr "Real time accumulated by process (should be utime + stime)" + +#~ msgid "user-mode CPU time accumulated by process" +#~ msgstr "user-mode CPU time accumulated by process" + +#~ msgid "kernel-mode CPU time accumulated by process" +#~ msgstr "kernel-mode CPU time accumulated by process" + +#~ msgid "cumulative utime of process and reaped children" +#~ msgstr "cumulative utime of process and reaped children" + +#~ msgid "cumulative stime of process and reaped children" +#~ msgstr "cumulative stime of process and reaped children" + +#~ msgid "The time (in jiffies) of the process's next timeout" +#~ msgstr "The time (in jiffies) of the process's next timeout" + +#~ msgid "" +#~ "The time (in jiffies) before the next SIGALRM is sent to the process due " +#~ "to an interval timer." +#~ msgstr "" +#~ "The time (in jiffies) before the next SIGALRM is sent to the process due " +#~ "to an interval timer." + +#~ msgid "Tick frequency" +#~ msgstr "Tick frequency" + +#~ msgid "SMP user-mode CPU time accumulated by process" +#~ msgstr "SMP user-mode CPU time accumulated by process" + +#~ msgid "SMP kernel-mode CPU time accumulated by process" +#~ msgstr "SMP kernel-mode CPU time accumulated by process" + +#~ msgid "Uid" +#~ msgstr "Uid" + +#~ msgid "EUid" +#~ msgstr "EUid" + +#~ msgid "Gid" +#~ msgstr "Gid" + +#~ msgid "EGid" +#~ msgstr "EGid" + +#~ msgid "SUid" +#~ msgstr "SUid" + +#~ msgid "SGid" +#~ msgstr "SGid" + +#~ msgid "FSUid" +#~ msgstr "FSUid" + +#~ msgid "FSGid" +#~ msgstr "FSGid" + +#~ msgid "Pid" +#~ msgstr "Pid" + +#~ msgid "PPid" +#~ msgstr "PPid" + +#~ msgid "PGrp" +#~ msgstr "PGrp" + +#~ msgid "Session" +#~ msgstr "Session" + +#~ msgid "Tty" +#~ msgstr "Tty" + +#~ msgid "TPGid" +#~ msgstr "TPGid" + +#~ msgid "Priority" +#~ msgstr "Priority" + +#~ msgid "NGroups" +#~ msgstr "NGroups" + +#~ msgid "Groups" +#~ msgstr "Groups" + +#~ msgid "User ID" +#~ msgstr "User ID" + +#~ msgid "Effective User ID" +#~ msgstr "Effective User ID" + +#~ msgid "Group ID" +#~ msgstr "Group ID" + +#~ msgid "Effective Group ID" +#~ msgstr "Effective Group ID" + +#~ msgid "Set User ID" +#~ msgstr "Set User ID" + +#~ msgid "Set Group ID" +#~ msgstr "Set Group ID" + +#~ msgid "Filesystem User ID" +#~ msgstr "Filesystem User ID" + +#~ msgid "Filesystem Group ID" +#~ msgstr "Filesystem Group ID" + +#~ msgid "Process ID" +#~ msgstr "Process ID" + +#~ msgid "PID of parent process" +#~ msgstr "PID of parent process" + +#~ msgid "Process group ID" +#~ msgstr "Process group ID" + +#~ msgid "Session ID" +#~ msgstr "Session ID" + +#~ msgid "Full device number of controlling terminal" +#~ msgstr "Full device number of controlling terminal" + +#~ msgid "Terminal process group ID" +#~ msgstr "Terminal process group ID" + +#~ msgid "Kernel scheduling priority" +#~ msgstr "Kernel scheduling priority" + +#~ msgid "Standard unix nice level of process" +#~ msgstr "Standard unix nice level of process" + +#~ msgid "Number of additional process groups" +#~ msgstr "Number of additional process groups" + +#~ msgid "Array of additional process groups" +#~ msgstr "Array of additional process groups" + +#~ msgid "Number of entries in semaphore map" +#~ msgstr "Number of entries in semaphore map" + +#~ msgid "Max number of arrays" +#~ msgstr "Max number of arrays" + +#~ msgid "Max semaphores system wide" +#~ msgstr "Max semaphores system wide" + +#~ msgid "Number of undo structures system wide" +#~ msgstr "Number of undo structures system wide" + +#~ msgid "Max semaphores per array" +#~ msgstr "Max semaphores per array" + +#~ msgid "Max ops per semop call" +#~ msgstr "Max ops per semop call" + +#~ msgid "Max number of undo entries per process" +#~ msgstr "Max number of undo entries per process" + +#~ msgid "sizeof struct sem_undo" +#~ msgstr "sizeof struct sem_undo" + +#~ msgid "Semaphore max value" +#~ msgstr "Semaphore max value" + +#~ msgid "Adjust on exit max value" +#~ msgstr "Adjust on exit max value" + +#~ msgid "Max segment size" +#~ msgstr "Max segment size" + +#~ msgid "Min segment size" +#~ msgstr "Min segment size" + +#~ msgid "Max number of segments" +#~ msgstr "Max number of segments" + +#~ msgid "Max shared segments per process" +#~ msgstr "Max shared segments per process" + +#~ msgid "Max total shared memory" +#~ msgstr "Max total shared memory" + +#~ msgid "Total Swap Space" +#~ msgstr "Total Swap Space" + +#~ msgid "Used Swap Space" +#~ msgstr "Used Swap Space" + +#~ msgid "Free Swap Space" +#~ msgstr "Free Swap Space" + +#~ msgid "Page In" +#~ msgstr "Page In" + +#~ msgid "Page Out" +#~ msgstr "Page Out" + +#~ msgid "" +#~ "Total number of swap pages that have been brought in since system boot" +#~ msgstr "" +#~ "Total number of swap pages that have been brought in since system boot" + +#~ msgid "" +#~ "Total number of swap pages that have been brought out since system boot" +#~ msgstr "" +#~ "Total number of swap pages that have been brought out since system boot" + +#~ msgid "Server Features" +#~ msgstr "Server Features" + +#~ msgid "CPU Usage" +#~ msgstr "CPU Usage" + +#~ msgid "Memory Usage" +#~ msgstr "Memory Usage" + +#~ msgid "Swap Usage" +#~ msgstr "Swap Usage" + +#~ msgid "System Uptime" +#~ msgstr "System Uptime" + +#~ msgid "Load Averange" +#~ msgstr "Load Averange" + +#~ msgid "Shared Memory Limits" +#~ msgstr "Shared Memory Limits" + +#~ msgid "Message Queue Limits" +#~ msgstr "Message Queue Limits" + +#~ msgid "Semaphore Set Limits" +#~ msgstr "Semaphore Set Limits" + +#~ msgid "List of running Processes" +#~ msgstr "List of running Processes" + +#~ msgid "Process Status information" +#~ msgstr "Process Status information" + +#~ msgid "Process UID and TTY information" +#~ msgstr "Process UID and TTY information" + +#~ msgid "Process Memory information" +#~ msgstr "Process Memory information" + +#~ msgid "Process Time information" +#~ msgstr "Process Time information" + +#~ msgid "Process Signal information" +#~ msgstr "Process Signal information" + +#~ msgid "Process Kernel Data information" +#~ msgstr "Process Kernel Data information" + +#~ msgid "Process Segment information" +#~ msgstr "Process Segment information" + +#~ msgid "Process Arguments" +#~ msgstr "Process Arguments" + +#~ msgid "Process Memory Map" +#~ msgstr "Process Memory Map" + +#~ msgid "Mount List" +#~ msgstr "Mount List" + +#~ msgid "File System Usage" +#~ msgstr "File System Usage" + +#~ msgid "Network Load" +#~ msgstr "Network Load" + +#~ msgid "PPP Statistics" +#~ msgstr "PPP Statistics" + +#~ msgid "Command line arguments of the process" +#~ msgstr "Command line arguments of the process" + +#~ msgid "List of currently mounted filesystems" +#~ msgstr "List of currently mounted filesystems" + +#~ msgid "Uptime" +#~ msgstr "Uptime" + +#~ msgid "Idletime" +#~ msgstr "Idletime" + +#~ msgid "BootTime" +#~ msgstr "BootTime" + +#~ msgid "Time in seconds since system boot" +#~ msgstr "Time in seconds since system boot" + +#~ msgid "Time in seconds the system spent in the idle task since system boot" +#~ msgstr "Time in seconds the system spent in the idle task since system boot" + +#~ msgid "Time of last system boot in seconds since the epoch" +#~ msgstr "Time of last system boot in seconds since the epoch"