Compare commits
66 Commits
LIBGTOP_2_
...
gnome-2-6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df2efa95d8 | ||
|
|
f73649ea24 | ||
|
|
3bc207f6df | ||
|
|
6f4f70853d | ||
|
|
c73d0eb3c9 | ||
|
|
de7fd9e85b | ||
|
|
c30e6a0dd2 | ||
|
|
47b0db5ca9 | ||
|
|
2e6438e582 | ||
|
|
babe152ba2 | ||
|
|
7612022e83 | ||
|
|
24073c48c5 | ||
|
|
b55ecd65bc | ||
|
|
50f086cb68 | ||
|
|
8eae848c3f | ||
|
|
d8a9aebdf5 | ||
|
|
76c967224b | ||
|
|
a08c8d96bb | ||
|
|
b279819639 | ||
|
|
99723e15ba | ||
|
|
6b3d52ff0e | ||
|
|
bb01063e93 | ||
|
|
e12ac5f40c | ||
|
|
34e322e7c2 | ||
|
|
559f481354 | ||
|
|
bb4397aec8 | ||
|
|
7eeae24a4a | ||
|
|
7fe2ca8cd7 | ||
|
|
16bcad422c | ||
|
|
3881c09b51 | ||
|
|
cd8b43e1d1 | ||
|
|
6a10d1ada9 | ||
|
|
a415d909a2 | ||
|
|
09febbf67d | ||
|
|
d5b8a71e5b | ||
|
|
f03e2d3c11 | ||
|
|
ac2b8285ab | ||
|
|
4de267e394 | ||
|
|
10d56bd5fc | ||
|
|
70b0925a82 | ||
|
|
b0edf88ff7 | ||
|
|
4fe066a430 | ||
|
|
95d39a87c8 | ||
|
|
54fb1482ba | ||
|
|
2f87aa4479 | ||
|
|
31e8abe019 | ||
|
|
d8cb4ccdf7 | ||
|
|
45f2f19c3a | ||
|
|
fe494bc846 | ||
|
|
7de929d2d7 | ||
|
|
bc4a882c4a | ||
|
|
75291a665c | ||
|
|
5af13a2a6a | ||
|
|
0cdaaf1f62 | ||
|
|
0a761f37f2 | ||
|
|
dc3027c438 | ||
|
|
74453855aa | ||
|
|
b15f542bfc | ||
|
|
1faa40ce18 | ||
|
|
4e4a2bcbed | ||
|
|
0de7c96d2a | ||
|
|
f070fea744 | ||
|
|
f416087865 | ||
|
|
cc8b169a8e | ||
|
|
31eb5d64cc | ||
|
|
5670749242 |
@@ -34,3 +34,8 @@ libgtop*.tar.gz
|
||||
*-debstamp
|
||||
libgtop*.pc
|
||||
autom4te.cache
|
||||
COPYING
|
||||
INSTALL
|
||||
install-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
|
||||
64
ChangeLog
64
ChangeLog
@@ -1,3 +1,51 @@
|
||||
2004-10-27 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||
|
||||
* configure.in: Added 'or' to ALL_LINGUAS.
|
||||
|
||||
2004-06-13 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* configure.in: version 2.6.1
|
||||
|
||||
2004-06-13 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* include/glibtop/sysinfo.h: Changed get_sysinfo prototype so that it
|
||||
returns a const pointer. Added missing macro.
|
||||
|
||||
2004-06-12 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* include/glibtop/fsusage.h: block_size is now defined as a guint32
|
||||
instead of a fuzzy gint.
|
||||
|
||||
* lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup.
|
||||
|
||||
2004-06-12 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* lib/init.c: Added missing initializer.
|
||||
|
||||
2004-06-09 Benoît Dejean <TazForEver@dlfp.org>
|
||||
|
||||
* *.{c,h} : whitespace clean up.
|
||||
|
||||
2004-06-07 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* lib/parameter.c:
|
||||
* support/popt.c: (poptGetContext): Cleaned.
|
||||
|
||||
* support/vsnprintf.c: s/strncpy/g_strlcpy
|
||||
|
||||
2004-05-28 Benoît Dejean <TazForEver@free.fr>
|
||||
|
||||
* examples/*: Added missing #include.
|
||||
* ChangeLog: Converted to UTF-8.
|
||||
|
||||
2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org>
|
||||
|
||||
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
|
||||
|
||||
2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||
|
||||
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
|
||||
|
||||
2004-04-07 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* configure.in: version 2.6.0
|
||||
@@ -5,7 +53,7 @@
|
||||
2004-04-07 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* include/glibtop/fsusage.h: fix typo in the #defines for
|
||||
FSUSAGE_BLOCK_SIZE (patch by Benoît Dejean <TazForEver@free.fr>)
|
||||
FSUSAGE_BLOCK_SIZE (patch by Benoît Dejean <TazForEver@free.fr>)
|
||||
|
||||
2004-03-30 Adam Weinberger <adamw@gnome.org>
|
||||
|
||||
@@ -139,7 +187,7 @@
|
||||
2004-02-02 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* sysdeps/linux/mem.c: (glibtop_get_mem_s): patch from
|
||||
Benoît Dejean <bnet@ifrance.com> to fix libtop_mem.used
|
||||
Benoît Dejean <bnet@ifrance.com> to fix libtop_mem.used
|
||||
and glibtop_mem.shared values (Closes: #129863).
|
||||
|
||||
Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
@@ -165,7 +213,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
* configure.in: remove linking to libgtop and checks for 64-bit
|
||||
integer bytes (fixes warning on build on glib 2.0 systems)
|
||||
|
||||
2003-11-02 Ćœygimantas BeruÄÂ<EFBFBD>ka <uid0@tuxfamily.org>
|
||||
2003-11-02 ÄÅygimantas BeruÃÂka <uid0@tuxfamily.org>
|
||||
|
||||
* configure.in: Added "lt" to ALL_LINGUAS.
|
||||
|
||||
@@ -384,13 +432,13 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* configure.in: make it compile
|
||||
|
||||
2003-10-19 Carlos PerellĂł MarÄ‚Ân <carlos@gnome.org>
|
||||
2003-10-19 Carlos PerellÄÅ MarÄÂn <carlos@gnome.org>
|
||||
|
||||
* support/*: Reverted libgtop changes. It's a common module
|
||||
and I should not modify it.
|
||||
* Added/removed files. Now the move should be done.
|
||||
|
||||
2003-10-19 Carlos PerellĂł MarÄ‚Ân <carlos@gnome.org>
|
||||
2003-10-19 Carlos PerellÄÅ MarÄÂn <carlos@gnome.org>
|
||||
|
||||
* libgtop-GNOME-2-0-branch moved to HEAD.
|
||||
|
||||
@@ -402,7 +450,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* configure.in: Added "ta" (Tamil) to the languages' list.
|
||||
|
||||
2003-09-13 Carlos PerellĂł MarÄ‚Ân <carlos@gnome.org>
|
||||
2003-09-13 Carlos PerellÄÅ MarÄÂn <carlos@gnome.org>
|
||||
|
||||
* configure.in (ALL_LINGUAS): Removed es_ES.
|
||||
|
||||
@@ -455,7 +503,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* configure.in: release 2.0.2
|
||||
|
||||
2003-05-10 Danilo Ć egan <dsegan@gmx.net>
|
||||
2003-05-10 Danilo ÄÂ egan <dsegan@gmx.net>
|
||||
|
||||
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
|
||||
|
||||
@@ -475,7 +523,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* configure.in: Added he to ALL_LINGUAS.
|
||||
|
||||
2003-02-25 T?Ââ€<EFBFBD>ivo Leedj?€rv <toivo@linux.ee>
|
||||
2003-02-25 T?Ãâivo Leedj?Ãâ¬rv <toivo@linux.ee>
|
||||
|
||||
* configure.in: Added et to ALL_LINGUAS.
|
||||
|
||||
|
||||
15
NEWS
15
NEWS
@@ -1,3 +1,18 @@
|
||||
July 11, 2004:
|
||||
==============
|
||||
|
||||
* Released LibGTop 2.6.1
|
||||
|
||||
- code cleanups.
|
||||
|
||||
- glibtop_mountlist()'s all_fs parameter now works.
|
||||
|
||||
- glibtop_uptime.boot_time is set on every arch.
|
||||
|
||||
- linux SMP support is fixed.
|
||||
|
||||
- Replaced unsafe strcpy by g_strlcpy.
|
||||
|
||||
March 11, 2004:
|
||||
===============
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ glibtop_call_i (glibtop_server *server, backend_server_private *priv,
|
||||
}
|
||||
|
||||
cmnd.data_size = data_size;
|
||||
|
||||
|
||||
glibtop_write_i (priv, sizeof (glibtop_command), &cmnd);
|
||||
|
||||
if (data_size) {
|
||||
@@ -75,7 +75,7 @@ glibtop_call_i (glibtop_server *server, backend_server_private *priv,
|
||||
(long) resp.recv_size, (long) resp.data_size,
|
||||
recv_ptr, (long) recv_size);
|
||||
#endif
|
||||
|
||||
|
||||
if (retval_ptr)
|
||||
*retval_ptr = resp.glibtop_errno;
|
||||
|
||||
|
||||
@@ -45,10 +45,10 @@ glibtop_read_data_i (backend_server_private *priv)
|
||||
fprintf (stderr, "LIBRARY: really reading %d data bytes (ret = %d).\n", size, ret);
|
||||
#endif
|
||||
|
||||
if (!size) return NULL;
|
||||
if (!size) return NULL;
|
||||
|
||||
ptr = g_malloc (size);
|
||||
|
||||
|
||||
ret = read (priv->input [0], ptr, size);
|
||||
|
||||
if (ret < 0)
|
||||
|
||||
@@ -86,7 +86,7 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
server = glibtop_global_server;
|
||||
|
||||
|
||||
if (!server->_priv)
|
||||
server->_priv = g_malloc (sizeof (glibtop_server_private));
|
||||
|
||||
@@ -185,5 +185,5 @@ handle_slave_connection (int input, int output)
|
||||
resp.data_size = recv_data_size;
|
||||
|
||||
do_output (output, &resp, recv_ptr, recv_data_ptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ glibtop_send_version_i (glibtop *server, int fd)
|
||||
sizeof (glibtop_response),
|
||||
sizeof (glibtop_union),
|
||||
sizeof (glibtop_sysdeps));
|
||||
|
||||
|
||||
size = strlen (buffer) + 1;
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
@@ -60,7 +60,7 @@ _open_sysdeps (glibtop_server *server, glibtop_backend *backend,
|
||||
(*init_fkt) (server);
|
||||
|
||||
server->info->sysdeps.pointer_size = sizeof (void*)*8;
|
||||
|
||||
|
||||
server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ AC_CANONICAL_SYSTEM
|
||||
|
||||
LIBGTOP_MAJOR_VERSION=2
|
||||
LIBGTOP_MINOR_VERSION=6
|
||||
LIBGTOP_MICRO_VERSION=0
|
||||
LIBGTOP_MICRO_VERSION=1
|
||||
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
|
||||
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
|
||||
|
||||
@@ -250,7 +250,7 @@ AC_TYPE_SIGNAL
|
||||
AC_FUNC_STRFTIME
|
||||
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
|
||||
|
||||
ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et fa fi fr ga gl he hi hr hu id it ja ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi zh_CN zh_TW"
|
||||
ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id it ja ko lt lv mk ml mn ms nl nn no or pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi zh_CN zh_TW"
|
||||
|
||||
GETTEXT_PACKAGE=libgtop-2.0
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
|
||||
@@ -8,3 +8,4 @@ auto-macros.texi
|
||||
version.texi
|
||||
stamp-vti
|
||||
*.html *.pdf
|
||||
mdate-sh
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -53,7 +55,7 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init_r (&glibtop_global_server, 0, GLIBTOP_INIT_NO_OPEN);
|
||||
|
||||
glibtop_get_parameter (GLIBTOP_PARAM_METHOD, &method, sizeof (method));
|
||||
@@ -133,7 +135,7 @@ main (int argc, char *argv [])
|
||||
|
||||
for (c = 0; c < PROFILE_COUNT; c++)
|
||||
glibtop_get_shm_limits (&data.shm_limits);
|
||||
|
||||
|
||||
printf ("Shm Limits (0x%08lx): %lu, %lu, %lu, %lu, %lu\n",
|
||||
(unsigned long) data.shm_limits.flags,
|
||||
(unsigned long) data.shm_limits.shmmax,
|
||||
@@ -157,7 +159,7 @@ main (int argc, char *argv [])
|
||||
|
||||
for (c = 0; c < PROFILE_COUNT; c++)
|
||||
glibtop_get_sem_limits (&data.sem_limits);
|
||||
|
||||
|
||||
printf ("Sem Limits (0x%08lx): "
|
||||
"%lu, %lu, %lu, %lu, %lu, %lu, %lu, %lu, %lu, %lu\n",
|
||||
(unsigned long) data.sem_limits.flags,
|
||||
@@ -215,7 +217,7 @@ main (int argc, char *argv [])
|
||||
(unsigned long) sysdeps.ppp);
|
||||
|
||||
printf ("\n");
|
||||
|
||||
|
||||
ptr = glibtop_get_proclist (&data.proclist, 0, 0);
|
||||
|
||||
printf ("Proclist (0x%08lx): %lu, %lu, %lu\n",
|
||||
@@ -306,7 +308,7 @@ main (int argc, char *argv [])
|
||||
|
||||
for (c = 0; c < PROFILE_COUNT; c++)
|
||||
glibtop_get_proc_signal (&data.proc_signal, pid);
|
||||
|
||||
|
||||
printf ("Proc_Signal PID %5d (0x%08lx): "
|
||||
"%lu %lu %lu %lu\n", (int) pid,
|
||||
(unsigned long) data.proc_signal.flags,
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -48,11 +50,11 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init_r (&glibtop_global_server, 0, GLIBTOP_INIT_NO_OPEN);
|
||||
|
||||
glibtop_get_parameter (GLIBTOP_PARAM_METHOD, &method, sizeof (method));
|
||||
|
||||
|
||||
printf ("Method = %d\n", method);
|
||||
|
||||
count = glibtop_get_parameter (GLIBTOP_PARAM_COMMAND, buffer, BUFSIZ);
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -52,7 +54,7 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init_r (&glibtop_global_server, 0, GLIBTOP_INIT_NO_OPEN);
|
||||
|
||||
glibtop_get_parameter (GLIBTOP_PARAM_METHOD, &method, sizeof (method));
|
||||
@@ -75,7 +77,7 @@ main (int argc, char *argv [])
|
||||
|
||||
if (argc != 2)
|
||||
glibtop_error ("Usage: %s interface", argv [0]);
|
||||
|
||||
|
||||
glibtop_get_netload (&netload, argv [1]);
|
||||
|
||||
addr.s_addr = netload.address;
|
||||
|
||||
30
examples/procargs.c
Normal file
30
examples/procargs.c
Normal file
@@ -0,0 +1,30 @@
|
||||
#include <glibtop/procargs.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
while(*++argv)
|
||||
{
|
||||
glibtop_proc_args buf;
|
||||
pid_t pid = strtol(*argv, NULL, 10);
|
||||
char ** const pargv = glibtop_get_proc_argv(&buf, pid, 20);
|
||||
|
||||
char **parg = pargv;
|
||||
|
||||
printf("<%ld>\t", (long)pid);
|
||||
|
||||
while(*parg)
|
||||
{
|
||||
printf("\"%s\"\t", *parg);
|
||||
parg++;
|
||||
}
|
||||
|
||||
putchar('\n');
|
||||
|
||||
g_strfreev(pargv);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -59,7 +61,7 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init_r (&glibtop_global_server, 0, GLIBTOP_INIT_NO_OPEN);
|
||||
|
||||
glibtop_get_parameter (GLIBTOP_PARAM_METHOD, &method, sizeof (method));
|
||||
@@ -95,7 +97,7 @@ main (int argc, char *argv [])
|
||||
const char *filename = NULL;
|
||||
unsigned device, device_major, device_minor;
|
||||
char perm [5];
|
||||
|
||||
|
||||
if (maps [i].flags & (1L << GLIBTOP_MAP_ENTRY_FILENAME))
|
||||
filename = maps [i].filename;
|
||||
|
||||
@@ -152,7 +154,7 @@ main (int argc, char *argv [])
|
||||
}
|
||||
|
||||
if (filename && (filename != maps [i].filename))
|
||||
g_free (filename);
|
||||
g_free ((void*)filename);
|
||||
}
|
||||
|
||||
g_free (maps);
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
|
||||
#include <locale.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <libintl.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -44,11 +46,11 @@ output (pid_t pid)
|
||||
double b_total, b_utime, b_stime;
|
||||
double s_total, s_utime, s_stime;
|
||||
double my_utime, my_stime;
|
||||
int ncpu;
|
||||
unsigned int ncpu;
|
||||
#endif
|
||||
|
||||
printf ("\n");
|
||||
|
||||
|
||||
glibtop_get_proc_state (&data.proc_state, pid);
|
||||
|
||||
printf ("Proc_State PID %5d (0x%08lx): "
|
||||
@@ -57,9 +59,9 @@ output (pid_t pid)
|
||||
data.proc_state.cmd, data.proc_state.state,
|
||||
(unsigned long) data.proc_state.uid,
|
||||
(unsigned long) data.proc_state.gid);
|
||||
|
||||
|
||||
glibtop_get_proc_uid (&data.proc_uid, pid);
|
||||
|
||||
|
||||
printf ("Proc_Uid PID %5d (0x%08lx): "
|
||||
"%d %d %d %d %d %d %d %d %d %d %d %d\n", (int) pid,
|
||||
(unsigned long) data.proc_uid.flags,
|
||||
@@ -71,7 +73,7 @@ output (pid_t pid)
|
||||
data.proc_uid.priority, data.proc_uid.nice);
|
||||
|
||||
glibtop_get_proc_mem (&data.proc_mem, pid);
|
||||
|
||||
|
||||
printf ("Proc_Mem PID %5d (0x%08lx): "
|
||||
"%lu %lu %lu %lu %lu %lu\n", (int) pid,
|
||||
(unsigned long) data.proc_mem.flags,
|
||||
@@ -81,7 +83,7 @@ output (pid_t pid)
|
||||
(unsigned long) data.proc_mem.share,
|
||||
(unsigned long) data.proc_mem.rss,
|
||||
(unsigned long) data.proc_mem.rss_rlim);
|
||||
|
||||
|
||||
glibtop_get_proc_segment (&data.proc_segment, pid);
|
||||
|
||||
printf ("Proc_Segment PID %5d (0x%08lx): "
|
||||
@@ -97,7 +99,7 @@ output (pid_t pid)
|
||||
(unsigned long) data.proc_segment.start_stack);
|
||||
|
||||
glibtop_get_proc_time (&data.proc_time, pid);
|
||||
|
||||
|
||||
printf ("Proc_Time PID %5d (0x%08lx): "
|
||||
"%lu %lu %lu %lu %lu %lu %lu %lu %lu\n", (int) pid,
|
||||
(unsigned long) data.proc_time.flags,
|
||||
@@ -112,7 +114,7 @@ output (pid_t pid)
|
||||
(unsigned long) data.proc_time.frequency);
|
||||
|
||||
glibtop_get_proc_signal (&data.proc_signal, pid);
|
||||
|
||||
|
||||
printf ("Proc_Signal PID %5d (0x%08lx): "
|
||||
"%lu %lu %lu %lu\n", (int) pid,
|
||||
(unsigned long) data.proc_signal.flags,
|
||||
@@ -158,7 +160,7 @@ output (pid_t pid)
|
||||
ncpu = glibtop_global_server->ncpu;
|
||||
|
||||
glibtop_get_proc_time (&data.proc_time, pid);
|
||||
|
||||
|
||||
total = (unsigned long) data.proc_time.utime +
|
||||
(unsigned long) data.proc_time.stime;
|
||||
|
||||
@@ -240,7 +242,7 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init ();
|
||||
|
||||
glibtop_get_sysdeps (&sysdeps);
|
||||
@@ -286,7 +288,7 @@ main (int argc, char *argv [])
|
||||
for (i = 0; i < proclist.number; i++) {
|
||||
|
||||
pid = ptr [i];
|
||||
|
||||
|
||||
output (pid);
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/cpu.h>
|
||||
@@ -45,7 +47,7 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init();
|
||||
|
||||
glibtop_get_cpu (&cpu);
|
||||
@@ -100,7 +102,7 @@ main (int argc, char *argv [])
|
||||
printf ("%-26s %12s %12s %12s %12s %12s\n%s\n", _("Percent:"),
|
||||
_("Total (%)"), _("User (%)"), _("Nice (%)"), _("Sys (%)"),
|
||||
_("Idle (%)"), separator);
|
||||
|
||||
|
||||
printf (_("CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n\n"),
|
||||
(unsigned long) cpu.flags, (double) total * 100.0 / total,
|
||||
(double) user * 100.0 / total,
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -46,7 +48,7 @@ main (int argc, char *argv [])
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
|
||||
glibtop_init_r (&glibtop_global_server, 0, GLIBTOP_INIT_NO_OPEN);
|
||||
|
||||
glibtop_get_parameter (GLIBTOP_PARAM_METHOD, &method, sizeof (method));
|
||||
|
||||
@@ -22,9 +22,11 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
|
||||
|
||||
#include <glibtop/open.h>
|
||||
#include <glibtop/close.h>
|
||||
|
||||
@@ -33,7 +35,7 @@
|
||||
|
||||
void main_prog(int argc, char *argv[]);
|
||||
|
||||
int
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
setlocale (LC_ALL, "");
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <libintl.h>
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/open.h>
|
||||
@@ -85,7 +87,7 @@ main (int argc, char *argv [])
|
||||
"Feature", "Flags", "Count", "utime", "stime");
|
||||
printf ("-------------------------------------------"
|
||||
"---------------\n");
|
||||
|
||||
|
||||
glibtop_init_r (&glibtop_global_server, 0, 0);
|
||||
|
||||
getrusage (RUSAGE_SELF, &total_start);
|
||||
@@ -301,7 +303,7 @@ main (int argc, char *argv [])
|
||||
|
||||
for (c = 0; c < PROFILE_COUNT; c++)
|
||||
glibtop_get_proc_signal (&data.proc_signal, pid);
|
||||
|
||||
|
||||
getrusage (RUSAGE_SELF, &rusage_end);
|
||||
|
||||
libgtop_timersub (&rusage_end.ru_utime, &rusage_start.ru_utime,
|
||||
@@ -332,7 +334,7 @@ main (int argc, char *argv [])
|
||||
(unsigned long) data.proc_kernel.flags, PROFILE_COUNT,
|
||||
(long double) ELAPSED_UTIME / PROFILE_COUNT,
|
||||
(long double) ELAPSED_STIME / PROFILE_COUNT);
|
||||
|
||||
|
||||
getrusage (RUSAGE_SELF, &total_end);
|
||||
|
||||
libgtop_timersub (&total_end.ru_utime, &total_start.ru_utime,
|
||||
|
||||
@@ -48,7 +48,7 @@ struct _glibtop_fsusage
|
||||
bavail, /* Free blocks available to non-superuser. */
|
||||
files, /* Total file nodes. */
|
||||
ffree; /* Free file nodes. */
|
||||
gint block_size; /* Size of a block in bytes. */
|
||||
guint32 block_size; /* Size of a block in bytes. */
|
||||
};
|
||||
|
||||
#define glibtop_get_fsusage(fsusage,disk) glibtop_get_fsusage_l(glibtop_global_server, fsusage, disk)
|
||||
|
||||
@@ -9,15 +9,15 @@
|
||||
|
||||
Copyright (C) 1989 Free Software Foundation, Inc.
|
||||
|
||||
Author: Andy Norman (ange@hplb.hpl.hp.com), based on
|
||||
Author: Andy Norman (ange@hplb.hpl.hp.com), based on
|
||||
'etc/server.c' and 'etc/emacsclient.c' from the 18.52 GNU
|
||||
Emacs distribution.
|
||||
|
||||
Please mail bugs and suggestions to the author at the above address.
|
||||
*/
|
||||
|
||||
/* HISTORY
|
||||
* 11-Nov-1990 bristor@simba
|
||||
/* HISTORY
|
||||
* 11-Nov-1990 bristor@simba
|
||||
* Added EOT stuff.
|
||||
*/
|
||||
|
||||
@@ -76,7 +76,7 @@ static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup a
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#define MCOOKIE_SCREEN "42980" /* screen # to use as the gnuserv cookie */
|
||||
#define MCOOKIE_SCREEN "42980" /* screen # to use as the gnuserv cookie */
|
||||
#endif
|
||||
#define MCOOKIE_NAME "MAGIC-1" /* authentication protocol name */
|
||||
#define MCOOKIE_X_NAME "MIT-MAGIC-COOKIE-1" /* as needed by X */
|
||||
@@ -106,7 +106,7 @@ static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup a
|
||||
* since it limits the size of requests and responses. Don't make it bigger
|
||||
* than your system's max message size though (usually a couple of k) or else
|
||||
* msgsend will start failing. For sockets, using the system BUFSIZ is usually
|
||||
* what you want.
|
||||
* what you want.
|
||||
*/
|
||||
|
||||
#if defined(INTERNET_DOMAIN_SOCKETS) || defined(UNIX_DOMAIN_SOCKETS)
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GLIBTOP_PPP_STATE 0
|
||||
#define GLIBTOP_PPP_BYTES_IN 1
|
||||
#define GLIBTOP_PPP_BYTES_IN 1
|
||||
#define GLIBTOP_PPP_BYTES_OUT 2
|
||||
|
||||
#define GLIBTOP_MAX_PPP 3
|
||||
|
||||
@@ -55,7 +55,7 @@ typedef struct _glibtop_proc_state glibtop_proc_state;
|
||||
struct _glibtop_proc_state
|
||||
{
|
||||
guint64 flags;
|
||||
char cmd[40]; /* basename of executable file in
|
||||
char cmd[40]; /* basename of executable file in
|
||||
* call to exec(2) */
|
||||
unsigned state; /* single-char code for process state
|
||||
* (S=sleeping) */
|
||||
@@ -90,7 +90,7 @@ void glibtop_get_proc_state_p (glibtop *server, glibtop_proc_state *buf, pid_t p
|
||||
void glibtop_init_proc_state_s (glibtop *server);
|
||||
void glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef GLIBTOP_NAMES
|
||||
|
||||
/* You need to link with -lgtop_names to get this stuff here. */
|
||||
|
||||
@@ -51,14 +51,14 @@ typedef struct _glibtop_proc_time glibtop_proc_time;
|
||||
struct _glibtop_proc_time
|
||||
{
|
||||
guint64 flags,
|
||||
start_time, /* start time of process --
|
||||
start_time, /* start time of process --
|
||||
* seconds since 1-1-70 */
|
||||
rtime, /* real time accumulated by process */
|
||||
utime, /* user-mode CPU time accumulated by process */
|
||||
stime, /* kernel-mode CPU time accumulated by process */
|
||||
cutime, /* cumulative utime of process and
|
||||
cutime, /* cumulative utime of process and
|
||||
* reaped children */
|
||||
cstime, /* cumulative stime of process and
|
||||
cstime, /* cumulative stime of process and
|
||||
* reaped children */
|
||||
timeout, /* The time (in jiffies) of the process's
|
||||
* next timeout */
|
||||
|
||||
@@ -32,9 +32,10 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GLIBTOP_SYSINFO_CPUINFO 0
|
||||
#define GLIBTOP_SYSINFO_NCPU 0
|
||||
#define GLIBTOP_SYSINFO_CPUINFO 1
|
||||
|
||||
#define GLIBTOP_MAX_SYSINFO 1
|
||||
#define GLIBTOP_MAX_SYSINFO 2
|
||||
|
||||
typedef struct _glibtop_sysinfo glibtop_sysinfo;
|
||||
|
||||
@@ -43,21 +44,21 @@ typedef struct _glibtop_entry glibtop_entry;
|
||||
struct _glibtop_entry
|
||||
{
|
||||
GPtrArray *labels;
|
||||
GHashTable *values;
|
||||
GHashTable *descriptions;
|
||||
GHashTable *values; /* key -> description */
|
||||
GHashTable *descriptions; /* unused */
|
||||
};
|
||||
|
||||
struct _glibtop_sysinfo
|
||||
{
|
||||
guint64 flags, ncpu;
|
||||
glibtop_entry cpuinfo [GLIBTOP_NCPU];
|
||||
glibtop_entry cpuinfo [GLIBTOP_NCPU];
|
||||
};
|
||||
|
||||
#define glibtop_get_sysinfo() glibtop_get_sysinfo_s(glibtop_global_server)
|
||||
|
||||
#define glibtop_get_sysinfo_r glibtop_get_sysinfo_s
|
||||
|
||||
glibtop_sysinfo *glibtop_get_sysinfo_s (glibtop *server);
|
||||
const glibtop_sysinfo *glibtop_get_sysinfo_s (glibtop *server);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
@@ -212,7 +212,7 @@ get_wchan (struct task_struct *p)
|
||||
return ((unsigned long *)schedule_frame)[12];
|
||||
}
|
||||
return pc;
|
||||
}
|
||||
}
|
||||
#elif defined(__mc68000__)
|
||||
{
|
||||
unsigned long fp, pc;
|
||||
@@ -318,7 +318,7 @@ static inline void
|
||||
task_mem (struct task_struct *p, libgtop_proc_segment_t *proc_segment)
|
||||
{
|
||||
struct mm_struct * mm = p->mm;
|
||||
|
||||
|
||||
if (mm && mm != &init_mm) {
|
||||
struct vm_area_struct * vma = mm->mmap;
|
||||
unsigned long data = 0, stack = 0;
|
||||
@@ -486,7 +486,7 @@ get_statm (struct task_struct *tsk, libgtop_proc_mem_t *proc_mem)
|
||||
}
|
||||
}
|
||||
|
||||
proc_mem->segment.vsize = vsize;
|
||||
proc_mem->segment.vsize = vsize;
|
||||
proc_mem->segment.data = data;
|
||||
proc_mem->segment.stack = stack;
|
||||
proc_mem->segment.exec = exec;
|
||||
@@ -498,7 +498,7 @@ get_statm (struct task_struct *tsk, libgtop_proc_mem_t *proc_mem)
|
||||
proc_mem->trs = trs;
|
||||
proc_mem->lrs = lrs;
|
||||
proc_mem->drs = drs;
|
||||
proc_mem->dt = dt;
|
||||
proc_mem->dt = dt;
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -522,7 +522,7 @@ collect_sigign_sigcatch (struct task_struct *p, sigset_t *ign,
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
static void
|
||||
task_sig (struct task_struct *p, libgtop_proc_signal_t *proc_signal)
|
||||
{
|
||||
sigset_t ignore, catch;
|
||||
@@ -670,7 +670,7 @@ libgtop_sysctl (ctl_table *table, int nlen, int *name)
|
||||
|
||||
if ((which & LIBGTOP_EXCLUDE_NOTTY) && (tsk->tty == NULL))
|
||||
continue;
|
||||
|
||||
|
||||
proclist->pids [tindex++] = tsk->pid;
|
||||
}
|
||||
|
||||
@@ -702,7 +702,7 @@ libgtop_sysctl_proc (ctl_table *table, int nlen, int *name,
|
||||
case LIBGTOP_PROC_STATE:
|
||||
proc_state = table->data;
|
||||
memset (proc_state, 0, sizeof (libgtop_proc_state_t));
|
||||
|
||||
|
||||
proc_state->uid = tsk->uid;
|
||||
proc_state->gid = tsk->gid;
|
||||
proc_state->flags = tsk->flags;
|
||||
@@ -711,12 +711,12 @@ libgtop_sysctl_proc (ctl_table *table, int nlen, int *name,
|
||||
proc_state->euid = tsk->euid;
|
||||
proc_state->suid = tsk->suid;
|
||||
proc_state->fsuid = tsk->fsuid;
|
||||
|
||||
|
||||
proc_state->gid = tsk->gid;
|
||||
proc_state->egid = tsk->egid;
|
||||
proc_state->sgid = tsk->sgid;
|
||||
proc_state->fsgid = tsk->fsgid;
|
||||
|
||||
|
||||
proc_state->pid = tsk->pid;
|
||||
proc_state->pgrp = tsk->pgrp;
|
||||
proc_state->ppid = tsk->p_pptr->pid;
|
||||
@@ -757,12 +757,12 @@ libgtop_sysctl_proc (ctl_table *table, int nlen, int *name,
|
||||
proc_state->it_real_incr = tsk->it_real_incr;
|
||||
proc_state->it_prof_incr = tsk->it_prof_incr;
|
||||
proc_state->it_virt_incr = tsk->it_virt_incr;
|
||||
|
||||
|
||||
proc_state->min_flt = tsk->min_flt;
|
||||
proc_state->cmin_flt = tsk->cmin_flt;
|
||||
proc_state->maj_flt = tsk->maj_flt;
|
||||
proc_state->cmaj_flt = tsk->cmaj_flt;
|
||||
|
||||
|
||||
proc_state->nswap = tsk->nswap;
|
||||
proc_state->cnswap = tsk->cnswap;
|
||||
|
||||
@@ -794,7 +794,7 @@ libgtop_sysctl_proc (ctl_table *table, int nlen, int *name,
|
||||
proc_state->ngroups = tsk->ngroups;
|
||||
for (i = 0; i < min (tsk->ngroups, LIBGTOP_MAX_GROUPS); i++)
|
||||
proc_state->groups [i] = tsk->groups [i];
|
||||
|
||||
|
||||
if (tsk->state & TASK_INTERRUPTIBLE)
|
||||
proc_state->state |= LIBGTOP_TASK_INTERRUPTIBLE;
|
||||
if (tsk->state & TASK_UNINTERRUPTIBLE)
|
||||
@@ -1023,7 +1023,7 @@ proc_args_ctl_handler (ctl_table *table, int *name, int nlen,
|
||||
|
||||
if (put_user (len, oldlenp))
|
||||
goto err_fault_free_page;
|
||||
|
||||
|
||||
if (copy_to_user (oldval, (void *) page, len))
|
||||
goto err_fault_free_page;
|
||||
|
||||
@@ -1113,7 +1113,7 @@ proc_maps_ctl_handler (ctl_table *table, int *name, int nlen,
|
||||
proc_maps->filename [LIBGTOP_MAP_PATH_LEN-1] = '\0';
|
||||
proc_maps->header.filename_offset = line - proc_maps->filename;
|
||||
|
||||
proc_maps->header.device =
|
||||
proc_maps->header.device =
|
||||
map->vm_file->f_dentry->d_inode->i_dev;
|
||||
proc_maps->header.inode =
|
||||
map->vm_file->f_dentry->d_inode->i_ino;
|
||||
@@ -1243,13 +1243,13 @@ proc_net_ctl_handler (ctl_table *table, int *name, int nlen,
|
||||
netload.rx_frame_errors = stats->rx_frame_errors;
|
||||
netload.rx_fifo_errors = stats->rx_fifo_errors;
|
||||
netload.rx_missed_errors = stats->rx_missed_errors;
|
||||
|
||||
|
||||
netload.tx_aborted_errors = stats->tx_aborted_errors;
|
||||
netload.tx_carrier_errors = stats->tx_carrier_errors;
|
||||
netload.tx_fifo_errors = stats->tx_fifo_errors;
|
||||
netload.tx_heartbeat_errors = stats->tx_heartbeat_errors;
|
||||
netload.tx_window_errors = stats->tx_window_errors;
|
||||
|
||||
|
||||
netload.rx_compressed = stats->rx_compressed;
|
||||
netload.tx_compressed = stats->tx_compressed;
|
||||
|
||||
|
||||
@@ -218,7 +218,7 @@ struct libgtop_netload
|
||||
unsigned long tx_dropped; /* no space available in linux */
|
||||
unsigned long multicast; /* multicast packets received */
|
||||
unsigned long collisions;
|
||||
|
||||
|
||||
/* detailed rx_errors: */
|
||||
unsigned long rx_length_errors;
|
||||
unsigned long rx_over_errors; /* receiver ring buff overflow */
|
||||
@@ -226,14 +226,14 @@ struct libgtop_netload
|
||||
unsigned long rx_frame_errors; /* recv'd frame alignment error */
|
||||
unsigned long rx_fifo_errors; /* recv'r fifo overrun */
|
||||
unsigned long rx_missed_errors; /* receiver missed packet */
|
||||
|
||||
|
||||
/* detailed tx_errors */
|
||||
unsigned long tx_aborted_errors;
|
||||
unsigned long tx_carrier_errors;
|
||||
unsigned long tx_fifo_errors;
|
||||
unsigned long tx_heartbeat_errors;
|
||||
unsigned long tx_window_errors;
|
||||
|
||||
|
||||
/* for cslip etc */
|
||||
unsigned long rx_compressed;
|
||||
unsigned long tx_compressed;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#define TABLE_KERN_PROC_UID 5
|
||||
#define TABLE_KERN_PROC_RUID 6
|
||||
|
||||
#define TABLE_KERN_PROC_MASK 15
|
||||
#define TABLE_KERN_PROC_MASK 15
|
||||
|
||||
#define TABLE_EXCLUDE_IDLE 0x1000
|
||||
#define TABLE_EXCLUDE_SYSTEM 0x2000
|
||||
@@ -178,7 +178,7 @@ union table
|
||||
struct table_proc_mem proc_mem;
|
||||
struct table_proc_segment proc_segment;
|
||||
struct table_proc_time proc_time;
|
||||
struct table_proc_state proc_state;
|
||||
struct table_proc_state proc_state;
|
||||
struct table_proc_signal proc_signal;
|
||||
struct table_proc_kernel proc_kernel;
|
||||
};
|
||||
|
||||
@@ -50,7 +50,7 @@ static struct task_struct *
|
||||
get_task (pid_t pid)
|
||||
{
|
||||
struct task_struct ** p;
|
||||
|
||||
|
||||
p = task;
|
||||
while (++p < task+NR_TASKS) {
|
||||
if (*p && (*p)->pid == pid)
|
||||
@@ -171,7 +171,7 @@ get_wchan (struct task_struct *p)
|
||||
{
|
||||
unsigned long schedule_frame;
|
||||
unsigned long pc;
|
||||
|
||||
|
||||
pc = thread_saved_pc(&p->tss);
|
||||
if (pc >= (unsigned long) interruptible_sleep_on && pc < (unsigned long) add_timer) {
|
||||
schedule_frame = ((unsigned long *)p->tss.ksp)[6];
|
||||
@@ -246,7 +246,7 @@ sys_table (int type, union table *buf, const void *param)
|
||||
tbl.proclist.last_pid = last_pid;
|
||||
break;
|
||||
case TABLE_CPU:
|
||||
tbl.cpu.total = jiffies;
|
||||
tbl.cpu.total = jiffies;
|
||||
tbl.cpu.user = kstat.cpu_user;
|
||||
tbl.cpu.nice = kstat.cpu_nice;
|
||||
tbl.cpu.sys = kstat.cpu_system;
|
||||
@@ -294,21 +294,21 @@ sys_table (int type, union table *buf, const void *param)
|
||||
tbl.proc_uid.euid = tsk->euid;
|
||||
tbl.proc_uid.suid = tsk->suid;
|
||||
tbl.proc_uid.fsuid = tsk->fsuid;
|
||||
|
||||
|
||||
tbl.proc_uid.gid = tsk->gid;
|
||||
tbl.proc_uid.egid = tsk->egid;
|
||||
tbl.proc_uid.sgid = tsk->sgid;
|
||||
tbl.proc_uid.fsgid = tsk->fsgid;
|
||||
|
||||
|
||||
tbl.proc_uid.pid = tsk->pid;
|
||||
tbl.proc_uid.pgrp = tsk->pgrp;
|
||||
tbl.proc_uid.ppid = tsk->p_pptr->pid;
|
||||
|
||||
|
||||
tbl.proc_uid.session = tsk->session;
|
||||
tbl.proc_uid.tty = tsk->tty ?
|
||||
kdev_t_to_nr (tsk->tty->device) : 0;
|
||||
tbl.proc_uid.tpgid = tsk->tty ? tsk->tty->pgrp : -1;
|
||||
|
||||
|
||||
tbl.proc_uid.priority = tsk->priority;
|
||||
tbl.proc_uid.counter = tsk->counter;
|
||||
tbl.proc_uid.def_priority = DEF_PRIORITY;
|
||||
@@ -322,7 +322,7 @@ sys_table (int type, union table *buf, const void *param)
|
||||
unsigned long sig_ign = 0, sig_caught = 0;
|
||||
unsigned long bit = 1;
|
||||
int i;
|
||||
|
||||
|
||||
for (i = 0; i < 32; i++) {
|
||||
switch((unsigned long) action->sa_handler) {
|
||||
case 0:
|
||||
@@ -376,7 +376,7 @@ sys_table (int type, union table *buf, const void *param)
|
||||
while (vma) {
|
||||
pgd_t *pgd = pgd_offset(tsk->mm, vma->vm_start);
|
||||
int pages = 0, shared = 0, dirty = 0, total = 0;
|
||||
|
||||
|
||||
vsize += vma->vm_end - vma->vm_start;
|
||||
|
||||
statm_pgd_range (pgd, vma->vm_start, vma->vm_end,
|
||||
@@ -428,10 +428,10 @@ sys_table (int type, union table *buf, const void *param)
|
||||
tbl.proc_kernel.cmin_flt = tsk->cmin_flt;
|
||||
tbl.proc_kernel.maj_flt = tsk->maj_flt;
|
||||
tbl.proc_kernel.cmaj_flt = tsk->cmaj_flt;
|
||||
|
||||
|
||||
tbl.proc_kernel.kesp = tsk->kernel_stack_page ? KSTK_EIP(tsk) : 0;
|
||||
tbl.proc_kernel.keip = tsk->kernel_stack_page ? KSTK_ESP(tsk) : 0;
|
||||
|
||||
|
||||
tbl.proc_kernel.nswap = tsk->nswap;
|
||||
tbl.proc_kernel.cnswap = tsk->cnswap;
|
||||
|
||||
@@ -442,10 +442,10 @@ sys_table (int type, union table *buf, const void *param)
|
||||
for (rule = chain->chain; rule; rule = rule->next) {
|
||||
const char *name = rule->ipfw.fw_vianame;
|
||||
int k;
|
||||
|
||||
|
||||
if (name [0] && !strncmp (param, name, 5))
|
||||
continue;
|
||||
|
||||
|
||||
for (k = 0; k < NUM_SLOTS; k++) {
|
||||
tbl.netacct.packets +=
|
||||
rule->counters[k].pcnt;
|
||||
|
||||
@@ -237,7 +237,7 @@ if (__res>=0) \
|
||||
return (type) __res; \
|
||||
errno=-__res; \
|
||||
return -1; \
|
||||
}
|
||||
}
|
||||
|
||||
#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
|
||||
type5,arg5) \
|
||||
|
||||
@@ -140,7 +140,7 @@ static unsigned long get_wchan(struct task_struct *p)
|
||||
return ((unsigned long *)schedule_frame)[12];
|
||||
}
|
||||
return pc;
|
||||
}
|
||||
}
|
||||
#elif defined(__mc68000__)
|
||||
{
|
||||
unsigned long fp, pc;
|
||||
@@ -388,7 +388,7 @@ table_fkt (int type, union table *buf, const void *param)
|
||||
if ((plistargs.which & TABLE_EXCLUDE_NOTTY) &&
|
||||
(tsk->tty == NULL))
|
||||
continue;
|
||||
|
||||
|
||||
tbl.proclist.pids [tindex++] = tsk->pid;
|
||||
}
|
||||
tbl.proclist.nr_running = nr_running;
|
||||
@@ -397,7 +397,7 @@ table_fkt (int type, union table *buf, const void *param)
|
||||
read_unlock(&tasklist_lock);
|
||||
break;
|
||||
case TABLE_CPU:
|
||||
tbl.cpu.total = jiffies;
|
||||
tbl.cpu.total = jiffies;
|
||||
tbl.cpu.user = kstat.cpu_user;
|
||||
tbl.cpu.nice = kstat.cpu_nice;
|
||||
tbl.cpu.sys = kstat.cpu_system;
|
||||
@@ -446,21 +446,21 @@ table_fkt (int type, union table *buf, const void *param)
|
||||
tbl.proc_uid.euid = tsk->euid;
|
||||
tbl.proc_uid.suid = tsk->suid;
|
||||
tbl.proc_uid.fsuid = tsk->fsuid;
|
||||
|
||||
|
||||
tbl.proc_uid.gid = tsk->gid;
|
||||
tbl.proc_uid.egid = tsk->egid;
|
||||
tbl.proc_uid.sgid = tsk->sgid;
|
||||
tbl.proc_uid.fsgid = tsk->fsgid;
|
||||
|
||||
|
||||
tbl.proc_uid.pid = tsk->pid;
|
||||
tbl.proc_uid.pgrp = tsk->pgrp;
|
||||
tbl.proc_uid.ppid = tsk->p_pptr->pid;
|
||||
|
||||
|
||||
tbl.proc_uid.session = tsk->session;
|
||||
tbl.proc_uid.tty = tsk->tty ?
|
||||
kdev_t_to_nr (tsk->tty->device) : 0;
|
||||
tbl.proc_uid.tpgid = tsk->tty ? tsk->tty->pgrp : -1;
|
||||
|
||||
|
||||
tbl.proc_uid.priority = tsk->priority;
|
||||
tbl.proc_uid.counter = tsk->counter;
|
||||
tbl.proc_uid.def_priority = DEF_PRIORITY;
|
||||
@@ -520,7 +520,7 @@ table_fkt (int type, union table *buf, const void *param)
|
||||
while (vma) {
|
||||
pgd_t *pgd = pgd_offset(tsk->mm, vma->vm_start);
|
||||
int pages = 0, shared = 0, dirty = 0, total = 0;
|
||||
|
||||
|
||||
vsize += vma->vm_end - vma->vm_start;
|
||||
|
||||
statm_pgd_range (pgd, vma->vm_start, vma->vm_end,
|
||||
@@ -584,10 +584,10 @@ table_fkt (int type, union table *buf, const void *param)
|
||||
tbl.proc_kernel.cmin_flt = tsk->cmin_flt;
|
||||
tbl.proc_kernel.maj_flt = tsk->maj_flt;
|
||||
tbl.proc_kernel.cmaj_flt = tsk->cmaj_flt;
|
||||
|
||||
|
||||
tbl.proc_kernel.kesp = KSTK_ESP(tsk);
|
||||
tbl.proc_kernel.keip = KSTK_EIP(tsk);
|
||||
|
||||
|
||||
tbl.proc_kernel.nswap = tsk->nswap;
|
||||
tbl.proc_kernel.cnswap = tsk->cnswap;
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@ __asm__ volatile ("int $0x80" \
|
||||
: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
|
||||
"d" ((long)(arg3)),"S" ((long)(arg4))); \
|
||||
__syscall_return(type,__res); \
|
||||
}
|
||||
}
|
||||
|
||||
#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
|
||||
type5,arg5) \
|
||||
|
||||
@@ -50,7 +50,7 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
|
||||
} else {
|
||||
cmnd.data_size = send_size;
|
||||
}
|
||||
|
||||
|
||||
glibtop_write_l (server, sizeof (glibtop_command), &cmnd);
|
||||
|
||||
glibtop_read_l (server, sizeof (glibtop_response), &response);
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
static void
|
||||
print_server_name (glibtop_server *server)
|
||||
{
|
||||
fprintf (stderr, "%s: ", server ?
|
||||
fprintf (stderr, "%s: ", server ?
|
||||
(server->name ? server->name : DEFAULT_NAME)
|
||||
: DEFAULT_NAME);
|
||||
}
|
||||
@@ -40,7 +40,7 @@ print_server_name (glibtop_server *server)
|
||||
void
|
||||
glibtop_error_vr (glibtop_server *server, char *format, va_list args)
|
||||
{
|
||||
print_server_name (server);
|
||||
print_server_name (server);
|
||||
vfprintf (stderr, format, args);
|
||||
fprintf (stderr, "\n");
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ GType
|
||||
glibtop_backend_get_type (void)
|
||||
{
|
||||
static GType glibtop_backend_type = 0;
|
||||
|
||||
|
||||
if (!glibtop_backend_type) {
|
||||
static const GTypeInfo glibtop_backend_info = {
|
||||
sizeof (glibtop_backend_class),
|
||||
@@ -66,7 +66,7 @@ glibtop_backend_get_type (void)
|
||||
16, /* n_preallocs */
|
||||
(GInstanceInitFunc) glibtop_backend_init,
|
||||
};
|
||||
|
||||
|
||||
glibtop_backend_type = g_type_register_static
|
||||
(G_TYPE_OBJECT, "glibtop_backend", &glibtop_backend_info, 0);
|
||||
}
|
||||
@@ -80,7 +80,7 @@ glibtop_backend_class_init (glibtop_backend_class *class)
|
||||
GObjectClass *gobject_class;
|
||||
|
||||
gobject_class = (GObjectClass *) class;
|
||||
|
||||
|
||||
parent_class = g_type_class_ref (G_TYPE_OBJECT);
|
||||
|
||||
gobject_class->finalize = glibtop_backend_finalize;
|
||||
@@ -100,12 +100,12 @@ glibtop_backend_finalize (GObject *object)
|
||||
{
|
||||
glibtop_backend *glibtop;
|
||||
glibtop_backend_private *priv = NULL;
|
||||
|
||||
|
||||
glibtop = GLIBTOP_BACKEND (object);
|
||||
priv = glibtop->_priv;
|
||||
|
||||
g_free (priv);
|
||||
|
||||
|
||||
if (G_OBJECT_CLASS (parent_class)->finalize)
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ GType
|
||||
glibtop_client_get_type (void)
|
||||
{
|
||||
static GType glibtop_client_type = 0;
|
||||
|
||||
|
||||
if (!glibtop_client_type) {
|
||||
static const GTypeInfo glibtop_client_info = {
|
||||
sizeof (glibtop_client_class),
|
||||
@@ -60,7 +60,7 @@ glibtop_client_get_type (void)
|
||||
16, /* n_preallocs */
|
||||
(GInstanceInitFunc) glibtop_client_init,
|
||||
};
|
||||
|
||||
|
||||
glibtop_client_type = g_type_register_static
|
||||
(G_TYPE_OBJECT, "glibtop_client", &glibtop_client_info, 0);
|
||||
}
|
||||
@@ -99,7 +99,7 @@ glibtop_client_class_init (glibtop_client_class *klass)
|
||||
GObjectClass *gobject_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
||||
glibtop_client_signals [GLIBTOP_CLIENT_SIGNAL_ERROR] =
|
||||
@@ -122,7 +122,7 @@ glibtop_client_class_init (glibtop_client_class *klass)
|
||||
|
||||
klass->error = glibtop_client_error_handler;
|
||||
klass->warning = glibtop_client_warning_handler;
|
||||
|
||||
|
||||
gobject_class->finalize = glibtop_client_finalize;
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ static void
|
||||
glibtop_client_init (glibtop_client *glibtop)
|
||||
{
|
||||
glibtop_client_private *priv;
|
||||
|
||||
|
||||
priv = g_new0 (glibtop_client_private, 1);
|
||||
glibtop->_priv = priv;
|
||||
}
|
||||
@@ -141,16 +141,16 @@ glibtop_client_finalize (GObject *object)
|
||||
glibtop_client *glibtop;
|
||||
glibtop_client_private *priv = NULL;
|
||||
GSList *c;
|
||||
|
||||
|
||||
glibtop = GLIBTOP_CLIENT (object);
|
||||
priv = glibtop->_priv;
|
||||
|
||||
for (c = priv->backend_list; c; c = c->next)
|
||||
g_object_unref (G_OBJECT (c->data));
|
||||
g_slist_free (priv->backend_list);
|
||||
|
||||
|
||||
g_free (priv);
|
||||
|
||||
|
||||
if (G_OBJECT_CLASS (parent_class)->finalize)
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
@@ -180,7 +180,7 @@ glibtop_client_propagate_error (glibtop_client *client, GError *error)
|
||||
g_signal_emitv (params,
|
||||
glibtop_client_signals [GLIBTOP_CLIENT_SIGNAL_ERROR],
|
||||
0, NULL);
|
||||
|
||||
|
||||
g_value_unset (params + 1);
|
||||
g_value_unset (params + 0);
|
||||
}
|
||||
@@ -204,7 +204,7 @@ glibtop_client_propagate_warning (glibtop_client *client, GError *error)
|
||||
g_signal_emitv (params,
|
||||
glibtop_client_signals [GLIBTOP_CLIENT_SIGNAL_WARNING],
|
||||
0, NULL);
|
||||
|
||||
|
||||
g_value_unset (params + 1);
|
||||
g_value_unset (params + 0);
|
||||
}
|
||||
|
||||
46
lib/init.c
46
lib/init.c
@@ -29,7 +29,7 @@
|
||||
#define DEFAULT_PORT 42800
|
||||
#endif
|
||||
|
||||
static glibtop _glibtop_global_server;
|
||||
static glibtop _glibtop_global_server = { .flags = 0 };
|
||||
glibtop *glibtop_global_server = &_glibtop_global_server;
|
||||
|
||||
static void
|
||||
@@ -50,7 +50,7 @@ _init_server (glibtop *server, const unsigned features)
|
||||
if (server->server_rsh == NULL) {
|
||||
const char *temp = getenv ("LIBGTOP_RSH") ?
|
||||
getenv ("LIBGTOP_RSH") : "/usr/bin/ssh";
|
||||
|
||||
|
||||
server->server_rsh = g_strdup (temp);
|
||||
}
|
||||
|
||||
@@ -78,15 +78,15 @@ _init_server (glibtop *server, const unsigned features)
|
||||
|
||||
/* If the first character of 'server_command' is a colon,
|
||||
* the first field is the method to connect to the server. */
|
||||
|
||||
|
||||
/* Everything up to the next colon is the method. */
|
||||
|
||||
|
||||
command = g_strdup (server->server_command+1);
|
||||
temp = strstr (command, ":");
|
||||
if (temp) *temp = 0;
|
||||
|
||||
|
||||
/* Dispatch method. */
|
||||
|
||||
|
||||
if (!strcmp (command, "direct")) {
|
||||
/* Use sysdeps dir instead of connecting to server
|
||||
* even if using the server would be required on
|
||||
@@ -106,16 +106,16 @@ _init_server (glibtop *server, const unsigned features)
|
||||
} else {
|
||||
char *temp2 = strstr (temp+1, ":");
|
||||
if (temp2) *temp2 = 0;
|
||||
|
||||
|
||||
/* Override default. */
|
||||
if (server->server_host)
|
||||
g_free ((char *) server->server_host);
|
||||
|
||||
server->server_host = g_strdup (temp+1);
|
||||
|
||||
|
||||
temp = temp2;
|
||||
}
|
||||
|
||||
|
||||
if (temp == NULL) {
|
||||
/* If no value was set, we use DEFAULT_PORT. */
|
||||
if (server->server_port == 0)
|
||||
@@ -123,10 +123,10 @@ _init_server (glibtop *server, const unsigned features)
|
||||
} else {
|
||||
char *temp2 = strstr (temp+1, ":");
|
||||
if (temp2) *temp2 = 0;
|
||||
|
||||
|
||||
if (sscanf (temp+1, "%ld", &server->server_port) != 1)
|
||||
server->server_port = DEFAULT_PORT;
|
||||
|
||||
|
||||
temp = temp2 ? temp2 + 1 : temp2;
|
||||
}
|
||||
|
||||
@@ -146,7 +146,7 @@ _init_server (glibtop *server, const unsigned features)
|
||||
server->server_command+1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
g_free (command);
|
||||
}
|
||||
|
||||
@@ -173,27 +173,27 @@ glibtop_init_r (glibtop **server_ptr, unsigned long features, unsigned flags)
|
||||
if ((server->flags & _GLIBTOP_INIT_STATE_INIT) == 0) {
|
||||
if (flags & GLIBTOP_FEATURES_EXCEPT)
|
||||
features = ~features & GLIBTOP_SYSDEPS_ALL;
|
||||
|
||||
|
||||
if (features == 0)
|
||||
features = GLIBTOP_SYSDEPS_ALL;
|
||||
|
||||
|
||||
if (flags & GLIBTOP_FEATURES_NO_SERVER) {
|
||||
server->method = GLIBTOP_METHOD_DIRECT;
|
||||
features = 0;
|
||||
}
|
||||
|
||||
|
||||
server->features = features;
|
||||
|
||||
|
||||
_init_server (server, features);
|
||||
|
||||
|
||||
server->flags |= _GLIBTOP_INIT_STATE_INIT;
|
||||
|
||||
|
||||
switch (server->method) {
|
||||
case GLIBTOP_METHOD_PIPE:
|
||||
case GLIBTOP_METHOD_UNIX:
|
||||
if (glibtop_server_features & features)
|
||||
break;
|
||||
|
||||
|
||||
server->method = GLIBTOP_METHOD_DIRECT;
|
||||
break;
|
||||
}
|
||||
@@ -205,11 +205,11 @@ glibtop_init_r (glibtop **server_ptr, unsigned long features, unsigned flags)
|
||||
return server;
|
||||
|
||||
/* Open server, but only if not already opened. */
|
||||
|
||||
|
||||
if ((server->flags & _GLIBTOP_INIT_STATE_OPEN) == 0)
|
||||
glibtop_open_l (glibtop_global_server, "glibtop",
|
||||
features, flags);
|
||||
|
||||
|
||||
return server;
|
||||
}
|
||||
|
||||
@@ -218,7 +218,7 @@ glibtop_init_s (glibtop **server_ptr, unsigned long features, unsigned flags)
|
||||
{
|
||||
glibtop *server;
|
||||
glibtop_init_func_t *init_fkt;
|
||||
|
||||
|
||||
if (server_ptr == NULL)
|
||||
return NULL;
|
||||
|
||||
@@ -239,7 +239,7 @@ glibtop_init_s (glibtop **server_ptr, unsigned long features, unsigned flags)
|
||||
|
||||
for (init_fkt = _glibtop_init_hook_s; *init_fkt; init_fkt++)
|
||||
(*init_fkt) (server);
|
||||
|
||||
|
||||
server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS;
|
||||
}
|
||||
|
||||
|
||||
@@ -59,9 +59,9 @@ glibtop_inodedb_open_s (glibtop *server, unsigned databases,
|
||||
|
||||
pwd = getpwuid (getuid ());
|
||||
if (!pwd) glibtop_error_io_r (server, "getpwuid");
|
||||
|
||||
|
||||
sprintf (filename, "%s/var/libgtop/inodedb.db", pwd->pw_dir);
|
||||
|
||||
|
||||
if (stat (filename, &statb))
|
||||
databases &= ~GLIBTOP_INODEDB_USER;
|
||||
|
||||
@@ -108,7 +108,7 @@ glibtop_inodedb_close_s (glibtop *server, glibtop_inodedb *inodedb)
|
||||
{
|
||||
if (inodedb->system_dbf)
|
||||
gdbm_close (inodedb->system_dbf);
|
||||
|
||||
|
||||
if (inodedb->user_dbf)
|
||||
gdbm_close (inodedb->user_dbf);
|
||||
|
||||
|
||||
26
lib/open.c
26
lib/open.c
@@ -62,17 +62,17 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
||||
fprintf (stderr, "Connecting to '%s' port %ld.\n",
|
||||
server->server_host, server->server_port);
|
||||
#endif
|
||||
|
||||
|
||||
connect_type = glibtop_make_connection
|
||||
(server->server_host, server->server_port,
|
||||
&server->socket);
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf (stderr, "Connect Type is %d.\n", connect_type);
|
||||
#endif
|
||||
|
||||
|
||||
server->flags |= _GLIBTOP_INIT_STATE_SERVER;
|
||||
|
||||
|
||||
server->features = -1;
|
||||
break;
|
||||
case GLIBTOP_METHOD_UNIX:
|
||||
@@ -83,7 +83,7 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
||||
connect_type = glibtop_make_connection
|
||||
("unix", 0, &server->socket);
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG
|
||||
fprintf (stderr, "Connect Type is %d.\n", connect_type);
|
||||
#endif
|
||||
|
||||
@@ -101,7 +101,7 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
||||
glibtop_error_io_r (server, "cannot make a pipe");
|
||||
|
||||
server->pid = fork ();
|
||||
|
||||
|
||||
if (server->pid < 0) {
|
||||
glibtop_error_io_r (server, "fork failed");
|
||||
} else if (server->pid == 0) {
|
||||
@@ -119,7 +119,7 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
||||
close (server->output [0]);
|
||||
|
||||
server->flags |= _GLIBTOP_INIT_STATE_SERVER;
|
||||
|
||||
|
||||
server->features = -1;
|
||||
break;
|
||||
}
|
||||
@@ -141,25 +141,25 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
||||
sizeof (glibtop_sysdeps));
|
||||
|
||||
size = strlen (version) + 1;
|
||||
|
||||
|
||||
glibtop_read_l (server, sizeof (nbytes), &nbytes);
|
||||
|
||||
if (nbytes != size)
|
||||
glibtop_error_r (server,
|
||||
"Requested %u bytes but got %u.",
|
||||
size, nbytes);
|
||||
|
||||
|
||||
glibtop_read_l (server, nbytes, buffer);
|
||||
|
||||
|
||||
if (memcmp (version, buffer, size))
|
||||
glibtop_error_r (server, "server version is not %s",
|
||||
LIBGTOP_VERSION);
|
||||
|
||||
/* Now ask it for its features. */
|
||||
|
||||
|
||||
glibtop_call_l (server, GLIBTOP_CMND_SYSDEPS, 0, NULL,
|
||||
sizeof (glibtop_sysdeps), &sysdeps);
|
||||
|
||||
|
||||
server->features = sysdeps.features;
|
||||
|
||||
memcpy (&server->sysdeps, &sysdeps, sizeof (glibtop_sysdeps));
|
||||
@@ -176,6 +176,6 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
||||
#ifdef DEBUG
|
||||
fprintf (stderr, "Calling sysdeps open function.\n");
|
||||
#endif
|
||||
|
||||
|
||||
glibtop_init_s (&server, features, flags);
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#define _write_data(ptr,size) \
|
||||
if ((data_ptr == NULL) || (data_size < size)) return -size; \
|
||||
if (ptr == NULL) { strcpy (data_ptr, ""); return 1; } \
|
||||
if (ptr == NULL) { char * const p = data_ptr; *p = '\0'; return 1; } \
|
||||
memcpy (data_ptr, ptr, size); \
|
||||
return size;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ do_read (int s, void *ptr, size_t total_size)
|
||||
int nread;
|
||||
size_t already_read = 0, remaining = total_size;
|
||||
char *tmp_ptr;
|
||||
|
||||
|
||||
while (already_read < total_size) {
|
||||
nread = recv (s, ptr, remaining, 0);
|
||||
|
||||
@@ -42,12 +42,12 @@ do_read (int s, void *ptr, size_t total_size)
|
||||
close (s);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
if (nread <= 0) {
|
||||
glibtop_error_io ("recv");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
already_read += nread;
|
||||
remaining -= nread;
|
||||
/* (char *) ptr += nread; */
|
||||
|
||||
@@ -54,10 +54,10 @@ glibtop_read_data_l (glibtop *server)
|
||||
fprintf (stderr, "LIBRARY: really reading %d data bytes (ret = %d).\n", size, ret);
|
||||
#endif
|
||||
|
||||
if (!size) return NULL;
|
||||
if (!size) return NULL;
|
||||
|
||||
ptr = g_malloc (size);
|
||||
|
||||
|
||||
if (server->socket) {
|
||||
ret = recv (server->socket, ptr, size, 0);
|
||||
} else {
|
||||
|
||||
@@ -178,5 +178,5 @@ glibtop_init_func_t _glibtop_init_hook_p [] = {
|
||||
void
|
||||
glibtop_get_sysdeps_r (glibtop *server, glibtop_sysdeps *buf)
|
||||
{
|
||||
memcpy (buf, &server->sysdeps, sizeof (glibtop_sysdeps));
|
||||
*buf = server->sysdeps;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* without specific prior written permission.
|
||||
* 4. Altered versions must be plainly marked as such, and must not be
|
||||
* misrepresented as being the original software and/or documentation.
|
||||
*
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
|
||||
82
po/ChangeLog
82
po/ChangeLog
@@ -1,3 +1,85 @@
|
||||
2004-10-27 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||
|
||||
* or.po: Updated Oriya translation.
|
||||
|
||||
2004-07-13 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* am.po:
|
||||
* ar.po:
|
||||
* az.po:
|
||||
* be.po:
|
||||
* bg.po:
|
||||
* bn.po:
|
||||
* ca.po:
|
||||
* cs.po:
|
||||
* cy.po:
|
||||
* da.po:
|
||||
* de.po:
|
||||
* el.po:
|
||||
* en_CA.po:
|
||||
* en_GB.po:
|
||||
* es.po:
|
||||
* et.po:
|
||||
* eu.po:
|
||||
* fa.po:
|
||||
* fi.po:
|
||||
* fr.po:
|
||||
* ga.po:
|
||||
* gl.po:
|
||||
* gu.po:
|
||||
* he.po:
|
||||
* hi.po:
|
||||
* hr.po:
|
||||
* hu.po:
|
||||
* id.po:
|
||||
* it.po:
|
||||
* ja.po:
|
||||
* ko.po:
|
||||
* lt.po:
|
||||
* lv.po:
|
||||
* mk.po:
|
||||
* ml.po:
|
||||
* mn.po:
|
||||
* ms.po:
|
||||
* nl.po:
|
||||
* nn.po:
|
||||
* no.po:
|
||||
* pa.po:
|
||||
* pl.po:
|
||||
* pt.po:
|
||||
* pt_BR.po:
|
||||
* ro.po:
|
||||
* ru.po:
|
||||
* sk.po:
|
||||
* sl.po:
|
||||
* sq.po:
|
||||
* sr.po:
|
||||
* sr@Latn.po:
|
||||
* sv.po:
|
||||
* ta.po:
|
||||
* tr.po:
|
||||
* uk.po:
|
||||
* vi.po:
|
||||
* zh_CN.po:
|
||||
* zh_TW.po: Updated.
|
||||
|
||||
2004-05-14 Baris Cicek <baris@teamforce.name.tr>
|
||||
|
||||
* tr.po: Updated Turkish Translation
|
||||
|
||||
2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org>
|
||||
|
||||
* eu.po: Added Basque translation.
|
||||
|
||||
2004-04-15 Andras Timar <timar@gnome.hu>
|
||||
|
||||
* hu.po: Updated Hungarian translation.
|
||||
|
||||
2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||
|
||||
* gu.po: Added Gujurati translation by
|
||||
Gujarati Team <magnet@magnet-i.com>.
|
||||
|
||||
2004-03-30 Adam Weinberger <adamw@gnome.org>
|
||||
|
||||
* en_CA.po: Added Canadian English translation.
|
||||
|
||||
36
po/am.po
36
po/am.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
|
||||
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
|
||||
"Language-Team: Amharic <locales@geez.org>\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "አጠቃላይ"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "ተጠቃሚ"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"ሲፒዩ (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "ሲፒዩ %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "መቶኛ፦"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "አጠቃላይ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "ተጠቃሚ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"ሲፒዩ (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "ሲፒዩ %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr ""
|
||||
|
||||
|
||||
36
po/ar.po
36
po/ar.po
@@ -13,7 +13,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop.libgtop-GNOME-2-0-port.ar\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-07-21 17:50+0200\n"
|
||||
"Last-Translator: Arafat Medini <lumina@silverpen.de>\n"
|
||||
"Language-Team: Arabic <doc@arabeyes.org>\n"
|
||||
@@ -22,32 +22,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.0\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "نقرات (%ld في الثانية):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "الكلي"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "المستخدم"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "جميلe"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "نظام"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "مبطل"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -56,36 +56,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "بالمئة:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "الكلي (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "المستخدم (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "ظريف (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "النظام (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "مبطل (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -94,12 +94,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "تدوير:"
|
||||
|
||||
|
||||
36
po/az.po
36
po/az.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop.HEAD.az\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-12 19:43+0200\n"
|
||||
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
|
||||
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."
|
||||
@@ -18,32 +18,32 @@ msgstr ""
|
||||
"X-Generator: KBabel 1.0.2\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tiklər (saniyə başına %ld):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Toplam"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "İstifadəçi"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -52,36 +52,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Faiz:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Ümumi (%):"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "İstifadəçi (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -90,12 +90,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Ox:"
|
||||
|
||||
|
||||
43
po/be.po
43
po/be.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-13 05:17+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-13 14:28+0200\n"
|
||||
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
|
||||
"Language-Team: Belarusian <i18n@mova.org>\n"
|
||||
@@ -19,32 +19,32 @@ msgstr ""
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: KBabel 1.0.2\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Цікі (%ld у сэкунду):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Агулам"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Карыстаьнік"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Прыярытэт"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Сыст."
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Чаканьне"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,36 +53,36 @@ msgstr ""
|
||||
"ЦПУ (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "ЦПУ %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Адсоткі:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Агулам (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Карыстальнік (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Прыярытэт (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Сыст. (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Чакан. (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -91,12 +91,12 @@ msgstr ""
|
||||
"ЦПУ (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "ЦПУ %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Спін:"
|
||||
|
||||
@@ -227,7 +227,8 @@ msgstr "Колькасьць цікаў часу, праведзенага сы
|
||||
|
||||
#: sysdeps/names/cpu.c:62 sysdeps/names/cpu.c:68
|
||||
msgid "Number of clock ticks the system spent in user mode (nice)"
|
||||
msgstr "Колькасьць цікаў часу, праведзенага сыстэмай у рэжыме карыстальніку (nice)"
|
||||
msgstr ""
|
||||
"Колькасьць цікаў часу, праведзенага сыстэмай у рэжыме карыстальніку (nice)"
|
||||
|
||||
#: sysdeps/names/cpu.c:63 sysdeps/names/cpu.c:69
|
||||
msgid "Number of clock ticks the system spent in system mode"
|
||||
@@ -665,7 +666,8 @@ msgstr ""
|
||||
"па запыце ці выгружаны з памяці."
|
||||
|
||||
#: sysdeps/names/procmem.c:63
|
||||
msgid "Current limit in bytes on the rss of the process (usually 2,147,483,647)."
|
||||
msgid ""
|
||||
"Current limit in bytes on the rss of the process (usually 2,147,483,647)."
|
||||
msgstr "Бягучыя межы ў байтох для rss працэсу (звычайна 2,147,483,647)."
|
||||
|
||||
#: sysdeps/names/procsegment.c:43
|
||||
@@ -1449,4 +1451,3 @@ msgstr "Сыгнал карыстальніку 2"
|
||||
|
||||
#~ msgid "Display brief usage message"
|
||||
#~ msgstr "Паказаць кароткую інструкцыю"
|
||||
|
||||
|
||||
36
po/bg.po
36
po/bg.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2002-06-25 10:26GMT\n"
|
||||
"Last-Translator: Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>\n"
|
||||
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.5\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Тикове (%ld за секунда):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Общо"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Потребител"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Сист."
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "В очакване"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Процент:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Общо (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Потребител (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Приоритетни (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Сист. (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "В очакване (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/bn.po
36
po/bn.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-05-23 11:39+0200\n"
|
||||
"Last-Translator: Vat <vatzcar@yahoo.co.in>\n"
|
||||
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
|
||||
@@ -15,36 +15,36 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "টিক (প্রতি সেকেন্ডে %ld সংখ্যক):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "মোট"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "ব্যবহারকারী"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "নাইস"
|
||||
|
||||
# msgstr "সুন্দর"
|
||||
# "Nice" একটা প্রোগ্রামের নাম; সুতরাং বাংলা করার দরকার নাই। আরো জানার জন্য Nice-এর ম্যানপেজ দেখেন।
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "নিস্ক্রিয়"
|
||||
|
||||
# msgstr "নিষ্ক্রিয়"
|
||||
# ২ বানান ভুল করছেন; ভাল করে খেয়াল করেন
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,37 +53,37 @@ msgstr ""
|
||||
"সিপিইউ (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "সিপিইউ %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "শতাংশ:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "মোট (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "ব্যবহারকারী (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "সুন্দর (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "নিস্ক্রিয় (%)"
|
||||
|
||||
# বানান
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -92,12 +92,12 @@ msgstr ""
|
||||
"সিপিইউ (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "সিপিইউ %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "আবর্তন:"
|
||||
|
||||
|
||||
36
po/ca.po
36
po/ca.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-03 15:17+0100\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Polsos (%ld per segon):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Usuari"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Prioritari"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sistema"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Inactiu"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percentage:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "ID de l'usuari (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Prioritari (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sistema (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Inactiu (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Rotació:"
|
||||
|
||||
|
||||
36
po/cs.po
36
po/cs.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-27 16:36+0100\n"
|
||||
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
@@ -17,32 +17,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tiky (%ld za sekundu):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Celkem"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Uživatel"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Nevyužito"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -51,36 +51,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Celkem (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Uživatel (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Nevyužito (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -89,12 +89,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/cy.po
36
po/cy.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-16 02:48+0000\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-08-09 19:46+0100\n"
|
||||
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
|
||||
"Language-Team: Welsh <gnome-cy@www.linux.org>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Form: nplurals=2: plural=(n == 2) ? 1 : 0;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticiau (%ld yr eiliad):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Cyfanswm"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Defnyddiwr"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Neis"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Segur"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Canran:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Cyfanswm (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Defnyddiwr (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Neis (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Segur (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Troelli:"
|
||||
|
||||
|
||||
36
po/da.po
36
po/da.po
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-20 21:23+0100\n"
|
||||
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
|
||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||
@@ -20,32 +20,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tik (%ld pr. sekund):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Bruger"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Venlig"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Passiv"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -54,36 +54,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Bruger (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Venlig (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Passiv (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -92,12 +92,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/de.po
36
po/de.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-04 18:32+0100\n"
|
||||
"Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
|
||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||
@@ -18,32 +18,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Takt (%ld pro Sekunde):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Gesamt"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Leerlauf"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -52,36 +52,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Prozent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Gesamt (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Benutzer (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Leerlauf (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -90,12 +90,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/el.po
36
po/el.po
@@ -17,7 +17,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: el\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-02-21 12:47+0200\n"
|
||||
"Last-Translator: Nikos Charonitakis <frolix68@yahoo.gr>\n"
|
||||
"Language-Team: Greek <nls@tux.hellug.gr>\n"
|
||||
@@ -26,34 +26,34 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Κτύποι (%ld ανά δευτερόλεπτο):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Συνολικά"
|
||||
|
||||
# sysdeps/names/mem.c:49
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Χρήστης"
|
||||
|
||||
# sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Ωραιοποίηση"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Σύστημα"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Ανενεργό"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -62,37 +62,37 @@ msgstr ""
|
||||
"ΚΜΕ (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "ΚΜΕ %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Ποσοστό:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Συνολικα (%)"
|
||||
|
||||
# sysdeps/names/mem.c:49
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Χρήστη (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Ωραιοποίηση (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Σύστημα (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Ανενεργό (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -101,12 +101,12 @@ msgstr ""
|
||||
"ΚΜΕ (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "ΚΜΕ %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Σπινάρισμα:"
|
||||
|
||||
|
||||
46
po/en_CA.po
46
po/en_CA.po
@@ -9,41 +9,41 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-30 15:49-0500\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-30 15:51-0500\n"
|
||||
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
||||
"Language-Team: English/Canada <adamw@FreeBSD.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticks (%ld per second):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -52,36 +52,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "User (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -90,12 +90,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
@@ -528,6 +528,7 @@ msgstr "NWChan"
|
||||
msgid "WChan"
|
||||
msgstr "WChan"
|
||||
|
||||
#. K_Flags
|
||||
#: sysdeps/names/prockernel.c:51
|
||||
msgid ""
|
||||
"Kernel flags of the process.\n"
|
||||
@@ -548,6 +549,7 @@ msgstr ""
|
||||
"\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 "
|
||||
@@ -556,6 +558,7 @@ 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 "
|
||||
@@ -564,16 +567,19 @@ 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 "
|
||||
@@ -587,6 +593,7 @@ msgstr ""
|
||||
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 "
|
||||
@@ -1394,4 +1401,3 @@ 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"
|
||||
|
||||
|
||||
48
po/en_GB.po
48
po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-22 09:07-0500\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-22 09:12-0500\n"
|
||||
"Last-Translator: Gareth Owen <gowen72@yahoo.comg>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticks (%ld per second):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "User (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
@@ -285,7 +285,8 @@ 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"
|
||||
msgstr ""
|
||||
"Number of jobs running simultaneously averaged over 1, 5 and 15 minutes"
|
||||
|
||||
#: sysdeps/names/loadavg.c:49
|
||||
msgid "Number of tasks currently running"
|
||||
@@ -567,12 +568,14 @@ msgstr ""
|
||||
#. 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."
|
||||
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."
|
||||
msgstr ""
|
||||
"The number of major faults that the process and its children have made."
|
||||
|
||||
#. KStk_ESP
|
||||
#: sysdeps/names/prockernel.c:72
|
||||
@@ -1146,7 +1149,8 @@ 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"
|
||||
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"
|
||||
|
||||
36
po/es.po
36
po/es.po
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop.libgtop-GNOME-2-0-port\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-12-14 11:56+0100\n"
|
||||
"Last-Translator: Francisco Javier F. Serrador <serrador@arrakis.es>\n"
|
||||
"Language-Team: Spanish <traductores@es.gnome.org>\n"
|
||||
@@ -23,32 +23,32 @@ msgstr ""
|
||||
"X-Generator: KBabel 1.0.2\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n == 1)\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tics (%ld por segundo):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sis"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Inact"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -57,36 +57,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Porcentaje:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Usuario (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sis (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Inact (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -95,12 +95,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/et.po
36
po/et.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-02-25 01:05+0200\n"
|
||||
"Last-Translator: Tõivo Leedjärv <toivo@linux.ee>\n"
|
||||
"Language-Team: Estonian <gnome-et@linux.ee>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Kokku"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Kasutaja"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Süsteem"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Kasutamata"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"Protsessor (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "Prots. %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Protsenti:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Kokku (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Kasutaja (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Süsteem (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Kasutamata (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"Protsessor (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "Prots. %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr ""
|
||||
|
||||
|
||||
36
po/fa.po
36
po/fa.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-03-10 15:31+0330\n"
|
||||
"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
|
||||
"Language-Team: Persian <farsi@lists.sharif.edu>\n"
|
||||
@@ -14,80 +14,80 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "مجموع"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "کاربر"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "عاطل"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "درصد:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "مجموع (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "کاربر (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "عاطل (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr ""
|
||||
|
||||
|
||||
36
po/fi.po
36
po/fi.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 1.90.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-02-04 23:01+0200\n"
|
||||
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
|
||||
"Language-Team: Finnish <fi@li.org>\n"
|
||||
@@ -18,32 +18,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tikityksiä (%ld sekunnissa):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Yhteensä"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Käyttäjä"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Järjestelmä"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Jouten"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -52,36 +52,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Prosenttia:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Yhteensä (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Käyttäjä (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Järjestelmä (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Jouten (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -90,12 +90,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Kierre:"
|
||||
|
||||
|
||||
36
po/fr.po
36
po/fr.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-04 13:01+0100\n"
|
||||
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
|
||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
||||
@@ -19,32 +19,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticks (%ld par seconde) :"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Utilisateur"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,36 +53,36 @@ msgstr ""
|
||||
"CPU (0x%08lx) : %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Pourcentage :"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Utilisateur (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -91,12 +91,12 @@ msgstr ""
|
||||
"CPU (0x%08lx) : %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin :"
|
||||
|
||||
|
||||
36
po/ga.po
36
po/ga.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop-GNOME-2-0-port \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-23 18:10+0000\n"
|
||||
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
|
||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
||||
@@ -14,32 +14,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Iomlán"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Úsáidoeir"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Deas"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Diomhaoin"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -48,36 +48,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Céatadán:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Iomlán (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Úsáidoeir (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Deas (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Diomhaoin (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -86,12 +86,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Sníomh:"
|
||||
|
||||
|
||||
36
po/gl.po
36
po/gl.po
@@ -14,7 +14,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 1.0.8\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2000-05-18 00:14+0200\n"
|
||||
"Last-Translator: Jesus Bravo Alvarez <jba@pobox.com>\n"
|
||||
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
|
||||
@@ -22,32 +22,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticks (%ld por segundo):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sist"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Inactivo"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -56,36 +56,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Porcentaxe:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Usuario (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sist (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Inact (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -94,12 +94,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/he.po
36
po/he.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop.libgtop-GNOME-2-0-port.he\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-03-18 18:06+0200\n"
|
||||
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
|
||||
"Language-Team: Hebrew <he@li.org>\n"
|
||||
@@ -17,32 +17,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.0\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "תקתוקים (%ld לשניה):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "סך-הכל"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "משתמש"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "מערכת"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "סרק"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -51,36 +51,36 @@ msgstr ""
|
||||
"מעבד (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "מעבד %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "אחוז:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "סך-הכל (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "משתמש (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "מערכת (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "סרק (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -89,12 +89,12 @@ msgstr ""
|
||||
"מעבד (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "מעבד %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "סיבוב:"
|
||||
|
||||
|
||||
36
po/hi.po
36
po/hi.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Libgtop 2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-08-13 18:19+0530\n"
|
||||
"Last-Translator: Ashutosh Sahu <ashutosh_sahu@rediffmail.com>\n"
|
||||
"Language-Team: Gnome Hindi Team <indlinux-hindi-gnome@lists.sourceforge."
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "टिक्स (%ld प्रति सेकैंड)"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "जोड़"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "उपयोगकर्ता"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "अच्छा"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "सिस"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "खाली"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"सी.पी.यू.\t(0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "सी.पी.यू. %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "प्रतिशत :"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "कुल (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "उपयोगकर्ता (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "नाइस (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "सिस (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "खाली (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"सी.पी.यू. (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "सी.पी.यू. %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "स्पिन :"
|
||||
|
||||
|
||||
39
po/hr.po
39
po/hr.po
@@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-02-05 23:51+CET\n"
|
||||
"Last-Translator: auto\n"
|
||||
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
||||
@@ -13,34 +13,35 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: TransDict server\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Otkucavanja (%ld po sekundi):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Ukupno"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Neiskorišteno"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +50,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Postotak:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Ukupno (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Korisnik (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Besposleno (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +88,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
42
po/hu.po
42
po/hu.po
@@ -8,48 +8,48 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-20 04:13+0100\n"
|
||||
"PO-Revision-Date: 2004-03-20 11:49+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-04-14 15:54+0200\n"
|
||||
"Last-Translator: Laszlo Dvornik <dvornikl@mailbox.hu>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
"Language-Team: Hungarian <gnome@gnome.hu>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
# examples/smp.c:68
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Órajel (%ld másodpercenként):"
|
||||
|
||||
# examples/smp.c:71
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Összesen"
|
||||
|
||||
# examples/smp.c:71 sysdeps/names/mem.c:47
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Felhasználó"
|
||||
|
||||
# examples/smp.c:71 sysdeps/names/procuid.c:58
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
# examples/smp.c:71
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
# examples/smp.c:71
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Üresjárat"
|
||||
|
||||
# examples/smp.c:73
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -59,43 +59,43 @@ msgstr ""
|
||||
"\n"
|
||||
|
||||
# examples/smp.c:77
|
||||
#: examples/smp.c:83
|
||||
#: 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:94
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Százalék:"
|
||||
|
||||
# examples/smp.c:95
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Összes (%)"
|
||||
|
||||
# examples/smp.c:95
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Felhasználó (%)"
|
||||
|
||||
# examples/smp.c:95
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
# examples/smp.c:95
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
# examples/smp.c:96
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Üresjárat (%)"
|
||||
|
||||
# examples/smp.c:98
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -105,12 +105,12 @@ msgstr ""
|
||||
"\n"
|
||||
|
||||
# examples/smp.c:114
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
@@ -1383,7 +1383,7 @@ msgstr "A rendszerindítás óta kiírt swap lapok teljes száma"
|
||||
# sysdeps/names/sysdeps.c:49 sysdeps/names/sysdeps.c:76
|
||||
#: sysdeps/names/sysdeps.c:50 sysdeps/names/sysdeps.c:77
|
||||
msgid "Server Features"
|
||||
msgstr "Szerver lehetőségek"
|
||||
msgstr "Szerver szolgáltatások"
|
||||
|
||||
# sysdeps/names/sysdeps.c:50 sysdeps/names/sysdeps.c:77
|
||||
#: sysdeps/names/sysdeps.c:51 sysdeps/names/sysdeps.c:78
|
||||
|
||||
36
po/id.po
36
po/id.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop libgtop-GNOME-2-0-port\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-02-10 18:01+0700\n"
|
||||
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
|
||||
"Language-Team: Indonesia <id@li.org>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tik (%ld per detik):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nilai Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Waktu nganggur"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Persen:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "User (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nilai Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Waktu nganggur (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Putaran:"
|
||||
|
||||
|
||||
66
po/it.po
66
po/it.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-15 20:49+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-15 21:15+0100\n"
|
||||
"Last-Translator: Alessio Frusciante <algol@firenze.linux.it>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tick (%ld per secondo):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Totale"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percentuale:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Totale (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Utente (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
@@ -539,25 +539,32 @@ msgid ""
|
||||
msgstr ""
|
||||
"Flag del kernel del processo.\n"
|
||||
"\n"
|
||||
"In Linux attualmente ogni flag ha il bit matematico impostato, poiché crt0.s controlla l'emulazione matematica, quindi non verrà inserito nell'output.\n"
|
||||
"In Linux attualmente ogni flag ha il bit matematico impostato, poiché crt0.s "
|
||||
"controlla l'emulazione matematica, quindi non verrà inserito nell'output.\n"
|
||||
"\n"
|
||||
"Questo è probabilmente un bug, in quanto non tutti i processi sono programmi C compilati.\n"
|
||||
"Questo è probabilmente un bug, in quanto non tutti i processi sono programmi "
|
||||
"C compilati.\n"
|
||||
"\n"
|
||||
"Il bit matematico dovrebbe essere un 4 decimale e il bit tracicato è 10 decimale."
|
||||
"Il bit matematico dovrebbe essere un 4 decimale e il bit tracicato è 10 "
|
||||
"decimale."
|
||||
|
||||
#. 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 "Il numero di fault minori che il processo ha fatto, quelli che non hanno richiesto di caricare una pagina di memoria dal disco."
|
||||
msgstr ""
|
||||
"Il numero di fault minori che il processo ha fatto, quelli che non hanno "
|
||||
"richiesto di caricare una pagina di memoria dal disco."
|
||||
|
||||
#. 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 "Il numero di fault maggiori che il processo ha fatto, quelli che hanno richiesto di caricare una pagina di memoria dal disco."
|
||||
msgstr ""
|
||||
"Il numero di fault maggiori che il processo ha fatto, quelli che hanno "
|
||||
"richiesto di caricare una pagina di memoria dal disco."
|
||||
|
||||
#. CMin_Flt
|
||||
#: sysdeps/names/prockernel.c:66
|
||||
@@ -567,7 +574,8 @@ msgstr "Il numero di fault minori che il processo e i suoi figli hanno fatto."
|
||||
#. CMaj_Flt
|
||||
#: sysdeps/names/prockernel.c:69
|
||||
msgid "The number of major faults that the process and its children have made."
|
||||
msgstr "Il numero di fault maggiori che il processo e i suoi figli hanno fatto."
|
||||
msgstr ""
|
||||
"Il numero di fault maggiori che il processo e i suoi figli hanno fatto."
|
||||
|
||||
#. KStk_ESP
|
||||
#: sysdeps/names/prockernel.c:72
|
||||
@@ -639,7 +647,11 @@ msgid ""
|
||||
"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 "Numero di pagine che il processo ha nella memoria reale, meno 3 per scopi amministrativi. Queste sono le pagine che puntano a spazio text, data o stack. Non sono incluse pagine che non sono state caricate su richiesta o che sono \"swapped out\"."
|
||||
msgstr ""
|
||||
"Numero di pagine che il processo ha nella memoria reale, meno 3 per scopi "
|
||||
"amministrativi. Queste sono le pagine che puntano a spazio text, data o "
|
||||
"stack. Non sono incluse pagine che non sono state caricate su richiesta o "
|
||||
"che sono \"swapped out\"."
|
||||
|
||||
#: sysdeps/names/procmem.c:63
|
||||
msgid ""
|
||||
@@ -891,7 +903,9 @@ msgstr "Il tempo (in jiffy) del prossimo timeout del processo"
|
||||
msgid ""
|
||||
"The time (in jiffies) before the next SIGALRM is sent to the process due to "
|
||||
"an interval timer."
|
||||
msgstr "Il tempo (in jiffy) prima che il prossimo SIGALRM venga mandato al processo a causa di un timer ad intervalli."
|
||||
msgstr ""
|
||||
"Il tempo (in jiffy) prima che il prossimo SIGALRM venga mandato al processo "
|
||||
"a causa di un timer ad intervalli."
|
||||
|
||||
#: sysdeps/names/proctime.c:61
|
||||
msgid "Tick frequency"
|
||||
|
||||
36
po/ja.po
36
po/ja.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-02 10:56+0900\n"
|
||||
"Last-Translator: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>\n"
|
||||
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
|
||||
@@ -18,32 +18,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "回 (一秒に%ld):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "トータル"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "ユーザ"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "ナイス値"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "システム"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "アイドル"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -52,36 +52,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "パーセント:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "トータル (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "ユーザ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "ナイス値 (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "システム (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "アイドル (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -90,12 +90,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "スピン:"
|
||||
|
||||
|
||||
36
po/ko.po
36
po/ko.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-02-08 01:03+0900\n"
|
||||
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
||||
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "틱 (초당 %ld):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "전체"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "사용자"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "시스템"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "유휴"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "백분율:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "총 (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "사용자 (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "시스템 (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "유휴 (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/lt.po
36
po/lt.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-02 13:21+0200\n"
|
||||
"Last-Translator: Žygimantas Beručka <uid0@tuxfamily.org>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||
@@ -18,32 +18,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
|
||||
"100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Atnaujinimas (%ld per sekundę):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Viso"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Vartotojas"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sistema"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Stovi"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -52,36 +52,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procentai:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Viso (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Vartotojas (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sistema (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Stovi (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -90,12 +90,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Apsuka:"
|
||||
|
||||
|
||||
36
po/lv.po
36
po/lv.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2002-08-31 09:57+0200\n"
|
||||
"Last-Translator: Artis Trops <hornet@navigators.lv>\n"
|
||||
"Language-Team: Latvian <ll10nt@os.lv>\n"
|
||||
@@ -14,32 +14,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tikšķi (%ld katru sekundi):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Kopā"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Lietotājs"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Jauks"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sis"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Dīks"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -48,36 +48,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procenti:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Kopā (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Liet (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Jauks (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sis (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Dīks (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -86,12 +86,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Griešanās:"
|
||||
|
||||
|
||||
36
po/mk.po
36
po/mk.po
@@ -14,7 +14,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop-GNOME-2-0-port.mk\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-06-15 10:09+0200\n"
|
||||
"Last-Translator: Ivan Stojmirov <stojmir@linux.net.mk>\n"
|
||||
"Language-Team: Macedonian <lug@lists.linux.net.mk>\n"
|
||||
@@ -23,32 +23,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.0\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Тактови (%ld во секунда):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Вкупно"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Корисник"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Убаво"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Неактивно"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -57,36 +57,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Проценти:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Вкупно (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Корисник (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Убаво (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys(%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Неактивно (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -95,12 +95,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Ротација:"
|
||||
|
||||
|
||||
36
po/ml.po
36
po/ml.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.0.x\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-03-05 10:29+0530\n"
|
||||
"Last-Translator: FSF-India <locale@gnu.org.in>\n"
|
||||
"Language-Team: Malayalam <locale@gnu.org.in>\n"
|
||||
@@ -15,84 +15,84 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "മൊത്തം"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "ഉപയോക്താവ്"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
#, fuzzy
|
||||
msgid "Nice"
|
||||
msgstr "ശ്രദ്ദിക്കുക"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
#, fuzzy
|
||||
msgid "Sys"
|
||||
msgstr "ശരി"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "അനക്കമില്ല:"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "ശതമാനം:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "മൊത്തം (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "ഉപയോക്താവ് (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
#, fuzzy
|
||||
msgid "Nice (%)"
|
||||
msgstr "1 രചന (%s)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
#, fuzzy
|
||||
msgid "Sys (%)"
|
||||
msgstr "ഉപയോക്താവ് (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "അനക്കമില്ല (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr ""
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
#, fuzzy
|
||||
msgid "Spin:"
|
||||
msgstr "സ്പെയിന്"
|
||||
|
||||
36
po/mn.po
36
po/mn.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: mn\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-05 21:47+0100\n"
|
||||
"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
|
||||
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
|
||||
@@ -20,32 +20,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: KBabel 1.0.2\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Лугшилт (секундэд %ld )"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Нийт"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Хэрэглэгч"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Хоосон явалт"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -54,36 +54,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Процент:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Нийт (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Хэрэглэгч (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Хоосон явалт (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -92,12 +92,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/ms.po
36
po/ms.po
@@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop (libgtop-GNOME-2-0-port)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-11 03:36+0800\n"
|
||||
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
|
||||
"Language-Team: Projek Gabai <gabai-penyumbang@list.sourceforge.net>\n"
|
||||
@@ -13,32 +13,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Denyutan (%ld per saat):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Jumlah"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Pengguna"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Elok"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sis"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Leka"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -47,36 +47,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Peratus:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Jumlah (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Pengguna (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Elok (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sis (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Leka (%s)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -85,12 +85,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Putar:"
|
||||
|
||||
|
||||
36
po/nl.po
36
po/nl.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop CVS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-01 18:11+0100\n"
|
||||
"Last-Translator: Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>\n"
|
||||
"Language-Team: Dutch <nl@li.org>\n"
|
||||
@@ -15,80 +15,80 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticks (%ld per seconde):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Totaal"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Gebruiker"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "'Nice'"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Rust"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: 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"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percentage:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Totaal (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Gebruiker (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "'Nice' (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Rust (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: 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"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Draaiing:"
|
||||
|
||||
|
||||
36
po/nn.po
36
po/nn.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nn\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-23 12:03+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-23 12:02+0100\n"
|
||||
"Last-Translator: Åsmund Skjæveland\n"
|
||||
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
|
||||
@@ -19,32 +19,32 @@ msgstr ""
|
||||
"X-Generator: KBabel 1.3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tikk (%ld per sekund):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Totalt"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Brukar"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Snill"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Inaktiv"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,36 +53,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Prosent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Totalt (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Brukar (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Snill (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Inaktiv (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -91,12 +91,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spinn:"
|
||||
|
||||
|
||||
36
po/no.po
36
po/no.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-13 00:34+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8-bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tikk (%ld per sekund):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Totalt"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Bruker"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Prosent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Bruker (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spinn:"
|
||||
|
||||
|
||||
43
po/pa.po
43
po/pa.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-22 17:17+0530\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-18 17:50+0530\n"
|
||||
"Last-Translator: Amanpreet Singh Alam <amanlinux@netscape.net>\n"
|
||||
"Language-Team: Punjabi\n"
|
||||
@@ -17,32 +17,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "ਟਿਕ-ਟਿਕ (%ld ਪ੍ਤੀ ਸਕਿੰਟ):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "ਕੁੱਲ"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "ਕਾਮਾ"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "ਨਾੲੀਸ"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "ਸਿਸਟਮ"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "ਵਿਹਲਾ"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -51,36 +51,36 @@ msgstr ""
|
||||
"ਪਰੋਸੈਸਰ (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "ਪਰੋਸੈਸਰ %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "ਪ੍ਤੀਸ਼ਤ ਃ"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "ਕੁੱਲ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "ਕਾਮਾ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "ਚੰਗਾ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "ਸਿਸਟਮ (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "ਵਿਹਲਾ(%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -89,12 +89,12 @@ msgstr ""
|
||||
"ਪਰੋਸੈਸਰ (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "ਪਰੋਸੈਸਰ %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "ਘੁੰਮਾੳੁਃ"
|
||||
|
||||
@@ -523,6 +523,7 @@ msgstr "NW ਚੈਨਲ"
|
||||
msgid "WChan"
|
||||
msgstr "W ਚੈਨਲ"
|
||||
|
||||
#. K_Flags
|
||||
#: sysdeps/names/prockernel.c:51
|
||||
msgid ""
|
||||
"Kernel flags of the process.\n"
|
||||
@@ -543,6 +544,7 @@ msgstr ""
|
||||
"\n"
|
||||
"ਗਣਿਤ ਬਿੱਟ ਕੋਲ 4 ਦਸ਼ਮਲਵ ਹੋਵੇ ਅਤੇ ਟਰੇਸ ਬਿੱਟ 10 ਦਸ਼ਮਲਵ ਦਾ ਹੋਵੇ"
|
||||
|
||||
#. Min_Flt
|
||||
#: sysdeps/names/prockernel.c:60
|
||||
msgid ""
|
||||
"The number of minor faults the process has made, those which have not "
|
||||
@@ -551,6 +553,7 @@ msgstr ""
|
||||
"ਛੋਟੇ ਨੁਕਸ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ੲਿਸ ਕਾਰਜ ਨੇ ਪੈਦਾ ਕੀਤੇ ਹਨ , ਜਿਹਨ ਨੰੂ ਡਿਸਕ ਤੋ ਮੈਮੂਰੀ ਸਫ਼ਾ ਲੋਡ ਕਰਨ "
|
||||
"ਦੀ ਜਰੂਰਤ ਨਹੀ ਹੈ "
|
||||
|
||||
#. Maj_Flt
|
||||
#: sysdeps/names/prockernel.c:63
|
||||
msgid ""
|
||||
"The number of major faults the process has made, those which have required "
|
||||
@@ -559,14 +562,17 @@ msgstr ""
|
||||
"ਵੱਡੇ ਨੁਕਸ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ੲਿਸ ਕਾਰਜ ਨੇ ਪੈਦਾ ਕੀਤੇ ਹਨ , ਜਿਹਨ ਨੰੂ ਡਿਸਕ ਤੋ ਮੈਮੂਰੀ ਸਫ਼ਾ ਲੋਡ ਕਰਨ "
|
||||
"ਦੀ ਜਰੂਰਤ ਹੈ "
|
||||
|
||||
#. CMin_Flt
|
||||
#: sysdeps/names/prockernel.c:66
|
||||
msgid "The number of minor faults that the process and its children have made."
|
||||
msgstr "ਛੋਟੇ ਨੁਕਸ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ੲਿਸ ਕਾਰਜ ਅਤੇ ੲਿਸ ਦੇ ਅਗਲੇ ਕਾਰਜ ਨੇ ਪੈਦਾ ਕੀਤੇ ਹਨ "
|
||||
|
||||
#. CMaj_Flt
|
||||
#: sysdeps/names/prockernel.c:69
|
||||
msgid "The number of major faults that the process and its children have made."
|
||||
msgstr "ਵੱਡੇ ਨੁਕਸ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ੲਿਸ ਕਾਰਜ ਅਤੇ ੲਿਸ ਦੇ ਅਗਲੇ ਕਾਰਜ ਨੇ ਪੈਦਾ ਕੀਤੇ ਹਨ "
|
||||
|
||||
#. KStk_ESP
|
||||
#: sysdeps/names/prockernel.c:72
|
||||
msgid ""
|
||||
"The current value of esp (32-bit stack pointer), as found in the kernel "
|
||||
@@ -580,6 +586,7 @@ msgstr ""
|
||||
msgid "The current EIP (32-bit instruction pointer)."
|
||||
msgstr "ਮੌਜੂਦਾ ੲੀਅਾੲੀਪੀ(EIP) ( 32-ਬਿੱਟ ਹਦਾੲਿਤ ਸੰਕੇਤਕ)"
|
||||
|
||||
#. NWChan
|
||||
#: sysdeps/names/prockernel.c:77
|
||||
msgid ""
|
||||
"This is the \"channel\" in which the process is waiting. This is the "
|
||||
|
||||
36
po/pl.po
36
po/pl.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2002-07-05 19:13+0200\n"
|
||||
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
@@ -20,32 +20,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Takty (%ld na sekundę):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Łącznie"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Użytkownik"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "'Nice'"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "System"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Bezczynność"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -54,36 +54,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procentowo:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Łącznie (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Użytkownik (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "System (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Bezczynność (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -92,12 +92,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Odchylenie:"
|
||||
|
||||
|
||||
36
po/pt.po
36
po/pt.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 2.6\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-04 01:55+0000\n"
|
||||
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
|
||||
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ciclos (%ld por segundo):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Utilizador"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sis"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Inactivo"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percentagem:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Utilizador (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sis (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Inactivo (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Rotações:"
|
||||
|
||||
|
||||
36
po/pt_BR.po
36
po/pt_BR.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.0.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 11:29-0500\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-11 11:28-0500\n"
|
||||
"Last-Translator: Evandro Fernandes Giovanini <evandrofg@ig.com.br>\n"
|
||||
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Pulsos (%ld por segundo):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Usuário"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Prioridade"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Tempo ocioso"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Porcentual:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Usuário (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Prioridade (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Tempo ocioso (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/ro.po
36
po/ro.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-18 23:25+0200\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-18 20:29+0200\n"
|
||||
"Last-Translator: Mişu Moldovan <dumol@go.ro>\n"
|
||||
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
|
||||
@@ -17,32 +17,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Bătăi (%ld pe secundă):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Utilizator"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Idle"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -51,36 +51,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Total (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Utilizator (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Idle (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -89,12 +89,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/ru.po
36
po/ru.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-03-11 12:29+0300\n"
|
||||
"Last-Translator: Dmitry G. Mastrukov <dmitry@taurussoft.org>\n"
|
||||
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
|
||||
@@ -17,32 +17,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Тики (%ld в секунду):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Всего"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Пользователь"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Фон"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Система"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Простой"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -51,36 +51,36 @@ msgstr ""
|
||||
"Процессор (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "Прцессор %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Процент:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Всего (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Пользователь (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Фон (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Система (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Простой (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -89,12 +89,12 @@ msgstr ""
|
||||
"Процессор (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "Процессор %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Спин:"
|
||||
|
||||
|
||||
36
po/sk.po
36
po/sk.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-11-01 07:43+0100\n"
|
||||
"Last-Translator: Marcel Telka <Marcel@telka.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
@@ -15,32 +15,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural= (n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tiky hodín (%ld za sekundu):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Celkom"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Používateľ"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Priorita (nice)"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Nečinnosť"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -49,36 +49,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Percento:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Celkom (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Používateľ (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Priorita (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Nečinnosť (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -87,12 +87,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spin:"
|
||||
|
||||
|
||||
36
po/sl.po
36
po/sl.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2000-05-22 02:46+0200\n"
|
||||
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
|
||||
"Language-Team: Slovenian <sl@li.org>\n"
|
||||
@@ -14,32 +14,32 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Frekvenca merjenja (%ld na sekundo):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Skupaj"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Uporabnik"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sistem"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Prazni čas"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -48,36 +48,36 @@ msgstr ""
|
||||
"Procesor (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: examples/smp.c:85
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
msgstr "PROCESOR %3d (0x%08lx): %12lu %12lu %12lu %12lu %12lu\n"
|
||||
|
||||
#: examples/smp.c:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procentov:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Skupaj (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Uporabniki (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sistem (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Nezasedeno (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -86,12 +86,12 @@ msgstr ""
|
||||
"PROCESOR (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: examples/smp.c:122
|
||||
#, c-format
|
||||
msgid "CPU %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
msgstr "PROCESOR %3d (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
|
||||
#: examples/smp.c:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Zasuk:"
|
||||
|
||||
|
||||
36
po/sq.po
36
po/sq.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop.HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-02-23 15:10+0100\n"
|
||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Ticks (%ld për sekondë):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Gjithsej"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Përdoruesi"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Jo në përdorim"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -50,36 +50,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Përqindja:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Gjithsej (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Përdoruesi (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Jo në përdorim (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -88,12 +88,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Rrutullimi:"
|
||||
|
||||
|
||||
36
po/sr.po
36
po/sr.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-10-22 01:44+0200\n"
|
||||
"Last-Translator: Бранко Ивановић <popeye@one.ekof.bg.ac.yu>\n"
|
||||
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
||||
@@ -19,32 +19,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Такт (%ld у секунди):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Укупно"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Корисник"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Неважно"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Систем"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Слободно"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,36 +53,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Одсто:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Укупно (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Корисник (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Неважно (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Систем (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Слободно (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -91,12 +91,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Врти:"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop 2.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2003-10-22 01:44+0200\n"
|
||||
"Last-Translator: Branko Ivanović <popeye@one.ekof.bg.ac.yu>\n"
|
||||
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
||||
@@ -19,32 +19,32 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Takt (%ld u sekundi):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Ukupno"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nevažno"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sistem"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Slobodno"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,36 +53,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Odsto:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Ukupno (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Korisnik (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nevažno (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sistem (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Slobodno (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -91,12 +91,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Vrti:"
|
||||
|
||||
|
||||
36
po/sv.po
36
po/sv.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libgtop\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-11 03:27+0100\n"
|
||||
"POT-Creation-Date: 2004-07-13 14:38+0200\n"
|
||||
"PO-Revision-Date: 2004-01-06 02:45+0100\n"
|
||||
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
@@ -19,32 +19,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: examples/smp.c:74
|
||||
#: examples/smp.c:76
|
||||
#, c-format
|
||||
msgid "Ticks (%ld per second):"
|
||||
msgstr "Tick (%ld per sekund):"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Total"
|
||||
msgstr "Totalt"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/mem.c:48
|
||||
#: examples/smp.c:79 sysdeps/names/mem.c:48
|
||||
msgid "User"
|
||||
msgstr "Användare"
|
||||
|
||||
#: examples/smp.c:77 sysdeps/names/procuid.c:51
|
||||
#: examples/smp.c:79 sysdeps/names/procuid.c:51
|
||||
msgid "Nice"
|
||||
msgstr "Nice"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Sys"
|
||||
msgstr "Sys"
|
||||
|
||||
#: examples/smp.c:77
|
||||
#: examples/smp.c:79
|
||||
msgid "Idle"
|
||||
msgstr "Ledigt"
|
||||
|
||||
#: examples/smp.c:79
|
||||
#: examples/smp.c:81
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
@@ -53,36 +53,36 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.0f %12.0f %12.0f %12.0f %12.0f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:83
|
||||
#: 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:100
|
||||
#: examples/smp.c:102
|
||||
msgid "Percent:"
|
||||
msgstr "Procent:"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Total (%)"
|
||||
msgstr "Totalt (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "User (%)"
|
||||
msgstr "Användare (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Nice (%)"
|
||||
msgstr "Nice (%)"
|
||||
|
||||
#: examples/smp.c:101
|
||||
#: examples/smp.c:103
|
||||
msgid "Sys (%)"
|
||||
msgstr "Sys (%)"
|
||||
|
||||
#: examples/smp.c:102
|
||||
#: examples/smp.c:104
|
||||
msgid "Idle (%)"
|
||||
msgstr "Ledig (%)"
|
||||
|
||||
#: examples/smp.c:104
|
||||
#: examples/smp.c:106
|
||||
#, c-format
|
||||
msgid ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
@@ -91,12 +91,12 @@ msgstr ""
|
||||
"CPU (0x%08lx): %12.3f %12.3f %12.3f %12.3f %12.3f\n"
|
||||
"\n"
|
||||
|
||||
#: examples/smp.c:120
|
||||
#: 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:126
|
||||
#: examples/smp.c:128
|
||||
msgid "Spin:"
|
||||
msgstr "Spinn:"
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user