Compare commits
86 Commits
LIBGTOP_2_
...
gnome-2-14
Author | SHA1 | Date | |
---|---|---|---|
|
3765989cde | ||
|
8308952bdf | ||
|
3bf5087ae8 | ||
|
4b9bb4ee71 | ||
|
aa9fafe5c3 | ||
|
e0c1214cdd | ||
|
82612af053 | ||
|
2f6439a239 | ||
|
44ff5b7599 | ||
|
eb6c8b696f | ||
|
177d1aa841 | ||
|
021153bc49 | ||
|
89810a70ec | ||
|
504ff4ec59 | ||
|
04a5531a46 | ||
|
5a15e409cf | ||
|
747438e334 | ||
|
10211bf7da | ||
|
09f8aaec1e | ||
|
9f509067d4 | ||
|
a085c85db6 | ||
|
c6a7459bc9 | ||
|
3d06443c2c | ||
|
3f49e555fc | ||
|
e156172e7c | ||
|
c9385972bd | ||
|
b411ee115f | ||
|
63fb94127a | ||
|
37fc9c1544 | ||
|
9055b90aef | ||
|
3f25ae9b43 | ||
|
a288a086f7 | ||
|
25a398fc24 | ||
|
0b438b5250 | ||
|
0d2382e666 | ||
|
56b06c7433 | ||
|
84f690d318 | ||
|
fef76514ed | ||
|
1bc8ce6f23 | ||
|
920a936511 | ||
|
648c28b332 | ||
|
d9282f6102 | ||
|
1ca0e5c5e7 | ||
|
537bf34f94 | ||
|
5982287f48 | ||
|
24f5bb1e22 | ||
|
499f599e95 | ||
|
71ce0e790b | ||
|
05dfb867a3 | ||
|
2345eaf4ee | ||
|
7b3d57c9e9 | ||
|
9ebea04e19 | ||
|
0cefbb6df0 | ||
|
272a72d7bc | ||
|
75f11dc5d6 | ||
|
383b4c480e | ||
|
610c0071cc | ||
|
08887909fa | ||
|
6bd78a815b | ||
|
34e8fd7400 | ||
|
1f7f18b399 | ||
|
a7a9e7e9f8 | ||
|
c51a13bf0e | ||
|
d497c25081 | ||
|
3345ef1704 | ||
|
af52067b3a | ||
|
a3e3a224a2 | ||
|
b9e498c0b8 | ||
|
875df72edf | ||
|
c5e81bacbf | ||
|
8663fc3fda | ||
|
37487d4e62 | ||
|
d52fc3f868 | ||
|
bc79bf010a | ||
|
7f477561f0 | ||
|
c7e0a7ac59 | ||
|
bc6ff2cb59 | ||
|
1826be8ef6 | ||
|
739e9cac4a | ||
|
8c7e0e6f2e | ||
|
46c9f6ebeb | ||
|
e6d6b0bba7 | ||
|
8d60c52922 | ||
|
21f74a6427 | ||
|
05b94bd263 | ||
|
956527cb57 |
42
.cvsignore
42
.cvsignore
@@ -1,42 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
|
||||||
config.cache
|
|
||||||
config.h
|
|
||||||
config.h.in
|
|
||||||
config.log
|
|
||||||
config.sub
|
|
||||||
config.guess
|
|
||||||
config.status
|
|
||||||
configure
|
|
||||||
gtopConf.sh
|
|
||||||
i386-bsdi
|
|
||||||
i686-pc-linux-gnu
|
|
||||||
intl
|
|
||||||
libgtop-mirror.sh.swp
|
|
||||||
libgtopConf.sh
|
|
||||||
libtool
|
|
||||||
ltconfig
|
|
||||||
ltmain.sh
|
|
||||||
macros
|
|
||||||
stamp-h
|
|
||||||
stamp-h.in
|
|
||||||
sun4
|
|
||||||
sun4sol2
|
|
||||||
support
|
|
||||||
i386-freebsd
|
|
||||||
alpha-dec-osf3.0
|
|
||||||
i686-pc-linux-gnu-linux
|
|
||||||
libgtop-config
|
|
||||||
ABOUT-NLS
|
|
||||||
libgtop.spec
|
|
||||||
libgtop*.tar.gz
|
|
||||||
*-debstamp
|
|
||||||
libgtop*.pc
|
|
||||||
autom4te.cache
|
|
||||||
COPYING
|
|
||||||
INSTALL
|
|
||||||
install-sh
|
|
||||||
missing
|
|
||||||
mkinstalldirs
|
|
||||||
libgtopconfig.h
|
|
279
ChangeLog
279
ChangeLog
@@ -1,3 +1,282 @@
|
|||||||
|
2007-05-08 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
|
||||||
|
Released 2.14.9.
|
||||||
|
|
||||||
|
2007-04-11 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* *:
|
||||||
|
|
||||||
|
Renamed all glibtop_init_xxx functions
|
||||||
|
to _glibtop_init_xxx so they get internal visibility.
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Bumped version number.
|
||||||
|
|
||||||
|
2007-03-13 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* MAINTAINERS:
|
||||||
|
|
||||||
|
Updated.
|
||||||
|
|
||||||
|
2007-02-25 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
|
||||||
|
Released 2.14.8.
|
||||||
|
|
||||||
|
2007-02-20 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* *:
|
||||||
|
|
||||||
|
Removed noisy $Id$.
|
||||||
|
|
||||||
|
2007-02-18 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* libgtop-sysdeps.m4:
|
||||||
|
* sysdeps/Makefile.am:
|
||||||
|
|
||||||
|
Huge (k)FreeBSD update.
|
||||||
|
(k)FreeBSD support is freebsd/
|
||||||
|
Other BSD are in bsd/
|
||||||
|
|
||||||
|
Patch by Joe Marcus Clarke <marcus@freebsd.org>
|
||||||
|
Alexander Nedotsukov <bland@FreeBSD.org>
|
||||||
|
|
||||||
|
Closes #407693.
|
||||||
|
|
||||||
|
2007-02-14 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* lib/read.c: (glibtop_read_l):
|
||||||
|
* lib/write.c: (glibtop_write_l):
|
||||||
|
|
||||||
|
Handle EINTR.
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Post release version bump.
|
||||||
|
|
||||||
|
2007-02-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Released 2.14.7.
|
||||||
|
|
||||||
|
2007-01-14 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
|
||||||
|
Released 2.14.6.
|
||||||
|
|
||||||
|
2007-01-11 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Bumped version number to 2.14.6.
|
||||||
|
|
||||||
|
* *:
|
||||||
|
|
||||||
|
Got rid of CVS admin files.
|
||||||
|
|
||||||
|
2006-12-03 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* doc/reference/libgtop-docs.xml:
|
||||||
|
* glibtop.h:
|
||||||
|
* include/glibtop/sysinfo.h:
|
||||||
|
|
||||||
|
Made gtk-doc happy in order to dist.
|
||||||
|
|
||||||
|
2006-12-03 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
|
||||||
|
Released 2.14.5.
|
||||||
|
|
||||||
|
2006-12-02 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.in:
|
||||||
|
* doc/Makefile.am:
|
||||||
|
* doc/reference/Makefile.am:
|
||||||
|
* doc/reference/libgtop-docs.xml:
|
||||||
|
* doc/reference/libgtop-sections.txt:
|
||||||
|
* doc/reference/version.xml.in:
|
||||||
|
* gtk-doc.make:
|
||||||
|
* sysdeps/common/default.c:
|
||||||
|
|
||||||
|
Converted to gtk-doc.
|
||||||
|
Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.
|
||||||
|
|
||||||
|
2006-12-01 Julio M. Merino Vidal <jmmv@NetBSD.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* libgtop-sysdeps.m4:
|
||||||
|
|
||||||
|
Use the AS_HELP_STRING macro to format help messages.
|
||||||
|
Fixes bug #337068.
|
||||||
|
|
||||||
|
2006-11-27 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* libgtop-sysdeps.m4:
|
||||||
|
|
||||||
|
Added kfreebsd support.
|
||||||
|
Patch by Petr Salinger <Petr.Salinger@seznam.cz>.
|
||||||
|
|
||||||
|
2006-11-27 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Bumped version number.
|
||||||
|
|
||||||
|
2006-09-16 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Released 2.14.4.
|
||||||
|
|
||||||
|
2006-09-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* include/glibtop/procstate.h:
|
||||||
|
|
||||||
|
Removed wrong inline documentation.
|
||||||
|
Closes #355286.
|
||||||
|
|
||||||
|
2006-09-05 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
|
||||||
|
Released 2.14.3.
|
||||||
|
|
||||||
|
2006-08-14 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* src/inodedb/Makefile.am:
|
||||||
|
|
||||||
|
Fixed inodedb build with --as-needed to please people
|
||||||
|
who want to compile and optimize broken, deprecated and
|
||||||
|
never-used feature.
|
||||||
|
Patch by Daniel Gryniewicz <dang@gentoo.org>
|
||||||
|
Closes #341041.
|
||||||
|
|
||||||
|
2006-08-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Bumped version number.
|
||||||
|
|
||||||
|
* glibtop.h:
|
||||||
|
* include/glibtop/init_hooks.h:
|
||||||
|
|
||||||
|
Added missing G_(BEGIN|END)_DECLS.
|
||||||
|
|
||||||
|
2006-07-27 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
|
||||||
|
Released 2.14.2.
|
||||||
|
|
||||||
|
2006-07-27 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* include/glibtop/netload.h:
|
||||||
|
|
||||||
|
Tiny interface addition to handle wireless interfaces.
|
||||||
|
|
||||||
|
2006-06-26 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* po/Makefile.in.in.in:
|
||||||
|
|
||||||
|
Dropped dead file.
|
||||||
|
|
||||||
|
2006-06-25 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
|
||||||
|
Fixed build.
|
||||||
|
Closes #341779.
|
||||||
|
|
||||||
|
2006-06-24 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
|
||||||
|
Build examples only when needed.
|
||||||
|
Patch by dmacks@netspace.org.
|
||||||
|
Closes #342863.
|
||||||
|
|
||||||
|
2006-06-24 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* libgtop-sysdeps.m4:
|
||||||
|
* sysdeps/solaris/glibtop_machine.h:
|
||||||
|
|
||||||
|
Updated the GLIBTOP_SOLARIS_RELEASE
|
||||||
|
|
||||||
|
Patch by hua.zhang@sun.com.
|
||||||
|
Closes #345821.
|
||||||
|
|
||||||
|
2006-06-24 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Don't use kvm on newer solaris.
|
||||||
|
Patch by hua.zhang@sun.com.
|
||||||
|
Closes #345811.
|
||||||
|
|
||||||
|
2006-06-04 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* libgtop-sysdeps.m4:
|
||||||
|
|
||||||
|
Removed undefined LIBGTOP_HACKER_TESTS.
|
||||||
|
Closes #342890.
|
||||||
|
|
||||||
|
2006-06-03 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* .cvsignore:
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.in:
|
||||||
|
* po/LINGUAS:
|
||||||
|
|
||||||
|
Use po/LINGUAS.
|
||||||
|
Closes #337902.
|
||||||
|
|
||||||
|
2006-04-18 German Poo-Caaman~o <gpoo@ubiobio.cl>
|
||||||
|
|
||||||
|
* /include/glibtop/cpu.h:
|
||||||
|
* /include/glibtop/fsusage.h:
|
||||||
|
* /include/glibtop/loadavg.h:
|
||||||
|
* /include/glibtop/mem.h:
|
||||||
|
* /include/glibtop/mountlist.h:
|
||||||
|
* /include/glibtop/msg_limits.h:
|
||||||
|
* /include/glibtop/netload.h:
|
||||||
|
* /include/glibtop/ppp.h:
|
||||||
|
* /include/glibtop/procargs.h:
|
||||||
|
* /include/glibtop/prockernel.h:
|
||||||
|
* /include/glibtop/proclist.h:
|
||||||
|
* /include/glibtop/procmap.h:
|
||||||
|
* /include/glibtop/procmem.h:
|
||||||
|
* /include/glibtop/procopenfiles.h:
|
||||||
|
* /include/glibtop/procsegment.h:
|
||||||
|
* /include/glibtop/procsignal.h:
|
||||||
|
* /include/glibtop/procstate.h:
|
||||||
|
* /include/glibtop/proctime.h:
|
||||||
|
* /include/glibtop/procuid.h:
|
||||||
|
* /include/glibtop/sem_limits.h:
|
||||||
|
* /include/glibtop/shm_limits.h:
|
||||||
|
* /include/glibtop/swap.h:
|
||||||
|
* /include/glibtop/sysdeps.h:
|
||||||
|
* /include/glibtop/uptime.h:
|
||||||
|
|
||||||
|
Changed struct's definitions to be one type-one member. To
|
||||||
|
avoid problems with any further gtk-doc's implementation.
|
||||||
|
|
||||||
|
2006-04-18 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* configure.in: Remove obsolete entry for no_NO
|
||||||
|
* po/no.po: And the translation.
|
||||||
|
|
||||||
2006-04-10 Benoît Dejean <benoit@placenet.org>
|
2006-04-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* NEWS:
|
* NEWS:
|
||||||
|
@@ -1,3 +1 @@
|
|||||||
Email: martin@home-of-linux.org
|
Benoît Dejean (benoit@placenet.org)
|
||||||
Email: dave@srce.hr
|
|
||||||
Current maintainer : Benoît Dejean (benoit@placenet.org)
|
|
||||||
|
19
Makefile.am
19
Makefile.am
@@ -1,5 +1,11 @@
|
|||||||
|
|
||||||
SUBDIRS = po misc include sysdeps lib src examples doc
|
if EXAMPLES
|
||||||
|
EXAMPLES_DIR = examples
|
||||||
|
else
|
||||||
|
EXAMPLES_DIR =
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = po misc include sysdeps lib src $(EXAMPLES_DIR) doc
|
||||||
|
|
||||||
libgtopinclude_HEADERS = glibtop.h libgtopconfig.h
|
libgtopinclude_HEADERS = glibtop.h libgtopconfig.h
|
||||||
libgtopincludedir = $(includedir)/libgtop-2.0
|
libgtopincludedir = $(includedir)/libgtop-2.0
|
||||||
@@ -7,7 +13,15 @@ libgtopincludedir = $(includedir)/libgtop-2.0
|
|||||||
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt \
|
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt \
|
||||||
features.def libgtopconfig.h.in \
|
features.def libgtopconfig.h.in \
|
||||||
libgtop-sysdeps.m4 README \
|
libgtop-sysdeps.m4 README \
|
||||||
libgtop-2.0.pc.in acinclude.m4
|
libgtop-2.0.pc.in acinclude.m4 \
|
||||||
|
intltool-extract.in \
|
||||||
|
intltool-merge.in \
|
||||||
|
intltool-update.in
|
||||||
|
|
||||||
|
DISTCLEANFILES = \
|
||||||
|
intltool-extract \
|
||||||
|
intltool-merge \
|
||||||
|
intltool-update
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
cp libgtop.spec $(distdir)
|
cp libgtop.spec $(distdir)
|
||||||
@@ -18,3 +32,4 @@ pkgconfig_DATA = libgtop-2.0.pc
|
|||||||
libgtop-features.def: features.def
|
libgtop-features.def: features.def
|
||||||
@LN_S@ $< $@
|
@LN_S@ $< $@
|
||||||
|
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
45
NEWS
45
NEWS
@@ -1,3 +1,48 @@
|
|||||||
|
8 May 2007: Overview of changes in 2.14.9
|
||||||
|
=========================================
|
||||||
|
* Fixed OpenBSD build. Jasper Lievisse Adriaanse.
|
||||||
|
* Misc. cleanups.
|
||||||
|
|
||||||
|
25 February 2007: Overview of changes in 2.14.8
|
||||||
|
===============================================
|
||||||
|
* bsd implementations have been splitted by Joe Marcus Clarke
|
||||||
|
and Alexander Nedotsukov. (k)freeBSD now has a separate implementation.
|
||||||
|
|
||||||
|
February 10, 2007: Overview of changes in 2.14.7
|
||||||
|
================================================
|
||||||
|
* bsd:
|
||||||
|
- massive kfreeBSD and FreeBSD updates by Roy Marples and Petr Salinger.
|
||||||
|
* mountlist can now ignore objfs and ctfs filesystems.
|
||||||
|
* fsusage won't return bavail > bfree anymore.
|
||||||
|
|
||||||
|
January 14, 2007: Overview of changes in 2.14.6
|
||||||
|
===============================================
|
||||||
|
* linux:
|
||||||
|
- fixed stack overflow in glibtop_get_proc_map
|
||||||
|
- fixed handling of long filenames in glibtop_get_proc_map and glibtop_get_proc_open_files.
|
||||||
|
- micro-optimization
|
||||||
|
|
||||||
|
December 3, 2006: Overview of changes in 2.14.5
|
||||||
|
===============================================
|
||||||
|
* Added kfreebsd support (Petr Salinger <Petr.Salinger@seznam.cz>).
|
||||||
|
* Added solaris glibtop_get_proc_open_files (Henry Zhang <hua.zhang@sun.com>).
|
||||||
|
* Migrated to gtk-doc (Germán Poó-Caamaño <gpoo@ubiobio.cl>).
|
||||||
|
* glibtop_get_mountlist can now ignore nsfd FS.
|
||||||
|
|
||||||
|
September 16, 2006: Overview of changes in 2.14.4
|
||||||
|
=================================================
|
||||||
|
* Fixed linux maps/smaps parsing on 64bit kernel.
|
||||||
|
|
||||||
|
September 5, 2006: Overview of changes in 2.14.3
|
||||||
|
================================================
|
||||||
|
* Fixed build with --as-needed.
|
||||||
|
* Added missing G_BEGIN_DECLS/G_END_DECLS.
|
||||||
|
|
||||||
|
July 27, 2006: Overview of changes in 2.14.2
|
||||||
|
============================================
|
||||||
|
* Updated solaris support (hua.zhang@sun.com)
|
||||||
|
* Small linux updates and improvments.
|
||||||
|
|
||||||
April 10, 2006: Overview of changes in 2.14.1
|
April 10, 2006: Overview of changes in 2.14.1
|
||||||
=============================================
|
=============================================
|
||||||
* Updated translations.
|
* Updated translations.
|
||||||
|
31
configure.in
31
configure.in
@@ -4,7 +4,7 @@ dnl
|
|||||||
|
|
||||||
m4_define([libgtop_major_version], [2])
|
m4_define([libgtop_major_version], [2])
|
||||||
m4_define([libgtop_minor_version], [14])
|
m4_define([libgtop_minor_version], [14])
|
||||||
m4_define([libgtop_micro_version], [1])
|
m4_define([libgtop_micro_version], [9])
|
||||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
||||||
|
|
||||||
dnl increment if the interface has additions, changes, removals.
|
dnl increment if the interface has additions, changes, removals.
|
||||||
@@ -25,6 +25,7 @@ m4_define([libgtop_server_version], [5])
|
|||||||
# Version code calculation
|
# Version code calculation
|
||||||
m4_define([libgtop_version_code], [m4_eval(libgtop_major_version * 1000000 + libgtop_minor_version * 1000 + libgtop_micro_version)])
|
m4_define([libgtop_version_code], [m4_eval(libgtop_major_version * 1000000 + libgtop_minor_version * 1000 + libgtop_micro_version)])
|
||||||
|
|
||||||
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([libgtop], [libgtop_version],
|
AC_INIT([libgtop], [libgtop_version],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop])
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop])
|
||||||
AC_CONFIG_SRCDIR(copyright.txt)
|
AC_CONFIG_SRCDIR(copyright.txt)
|
||||||
@@ -87,8 +88,10 @@ GNOME_LIBGTOP_SYSDEPS
|
|||||||
GNOME_LIBGTOP_TYPES
|
GNOME_LIBGTOP_TYPES
|
||||||
|
|
||||||
AC_ARG_WITH(libgtop-inodedb,
|
AC_ARG_WITH(libgtop-inodedb,
|
||||||
[ --with-libgtop-inodedb Build the inodedb stuff (default=no)],
|
AS_HELP_STRING([--with-libgtop-inodedb],
|
||||||
[build_inodedb="$withval"], [build_inodedb=no])
|
[Build the inodedb stuff @<:@default=no@:>@]),
|
||||||
|
[build_inodedb="$withval"],
|
||||||
|
[build_inodedb=no])
|
||||||
|
|
||||||
LIBGTOP_EXTRA_LIBS=
|
LIBGTOP_EXTRA_LIBS=
|
||||||
|
|
||||||
@@ -174,6 +177,8 @@ case "$host_os" in
|
|||||||
|
|
||||||
|
|
||||||
dnl Some versions of Solaris require -lelf for -lkvm
|
dnl Some versions of Solaris require -lelf for -lkvm
|
||||||
|
case $host_os in
|
||||||
|
solaris[[8-9]] | solaris2.[[0-9]].*)
|
||||||
AC_CHECK_LIB(kvm, kvm_open,[
|
AC_CHECK_LIB(kvm, kvm_open,[
|
||||||
LIBS="-lkvm $LIBS"
|
LIBS="-lkvm $LIBS"
|
||||||
],[AC_MSG_CHECKING(for kvm_open in -lkvm with -lelf)
|
],[AC_MSG_CHECKING(for kvm_open in -lkvm with -lelf)
|
||||||
@@ -192,6 +197,8 @@ case "$host_os" in
|
|||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
dnl For DEC OSF1
|
dnl For DEC OSF1
|
||||||
@@ -230,7 +237,7 @@ AC_TYPE_SIGNAL
|
|||||||
AC_FUNC_STRFTIME
|
AC_FUNC_STRFTIME
|
||||||
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
|
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
|
||||||
|
|
||||||
ALL_LINGUAS="am ar az be bg bn bs 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 ka ko ku ky lt lv mi mk ml mn ms nb ne nl nn no or pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv ta th tr uk vi xh zh_CN zh_TW"
|
IT_PROG_INTLTOOL([0.35.0])
|
||||||
|
|
||||||
GETTEXT_PACKAGE=libgtop-2.0
|
GETTEXT_PACKAGE=libgtop-2.0
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
@@ -275,8 +282,15 @@ dnl For diskusage stuff
|
|||||||
GNOME_FILEUTILS_CHECKS
|
GNOME_FILEUTILS_CHECKS
|
||||||
|
|
||||||
dnl Debugging
|
dnl Debugging
|
||||||
AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]],AC_DEFINE(LIBGTOP_ENABLE_DEBUG, 1, [Define to enable debugging]),)
|
AC_ARG_ENABLE(debug,
|
||||||
AC_ARG_ENABLE(fatal-warnings, [ --enable-fatal-warnings make all warnings fatal [debug=no]],AC_DEFINE(LIBGTOP_FATAL_WARNINGS, 1, [Define to enable fatal warnings]),)
|
AS_HELP_STRING([--enable-debug],
|
||||||
|
[Turn on debugging @<:@default=no@:>@]),
|
||||||
|
AC_DEFINE(LIBGTOP_ENABLE_DEBUG, 1, [Define to enable debugging]))
|
||||||
|
AC_ARG_ENABLE(fatal-warnings,
|
||||||
|
AS_HELP_STRING([--enable-fatal-warnings],
|
||||||
|
[Make all warnings fatal @<:@debug=no@:>@]),
|
||||||
|
AC_DEFINE(LIBGTOP_FATAL_WARNINGS, 1,
|
||||||
|
[Define to enable fatal warnings]))
|
||||||
|
|
||||||
dnl These definitions are expanded in make.
|
dnl These definitions are expanded in make.
|
||||||
LIBGTOP_LIBS='-L$(libdir)'
|
LIBGTOP_LIBS='-L$(libdir)'
|
||||||
@@ -377,6 +391,8 @@ fi
|
|||||||
AC_SUBST(sysdeps_suid_lib)
|
AC_SUBST(sysdeps_suid_lib)
|
||||||
AC_SUBST(server_programs)
|
AC_SUBST(server_programs)
|
||||||
|
|
||||||
|
GTK_DOC_CHECK(1.4)
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
libgtop.spec
|
libgtop.spec
|
||||||
@@ -394,12 +410,15 @@ sysdeps/linux/Makefile
|
|||||||
sysdeps/freebsd/Makefile
|
sysdeps/freebsd/Makefile
|
||||||
sysdeps/solaris/Makefile
|
sysdeps/solaris/Makefile
|
||||||
sysdeps/aix/Makefile
|
sysdeps/aix/Makefile
|
||||||
|
sysdeps/bsd/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/daemon/Makefile
|
src/daemon/Makefile
|
||||||
src/inodedb/Makefile
|
src/inodedb/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
|
doc/reference/Makefile
|
||||||
|
doc/reference/version.xml
|
||||||
libgtop-2.0.pc
|
libgtop-2.0.pc
|
||||||
libgtopconfig.h
|
libgtopconfig.h
|
||||||
])
|
])
|
||||||
|
9
debian/.cvsignore
vendored
9
debian/.cvsignore
vendored
@@ -1,9 +0,0 @@
|
|||||||
control
|
|
||||||
rules
|
|
||||||
build
|
|
||||||
tmp
|
|
||||||
*.postinst
|
|
||||||
*.debhelper
|
|
||||||
*.files
|
|
||||||
files
|
|
||||||
substvars
|
|
@@ -1,11 +0,0 @@
|
|||||||
texinfo.tex
|
|
||||||
*.info
|
|
||||||
Makefile.in
|
|
||||||
Makefile
|
|
||||||
*.log *.toc *.dvi *.aux *.cp *.fn *.vr *.tp *.ky *.pg
|
|
||||||
*.ps
|
|
||||||
auto-macros.texi
|
|
||||||
version.texi
|
|
||||||
stamp-vti
|
|
||||||
*.html *.pdf
|
|
||||||
mdate-sh
|
|
@@ -1,3 +1,9 @@
|
|||||||
|
2007-02-15 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* reference/Makefile.am:
|
||||||
|
|
||||||
|
Fixed distcheck.
|
||||||
|
|
||||||
2006-02-21 Benoît Dejean <benoit@placenet.org>
|
2006-02-21 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* reference.texi: Fixed glibtop_get_proc_state doc.
|
* reference.texi: Fixed glibtop_get_proc_state doc.
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
SUBDIRS = reference
|
||||||
|
|
||||||
info_TEXINFOS = libgtop2.texi
|
info_TEXINFOS = libgtop2.texi
|
||||||
|
|
||||||
libgtop2_TEXINFOS = libgtop2.texi about.texi reference.texi \
|
libgtop2_TEXINFOS = libgtop2.texi about.texi reference.texi \
|
||||||
|
59
doc/reference/Makefile.am
Normal file
59
doc/reference/Makefile.am
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
AUTOMAKE_OPTIONS = 1.6
|
||||||
|
## Process this file with automake to produce Makefile.in
|
||||||
|
# The name of the module, e.g. 'glib'.
|
||||||
|
DOC_MODULE=libgtop
|
||||||
|
|
||||||
|
# The top-level SGML file. You can change this if you want to.
|
||||||
|
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
|
||||||
|
|
||||||
|
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
|
||||||
|
# SCANGOBJ_OPTIONS=
|
||||||
|
|
||||||
|
# Extra options to supply to gtkdoc-scan.
|
||||||
|
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
|
||||||
|
SCAN_OPTIONS=
|
||||||
|
|
||||||
|
# Extra options to supply to gtkdoc-mkdb.
|
||||||
|
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
|
||||||
|
MKDB_OPTIONS=--sgml-mode --output-format=xml --source-dir=$(top_srcdir)/sysdeps/common
|
||||||
|
|
||||||
|
# The directory containing the source code. Relative to $(srcdir).
|
||||||
|
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||||
|
# documenting the functions and macros.
|
||||||
|
# e.g. DOC_SOURCE_DIR=../../../gtk
|
||||||
|
DOC_SOURCE_DIR=$(top_srcdir)/include/glibtop
|
||||||
|
|
||||||
|
# Used for dependencies. The docs will be rebuilt if any of these change.
|
||||||
|
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
||||||
|
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
||||||
|
HFILE_GLOB=$(top_srcdir)/include/glibtop/*.h
|
||||||
|
CFILE_GLOB=$(top_srcdir)/sysdeps/common/*.c
|
||||||
|
|
||||||
|
# Header files to ignore when scanning.
|
||||||
|
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
||||||
|
IGNORE_HFILES=error.h global.h gnuserv.h init_hooks.h write.h read.h read_data.h config.h libgtopconfig.h
|
||||||
|
|
||||||
|
EXTRA_HFILES=$(top_srcdir)/glibtop.h
|
||||||
|
|
||||||
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
||||||
|
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
||||||
|
content_files=version.xml
|
||||||
|
|
||||||
|
# Images to copy into HTML directory.
|
||||||
|
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
||||||
|
HTML_IMAGES=
|
||||||
|
|
||||||
|
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
|
||||||
|
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
|
||||||
|
# signals and properties.
|
||||||
|
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
|
||||||
|
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
||||||
|
INCLUDES=
|
||||||
|
GTKDOC_LIBS=
|
||||||
|
|
||||||
|
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
||||||
|
include $(top_srcdir)/gtk-doc.make
|
||||||
|
|
||||||
|
# Other files to distribute
|
||||||
|
# e.g. EXTRA_DIST += version.xml.in
|
||||||
|
EXTRA_DIST += version.xml.in
|
207
doc/reference/libgtop-docs.xml
Normal file
207
doc/reference/libgtop-docs.xml
Normal file
@@ -0,0 +1,207 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||||
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||||
|
<bookinfo>
|
||||||
|
<title>Libgtop Reference Manual</title>
|
||||||
|
<releaseinfo>for libgtop <xi:include href="version.xml"/></releaseinfo>
|
||||||
|
<authorgroup>
|
||||||
|
<author>
|
||||||
|
<firstname>Martin </firstname>
|
||||||
|
<surname>Baulig</surname>
|
||||||
|
<affiliation>
|
||||||
|
<address>
|
||||||
|
<email>martin@home-of-linux.org</email>
|
||||||
|
</address>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
<author>
|
||||||
|
<firstname>Germán</firstname>
|
||||||
|
<surname>Poó-Caamaño</surname>
|
||||||
|
<affiliation>
|
||||||
|
<address>
|
||||||
|
<email>gpoo@ubiobio.cl</email>
|
||||||
|
</address>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
</authorgroup>
|
||||||
|
|
||||||
|
<legalnotice>
|
||||||
|
<para>Permission is granted to copy, distribute and/or modify
|
||||||
|
this document under the terms of the <citetitle>GNU Free
|
||||||
|
Documentation License</citetitle>, Version 1.1 or any later
|
||||||
|
version published by the Free Software Foundation with no
|
||||||
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
||||||
|
Texts. You may obtain a copy of the <citetitle>GNU Free
|
||||||
|
Documentation License</citetitle> from the Free Software
|
||||||
|
Foundation by visiting <ulink type="http"
|
||||||
|
url="http://www.fsf.org">their Web site</ulink> or by writing
|
||||||
|
to: Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
Boston, MA 02111-1307, USA.</para>
|
||||||
|
|
||||||
|
<para>Many of the names used by companies to distinguish their
|
||||||
|
products and services are claimed as trademarks. Where those
|
||||||
|
names appear in any GNOME documentation, and those trademarks
|
||||||
|
are made aware to the members of the GNOME Documentation
|
||||||
|
Project, the names have been printed in caps or initial
|
||||||
|
caps.</para>
|
||||||
|
</legalnotice>
|
||||||
|
|
||||||
|
<abstract>
|
||||||
|
<para>
|
||||||
|
LibGTop is a library to get system specific data such as CPU and
|
||||||
|
Memory Usage and information about running Processes.</para>
|
||||||
|
|
||||||
|
<para>On Systems like Solaris or Digital Unix where you need special
|
||||||
|
privileges to get those data, it uses a setuid/setgid server to do
|
||||||
|
so.</para>
|
||||||
|
|
||||||
|
<para>Even if LibGTop is a part of the GNOME desktop environment
|
||||||
|
(@uref{http://www.gnome.org}), the main interface of LibGTop is totally
|
||||||
|
independent from any particular desktop environment, so you can also
|
||||||
|
use it as a standalone library in any piece of GPLed software.</para>
|
||||||
|
|
||||||
|
<para>This manual documents the interfaces of the libgtop
|
||||||
|
library and has some short notes to help get you up to speed
|
||||||
|
with using the library.</para>
|
||||||
|
</abstract>
|
||||||
|
</bookinfo>
|
||||||
|
|
||||||
|
<!--FIXME: It is missing the rest of about.texi -->
|
||||||
|
|
||||||
|
<chapter id="libgtop-white-paper">
|
||||||
|
<title>White paper</title>
|
||||||
|
|
||||||
|
<sect1 id="libgtop-white-paper-introduction">
|
||||||
|
<title>Introduction</title>
|
||||||
|
<para>Many modern UNIX systems like Solaris, BSD or Digitial Unix
|
||||||
|
only allow priviledged processes to read information like CPU and
|
||||||
|
Memory Usage or information about running processes.</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem><para>
|
||||||
|
BSD, for instance, doesn't have any other way to get those data than reading
|
||||||
|
directly from @file{/dev/kmem} and you need to be in the @code{kmem} group to
|
||||||
|
be able to read this.</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Other systems, like Digital Unix, allow all users to get things like CPU and
|
||||||
|
Memory statistics, but only root may read information about any process other
|
||||||
|
than the current one (you may not even get information about your own processes
|
||||||
|
if you're not root).</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Linux has a very nice @file{/proc} filesystem, but reading and parsing
|
||||||
|
@file{/proc} is very slow and inefficient.</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Solaris is a bit better, but you still need to be in the @code{sys} group or
|
||||||
|
even root to get some data.</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Because of this system utilities like @code{ps}, @code{uptime} or @code{top}
|
||||||
|
often are setgid kmem or setuid root. Usually, they're also very specific to
|
||||||
|
the system they're written for and not easily portable to other systems without
|
||||||
|
a lot of work.</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This, of cause, becomes a problem for graphical tools like @code{gtop} - making
|
||||||
|
a GTK+ program setgid or even setuid would be a security hole as big as you can
|
||||||
|
drive the entire X11 source code through. For the GNOME project, we also needed
|
||||||
|
some kind of library which provides all the required information in a portable
|
||||||
|
since there's more than just one single program that wants to use them - for
|
||||||
|
instance @code{gtop} and the @code{multiload}, @code{cpumemusage} and
|
||||||
|
@code{netload} panel applets.</para>
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="libgtop-white-paper-overview">
|
||||||
|
<title>Overview</title>
|
||||||
|
<para>This section should give you a short overview on how LibGTop
|
||||||
|
was developed, which things needed to be considered and how it
|
||||||
|
works.</para>
|
||||||
|
|
||||||
|
<sect2 id="libgtop-white-paper-overview-design">
|
||||||
|
<title>Interface Design: Things that need to be considered</title>
|
||||||
|
<para>
|
||||||
|
At the very beginning, it was necessary to collect all the data the library part
|
||||||
|
should provide and put them into some C structures. This was not that easiy as it
|
||||||
|
might sound since LibGTop should be portable to any modern UNIX system with a common
|
||||||
|
library part on all those systems, but the data that should be returned vary from
|
||||||
|
system to system. For instance some systems support shared memory, but some others
|
||||||
|
may not.</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The header files where we define these C structures (which are system-independent) are
|
||||||
|
shared between client and server. This way we can call the system dependent code
|
||||||
|
directly where we do not need any special privileges to do so.</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
All of those structures contain a @code{flags} member which is interpreted as a bit
|
||||||
|
mask and tells the caller of the library functions which of the fields in the returned
|
||||||
|
structure are valid and which are not.</para>
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 id="libgtop-white-paper-overview-server">
|
||||||
|
<title>Server Implementation: The LibGTop "server"</title>
|
||||||
|
<para>
|
||||||
|
The LibGTop @dfn{server} is a setgid/setuid binary which contains all the system
|
||||||
|
dependent code which needs special privileges. It is only build if it's required
|
||||||
|
on the current system (for instance, the Linux kernel provides all the required
|
||||||
|
data via its @file{/proc} filesystem so we do not need the server at all) and it
|
||||||
|
only contains the @dfn{features} which need privileges.</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Whenever we do not need any privileges to get all the data for some of the requested
|
||||||
|
structures (here called @dfn{features}) the library calls the sysdeps code directly
|
||||||
|
rather than using the server.</para>
|
||||||
|
</sect2>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="libgtop-lib">
|
||||||
|
<title>Libgtop Library Reference</title>
|
||||||
|
|
||||||
|
<para>This section contains the API reference for libgtop. All
|
||||||
|
the public interfaces are documented here.</para>
|
||||||
|
|
||||||
|
<xi:include href="xml/glibtop.xml"/>
|
||||||
|
<xi:include href="xml/close.xml"/>
|
||||||
|
<xi:include href="xml/command.xml"/>
|
||||||
|
<xi:include href="xml/glibtop-server.xml"/>
|
||||||
|
<xi:include href="xml/inodedb.xml"/>
|
||||||
|
<xi:include href="xml/netload.xml"/>
|
||||||
|
<xi:include href="xml/ppp.xml"/>
|
||||||
|
<xi:include href="xml/shm_limits.xml"/>
|
||||||
|
<xi:include href="xml/uptime.xml"/>
|
||||||
|
<xi:include href="xml/netlist.xml"/>
|
||||||
|
<xi:include href="xml/open.xml"/>
|
||||||
|
<xi:include href="xml/parameter.xml"/>
|
||||||
|
<xi:include href="xml/procargs.xml"/>
|
||||||
|
<xi:include href="xml/procmem.xml"/>
|
||||||
|
<xi:include href="xml/procopenfiles.xml"/>
|
||||||
|
<xi:include href="xml/procsegment.xml"/>
|
||||||
|
<xi:include href="xml/procsignal.xml"/>
|
||||||
|
<xi:include href="xml/sysdeps.xml"/>
|
||||||
|
<xi:include href="xml/procstate.xml"/>
|
||||||
|
<xi:include href="xml/procuid.xml"/>
|
||||||
|
<xi:include href="xml/proctime.xml"/>
|
||||||
|
<xi:include href="xml/signal.xml"/>
|
||||||
|
<xi:include href="xml/procmap.xml"/>
|
||||||
|
<xi:include href="xml/sysinfo.xml"/>
|
||||||
|
<xi:include href="xml/union.xml"/>
|
||||||
|
<xi:include href="xml/version.xml"/>
|
||||||
|
<xi:include href="xml/proclist.xml"/>
|
||||||
|
<xi:include href="xml/sem_limits.xml"/>
|
||||||
|
<xi:include href="xml/prockernel.xml"/>
|
||||||
|
<xi:include href="xml/fsusage.xml"/>
|
||||||
|
<xi:include href="xml/loadavg.xml"/>
|
||||||
|
<xi:include href="xml/mem.xml"/>
|
||||||
|
<xi:include href="xml/mountlist.xml"/>
|
||||||
|
<xi:include href="xml/msg_limits.xml"/>
|
||||||
|
<xi:include href="xml/cpu.xml"/>
|
||||||
|
<xi:include href="xml/swap.xml"/>
|
||||||
|
</chapter>
|
||||||
|
</book>
|
0
doc/reference/libgtop-overrides.txt
Normal file
0
doc/reference/libgtop-overrides.txt
Normal file
754
doc/reference/libgtop-sections.txt
Normal file
754
doc/reference/libgtop-sections.txt
Normal file
@@ -0,0 +1,754 @@
|
|||||||
|
<INCLUDE>glibtop.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>glibtop</FILE>
|
||||||
|
<TITLE>GlibTop</TITLE>
|
||||||
|
GLIBTOP_MOUNTENTRY_LEN
|
||||||
|
LIBGTOP_CHECK_VERSION
|
||||||
|
glibtop
|
||||||
|
glibtop_global_server
|
||||||
|
glibtop_init
|
||||||
|
glibtop_init_r
|
||||||
|
glibtop_init_s
|
||||||
|
glibtop_server_features
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/close.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>close</FILE>
|
||||||
|
<TITLE>Close</TITLE>
|
||||||
|
glibtop_close
|
||||||
|
glibtop_close_r
|
||||||
|
glibtop_close_s
|
||||||
|
glibtop_close_p
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/command.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>command</FILE>
|
||||||
|
<TITLE>Command</TITLE>
|
||||||
|
GLIBTOP_CMND_QUIT
|
||||||
|
GLIBTOP_CMND_SYSDEPS
|
||||||
|
GLIBTOP_CMND_CPU
|
||||||
|
GLIBTOP_CMND_MEM
|
||||||
|
GLIBTOP_CMND_SWAP
|
||||||
|
GLIBTOP_CMND_UPTIME
|
||||||
|
GLIBTOP_CMND_LOADAVG
|
||||||
|
GLIBTOP_CMND_SHM_LIMITS
|
||||||
|
GLIBTOP_CMND_MSG_LIMITS
|
||||||
|
GLIBTOP_CMND_SEM_LIMITS
|
||||||
|
GLIBTOP_CMND_PROCLIST
|
||||||
|
GLIBTOP_CMND_PROC_STATE
|
||||||
|
GLIBTOP_CMND_PROC_UID
|
||||||
|
GLIBTOP_CMND_PROC_MEM
|
||||||
|
GLIBTOP_CMND_PROC_TIME
|
||||||
|
GLIBTOP_CMND_PROC_SIGNAL
|
||||||
|
GLIBTOP_CMND_PROC_KERNEL
|
||||||
|
GLIBTOP_CMND_PROC_SEGMENT
|
||||||
|
GLIBTOP_CMND_PROC_ARGS
|
||||||
|
GLIBTOP_CMND_PROC_MAP
|
||||||
|
GLIBTOP_CMND_MOUNTLIST
|
||||||
|
GLIBTOP_CMND_FSUSAGE
|
||||||
|
GLIBTOP_CMND_NETLOAD
|
||||||
|
GLIBTOP_CMND_PPP
|
||||||
|
GLIBTOP_CMND_NETLIST
|
||||||
|
GLIBTOP_CMND_PROC_OPEN_FILES
|
||||||
|
GLIBTOP_MAX_CMND
|
||||||
|
glibtop_command
|
||||||
|
glibtop_response
|
||||||
|
glibtop_response_union
|
||||||
|
glibtop_call
|
||||||
|
glibtop_call_l
|
||||||
|
glibtop_call_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/glibtop-server.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>glibtop-server</FILE>
|
||||||
|
<TITLE>GlibTop Server</TITLE>
|
||||||
|
glibtop_server
|
||||||
|
glibtop_server_info
|
||||||
|
glibtop_closure
|
||||||
|
glibtop_server_new
|
||||||
|
glibtop_server_ref
|
||||||
|
glibtop_server_unref
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/inodedb.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>inodedb</FILE>
|
||||||
|
<TITLE>Inode DB</TITLE>
|
||||||
|
GLIBTOP_INODEDB_SYSTEM
|
||||||
|
GLIBTOP_INODEDB_USER
|
||||||
|
GLIBTOP_INODEDB_CACHE
|
||||||
|
GLIBTOP_INODEDB_ALL
|
||||||
|
glibtop_inodedb
|
||||||
|
glibtop_inodedb_key
|
||||||
|
glibtop_inodedb_open
|
||||||
|
glibtop_inodedb_lookup
|
||||||
|
glibtop_inodedb_close
|
||||||
|
glibtop_inodedb_open_s
|
||||||
|
glibtop_inodedb_lookup_s
|
||||||
|
glibtop_inodedb_close_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/netload.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>netload</FILE>
|
||||||
|
<TITLE>Net Load</TITLE>
|
||||||
|
GLIBTOP_NETLOAD_IF_FLAGS
|
||||||
|
GLIBTOP_NETLOAD_MTU
|
||||||
|
GLIBTOP_NETLOAD_SUBNET
|
||||||
|
GLIBTOP_NETLOAD_ADDRESS
|
||||||
|
GLIBTOP_NETLOAD_PACKETS_IN
|
||||||
|
GLIBTOP_NETLOAD_PACKETS_OUT
|
||||||
|
GLIBTOP_NETLOAD_PACKETS_TOTAL
|
||||||
|
GLIBTOP_NETLOAD_BYTES_IN
|
||||||
|
GLIBTOP_NETLOAD_BYTES_OUT
|
||||||
|
GLIBTOP_NETLOAD_BYTES_TOTAL
|
||||||
|
GLIBTOP_NETLOAD_ERRORS_IN
|
||||||
|
GLIBTOP_NETLOAD_ERRORS_OUT
|
||||||
|
GLIBTOP_NETLOAD_ERRORS_TOTAL
|
||||||
|
GLIBTOP_NETLOAD_COLLISIONS
|
||||||
|
GLIBTOP_NETLOAD_ADDRESS6
|
||||||
|
GLIBTOP_NETLOAD_PREFIX6
|
||||||
|
GLIBTOP_NETLOAD_SCOPE6
|
||||||
|
GLIBTOP_NETLOAD_HWADDRESS
|
||||||
|
GLIBTOP_MAX_NETLOAD
|
||||||
|
glibtop_netload
|
||||||
|
glibtop_get_netload
|
||||||
|
glibtop_get_netload_r
|
||||||
|
glibtop_get_netload_l
|
||||||
|
glibtop_init_netload_p
|
||||||
|
glibtop_get_netload_p
|
||||||
|
glibtop_init_netload_s
|
||||||
|
glibtop_get_netload_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/ppp.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>ppp</FILE>
|
||||||
|
<TITLE>PPP</TITLE>
|
||||||
|
GLIBTOP_PPP_STATE
|
||||||
|
GLIBTOP_PPP_BYTES_IN
|
||||||
|
GLIBTOP_PPP_BYTES_OUT
|
||||||
|
GLIBTOP_MAX_PPP
|
||||||
|
glibtop_ppp
|
||||||
|
glibtop_get_ppp
|
||||||
|
glibtop_get_ppp_r
|
||||||
|
glibtop_get_ppp_l
|
||||||
|
glibtop_init_ppp_p
|
||||||
|
glibtop_get_ppp_p
|
||||||
|
glibtop_init_ppp_s
|
||||||
|
glibtop_get_ppp_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/shm_limits.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>shm_limits</FILE>
|
||||||
|
<TITLE>Shared Memory Limits</TITLE>
|
||||||
|
GLIBTOP_IPC_SHMMAX
|
||||||
|
GLIBTOP_IPC_SHMMIN
|
||||||
|
GLIBTOP_IPC_SHMMNI
|
||||||
|
GLIBTOP_IPC_SHMSEG
|
||||||
|
GLIBTOP_IPC_SHMALL
|
||||||
|
GLIBTOP_MAX_SHM_LIMITS
|
||||||
|
glibtop_shm_limits
|
||||||
|
glibtop_get_shm_limits
|
||||||
|
glibtop_get_shm_limits_r
|
||||||
|
glibtop_get_shm_limits_l
|
||||||
|
glibtop_init_shm_limits_p
|
||||||
|
glibtop_get_shm_limits_p
|
||||||
|
glibtop_init_shm_limits_s
|
||||||
|
glibtop_get_shm_limits_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/uptime.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>uptime</FILE>
|
||||||
|
<TITLE>Uptime</TITLE>
|
||||||
|
GLIBTOP_UPTIME_UPTIME
|
||||||
|
GLIBTOP_UPTIME_IDLETIME
|
||||||
|
GLIBTOP_UPTIME_BOOT_TIME
|
||||||
|
GLIBTOP_MAX_UPTIME
|
||||||
|
glibtop_uptime
|
||||||
|
glibtop_get_uptime
|
||||||
|
glibtop_get_uptime_r
|
||||||
|
glibtop_get_uptime_l
|
||||||
|
glibtop_init_uptime_p
|
||||||
|
glibtop_get_uptime_p
|
||||||
|
glibtop_init_uptime_s
|
||||||
|
glibtop_get_uptime_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/netlist.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>netlist</FILE>
|
||||||
|
<TITLE>Net List</TITLE>
|
||||||
|
GLIBTOP_NETLIST_NUMBER
|
||||||
|
GLIBTOP_MAX_NETLIST
|
||||||
|
glibtop_netlist
|
||||||
|
glibtop_get_netlist
|
||||||
|
glibtop_get_netlist_r
|
||||||
|
glibtop_get_netlist_l
|
||||||
|
glibtop_init_netlist_p
|
||||||
|
glibtop_get_netlist_p
|
||||||
|
glibtop_init_netlist_s
|
||||||
|
glibtop_get_netlist_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/open.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>open</FILE>
|
||||||
|
GLIBTOP_INIT_NO_OPEN
|
||||||
|
GLIBTOP_INIT_NO_INIT
|
||||||
|
GLIBTOP_FEATURES_NO_SERVER
|
||||||
|
GLIBTOP_FEATURES_EXCEPT
|
||||||
|
GLIBTOP_METHOD_DIRECT
|
||||||
|
GLIBTOP_METHOD_PIPE
|
||||||
|
GLIBTOP_METHOD_INET
|
||||||
|
GLIBTOP_METHOD_UNIX
|
||||||
|
GLIBTOP_ERROR_METHOD_IGNORE
|
||||||
|
GLIBTOP_ERROR_METHOD_WARN_ONCE
|
||||||
|
GLIBTOP_ERROR_METHOD_WARN
|
||||||
|
GLIBTOP_ERROR_METHOD_ABORT
|
||||||
|
GLIBTOP_ERROR_METHOD_DEFAULT
|
||||||
|
glibtop_open_l
|
||||||
|
glibtop_init_p
|
||||||
|
glibtop_open_p
|
||||||
|
glibtop_open_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/parameter.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>parameter</FILE>
|
||||||
|
GLIBTOP_PARAM_METHOD
|
||||||
|
GLIBTOP_PARAM_FEATURES
|
||||||
|
GLIBTOP_PARAM_COMMAND
|
||||||
|
GLIBTOP_PARAM_HOST
|
||||||
|
GLIBTOP_PARAM_PORT
|
||||||
|
GLIBTOP_PARAM_ERROR_METHOD
|
||||||
|
GLIBTOP_PARAM_REQUIRED
|
||||||
|
glibtop_get_parameter
|
||||||
|
glibtop_set_parameter
|
||||||
|
glibtop_get_parameter_l
|
||||||
|
glibtop_set_parameter_l
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procargs.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procargs</FILE>
|
||||||
|
GLIBTOP_PROC_ARGS_SIZE
|
||||||
|
GLIBTOP_MAX_PROC_ARGS
|
||||||
|
glibtop_proc_args
|
||||||
|
glibtop_get_proc_args_l
|
||||||
|
glibtop_get_proc_args
|
||||||
|
glibtop_get_proc_args_r
|
||||||
|
glibtop_init_proc_args_p
|
||||||
|
glibtop_get_proc_args_p
|
||||||
|
glibtop_init_proc_args_s
|
||||||
|
glibtop_get_proc_args_s
|
||||||
|
glibtop_get_proc_argv_l
|
||||||
|
glibtop_get_proc_argv
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procmem.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procmem</FILE>
|
||||||
|
GLIBTOP_PROC_MEM_SIZE
|
||||||
|
GLIBTOP_PROC_MEM_VSIZE
|
||||||
|
GLIBTOP_PROC_MEM_RESIDENT
|
||||||
|
GLIBTOP_PROC_MEM_SHARE
|
||||||
|
GLIBTOP_PROC_MEM_RSS
|
||||||
|
GLIBTOP_PROC_MEM_RSS_RLIM
|
||||||
|
GLIBTOP_MAX_PROC_MEM
|
||||||
|
glibtop_proc_mem
|
||||||
|
glibtop_get_proc_mem
|
||||||
|
glibtop_get_proc_mem_r
|
||||||
|
glibtop_get_proc_mem_l
|
||||||
|
glibtop_init_proc_mem_p
|
||||||
|
glibtop_get_proc_mem_p
|
||||||
|
glibtop_init_proc_mem_s
|
||||||
|
glibtop_get_proc_mem_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procopenfiles.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procopenfiles</FILE>
|
||||||
|
GLIBTOP_PROC_OPEN_FILES_NUMBER
|
||||||
|
GLIBTOP_PROC_OPEN_FILES_TOTAL
|
||||||
|
GLIBTOP_PROC_OPEN_FILES_SIZE
|
||||||
|
GLIBTOP_MAX_PROC_OPEN_FILES
|
||||||
|
GLIBTOP_FILE_ENTRY_FD
|
||||||
|
GLIBTOP_FILE_ENTRY_NAME
|
||||||
|
GLIBTOP_FILE_ENTRY_TYPE
|
||||||
|
GLIBTOP_FILE_ENTRY_INETSOCKET_DST_HOST
|
||||||
|
GLIBTOP_FILE_ENTRY_INETSOCKET_DST_PORT
|
||||||
|
GLIBTOP_MAX_OPEN_FILE_ENTRY
|
||||||
|
GLIBTOP_OPEN_FILENAME_LEN
|
||||||
|
GLIBTOP_OPEN_DEST_HOST_LEN
|
||||||
|
glibtop_open_files_entry
|
||||||
|
glibtop_proc_open_files
|
||||||
|
glibtop_get_proc_open_files
|
||||||
|
glibtop_get_proc_open_files_r
|
||||||
|
glibtop_get_proc_open_files_l
|
||||||
|
glibtop_init_proc_open_files_p
|
||||||
|
glibtop_get_proc_open_files_p
|
||||||
|
glibtop_init_proc_open_files_s
|
||||||
|
glibtop_get_proc_open_files_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procsegment.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procsegment</FILE>
|
||||||
|
GLIBTOP_PROC_SEGMENT_TEXT_RSS
|
||||||
|
GLIBTOP_PROC_SEGMENT_SHLIB_RSS
|
||||||
|
GLIBTOP_PROC_SEGMENT_DATA_RSS
|
||||||
|
GLIBTOP_PROC_SEGMENT_STACK_RSS
|
||||||
|
GLIBTOP_PROC_SEGMENT_DIRTY_SIZE
|
||||||
|
GLIBTOP_PROC_SEGMENT_START_CODE
|
||||||
|
GLIBTOP_PROC_SEGMENT_END_CODE
|
||||||
|
GLIBTOP_PROC_SEGMENT_START_STACK
|
||||||
|
GLIBTOP_MAX_PROC_SEGMENT
|
||||||
|
glibtop_proc_segment
|
||||||
|
glibtop_get_proc_segment
|
||||||
|
glibtop_get_proc_segment_r
|
||||||
|
glibtop_get_proc_segment_l
|
||||||
|
glibtop_init_proc_segment_p
|
||||||
|
glibtop_get_proc_segment_p
|
||||||
|
glibtop_init_proc_segment_s
|
||||||
|
glibtop_get_proc_segment_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procsignal.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procsignal</FILE>
|
||||||
|
GLIBTOP_PROC_SIGNAL_SIGNAL
|
||||||
|
GLIBTOP_PROC_SIGNAL_BLOCKED
|
||||||
|
GLIBTOP_PROC_SIGNAL_SIGIGNORE
|
||||||
|
GLIBTOP_PROC_SIGNAL_SIGCATCH
|
||||||
|
GLIBTOP_MAX_PROC_SIGNAL
|
||||||
|
glibtop_proc_signal
|
||||||
|
glibtop_get_proc_signal
|
||||||
|
glibtop_get_proc_signal_r
|
||||||
|
glibtop_get_proc_signal_l
|
||||||
|
glibtop_init_proc_signal_p
|
||||||
|
glibtop_get_proc_signal_p
|
||||||
|
glibtop_init_proc_signal_s
|
||||||
|
glibtop_get_proc_signal_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/sysdeps.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>sysdeps</FILE>
|
||||||
|
GLIBTOP_SYSDEPS_FEATURES
|
||||||
|
GLIBTOP_SYSDEPS_CPU
|
||||||
|
GLIBTOP_SYSDEPS_MEM
|
||||||
|
GLIBTOP_SYSDEPS_SWAP
|
||||||
|
GLIBTOP_SYSDEPS_UPTIME
|
||||||
|
GLIBTOP_SYSDEPS_LOADAVG
|
||||||
|
GLIBTOP_SYSDEPS_SHM_LIMITS
|
||||||
|
GLIBTOP_SYSDEPS_MSG_LIMITS
|
||||||
|
GLIBTOP_SYSDEPS_SEM_LIMITS
|
||||||
|
GLIBTOP_SYSDEPS_PROCLIST
|
||||||
|
GLIBTOP_SYSDEPS_PROC_STATE
|
||||||
|
GLIBTOP_SYSDEPS_PROC_UID
|
||||||
|
GLIBTOP_SYSDEPS_PROC_MEM
|
||||||
|
GLIBTOP_SYSDEPS_PROC_TIME
|
||||||
|
GLIBTOP_SYSDEPS_PROC_SIGNAL
|
||||||
|
GLIBTOP_SYSDEPS_PROC_KERNEL
|
||||||
|
GLIBTOP_SYSDEPS_PROC_SEGMENT
|
||||||
|
GLIBTOP_SYSDEPS_PROC_ARGS
|
||||||
|
GLIBTOP_SYSDEPS_PROC_MAP
|
||||||
|
GLIBTOP_SYSDEPS_MOUNTLIST
|
||||||
|
GLIBTOP_SYSDEPS_FSUSAGE
|
||||||
|
GLIBTOP_SYSDEPS_NETLOAD
|
||||||
|
GLIBTOP_SYSDEPS_PPP
|
||||||
|
GLIBTOP_SYSDEPS_NETLIST
|
||||||
|
GLIBTOP_SYSDEPS_PROC_OPEN_FILES
|
||||||
|
GLIBTOP_MAX_SYSDEPS
|
||||||
|
GLIBTOP_SYSDEPS_ALL
|
||||||
|
glibtop_sysdeps
|
||||||
|
glibtop_get_sysdeps
|
||||||
|
glibtop_get_sysdeps_r
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procstate.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procstate</FILE>
|
||||||
|
GLIBTOP_PROC_STATE_CMD
|
||||||
|
GLIBTOP_PROC_STATE_STATE
|
||||||
|
GLIBTOP_PROC_STATE_UID
|
||||||
|
GLIBTOP_PROC_STATE_GID
|
||||||
|
GLIBTOP_PROC_STATE_RUID
|
||||||
|
GLIBTOP_PROC_STATE_RGID
|
||||||
|
GLIBTOP_PROC_STATE_HAS_CPU
|
||||||
|
GLIBTOP_PROC_STATE_PROCESSOR
|
||||||
|
GLIBTOP_PROC_STATE_LAST_PROCESSOR
|
||||||
|
GLIBTOP_MAX_PROC_STATE
|
||||||
|
GLIBTOP_PROCESS_RUNNING
|
||||||
|
GLIBTOP_PROCESS_INTERRUPTIBLE
|
||||||
|
GLIBTOP_PROCESS_UNINTERRUPTIBLE
|
||||||
|
GLIBTOP_PROCESS_ZOMBIE
|
||||||
|
GLIBTOP_PROCESS_STOPPED
|
||||||
|
GLIBTOP_PROCESS_SWAPPING
|
||||||
|
GLIBTOP_PROCESS_DEAD
|
||||||
|
glibtop_proc_state
|
||||||
|
glibtop_get_proc_state
|
||||||
|
glibtop_get_proc_state_r
|
||||||
|
glibtop_get_proc_state_l
|
||||||
|
glibtop_init_proc_state_p
|
||||||
|
glibtop_get_proc_state_p
|
||||||
|
glibtop_init_proc_state_s
|
||||||
|
glibtop_get_proc_state_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procuid.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procuid</FILE>
|
||||||
|
GLIBTOP_PROC_UID_UID
|
||||||
|
GLIBTOP_PROC_UID_EUID
|
||||||
|
GLIBTOP_PROC_UID_GID
|
||||||
|
GLIBTOP_PROC_UID_EGID
|
||||||
|
GLIBTOP_PROC_UID_SUID
|
||||||
|
GLIBTOP_PROC_UID_SGID
|
||||||
|
GLIBTOP_PROC_UID_FSUID
|
||||||
|
GLIBTOP_PROC_UID_FSGID
|
||||||
|
GLIBTOP_PROC_UID_PID
|
||||||
|
GLIBTOP_PROC_UID_PPID
|
||||||
|
GLIBTOP_PROC_UID_PGRP
|
||||||
|
GLIBTOP_PROC_UID_SESSION
|
||||||
|
GLIBTOP_PROC_UID_TTY
|
||||||
|
GLIBTOP_PROC_UID_TPGID
|
||||||
|
GLIBTOP_PROC_UID_PRIORITY
|
||||||
|
GLIBTOP_PROC_UID_NICE
|
||||||
|
GLIBTOP_PROC_UID_NGROUPS
|
||||||
|
GLIBTOP_PROC_UID_GROUPS
|
||||||
|
GLIBTOP_MAX_PROC_UID
|
||||||
|
glibtop_proc_uid
|
||||||
|
GLIBTOP_MAX_GROUPS
|
||||||
|
glibtop_get_proc_uid
|
||||||
|
glibtop_get_proc_uid_r
|
||||||
|
glibtop_get_proc_uid_l
|
||||||
|
glibtop_init_proc_uid_p
|
||||||
|
glibtop_get_proc_uid_p
|
||||||
|
glibtop_init_proc_uid_s
|
||||||
|
glibtop_get_proc_uid_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/proctime.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>proctime</FILE>
|
||||||
|
GLIBTOP_PROC_TIME_START_TIME
|
||||||
|
GLIBTOP_PROC_TIME_RTIME
|
||||||
|
GLIBTOP_PROC_TIME_UTIME
|
||||||
|
GLIBTOP_PROC_TIME_STIME
|
||||||
|
GLIBTOP_PROC_TIME_CUTIME
|
||||||
|
GLIBTOP_PROC_TIME_CSTIME
|
||||||
|
GLIBTOP_PROC_TIME_TIMEOUT
|
||||||
|
GLIBTOP_PROC_TIME_IT_REAL_VALUE
|
||||||
|
GLIBTOP_PROC_TIME_FREQUENCY
|
||||||
|
GLIBTOP_PROC_TIME_XCPU_UTIME
|
||||||
|
GLIBTOP_PROC_TIME_XCPU_STIME
|
||||||
|
GLIBTOP_MAX_PROC_TIME
|
||||||
|
glibtop_proc_time
|
||||||
|
glibtop_get_proc_time
|
||||||
|
glibtop_get_proc_time_r
|
||||||
|
glibtop_get_proc_time_l
|
||||||
|
glibtop_init_proc_time_p
|
||||||
|
glibtop_get_proc_time_p
|
||||||
|
glibtop_init_proc_time_s
|
||||||
|
glibtop_get_proc_time_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/signal.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>signal</FILE>
|
||||||
|
glibtop_signame
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/procmap.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procmap</FILE>
|
||||||
|
GLIBTOP_PROC_MAP_NUMBER
|
||||||
|
GLIBTOP_PROC_MAP_TOTAL
|
||||||
|
GLIBTOP_PROC_MAP_SIZE
|
||||||
|
GLIBTOP_MAX_PROC_MAP
|
||||||
|
GLIBTOP_MAP_ENTRY_START
|
||||||
|
GLIBTOP_MAP_ENTRY_END
|
||||||
|
GLIBTOP_MAP_ENTRY_OFFSET
|
||||||
|
GLIBTOP_MAP_ENTRY_PERM
|
||||||
|
GLIBTOP_MAP_ENTRY_INODE
|
||||||
|
GLIBTOP_MAP_ENTRY_DEVICE
|
||||||
|
GLIBTOP_MAP_ENTRY_FILENAME
|
||||||
|
GLIBTOP_MAP_ENTRY_SIZE
|
||||||
|
GLIBTOP_MAP_ENTRY_RSS
|
||||||
|
GLIBTOP_MAP_ENTRY_SHARED_CLEAN
|
||||||
|
GLIBTOP_MAP_ENTRY_SHARED_DIRTY
|
||||||
|
GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN
|
||||||
|
GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY
|
||||||
|
GLIBTOP_MAX_MAP_ENTRY
|
||||||
|
GLIBTOP_MAP_FILENAME_LEN
|
||||||
|
GLIBTOP_MAP_PERM_READ
|
||||||
|
GLIBTOP_MAP_PERM_WRITE
|
||||||
|
GLIBTOP_MAP_PERM_EXECUTE
|
||||||
|
GLIBTOP_MAP_PERM_SHARED
|
||||||
|
GLIBTOP_MAP_PERM_PRIVATE
|
||||||
|
glibtop_map_entry
|
||||||
|
glibtop_proc_map
|
||||||
|
glibtop_get_proc_map
|
||||||
|
glibtop_get_proc_map_r
|
||||||
|
glibtop_get_proc_map_l
|
||||||
|
glibtop_init_proc_map_p
|
||||||
|
glibtop_get_proc_map_p
|
||||||
|
glibtop_init_proc_map_s
|
||||||
|
glibtop_get_proc_map_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/sysinfo.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>sysinfo</FILE>
|
||||||
|
GLIBTOP_SYSINFO_NCPU
|
||||||
|
GLIBTOP_SYSINFO_CPUINFO
|
||||||
|
GLIBTOP_MAX_SYSINFO
|
||||||
|
glibtop_sysinfo
|
||||||
|
glibtop_entry
|
||||||
|
glibtop_get_sysinfo_r
|
||||||
|
glibtop_get_sysinfo_s
|
||||||
|
glibtop_get_sysinfo
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/union.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>union</FILE>
|
||||||
|
glibtop_union
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/version.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>version</FILE>
|
||||||
|
LIBGTOP_VERSION_STRING
|
||||||
|
glibtop_send_version
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/proclist.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>proclist</FILE>
|
||||||
|
GLIBTOP_PROCLIST_NUMBER
|
||||||
|
GLIBTOP_PROCLIST_TOTAL
|
||||||
|
GLIBTOP_PROCLIST_SIZE
|
||||||
|
GLIBTOP_MAX_PROCLIST
|
||||||
|
GLIBTOP_KERN_PROC_ALL
|
||||||
|
GLIBTOP_KERN_PROC_PID
|
||||||
|
GLIBTOP_KERN_PROC_PGRP
|
||||||
|
GLIBTOP_KERN_PROC_SESSION
|
||||||
|
GLIBTOP_KERN_PROC_TTY
|
||||||
|
GLIBTOP_KERN_PROC_UID
|
||||||
|
GLIBTOP_KERN_PROC_RUID
|
||||||
|
GLIBTOP_KERN_PROC_MASK
|
||||||
|
GLIBTOP_EXCLUDE_IDLE
|
||||||
|
GLIBTOP_EXCLUDE_SYSTEM
|
||||||
|
GLIBTOP_EXCLUDE_NOTTY
|
||||||
|
glibtop_proclist
|
||||||
|
glibtop_get_proclist
|
||||||
|
glibtop_get_proclist_r
|
||||||
|
glibtop_get_proclist_l
|
||||||
|
glibtop_init_proclist_p
|
||||||
|
glibtop_get_proclist_p
|
||||||
|
glibtop_init_proclist_s
|
||||||
|
glibtop_get_proclist_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/sem_limits.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>sem_limits</FILE>
|
||||||
|
GLIBTOP_IPC_SEMMAP
|
||||||
|
GLIBTOP_IPC_SEMMNI
|
||||||
|
GLIBTOP_IPC_SEMMNS
|
||||||
|
GLIBTOP_IPC_SEMMNU
|
||||||
|
GLIBTOP_IPC_SEMMSL
|
||||||
|
GLIBTOP_IPC_SEMOPM
|
||||||
|
GLIBTOP_IPC_SEMUME
|
||||||
|
GLIBTOP_IPC_SEMUSZ
|
||||||
|
GLIBTOP_IPC_SEMVMX
|
||||||
|
GLIBTOP_IPC_SEMAEM
|
||||||
|
GLIBTOP_MAX_SEM_LIMITS
|
||||||
|
glibtop_sem_limits
|
||||||
|
glibtop_get_sem_limits
|
||||||
|
glibtop_get_sem_limits_r
|
||||||
|
glibtop_get_sem_limits_l
|
||||||
|
glibtop_init_sem_limits_p
|
||||||
|
glibtop_get_sem_limits_p
|
||||||
|
glibtop_init_sem_limits_s
|
||||||
|
glibtop_get_sem_limits_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/prockernel.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>prockernel</FILE>
|
||||||
|
GLIBTOP_PROC_KERNEL_K_FLAGS
|
||||||
|
GLIBTOP_PROC_KERNEL_MIN_FLT
|
||||||
|
GLIBTOP_PROC_KERNEL_MAJ_FLT
|
||||||
|
GLIBTOP_PROC_KERNEL_CMIN_FLT
|
||||||
|
GLIBTOP_PROC_KERNEL_CMAJ_FLT
|
||||||
|
GLIBTOP_PROC_KERNEL_KSTK_ESP
|
||||||
|
GLIBTOP_PROC_KERNEL_KSTK_EIP
|
||||||
|
GLIBTOP_PROC_KERNEL_NWCHAN
|
||||||
|
GLIBTOP_PROC_KERNEL_WCHAN
|
||||||
|
GLIBTOP_MAX_PROC_KERNEL
|
||||||
|
glibtop_proc_kernel
|
||||||
|
glibtop_get_proc_kernel
|
||||||
|
glibtop_get_proc_kernel_r
|
||||||
|
glibtop_get_proc_kernel_l
|
||||||
|
glibtop_init_proc_kernel_p
|
||||||
|
glibtop_get_proc_kernel_p
|
||||||
|
glibtop_init_proc_kernel_s
|
||||||
|
glibtop_get_proc_kernel_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/fsusage.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>fsusage</FILE>
|
||||||
|
GLIBTOP_FSUSAGE_BLOCKS
|
||||||
|
GLIBTOP_FSUSAGE_BFREE
|
||||||
|
GLIBTOP_FSUSAGE_BAVAIL
|
||||||
|
GLIBTOP_FSUSAGE_FILES
|
||||||
|
GLIBTOP_FSUSAGE_FFREE
|
||||||
|
GLIBTOP_FSUSAGE_BLOCK_SIZE
|
||||||
|
GLIBTOP_FSUSAGE_READ
|
||||||
|
GLIBTOP_FSUSAGE_WRITE
|
||||||
|
GLIBTOP_MAX_FSUSAGE
|
||||||
|
glibtop_fsusage
|
||||||
|
glibtop_get_fsusage
|
||||||
|
glibtop_get_fsusage_r
|
||||||
|
glibtop_get_fsusage_l
|
||||||
|
glibtop_get_fsusage_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/loadavg.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>loadavg</FILE>
|
||||||
|
GLIBTOP_LOADAVG_LOADAVG
|
||||||
|
GLIBTOP_LOADAVG_NR_RUNNING
|
||||||
|
GLIBTOP_LOADAVG_NR_TASKS
|
||||||
|
GLIBTOP_LOADAVG_LAST_PID
|
||||||
|
GLIBTOP_MAX_LOADAVG
|
||||||
|
glibtop_loadavg
|
||||||
|
glibtop_get_loadavg
|
||||||
|
glibtop_get_loadavg_r
|
||||||
|
glibtop_get_loadavg_l
|
||||||
|
glibtop_init_loadavg_p
|
||||||
|
glibtop_get_loadavg_p
|
||||||
|
glibtop_init_loadavg_s
|
||||||
|
glibtop_get_loadavg_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/mem.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>mem</FILE>
|
||||||
|
GLIBTOP_MEM_TOTAL
|
||||||
|
GLIBTOP_MEM_USED
|
||||||
|
GLIBTOP_MEM_FREE
|
||||||
|
GLIBTOP_MEM_SHARED
|
||||||
|
GLIBTOP_MEM_BUFFER
|
||||||
|
GLIBTOP_MEM_CACHED
|
||||||
|
GLIBTOP_MEM_USER
|
||||||
|
GLIBTOP_MEM_LOCKED
|
||||||
|
GLIBTOP_MAX_MEM
|
||||||
|
glibtop_mem
|
||||||
|
glibtop_get_mem
|
||||||
|
glibtop_get_mem_r
|
||||||
|
glibtop_get_mem_l
|
||||||
|
glibtop_init_mem_p
|
||||||
|
glibtop_get_mem_p
|
||||||
|
glibtop_init_mem_s
|
||||||
|
glibtop_get_mem_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/mountlist.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>mountlist</FILE>
|
||||||
|
GLIBTOP_MOUNTLIST_NUMBER
|
||||||
|
GLIBTOP_MOUNTLIST_TOTAL
|
||||||
|
GLIBTOP_MOUNTLIST_SIZE
|
||||||
|
GLIBTOP_MAX_MOUNTLIST
|
||||||
|
glibtop_mountentry
|
||||||
|
glibtop_mountlist
|
||||||
|
glibtop_get_mountlist
|
||||||
|
glibtop_get_mountlist_r
|
||||||
|
glibtop_get_mountlist_l
|
||||||
|
glibtop_get_mountlist_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/msg_limits.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>msg_limits</FILE>
|
||||||
|
GLIBTOP_IPC_MSGPOOL
|
||||||
|
GLIBTOP_IPC_MSGMAP
|
||||||
|
GLIBTOP_IPC_MSGMAX
|
||||||
|
GLIBTOP_IPC_MSGMNB
|
||||||
|
GLIBTOP_IPC_MSGMNI
|
||||||
|
GLIBTOP_IPC_MSGSSZ
|
||||||
|
GLIBTOP_IPC_MSGTQL
|
||||||
|
GLIBTOP_MAX_MSG_LIMITS
|
||||||
|
glibtop_msg_limits
|
||||||
|
glibtop_get_msg_limits
|
||||||
|
glibtop_get_msg_limits_r
|
||||||
|
glibtop_get_msg_limits_l
|
||||||
|
glibtop_init_msg_limits_p
|
||||||
|
glibtop_get_msg_limits_p
|
||||||
|
glibtop_init_msg_limits_s
|
||||||
|
glibtop_get_msg_limits_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/cpu.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>cpu</FILE>
|
||||||
|
GLIBTOP_CPU_TOTAL
|
||||||
|
GLIBTOP_CPU_USER
|
||||||
|
GLIBTOP_CPU_NICE
|
||||||
|
GLIBTOP_CPU_SYS
|
||||||
|
GLIBTOP_CPU_IDLE
|
||||||
|
GLIBTOP_CPU_FREQUENCY
|
||||||
|
GLIBTOP_XCPU_TOTAL
|
||||||
|
GLIBTOP_XCPU_USER
|
||||||
|
GLIBTOP_XCPU_NICE
|
||||||
|
GLIBTOP_XCPU_SYS
|
||||||
|
GLIBTOP_XCPU_IDLE
|
||||||
|
GLIBTOP_XCPU_FLAGS
|
||||||
|
GLIBTOP_CPU_IOWAIT
|
||||||
|
GLIBTOP_CPU_IRQ
|
||||||
|
GLIBTOP_CPU_SOFTIRQ
|
||||||
|
GLIBTOP_XCPU_IOWAIT
|
||||||
|
GLIBTOP_XCPU_IRQ
|
||||||
|
GLIBTOP_XCPU_SOFTIRQ
|
||||||
|
GLIBTOP_MAX_CPU
|
||||||
|
GLIBTOP_NCPU
|
||||||
|
glibtop_cpu
|
||||||
|
glibtop_get_cpu
|
||||||
|
glibtop_get_cpu_r
|
||||||
|
glibtop_get_cpu_l
|
||||||
|
glibtop_init_cpu_p
|
||||||
|
glibtop_get_cpu_p
|
||||||
|
glibtop_init_cpu_s
|
||||||
|
glibtop_get_cpu_s
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<INCLUDE>glibtop/swap.h</INCLUDE>
|
||||||
|
<SECTION>
|
||||||
|
<FILE>swap</FILE>
|
||||||
|
GLIBTOP_SWAP_TOTAL
|
||||||
|
GLIBTOP_SWAP_USED
|
||||||
|
GLIBTOP_SWAP_FREE
|
||||||
|
GLIBTOP_SWAP_PAGEIN
|
||||||
|
GLIBTOP_SWAP_PAGEOUT
|
||||||
|
GLIBTOP_MAX_SWAP
|
||||||
|
glibtop_swap
|
||||||
|
glibtop_get_swap
|
||||||
|
glibtop_get_swap_r
|
||||||
|
glibtop_get_swap_l
|
||||||
|
glibtop_init_swap_p
|
||||||
|
glibtop_get_swap_p
|
||||||
|
glibtop_init_swap_s
|
||||||
|
glibtop_get_swap_s
|
||||||
|
</SECTION>
|
||||||
|
|
4
doc/reference/version.xml.in
Normal file
4
doc/reference/version.xml.in
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||||
|
<phrase>@PACKAGE_VERSION@</phrase>
|
@@ -1,27 +0,0 @@
|
|||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
first
|
|
||||||
first_linux
|
|
||||||
first_static
|
|
||||||
second
|
|
||||||
third
|
|
||||||
third_linux
|
|
||||||
third_static
|
|
||||||
second_static
|
|
||||||
second_linux
|
|
||||||
smp_static sysdeps_static netload_static procmap_static mountlist_static
|
|
||||||
smp sysdeps netload procmap mountlist
|
|
||||||
timings timings_static
|
|
||||||
pprint
|
|
||||||
pprint_static
|
|
||||||
procargs
|
|
||||||
procargs_static
|
|
||||||
proclist
|
|
||||||
df
|
|
||||||
df_static
|
|
||||||
netlist
|
|
||||||
netlist_static
|
|
||||||
openfiles
|
|
||||||
openfiles_static
|
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
40
glibtop.h
40
glibtop.h
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -24,6 +22,10 @@
|
|||||||
#ifndef __GLIBTOP_H__
|
#ifndef __GLIBTOP_H__
|
||||||
#define __GLIBTOP_H__
|
#define __GLIBTOP_H__
|
||||||
|
|
||||||
|
#include <glib/gmacros.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _glibtop glibtop;
|
typedef struct _glibtop glibtop;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -65,14 +67,15 @@ LIBGTOP_MICRO_VERSION >= (micro)))
|
|||||||
|
|
||||||
#include <glibtop/close.h>
|
#include <glibtop/close.h>
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef HAVE_GLIBTOP_MACHINE_H
|
||||||
|
|
||||||
struct _glibtop
|
struct _glibtop
|
||||||
{
|
{
|
||||||
unsigned flags;
|
unsigned flags;
|
||||||
unsigned method; /* Server Method */
|
unsigned method; /* Server Method */
|
||||||
unsigned error_method; /* Error Method */
|
unsigned error_method; /* Error Method */
|
||||||
#ifdef HAVE_GLIBTOP_MACHINE_H
|
|
||||||
glibtop_machine machine; /* Machine dependent data */
|
glibtop_machine machine; /* Machine dependent data */
|
||||||
#endif
|
|
||||||
int input [2]; /* Pipe client <- server */
|
int input [2]; /* Pipe client <- server */
|
||||||
int output [2]; /* Pipe client -> server */
|
int output [2]; /* Pipe client -> server */
|
||||||
int socket; /* Accepted connection of a socket */
|
int socket; /* Accepted connection of a socket */
|
||||||
@@ -91,6 +94,33 @@ struct _glibtop
|
|||||||
pid_t pid; /* PID of the server */
|
pid_t pid; /* PID of the server */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#else /* !HAVE_GLIBTOP_MACHINE_H */
|
||||||
|
|
||||||
|
struct _glibtop
|
||||||
|
{
|
||||||
|
unsigned flags;
|
||||||
|
unsigned method; /* Server Method */
|
||||||
|
unsigned error_method; /* Error Method */
|
||||||
|
int input [2]; /* Pipe client <- server */
|
||||||
|
int output [2]; /* Pipe client -> server */
|
||||||
|
int socket; /* Accepted connection of a socket */
|
||||||
|
int ncpu; /* Number of CPUs, zero if single-processor */
|
||||||
|
int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */
|
||||||
|
unsigned long os_version_code; /* Version code of the operating system */
|
||||||
|
const char *name; /* Program name for error messages */
|
||||||
|
const char *server_command; /* Command used to invoke server */
|
||||||
|
const char *server_host; /* Host the server should run on */
|
||||||
|
const char *server_user; /* Name of the user on the target host */
|
||||||
|
const char *server_rsh; /* Command used to connect to the target host */
|
||||||
|
unsigned long features; /* Server is required for this features */
|
||||||
|
unsigned long server_port; /* Port on which daemon is listening */
|
||||||
|
glibtop_sysdeps sysdeps; /* Detailed feature list */
|
||||||
|
glibtop_sysdeps required; /* Required feature list */
|
||||||
|
pid_t pid; /* PID of the server */
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif /* HAVE_GLIBTOP_MACHINE_H */
|
||||||
|
|
||||||
extern glibtop *glibtop_global_server;
|
extern glibtop *glibtop_global_server;
|
||||||
|
|
||||||
extern const unsigned long glibtop_server_features;
|
extern const unsigned long glibtop_server_features;
|
||||||
@@ -108,4 +138,6 @@ glibtop_init_s (glibtop **server_ptr,
|
|||||||
unsigned long features,
|
unsigned long features,
|
||||||
unsigned flags);
|
unsigned flags);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
@@ -1,2 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
@@ -1,7 +1,5 @@
|
|||||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
@@AUTOGEN_COMMENT@@
|
@@AUTOGEN_COMMENT@@
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -62,25 +60,25 @@ typedef struct _glibtop_cpu glibtop_cpu;
|
|||||||
|
|
||||||
struct _glibtop_cpu
|
struct _glibtop_cpu
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
total, /* GLIBTOP_CPU_TOTAL */
|
guint64 total; /* GLIBTOP_CPU_TOTAL */
|
||||||
user, /* GLIBTOP_CPU_USER */
|
guint64 user; /* GLIBTOP_CPU_USER */
|
||||||
nice, /* GLIBTOP_CPU_NICE */
|
guint64 nice; /* GLIBTOP_CPU_NICE */
|
||||||
sys, /* GLIBTOP_CPU_SYS */
|
guint64 sys; /* GLIBTOP_CPU_SYS */
|
||||||
idle, /* GLIBTOP_CPU_IDLE */
|
guint64 idle; /* GLIBTOP_CPU_IDLE */
|
||||||
iowait, /* GLIBTOP_CPU_IOWAIT */
|
guint64 iowait; /* GLIBTOP_CPU_IOWAIT */
|
||||||
irq, /* GLIBTOP_CPU_IRQ */
|
guint64 irq; /* GLIBTOP_CPU_IRQ */
|
||||||
softirq, /* GLIBTOP_CPU_SOFTIRQ */
|
guint64 softirq; /* GLIBTOP_CPU_SOFTIRQ */
|
||||||
frequency, /* GLIBTOP_CPU_FREQUENCY */
|
guint64 frequency; /* GLIBTOP_CPU_FREQUENCY */
|
||||||
xcpu_total [GLIBTOP_NCPU], /* GLIBTOP_XCPU_TOTAL */
|
guint64 xcpu_total [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_TOTAL */
|
||||||
xcpu_user [GLIBTOP_NCPU], /* GLIBTOP_XCPU_USER */
|
guint64 xcpu_user [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_USER */
|
||||||
xcpu_nice [GLIBTOP_NCPU], /* GLIBTOP_XCPU_NICE */
|
guint64 xcpu_nice [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_NICE */
|
||||||
xcpu_sys [GLIBTOP_NCPU], /* GLIBTOP_XCPU_SYS */
|
guint64 xcpu_sys [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_SYS */
|
||||||
xcpu_idle [GLIBTOP_NCPU], /* GLIBTOP_XCPU_IDLE */
|
guint64 xcpu_idle [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_IDLE */
|
||||||
xcpu_iowait [GLIBTOP_NCPU], /* GLIBTOP_XCPU_IOWAIT */
|
guint64 xcpu_iowait [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_IOWAIT */
|
||||||
xcpu_irq [GLIBTOP_NCPU], /* GLIBTOP_XCPU_IRQ */
|
guint64 xcpu_irq [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_IRQ */
|
||||||
xcpu_softirq [GLIBTOP_NCPU], /* GLIBTOP_XCPU_SOFTIRQ */
|
guint64 xcpu_softirq [GLIBTOP_NCPU]; /* GLIBTOP_XCPU_SOFTIRQ */
|
||||||
xcpu_flags; /* GLIBTOP_XCPU_IDLE */
|
guint64 xcpu_flags; /* GLIBTOP_XCPU_IDLE */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_cpu(glibtop_cpu *buf);
|
void glibtop_get_cpu(glibtop_cpu *buf);
|
||||||
@@ -94,10 +92,10 @@ void glibtop_get_cpu(glibtop_cpu *buf);
|
|||||||
void glibtop_get_cpu_l (glibtop *server, glibtop_cpu *buf);
|
void glibtop_get_cpu_l (glibtop *server, glibtop_cpu *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_CPU
|
#if GLIBTOP_SUID_CPU
|
||||||
void glibtop_init_cpu_p (glibtop *server);
|
void _glibtop_init_cpu_p (glibtop *server);
|
||||||
void glibtop_get_cpu_p (glibtop *server, glibtop_cpu *buf);
|
void glibtop_get_cpu_p (glibtop *server, glibtop_cpu *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_cpu_s (glibtop *server);
|
void _glibtop_init_cpu_s (glibtop *server);
|
||||||
void glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf);
|
void glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
|
|
||||||
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
|
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
|
||||||
@@ -43,12 +41,12 @@ typedef struct _glibtop_fsusage glibtop_fsusage;
|
|||||||
|
|
||||||
struct _glibtop_fsusage
|
struct _glibtop_fsusage
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
blocks, /* Total number of blocks. */
|
guint64 blocks; /* Total number of blocks. */
|
||||||
bfree, /* Free blocks available to superuser. */
|
guint64 bfree; /* Free blocks available to superuser. */
|
||||||
bavail, /* Free blocks available to non-superuser. */
|
guint64 bavail; /* Free blocks available to non-superuser. */
|
||||||
files, /* Total file nodes. */
|
guint64 files; /* Total file nodes. */
|
||||||
ffree; /* Free file nodes. */
|
guint64 ffree; /* Free file nodes. */
|
||||||
guint32 block_size; /* Size of a block in bytes. */
|
guint32 block_size; /* Size of a block in bytes. */
|
||||||
guint64 read, write; /* Total blocks read and written */
|
guint64 read, write; /* Total blocks read and written */
|
||||||
};
|
};
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 2.0.
|
This file is part of LibGTop 2.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -3,9 +3,13 @@
|
|||||||
|
|
||||||
#include <glibtop.h>
|
#include <glibtop.h>
|
||||||
|
|
||||||
typedef void (*glibtop_init_func_t)(glibtop *);
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
extern const glibtop_init_func_t _glibtop_init_hook_s[];
|
typedef void (*_glibtop_init_func_t)(glibtop *);
|
||||||
extern const glibtop_init_func_t _glibtop_init_hook_p[];
|
|
||||||
|
extern const _glibtop_init_func_t _glibtop_init_hook_s[];
|
||||||
|
extern const _glibtop_init_func_t _glibtop_init_hook_p[];
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* H_LIBGTOP_INIT_HOOKS_1122955666 */
|
#endif /* H_LIBGTOP_INIT_HOOKS_1122955666 */
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -42,9 +40,9 @@ struct _glibtop_loadavg
|
|||||||
{
|
{
|
||||||
guint64 flags;
|
guint64 flags;
|
||||||
double loadavg [3]; /* GLIBTOP_LOADAVG_LOADAVG */
|
double loadavg [3]; /* GLIBTOP_LOADAVG_LOADAVG */
|
||||||
guint64 nr_running, /* GLIBTOP_LOADAVG_NR_RUNNING */
|
guint64 nr_running; /* GLIBTOP_LOADAVG_NR_RUNNING */
|
||||||
nr_tasks, /* GLIBTOP_LOADAVG_NR_TASKS */
|
guint64 nr_tasks; /* GLIBTOP_LOADAVG_NR_TASKS */
|
||||||
last_pid; /* GLIBTOP_LOADAVG_LAST_PID */
|
guint64 last_pid; /* GLIBTOP_LOADAVG_LAST_PID */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_loadavg(glibtop_loadavg *buf);
|
void glibtop_get_loadavg(glibtop_loadavg *buf);
|
||||||
@@ -58,10 +56,10 @@ void glibtop_get_loadavg(glibtop_loadavg *buf);
|
|||||||
void glibtop_get_loadavg_l (glibtop *server, glibtop_loadavg *buf);
|
void glibtop_get_loadavg_l (glibtop *server, glibtop_loadavg *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_LOADAVG
|
#if GLIBTOP_SUID_LOADAVG
|
||||||
void glibtop_init_loadavg_p (glibtop *server);
|
void _glibtop_init_loadavg_p (glibtop *server);
|
||||||
void glibtop_get_loadavg_p (glibtop *server, glibtop_loadavg *buf);
|
void glibtop_get_loadavg_p (glibtop *server, glibtop_loadavg *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_loadavg_s (glibtop *server);
|
void _glibtop_init_loadavg_s (glibtop *server);
|
||||||
void glibtop_get_loadavg_s (glibtop *server, glibtop_loadavg *buf);
|
void glibtop_get_loadavg_s (glibtop *server, glibtop_loadavg *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -44,15 +42,15 @@ typedef struct _glibtop_mem glibtop_mem;
|
|||||||
|
|
||||||
struct _glibtop_mem
|
struct _glibtop_mem
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
total, /* GLIBTOP_MEM_TOTAL */
|
guint64 total; /* GLIBTOP_MEM_TOTAL */
|
||||||
used, /* GLIBTOP_MEM_USED */
|
guint64 used; /* GLIBTOP_MEM_USED */
|
||||||
free, /* GLIBTOP_MEM_FREE */
|
guint64 free; /* GLIBTOP_MEM_FREE */
|
||||||
shared, /* GLIBTOP_MEM_SHARED */
|
guint64 shared; /* GLIBTOP_MEM_SHARED */
|
||||||
buffer, /* GLIBTOP_MEM_BUFFER */
|
guint64 buffer; /* GLIBTOP_MEM_BUFFER */
|
||||||
cached, /* GLIBTOP_MEM_CACHED */
|
guint64 cached; /* GLIBTOP_MEM_CACHED */
|
||||||
user, /* GLIBTOP_MEM_USER */
|
guint64 user; /* GLIBTOP_MEM_USER */
|
||||||
locked; /* GLIBTOP_MEM_LOCKED */
|
guint64 locked; /* GLIBTOP_MEM_LOCKED */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_mem(glibtop_mem *buf);
|
void glibtop_get_mem(glibtop_mem *buf);
|
||||||
@@ -66,10 +64,10 @@ void glibtop_get_mem(glibtop_mem *buf);
|
|||||||
void glibtop_get_mem_l (glibtop *server, glibtop_mem *buf);
|
void glibtop_get_mem_l (glibtop *server, glibtop_mem *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_MEM
|
#if GLIBTOP_SUID_MEM
|
||||||
void glibtop_init_mem_p (glibtop *server);
|
void _glibtop_init_mem_p (glibtop *server);
|
||||||
void glibtop_get_mem_p (glibtop *server, glibtop_mem *buf);
|
void glibtop_get_mem_p (glibtop *server, glibtop_mem *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_mem_s (glibtop *server);
|
void _glibtop_init_mem_s (glibtop *server);
|
||||||
void glibtop_get_mem_s (glibtop *server, glibtop_mem *buf);
|
void glibtop_get_mem_s (glibtop *server, glibtop_mem *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -49,10 +47,10 @@ struct _glibtop_mountentry
|
|||||||
|
|
||||||
struct _glibtop_mountlist
|
struct _glibtop_mountlist
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
number, /* GLIBTOP_MOUNTLIST_NUMBER */
|
guint64 number; /* GLIBTOP_MOUNTLIST_NUMBER */
|
||||||
total, /* GLIBTOP_MOUNTLIST_TOTAL */
|
guint64 total; /* GLIBTOP_MOUNTLIST_TOTAL */
|
||||||
size; /* GLIBTOP_MOUNTLIST_SIZE */
|
guint64 size; /* GLIBTOP_MOUNTLIST_SIZE */
|
||||||
};
|
};
|
||||||
|
|
||||||
glibtop_mountentry *
|
glibtop_mountentry *
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -43,14 +41,14 @@ typedef struct _glibtop_msg_limits glibtop_msg_limits;
|
|||||||
|
|
||||||
struct _glibtop_msg_limits
|
struct _glibtop_msg_limits
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
msgpool, /* GLIBTOP_IPC_MSGPOOL */
|
guint64 msgpool; /* GLIBTOP_IPC_MSGPOOL */
|
||||||
msgmap, /* GLIBTOP_IPC_MSGMAP */
|
guint64 msgmap; /* GLIBTOP_IPC_MSGMAP */
|
||||||
msgmax, /* GLIBTOP_IPC_MSGMAX */
|
guint64 msgmax; /* GLIBTOP_IPC_MSGMAX */
|
||||||
msgmnb, /* GLIBTOP_IPC_MSGMNB */
|
guint64 msgmnb; /* GLIBTOP_IPC_MSGMNB */
|
||||||
msgmni, /* GLIBTOP_IPC_MSGMNI */
|
guint64 msgmni; /* GLIBTOP_IPC_MSGMNI */
|
||||||
msgssz, /* GLIBTOP_IPC_MSGSSZ */
|
guint64 msgssz; /* GLIBTOP_IPC_MSGSSZ */
|
||||||
msgtql; /* GLIBTOP_IPC_MSGTQL */
|
guint64 msgtql; /* GLIBTOP_IPC_MSGTQL */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_msg_limits(glibtop_msg_limits *buf);
|
void glibtop_get_msg_limits(glibtop_msg_limits *buf);
|
||||||
@@ -64,10 +62,10 @@ void glibtop_get_msg_limits(glibtop_msg_limits *buf);
|
|||||||
void glibtop_get_msg_limits_l (glibtop *server, glibtop_msg_limits *buf);
|
void glibtop_get_msg_limits_l (glibtop *server, glibtop_msg_limits *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_MSG_LIMITS
|
#if GLIBTOP_SUID_MSG_LIMITS
|
||||||
void glibtop_init_msg_limits_p (glibtop *server);
|
void _glibtop_init_msg_limits_p (glibtop *server);
|
||||||
void glibtop_get_msg_limits_p (glibtop *server, glibtop_msg_limits *buf);
|
void glibtop_get_msg_limits_p (glibtop *server, glibtop_msg_limits *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_msg_limits_s (glibtop *server);
|
void _glibtop_init_msg_limits_s (glibtop *server);
|
||||||
void glibtop_get_msg_limits_s (glibtop *server, glibtop_msg_limits *buf);
|
void glibtop_get_msg_limits_s (glibtop *server, glibtop_msg_limits *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -48,10 +48,10 @@ char** glibtop_get_netlist(glibtop_netlist *buf);
|
|||||||
char** glibtop_get_netlist_l (glibtop *server, glibtop_netlist *buf);
|
char** glibtop_get_netlist_l (glibtop *server, glibtop_netlist *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_NETLIST
|
#if GLIBTOP_SUID_NETLIST
|
||||||
void glibtop_init_netlist_p (glibtop *server);
|
void _glibtop_init_netlist_p (glibtop *server);
|
||||||
char** glibtop_get_netlist_p (glibtop *server, glibtop_netlist *buf);
|
char** glibtop_get_netlist_p (glibtop *server, glibtop_netlist *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_netlist_s (glibtop *server);
|
void _glibtop_init_netlist_s (glibtop *server);
|
||||||
char** glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf);
|
char** glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -68,7 +66,8 @@ enum {
|
|||||||
GLIBTOP_IF_FLAGS_LINK1,
|
GLIBTOP_IF_FLAGS_LINK1,
|
||||||
GLIBTOP_IF_FLAGS_LINK2,
|
GLIBTOP_IF_FLAGS_LINK2,
|
||||||
GLIBTOP_IF_FLAGS_ALTPHYS,
|
GLIBTOP_IF_FLAGS_ALTPHYS,
|
||||||
GLIBTOP_IF_FLAGS_MULTICAST
|
GLIBTOP_IF_FLAGS_MULTICAST,
|
||||||
|
GLIBTOP_IF_FLAGS_WIRELESS
|
||||||
};
|
};
|
||||||
|
|
||||||
enum GLIBTOP_IF_IN6_SCOPE
|
enum GLIBTOP_IF_IN6_SCOPE
|
||||||
@@ -82,23 +81,23 @@ enum GLIBTOP_IF_IN6_SCOPE
|
|||||||
|
|
||||||
struct _glibtop_netload
|
struct _glibtop_netload
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
if_flags; /* GLIBTOP_NETLOAD_IF_FLAGS */
|
guint64 if_flags; /* GLIBTOP_NETLOAD_IF_FLAGS */
|
||||||
|
|
||||||
guint32 mtu, /* GLIBTOP_NETLOAD_MTU */
|
guint32 mtu; /* GLIBTOP_NETLOAD_MTU */
|
||||||
subnet, /* GLIBTOP_NETLOAD_SUBNET */
|
guint32 subnet; /* GLIBTOP_NETLOAD_SUBNET */
|
||||||
address; /* GLIBTOP_NETLOAD_ADDRESS */
|
guint32 address; /* GLIBTOP_NETLOAD_ADDRESS */
|
||||||
|
|
||||||
guint64 packets_in, /* GLIBTOP_NETLOAD_PACKETS_IN */
|
guint64 packets_in; /* GLIBTOP_NETLOAD_PACKETS_IN */
|
||||||
packets_out, /* GLIBTOP_NETLOAD_PACKETS_OUT */
|
guint64 packets_out; /* GLIBTOP_NETLOAD_PACKETS_OUT */
|
||||||
packets_total, /* GLIBTOP_NETLOAD_PACKETS_TOTAL*/
|
guint64 packets_total; /* GLIBTOP_NETLOAD_PACKETS_TOTAL*/
|
||||||
bytes_in, /* GLIBTOP_NETLOAD_BYTES_IN */
|
guint64 bytes_in; /* GLIBTOP_NETLOAD_BYTES_IN */
|
||||||
bytes_out, /* GLIBTOP_NETLOAD_BYTES_OUT */
|
guint64 bytes_out; /* GLIBTOP_NETLOAD_BYTES_OUT */
|
||||||
bytes_total, /* GLIBTOP_NETLOAD_BYTES_TOTAL */
|
guint64 bytes_total; /* GLIBTOP_NETLOAD_BYTES_TOTAL */
|
||||||
errors_in, /* GLIBTOP_NETLOAD_ERRORS_IN */
|
guint64 errors_in; /* GLIBTOP_NETLOAD_ERRORS_IN */
|
||||||
errors_out, /* GLIBTOP_NETLOAD_ERRORS_OUT */
|
guint64 errors_out; /* GLIBTOP_NETLOAD_ERRORS_OUT */
|
||||||
errors_total, /* GLIBTOP_NETLOAD_ERRORS_TOTAL */
|
guint64 errors_total; /* GLIBTOP_NETLOAD_ERRORS_TOTAL */
|
||||||
collisions; /* GLIBTOP_NETLOAD_COLLISIONS */
|
guint64 collisions; /* GLIBTOP_NETLOAD_COLLISIONS */
|
||||||
|
|
||||||
guint8 address6[16]; /* GLIBTOP_NETLOAD_ADDRESS6 */
|
guint8 address6[16]; /* GLIBTOP_NETLOAD_ADDRESS6 */
|
||||||
guint8 prefix6[16]; /* GLIBTOP_NETLOAD_PREXIF6 */
|
guint8 prefix6[16]; /* GLIBTOP_NETLOAD_PREXIF6 */
|
||||||
@@ -118,10 +117,10 @@ void glibtop_get_netload(glibtop_netload *buf, const char *interface);
|
|||||||
void glibtop_get_netload_l (glibtop *server, glibtop_netload *buf, const char *interface);
|
void glibtop_get_netload_l (glibtop *server, glibtop_netload *buf, const char *interface);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_NETLOAD
|
#if GLIBTOP_SUID_NETLOAD
|
||||||
void glibtop_init_netload_p (glibtop *server);
|
void _glibtop_init_netload_p (glibtop *server);
|
||||||
void glibtop_get_netload_p (glibtop *server, glibtop_netload *buf, const char *interface);
|
void glibtop_get_netload_p (glibtop *server, glibtop_netload *buf, const char *interface);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_netload_s (glibtop *server);
|
void _glibtop_init_netload_s (glibtop *server);
|
||||||
void glibtop_get_netload_s (glibtop *server, glibtop_netload *buf, const char *interface);
|
void glibtop_get_netload_s (glibtop *server, glibtop_netload *buf, const char *interface);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -45,10 +43,10 @@ enum {
|
|||||||
|
|
||||||
struct _glibtop_ppp
|
struct _glibtop_ppp
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
state, /* GLIBTOP_PPP_STATE */
|
guint64 state; /* GLIBTOP_PPP_STATE */
|
||||||
bytes_in, /* GLIBTOP_PPP_BYTES_IN */
|
guint64 bytes_in; /* GLIBTOP_PPP_BYTES_IN */
|
||||||
bytes_out; /* GLIBTOP_PPP_BYTES_OUT */
|
guint64 bytes_out; /* GLIBTOP_PPP_BYTES_OUT */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_ppp(glibtop_ppp *buf, unsigned short device);
|
void glibtop_get_ppp(glibtop_ppp *buf, unsigned short device);
|
||||||
@@ -62,10 +60,10 @@ void glibtop_get_ppp(glibtop_ppp *buf, unsigned short device);
|
|||||||
void glibtop_get_ppp_l (glibtop *server, glibtop_ppp *buf, unsigned short device);
|
void glibtop_get_ppp_l (glibtop *server, glibtop_ppp *buf, unsigned short device);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PPP
|
#if GLIBTOP_SUID_PPP
|
||||||
void glibtop_init_ppp_p (glibtop *server);
|
void _glibtop_init_ppp_p (glibtop *server);
|
||||||
void glibtop_get_ppp_p (glibtop *server, glibtop_ppp *buf, unsigned short device);
|
void glibtop_get_ppp_p (glibtop *server, glibtop_ppp *buf, unsigned short device);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_ppp_s (glibtop *server);
|
void _glibtop_init_ppp_s (glibtop *server);
|
||||||
void glibtop_get_ppp_s (glibtop *server, glibtop_ppp *buf, unsigned short device);
|
void glibtop_get_ppp_s (glibtop *server, glibtop_ppp *buf, unsigned short device);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -37,8 +35,8 @@ typedef struct _glibtop_proc_args glibtop_proc_args;
|
|||||||
|
|
||||||
struct _glibtop_proc_args
|
struct _glibtop_proc_args
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
size; /* GLIBTOP_PROC_ARGS_SIZE */
|
guint64 size; /* GLIBTOP_PROC_ARGS_SIZE */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -53,7 +51,7 @@ glibtop_get_proc_args (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
|
|||||||
|
|
||||||
# define glibtop_get_proc_args_r glibtop_get_proc_args_p
|
# define glibtop_get_proc_args_r glibtop_get_proc_args_p
|
||||||
|
|
||||||
void glibtop_init_proc_args_p (glibtop *server);
|
void _glibtop_init_proc_args_p (glibtop *server);
|
||||||
|
|
||||||
char *
|
char *
|
||||||
glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf,
|
glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf,
|
||||||
@@ -64,7 +62,7 @@ glibtop_get_proc_args (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
|
|||||||
|
|
||||||
# define glibtop_get_proc_args_r glibtop_get_proc_args_s
|
# define glibtop_get_proc_args_r glibtop_get_proc_args_s
|
||||||
|
|
||||||
void glibtop_init_proc_args_s (glibtop *server);
|
void _glibtop_init_proc_args_s (glibtop *server);
|
||||||
|
|
||||||
char *
|
char *
|
||||||
glibtop_get_proc_args_s (glibtop *server, glibtop_proc_args *buf,
|
glibtop_get_proc_args_s (glibtop *server, glibtop_proc_args *buf,
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -48,18 +46,18 @@ typedef struct _glibtop_proc_kernel glibtop_proc_kernel;
|
|||||||
struct _glibtop_proc_kernel
|
struct _glibtop_proc_kernel
|
||||||
{
|
{
|
||||||
guint64 flags;
|
guint64 flags;
|
||||||
guint64 k_flags, /* kernel flags for the process */
|
guint64 k_flags; /* kernel flags for the process */
|
||||||
min_flt, /* number of minor page faults since
|
guint64 min_flt; /* number of minor page faults since
|
||||||
* process start */
|
* process start */
|
||||||
maj_flt, /* number of major page faults since
|
guint64 maj_flt; /* number of major page faults since
|
||||||
* process start */
|
* process start */
|
||||||
cmin_flt, /* cumulative min_flt of process and
|
guint64 cmin_flt; /* cumulative min_flt of process and
|
||||||
* child processes */
|
* child processes */
|
||||||
cmaj_flt, /* cumulative maj_flt of process and
|
guint64 cmaj_flt; /* cumulative maj_flt of process and
|
||||||
* child processes */
|
* child processes */
|
||||||
kstk_esp, /* kernel stack pointer */
|
guint64 kstk_esp; /* kernel stack pointer */
|
||||||
kstk_eip, /* kernel stack pointer */
|
guint64 kstk_eip; /* kernel stack pointer */
|
||||||
nwchan; /* address of kernel wait channel
|
guint64 nwchan; /* address of kernel wait channel
|
||||||
* proc is sleeping in */
|
* proc is sleeping in */
|
||||||
char wchan [40];
|
char wchan [40];
|
||||||
};
|
};
|
||||||
@@ -75,10 +73,10 @@ void glibtop_get_proc_kernel(glibtop_proc_kernel *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_kernel_l (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
|
void glibtop_get_proc_kernel_l (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_KERNEL
|
#if GLIBTOP_SUID_PROC_KERNEL
|
||||||
void glibtop_init_proc_kernel_p (glibtop *server);
|
void _glibtop_init_proc_kernel_p (glibtop *server);
|
||||||
void glibtop_get_proc_kernel_p (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
|
void glibtop_get_proc_kernel_p (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_kernel_s (glibtop *server);
|
void _glibtop_init_proc_kernel_s (glibtop *server);
|
||||||
void glibtop_get_proc_kernel_s (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
|
void glibtop_get_proc_kernel_s (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -56,10 +54,10 @@ typedef struct _glibtop_proclist glibtop_proclist;
|
|||||||
|
|
||||||
struct _glibtop_proclist
|
struct _glibtop_proclist
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
number, /* GLIBTOP_PROCLIST_NUMBER */
|
guint64 number; /* GLIBTOP_PROCLIST_NUMBER */
|
||||||
total, /* GLIBTOP_PROCLIST_TOTAL */
|
guint64 total; /* GLIBTOP_PROCLIST_TOTAL */
|
||||||
size; /* GLIBTOP_PROCLIST_SIZE */
|
guint64 size; /* GLIBTOP_PROCLIST_SIZE */
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned *
|
unsigned *
|
||||||
@@ -76,13 +74,13 @@ glibtop_get_proclist_l (glibtop *server, glibtop_proclist *buf,
|
|||||||
gint64 which, gint64 arg);
|
gint64 which, gint64 arg);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROCLIST
|
#if GLIBTOP_SUID_PROCLIST
|
||||||
void glibtop_init_proclist_p (glibtop *server);
|
void _glibtop_init_proclist_p (glibtop *server);
|
||||||
|
|
||||||
unsigned *
|
unsigned *
|
||||||
glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf,
|
glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf,
|
||||||
gint64 which, gint64 arg);
|
gint64 which, gint64 arg);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proclist_s (glibtop *server);
|
void _glibtop_init_proclist_s (glibtop *server);
|
||||||
|
|
||||||
unsigned *
|
unsigned *
|
||||||
glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf,
|
glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf,
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -67,20 +65,28 @@ typedef struct _glibtop_proc_map glibtop_proc_map;
|
|||||||
|
|
||||||
struct _glibtop_map_entry
|
struct _glibtop_map_entry
|
||||||
{
|
{
|
||||||
guint64 flags, start, end, offset, perm, inode, device;
|
guint64 flags;
|
||||||
guint64 size,
|
guint64 start;
|
||||||
rss,
|
guint64 end;
|
||||||
shared_clean, shared_dirty,
|
guint64 offset;
|
||||||
private_clean, private_dirty;
|
guint64 perm;
|
||||||
|
guint64 inode;
|
||||||
|
guint64 device;
|
||||||
|
guint64 size;
|
||||||
|
guint64 rss;
|
||||||
|
guint64 shared_clean;
|
||||||
|
guint64 shared_dirty;
|
||||||
|
guint64 private_clean;
|
||||||
|
guint64 private_dirty;
|
||||||
char filename [GLIBTOP_MAP_FILENAME_LEN+1];
|
char filename [GLIBTOP_MAP_FILENAME_LEN+1];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _glibtop_proc_map
|
struct _glibtop_proc_map
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
number, /* GLIBTOP_PROC_MAP_NUMBER */
|
guint64 number; /* GLIBTOP_PROC_MAP_NUMBER */
|
||||||
total, /* GLIBTOP_PROC_MAP_TOTAL */
|
guint64 total; /* GLIBTOP_PROC_MAP_TOTAL */
|
||||||
size; /* GLIBTOP_PROC_MAP_SIZE */
|
guint64 size; /* GLIBTOP_PROC_MAP_SIZE */
|
||||||
};
|
};
|
||||||
glibtop_map_entry *
|
glibtop_map_entry *
|
||||||
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
|
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
|
||||||
@@ -96,12 +102,12 @@ glibtop_map_entry *
|
|||||||
glibtop_get_proc_map_l (glibtop *server, glibtop_proc_map *buf, pid_t pid);
|
glibtop_get_proc_map_l (glibtop *server, glibtop_proc_map *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_MAP
|
#if GLIBTOP_SUID_PROC_MAP
|
||||||
void glibtop_init_proc_map_p (glibtop *server);
|
void _glibtop_init_proc_map_p (glibtop *server);
|
||||||
|
|
||||||
glibtop_map_entry *
|
glibtop_map_entry *
|
||||||
glibtop_get_proc_map_p (glibtop *server, glibtop_proc_map *buf, pid_t pid);
|
glibtop_get_proc_map_p (glibtop *server, glibtop_proc_map *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_map_s (glibtop *server);
|
void _glibtop_init_proc_map_s (glibtop *server);
|
||||||
|
|
||||||
glibtop_map_entry *
|
glibtop_map_entry *
|
||||||
glibtop_get_proc_map_s (glibtop *server, glibtop_proc_map *buf, pid_t pid);
|
glibtop_get_proc_map_s (glibtop *server, glibtop_proc_map *buf, pid_t pid);
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -44,14 +42,14 @@ typedef struct _glibtop_proc_mem glibtop_proc_mem;
|
|||||||
|
|
||||||
struct _glibtop_proc_mem
|
struct _glibtop_proc_mem
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
size, /* total # of pages of memory */
|
guint64 size; /* total # of pages of memory */
|
||||||
vsize, /* number of pages of virtual memory ... */
|
guint64 vsize; /* number of pages of virtual memory ... */
|
||||||
resident, /* number of resident set
|
guint64 resident; /* number of resident set
|
||||||
* (non-swapped) pages (4k) */
|
* (non-swapped) pages (4k) */
|
||||||
share, /* number of pages of shared (mmap'd) memory */
|
guint64 share; /* number of pages of shared (mmap'd) memory */
|
||||||
rss, /* resident set size */
|
guint64 rss; /* resident set size */
|
||||||
rss_rlim; /* current limit (in bytes) of the rss
|
guint64 rss_rlim; /* current limit (in bytes) of the rss
|
||||||
* of the process; usually 2,147,483,647 */
|
* of the process; usually 2,147,483,647 */
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -66,10 +64,10 @@ void glibtop_get_proc_mem(glibtop_proc_mem *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_mem_l (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
|
void glibtop_get_proc_mem_l (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_MEM
|
#if GLIBTOP_SUID_PROC_MEM
|
||||||
void glibtop_init_proc_mem_p (glibtop *server);
|
void _glibtop_init_proc_mem_p (glibtop *server);
|
||||||
void glibtop_get_proc_mem_p (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
|
void glibtop_get_proc_mem_p (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_mem_s (glibtop *server);
|
void _glibtop_init_proc_mem_s (glibtop *server);
|
||||||
void glibtop_get_proc_mem_s (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
|
void glibtop_get_proc_mem_s (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
Copyright (C) 2004 Nicolás Lichtmaier
|
Copyright (C) 2004 Nicolás Lichtmaier
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
@@ -88,10 +86,10 @@ struct _glibtop_open_files_entry
|
|||||||
|
|
||||||
struct _glibtop_proc_open_files
|
struct _glibtop_proc_open_files
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
number, /* GLIBTOP_PROC_OPEN_FILES_NUMBER */
|
guint64 number; /* GLIBTOP_PROC_OPEN_FILES_NUMBER */
|
||||||
total, /* GLIBTOP_PROC_OPEN_FILES_TOTAL */
|
guint64 total; /* GLIBTOP_PROC_OPEN_FILES_TOTAL */
|
||||||
size; /* GLIBTOP_PROC_OPEN_FILES_SIZE */
|
guint64 size; /* GLIBTOP_PROC_OPEN_FILES_SIZE */
|
||||||
};
|
};
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
@@ -107,12 +105,12 @@ glibtop_open_files_entry *
|
|||||||
glibtop_get_proc_open_files_l (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_l (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_FILE
|
#if GLIBTOP_SUID_PROC_FILE
|
||||||
void glibtop_init_proc_open_files_p (glibtop *server);
|
void _glibtop_init_proc_open_files_p (glibtop *server);
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files_p (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_p (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_open_files_s (glibtop *server);
|
void _glibtop_init_proc_open_files_s (glibtop *server);
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files_s (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_s (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -46,16 +44,16 @@ typedef struct _glibtop_proc_segment glibtop_proc_segment;
|
|||||||
|
|
||||||
struct _glibtop_proc_segment
|
struct _glibtop_proc_segment
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
text_rss, /* text resident set size */
|
guint64 text_rss; /* text resident set size */
|
||||||
shlib_rss, /* shared-lib resident set size */
|
guint64 shlib_rss; /* shared-lib resident set size */
|
||||||
data_rss, /* data resident set size */
|
guint64 data_rss; /* data resident set size */
|
||||||
stack_rss, /* stack resident set size */
|
guint64 stack_rss; /* stack resident set size */
|
||||||
dirty_size, /* size of dirty pages */
|
guint64 dirty_size; /* size of dirty pages */
|
||||||
start_code,
|
guint64 start_code;
|
||||||
/* address of beginning of code segment */
|
/* address of beginning of code segment */
|
||||||
end_code, /* address of end of code segment */
|
guint64 end_code; /* address of end of code segment */
|
||||||
start_stack; /* address of the bottom of stack segment */
|
guint64 start_stack; /* address of the bottom of stack segment */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_proc_segment(glibtop_proc_segment *buf, pid_t pid);
|
void glibtop_get_proc_segment(glibtop_proc_segment *buf, pid_t pid);
|
||||||
@@ -69,10 +67,10 @@ void glibtop_get_proc_segment(glibtop_proc_segment *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_segment_l (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
|
void glibtop_get_proc_segment_l (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_SEGMENT
|
#if GLIBTOP_SUID_PROC_SEGMENT
|
||||||
void glibtop_init_proc_segment_p (glibtop *server);
|
void _glibtop_init_proc_segment_p (glibtop *server);
|
||||||
void glibtop_get_proc_segment_p (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
|
void glibtop_get_proc_segment_p (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_segment_s (glibtop *server);
|
void _glibtop_init_proc_segment_s (glibtop *server);
|
||||||
void glibtop_get_proc_segment_s (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
|
void glibtop_get_proc_segment_s (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -42,11 +40,11 @@ typedef struct _glibtop_proc_signal glibtop_proc_signal;
|
|||||||
|
|
||||||
struct _glibtop_proc_signal
|
struct _glibtop_proc_signal
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
signal [2], /* mask of pending signals */
|
guint64 signal [2]; /* mask of pending signals */
|
||||||
blocked [2], /* mask of blocked signals */
|
guint64 blocked [2]; /* mask of blocked signals */
|
||||||
sigignore [2], /* mask of ignored signals */
|
guint64 sigignore [2]; /* mask of ignored signals */
|
||||||
sigcatch [2]; /* mask of caught signals */
|
guint64 sigcatch [2]; /* mask of caught signals */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_proc_signal(glibtop_proc_signal *buf, pid_t pid);
|
void glibtop_get_proc_signal(glibtop_proc_signal *buf, pid_t pid);
|
||||||
@@ -60,10 +58,10 @@ void glibtop_get_proc_signal(glibtop_proc_signal *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_signal_l (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
|
void glibtop_get_proc_signal_l (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_SIGNAL
|
#if GLIBTOP_SUID_PROC_SIGNAL
|
||||||
void glibtop_init_proc_signal_p (glibtop *server);
|
void _glibtop_init_proc_signal_p (glibtop *server);
|
||||||
void glibtop_get_proc_signal_p (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
|
void glibtop_get_proc_signal_p (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_signal_s (glibtop *server);
|
void _glibtop_init_proc_signal_s (glibtop *server);
|
||||||
void glibtop_get_proc_signal_s (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
|
void glibtop_get_proc_signal_s (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -58,20 +56,19 @@ struct _glibtop_proc_state
|
|||||||
guint64 flags;
|
guint64 flags;
|
||||||
char cmd[40]; /* basename of executable file in
|
char cmd[40]; /* basename of executable file in
|
||||||
* call to exec(2) */
|
* call to exec(2) */
|
||||||
unsigned state; /* single-char code for process state
|
unsigned state;
|
||||||
* (S=sleeping) */
|
|
||||||
/* NOTE: when porting the library, TRY HARD to implement the
|
/* NOTE: when porting the library, TRY HARD to implement the
|
||||||
* following two fields. */
|
* following two fields. */
|
||||||
/* IMPORTANT NOTICE: For security reasons, it is extremely important
|
/* IMPORTANT NOTICE: For security reasons, it is extremely important
|
||||||
* only to set the flags value for those two
|
* only to set the flags value for those two
|
||||||
* fields if their values are corrent ! */
|
* fields if their values are corrent ! */
|
||||||
int uid, /* UID of process */
|
int uid; /* UID of process */
|
||||||
gid, /* GID of process */
|
int gid; /* GID of process */
|
||||||
ruid,
|
int ruid;
|
||||||
rgid;
|
int rgid;
|
||||||
int has_cpu,
|
int has_cpu;
|
||||||
processor,
|
int processor;
|
||||||
last_processor;
|
int last_processor;
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_proc_state(glibtop_proc_state *buf, pid_t pid);
|
void glibtop_get_proc_state(glibtop_proc_state *buf, pid_t pid);
|
||||||
@@ -85,10 +82,10 @@ void glibtop_get_proc_state(glibtop_proc_state *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_state_l (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
void glibtop_get_proc_state_l (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_STATE
|
#if GLIBTOP_SUID_PROC_STATE
|
||||||
void glibtop_init_proc_state_p (glibtop *server);
|
void _glibtop_init_proc_state_p (glibtop *server);
|
||||||
void glibtop_get_proc_state_p (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
void glibtop_get_proc_state_p (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_state_s (glibtop *server);
|
void _glibtop_init_proc_state_s (glibtop *server);
|
||||||
void glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
void glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -50,24 +48,24 @@ typedef struct _glibtop_proc_time glibtop_proc_time;
|
|||||||
|
|
||||||
struct _glibtop_proc_time
|
struct _glibtop_proc_time
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
start_time, /* start time of process --
|
guint64 start_time; /* start time of process --
|
||||||
* seconds since 1-1-70 */
|
* seconds since 1-1-70 */
|
||||||
rtime, /* real time accumulated by process */
|
guint64 rtime; /* real time accumulated by process */
|
||||||
utime, /* user-mode CPU time accumulated by process */
|
guint64 utime; /* user-mode CPU time accumulated by process */
|
||||||
stime, /* kernel-mode CPU time accumulated by process */
|
guint64 stime; /* kernel-mode CPU time accumulated by process */
|
||||||
cutime, /* cumulative utime of process and
|
guint64 cutime; /* cumulative utime of process and
|
||||||
* reaped children */
|
* reaped children */
|
||||||
cstime, /* cumulative stime of process and
|
guint64 cstime; /* cumulative stime of process and
|
||||||
* reaped children */
|
* reaped children */
|
||||||
timeout, /* The time (in jiffies) of the process's
|
guint64 timeout; /* The time (in jiffies) of the process's
|
||||||
* next timeout */
|
* next timeout */
|
||||||
it_real_value, /* The time (in jiffies) before the
|
guint64 it_real_value; /* The time (in jiffies) before the
|
||||||
* next SIGALRM is sent to the process
|
* next SIGALRM is sent to the process
|
||||||
* due to an interval timer. */
|
* due to an interval timer. */
|
||||||
frequency, /* Tick frequency. */
|
guint64 frequency; /* Tick frequency. */
|
||||||
xcpu_utime [GLIBTOP_NCPU], /* utime and stime for all CPUs on */
|
guint64 xcpu_utime [GLIBTOP_NCPU]; /* utime and stime for all CPUs on */
|
||||||
xcpu_stime [GLIBTOP_NCPU]; /* SMP machines. */
|
guint64 xcpu_stime [GLIBTOP_NCPU]; /* SMP machines. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -82,10 +80,10 @@ void glibtop_get_proc_time(glibtop_proc_time *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_time_l (glibtop *server, glibtop_proc_time *buf, pid_t pid);
|
void glibtop_get_proc_time_l (glibtop *server, glibtop_proc_time *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_TIME
|
#if GLIBTOP_SUID_PROC_TIME
|
||||||
void glibtop_init_proc_time_p (glibtop *server);
|
void _glibtop_init_proc_time_p (glibtop *server);
|
||||||
void glibtop_get_proc_time_p (glibtop *server, glibtop_proc_time *buf, pid_t pid);
|
void glibtop_get_proc_time_p (glibtop *server, glibtop_proc_time *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_time_s (glibtop *server);
|
void _glibtop_init_proc_time_s (glibtop *server);
|
||||||
void glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf, pid_t pid);
|
void glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -59,24 +57,24 @@ typedef struct _glibtop_proc_uid glibtop_proc_uid;
|
|||||||
struct _glibtop_proc_uid
|
struct _glibtop_proc_uid
|
||||||
{
|
{
|
||||||
guint64 flags;
|
guint64 flags;
|
||||||
gint32 uid, /* user id */
|
gint32 uid; /* user id */
|
||||||
euid, /* effective user id */
|
gint32 euid; /* effective user id */
|
||||||
gid, /* group id */
|
gint32 gid; /* group id */
|
||||||
egid, /* effective group id */
|
gint32 egid; /* effective group id */
|
||||||
suid, /* set user id */
|
gint32 suid; /* set user id */
|
||||||
sgid, /* set group id */
|
gint32 sgid; /* set group id */
|
||||||
fsuid, /* ??? user id */
|
gint32 fsuid; /* ??? user id */
|
||||||
fsgid, /* ??? group id */
|
gint32 fsgid; /* ??? group id */
|
||||||
pid, /* process id */
|
gint32 pid; /* process id */
|
||||||
ppid, /* pid of parent process */
|
gint32 ppid; /* pid of parent process */
|
||||||
pgrp, /* process group id */
|
gint32 pgrp; /* process group id */
|
||||||
session, /* session id */
|
gint32 session; /* session id */
|
||||||
tty, /* full device number of controlling terminal */
|
gint32 tty; /* full device number of controlling terminal */
|
||||||
tpgid, /* terminal process group id */
|
gint32 tpgid; /* terminal process group id */
|
||||||
priority, /* kernel scheduling priority */
|
gint32 priority; /* kernel scheduling priority */
|
||||||
nice, /* standard unix nice level of process */
|
gint32 nice; /* standard unix nice level of process */
|
||||||
ngroups,
|
gint32 ngroups;
|
||||||
groups [GLIBTOP_MAX_GROUPS];
|
gint32 groups [GLIBTOP_MAX_GROUPS];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -91,10 +89,10 @@ void glibtop_get_proc_uid(glibtop_proc_uid *buf, pid_t pid);
|
|||||||
void glibtop_get_proc_uid_l (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
|
void glibtop_get_proc_uid_l (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_UID
|
#if GLIBTOP_SUID_PROC_UID
|
||||||
void glibtop_init_proc_uid_p (glibtop *server);
|
void _glibtop_init_proc_uid_p (glibtop *server);
|
||||||
void glibtop_get_proc_uid_p (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
|
void glibtop_get_proc_uid_p (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_proc_uid_s (glibtop *server);
|
void _glibtop_init_proc_uid_s (glibtop *server);
|
||||||
void glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
|
void glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -46,17 +44,17 @@ typedef struct _glibtop_sem_limits glibtop_sem_limits;
|
|||||||
|
|
||||||
struct _glibtop_sem_limits
|
struct _glibtop_sem_limits
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
semmap, /* GLIBTOP_IPC_SEMMAP */
|
guint64 semmap; /* GLIBTOP_IPC_SEMMAP */
|
||||||
semmni, /* GLIBTOP_IPC_SEMMNI */
|
guint64 semmni; /* GLIBTOP_IPC_SEMMNI */
|
||||||
semmns, /* GLIBTOP_IPC_SEMMNS */
|
guint64 semmns; /* GLIBTOP_IPC_SEMMNS */
|
||||||
semmnu, /* GLIBTOP_IPC_SEMMNU */
|
guint64 semmnu; /* GLIBTOP_IPC_SEMMNU */
|
||||||
semmsl, /* GLIBTOP_IPC_SEMMSL */
|
guint64 semmsl; /* GLIBTOP_IPC_SEMMSL */
|
||||||
semopm, /* GLIBTOP_IPC_SEMOPM */
|
guint64 semopm; /* GLIBTOP_IPC_SEMOPM */
|
||||||
semume, /* GLIBTOP_IPC_SEMUME */
|
guint64 semume; /* GLIBTOP_IPC_SEMUME */
|
||||||
semusz, /* GLIBTOP_IPC_SEMUSZ */
|
guint64 semusz; /* GLIBTOP_IPC_SEMUSZ */
|
||||||
semvmx, /* GLIBTOP_IPC_SEMVMX */
|
guint64 semvmx; /* GLIBTOP_IPC_SEMVMX */
|
||||||
semaem; /* GLIBTOP_IPC_SEMAEM */
|
guint64 semaem; /* GLIBTOP_IPC_SEMAEM */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_sem_limits(glibtop_sem_limits *buf);
|
void glibtop_get_sem_limits(glibtop_sem_limits *buf);
|
||||||
@@ -70,10 +68,10 @@ void glibtop_get_sem_limits(glibtop_sem_limits *buf);
|
|||||||
void glibtop_get_sem_limits_l (glibtop *server, glibtop_sem_limits *buf);
|
void glibtop_get_sem_limits_l (glibtop *server, glibtop_sem_limits *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_SEM_LIMITS
|
#if GLIBTOP_SUID_SEM_LIMITS
|
||||||
void glibtop_init_sem_limits_p (glibtop *server);
|
void _glibtop_init_sem_limits_p (glibtop *server);
|
||||||
void glibtop_get_sem_limits_p (glibtop *server, glibtop_sem_limits *buf);
|
void glibtop_get_sem_limits_p (glibtop *server, glibtop_sem_limits *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_sem_limits_s (glibtop *server);
|
void _glibtop_init_sem_limits_s (glibtop *server);
|
||||||
void glibtop_get_sem_limits_s (glibtop *server, glibtop_sem_limits *buf);
|
void glibtop_get_sem_limits_s (glibtop *server, glibtop_sem_limits *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -41,12 +39,12 @@ typedef struct _glibtop_shm_limits glibtop_shm_limits;
|
|||||||
|
|
||||||
struct _glibtop_shm_limits
|
struct _glibtop_shm_limits
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
shmmax, /* GLIBTOP_IPC_SHMMAX */
|
guint64 shmmax; /* GLIBTOP_IPC_SHMMAX */
|
||||||
shmmin, /* GLIBTOP_IPC_SHMMIN */
|
guint64 shmmin; /* GLIBTOP_IPC_SHMMIN */
|
||||||
shmmni, /* GLIBTOP_IPC_SHMMNI */
|
guint64 shmmni; /* GLIBTOP_IPC_SHMMNI */
|
||||||
shmseg, /* GLIBTOP_IPC_SHMSEG */
|
guint64 shmseg; /* GLIBTOP_IPC_SHMSEG */
|
||||||
shmall; /* GLIBTOP_IPC_SHMALL */
|
guint64 shmall; /* GLIBTOP_IPC_SHMALL */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_shm_limits(glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits(glibtop_shm_limits *buf);
|
||||||
@@ -60,10 +58,10 @@ void glibtop_get_shm_limits(glibtop_shm_limits *buf);
|
|||||||
void glibtop_get_shm_limits_l (glibtop *server, glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits_l (glibtop *server, glibtop_shm_limits *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_SHM_LIMITS
|
#if GLIBTOP_SUID_SHM_LIMITS
|
||||||
void glibtop_init_shm_limits_p (glibtop *server);
|
void _glibtop_init_shm_limits_p (glibtop *server);
|
||||||
void glibtop_get_shm_limits_p (glibtop *, glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits_p (glibtop *, glibtop_shm_limits *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_shm_limits_s (glibtop *server);
|
void _glibtop_init_shm_limits_s (glibtop *server);
|
||||||
void glibtop_get_shm_limits_s (glibtop *server, glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits_s (glibtop *server, glibtop_shm_limits *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -41,12 +39,12 @@ typedef struct _glibtop_swap glibtop_swap;
|
|||||||
|
|
||||||
struct _glibtop_swap
|
struct _glibtop_swap
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
total, /* GLIBTOP_SWAP_TOTAL */
|
guint64 total; /* GLIBTOP_SWAP_TOTAL */
|
||||||
used, /* GLIBTOP_SWAP_USED */
|
guint64 used; /* GLIBTOP_SWAP_USED */
|
||||||
free, /* GLIBTOP_SWAP_FREE */
|
guint64 free; /* GLIBTOP_SWAP_FREE */
|
||||||
pagein, /* GLIBTOP_SWAP_PAGEIN */
|
guint64 pagein; /* GLIBTOP_SWAP_PAGEIN */
|
||||||
pageout; /* GLIBTOP_SWAP_PAGEOUT */
|
guint64 pageout; /* GLIBTOP_SWAP_PAGEOUT */
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -61,10 +59,10 @@ glibtop_get_swap(glibtop_swap *buf);
|
|||||||
void glibtop_get_swap_l (glibtop *server, glibtop_swap *buf);
|
void glibtop_get_swap_l (glibtop *server, glibtop_swap *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_SWAP
|
#if GLIBTOP_SUID_SWAP
|
||||||
void glibtop_init_swap_p (glibtop *server);
|
void _glibtop_init_swap_p (glibtop *server);
|
||||||
void glibtop_get_swap_p (glibtop *server, glibtop_swap *buf);
|
void glibtop_get_swap_p (glibtop *server, glibtop_swap *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_swap_s (glibtop *server);
|
void _glibtop_init_swap_s (glibtop *server);
|
||||||
void glibtop_get_swap_s (glibtop *server, glibtop_swap *buf);
|
void glibtop_get_swap_s (glibtop *server, glibtop_swap *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -62,32 +60,32 @@ typedef struct _glibtop_sysdeps glibtop_sysdeps;
|
|||||||
|
|
||||||
struct _glibtop_sysdeps
|
struct _glibtop_sysdeps
|
||||||
{
|
{
|
||||||
guint64 flags,
|
guint64 flags;
|
||||||
features, /* server features */
|
guint64 features; /* server features */
|
||||||
cpu, /* glibtop_cpu */
|
guint64 cpu; /* glibtop_cpu */
|
||||||
mem, /* glibtop_mem */
|
guint64 mem; /* glibtop_mem */
|
||||||
swap, /* glibtop_swap */
|
guint64 swap; /* glibtop_swap */
|
||||||
uptime, /* glibtop_uptime */
|
guint64 uptime; /* glibtop_uptime */
|
||||||
loadavg, /* glibtop_loadavg */
|
guint64 loadavg; /* glibtop_loadavg */
|
||||||
shm_limits, /* glibtop_shm_limits */
|
guint64 shm_limits; /* glibtop_shm_limits */
|
||||||
msg_limits, /* glibtop_msg_limits */
|
guint64 msg_limits; /* glibtop_msg_limits */
|
||||||
sem_limits, /* glibtop_sem_limits */
|
guint64 sem_limits; /* glibtop_sem_limits */
|
||||||
proclist, /* glibtop_proclist */
|
guint64 proclist; /* glibtop_proclist */
|
||||||
proc_state, /* glibtop_proc_state */
|
guint64 proc_state; /* glibtop_proc_state */
|
||||||
proc_uid, /* glibtop_proc_uid */
|
guint64 proc_uid; /* glibtop_proc_uid */
|
||||||
proc_mem, /* glibtop_proc_mem */
|
guint64 proc_mem; /* glibtop_proc_mem */
|
||||||
proc_time, /* glibtop_proc_time */
|
guint64 proc_time; /* glibtop_proc_time */
|
||||||
proc_signal, /* glibtop_proc_signal */
|
guint64 proc_signal; /* glibtop_proc_signal */
|
||||||
proc_kernel, /* glibtop_proc_kernel */
|
guint64 proc_kernel; /* glibtop_proc_kernel */
|
||||||
proc_segment, /* glibtop_proc_segment */
|
guint64 proc_segment; /* glibtop_proc_segment */
|
||||||
proc_args, /* glibtop_proc_args */
|
guint64 proc_args; /* glibtop_proc_args */
|
||||||
proc_map, /* glibtop_proc_map */
|
guint64 proc_map; /* glibtop_proc_map */
|
||||||
proc_open_files, /* glibtop_proc_open_files */
|
guint64 proc_open_files; /* glibtop_proc_open_files */
|
||||||
mountlist, /* glibtop_mountlist */
|
guint64 mountlist; /* glibtop_mountlist */
|
||||||
fsusage, /* glibtop_fsusage */
|
guint64 fsusage; /* glibtop_fsusage */
|
||||||
netlist, /* glibtop_netlist */
|
guint64 netlist; /* glibtop_netlist */
|
||||||
netload, /* glibtop_netload */
|
guint64 netload; /* glibtop_netload */
|
||||||
ppp; /* glibtop_ppp */
|
guint64 ppp; /* glibtop_ppp */
|
||||||
};
|
};
|
||||||
|
|
||||||
void glibtop_get_sysdeps (glibtop_sysdeps *buf);
|
void glibtop_get_sysdeps (glibtop_sysdeps *buf);
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -50,7 +48,8 @@ struct _glibtop_entry
|
|||||||
|
|
||||||
struct _glibtop_sysinfo
|
struct _glibtop_sysinfo
|
||||||
{
|
{
|
||||||
guint64 flags, ncpu;
|
guint64 flags;
|
||||||
|
guint64 ncpu;
|
||||||
glibtop_entry cpuinfo [GLIBTOP_NCPU];
|
glibtop_entry cpuinfo [GLIBTOP_NCPU];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -40,8 +38,8 @@ typedef struct _glibtop_uptime glibtop_uptime;
|
|||||||
struct _glibtop_uptime
|
struct _glibtop_uptime
|
||||||
{
|
{
|
||||||
guint64 flags;
|
guint64 flags;
|
||||||
double uptime, /* GLIBTOP_UPTIME_UPTIME */
|
double uptime; /* GLIBTOP_UPTIME_UPTIME */
|
||||||
idletime; /* GLIBTOP_UPTIME_IDLETIME */
|
double idletime; /* GLIBTOP_UPTIME_IDLETIME */
|
||||||
guint64 boot_time;
|
guint64 boot_time;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -56,10 +54,10 @@ void glibtop_get_uptime (glibtop_uptime *buf);
|
|||||||
void glibtop_get_uptime_l (glibtop *server, glibtop_uptime *buf);
|
void glibtop_get_uptime_l (glibtop *server, glibtop_uptime *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_UPTIME
|
#if GLIBTOP_SUID_UPTIME
|
||||||
void glibtop_init_uptime_p (glibtop *server);
|
void _glibtop_init_uptime_p (glibtop *server);
|
||||||
void glibtop_get_uptime_p (glibtop *server, glibtop_uptime *buf);
|
void glibtop_get_uptime_p (glibtop *server, glibtop_uptime *buf);
|
||||||
#else
|
#else
|
||||||
void glibtop_init_uptime_s (glibtop *server);
|
void _glibtop_init_uptime_s (glibtop *server);
|
||||||
void glibtop_get_uptime_s (glibtop *server, glibtop_uptime *buf);
|
void glibtop_get_uptime_s (glibtop *server, glibtop_uptime *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
.deps
|
|
||||||
.libs
|
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
libgtop.la
|
|
||||||
*.lo
|
|
||||||
lib.c
|
|
||||||
error.loT
|
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 2.0.
|
This file is part of LibGTop 2.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -221,7 +219,7 @@ glibtop *
|
|||||||
glibtop_init_s (glibtop **server_ptr, unsigned long features, unsigned flags)
|
glibtop_init_s (glibtop **server_ptr, unsigned long features, unsigned flags)
|
||||||
{
|
{
|
||||||
glibtop *server;
|
glibtop *server;
|
||||||
const glibtop_init_func_t *init_fkt;
|
const _glibtop_init_func_t *init_fkt;
|
||||||
|
|
||||||
if (server_ptr == NULL)
|
if (server_ptr == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
41
lib/read.c
41
lib/read.c
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -22,48 +20,39 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
#include <errno.h>
|
||||||
#include <glibtop/read.h>
|
#include <glibtop/read.h>
|
||||||
#include <glibtop/error.h>
|
#include <glibtop/error.h>
|
||||||
#include <glib/gi18n-lib.h>
|
#include <glib/gi18n-lib.h>
|
||||||
|
|
||||||
|
|
||||||
/* Reads some data from server. */
|
|
||||||
|
|
||||||
static void
|
|
||||||
do_read (int s, void *ptr, size_t total_size)
|
|
||||||
{
|
|
||||||
ssize_t nread;
|
|
||||||
|
|
||||||
if(!total_size) return;
|
|
||||||
|
|
||||||
while (total_size && (nread = recv (s, ptr, total_size, 0)) > 0) {
|
|
||||||
total_size -= nread;
|
|
||||||
ptr = (char*)ptr + nread;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(nread == 0)
|
|
||||||
close (s);
|
|
||||||
else if (nread < 0)
|
|
||||||
glibtop_error_io ("recv");
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
glibtop_read_l (glibtop *server, size_t size, void *buf)
|
glibtop_read_l (glibtop *server, size_t size, void *buf)
|
||||||
{
|
{
|
||||||
|
int fd;
|
||||||
glibtop_init_r (&server, 0, 0);
|
glibtop_init_r (&server, 0, 0);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf (stderr, "LIBRARY: really reading %d bytes.\n", (int)size);
|
fprintf (stderr, "LIBRARY: really reading %d bytes.\n", (int)size);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (server->socket) {
|
fd = server->socket ? server->socket : server->input[0];
|
||||||
do_read (server->socket, buf, size);
|
|
||||||
} else {
|
while (size) {
|
||||||
if(read (server->input [0], buf, size) < 0)
|
ssize_t nread = read(fd, buf, size);
|
||||||
glibtop_error_io_r (
|
|
||||||
|
if (nread < 0 && errno == EINTR)
|
||||||
|
continue;
|
||||||
|
|
||||||
|
if (nread <= 0)
|
||||||
|
glibtop_error_io_r(
|
||||||
server,
|
server,
|
||||||
ngettext ("read %d byte",
|
ngettext ("read %d byte",
|
||||||
"read %d bytes", size),
|
"read %d bytes", size),
|
||||||
(int)size);
|
(int)size);
|
||||||
|
|
||||||
|
size -= nread;
|
||||||
|
buf = (char *)buf + nread;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
|
@@ -48,136 +48,136 @@ GLIBTOP_SUID_NETLOAD +
|
|||||||
GLIBTOP_SUID_NETLIST +
|
GLIBTOP_SUID_NETLIST +
|
||||||
GLIBTOP_SUID_PPP;
|
GLIBTOP_SUID_PPP;
|
||||||
|
|
||||||
const glibtop_init_func_t _glibtop_init_hook_s [] = {
|
const _glibtop_init_func_t _glibtop_init_hook_s [] = {
|
||||||
#if !GLIBTOP_SUID_CPU
|
#if !GLIBTOP_SUID_CPU
|
||||||
glibtop_init_cpu_s,
|
_glibtop_init_cpu_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_MEM
|
#if !GLIBTOP_SUID_MEM
|
||||||
glibtop_init_mem_s,
|
_glibtop_init_mem_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_SWAP
|
#if !GLIBTOP_SUID_SWAP
|
||||||
glibtop_init_swap_s,
|
_glibtop_init_swap_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_UPTIME
|
#if !GLIBTOP_SUID_UPTIME
|
||||||
glibtop_init_uptime_s,
|
_glibtop_init_uptime_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_LOADAVG
|
#if !GLIBTOP_SUID_LOADAVG
|
||||||
glibtop_init_loadavg_s,
|
_glibtop_init_loadavg_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_SHM_LIMITS
|
#if !GLIBTOP_SUID_SHM_LIMITS
|
||||||
glibtop_init_shm_limits_s,
|
_glibtop_init_shm_limits_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_MSG_LIMITS
|
#if !GLIBTOP_SUID_MSG_LIMITS
|
||||||
glibtop_init_msg_limits_s,
|
_glibtop_init_msg_limits_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_SEM_LIMITS
|
#if !GLIBTOP_SUID_SEM_LIMITS
|
||||||
glibtop_init_sem_limits_s,
|
_glibtop_init_sem_limits_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROCLIST
|
#if !GLIBTOP_SUID_PROCLIST
|
||||||
glibtop_init_proclist_s,
|
_glibtop_init_proclist_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_STATE
|
#if !GLIBTOP_SUID_PROC_STATE
|
||||||
glibtop_init_proc_state_s,
|
_glibtop_init_proc_state_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_UID
|
#if !GLIBTOP_SUID_PROC_UID
|
||||||
glibtop_init_proc_uid_s,
|
_glibtop_init_proc_uid_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_MEM
|
#if !GLIBTOP_SUID_PROC_MEM
|
||||||
glibtop_init_proc_mem_s,
|
_glibtop_init_proc_mem_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_TIME
|
#if !GLIBTOP_SUID_PROC_TIME
|
||||||
glibtop_init_proc_time_s,
|
_glibtop_init_proc_time_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_SIGNAL
|
#if !GLIBTOP_SUID_PROC_SIGNAL
|
||||||
glibtop_init_proc_signal_s,
|
_glibtop_init_proc_signal_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_KERNEL
|
#if !GLIBTOP_SUID_PROC_KERNEL
|
||||||
glibtop_init_proc_kernel_s,
|
_glibtop_init_proc_kernel_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_SEGMENT
|
#if !GLIBTOP_SUID_PROC_SEGMENT
|
||||||
glibtop_init_proc_segment_s,
|
_glibtop_init_proc_segment_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_ARGS
|
#if !GLIBTOP_SUID_PROC_ARGS
|
||||||
glibtop_init_proc_args_s,
|
_glibtop_init_proc_args_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PROC_MAP
|
#if !GLIBTOP_SUID_PROC_MAP
|
||||||
glibtop_init_proc_map_s,
|
_glibtop_init_proc_map_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_NETLOAD
|
#if !GLIBTOP_SUID_NETLOAD
|
||||||
glibtop_init_netload_s,
|
_glibtop_init_netload_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_NETLIST
|
#if !GLIBTOP_SUID_NETLIST
|
||||||
glibtop_init_netlist_s,
|
_glibtop_init_netlist_s,
|
||||||
#endif
|
#endif
|
||||||
#if !GLIBTOP_SUID_PPP
|
#if !GLIBTOP_SUID_PPP
|
||||||
glibtop_init_ppp_s,
|
_glibtop_init_ppp_s,
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
const glibtop_init_func_t _glibtop_init_hook_p [] = {
|
const _glibtop_init_func_t _glibtop_init_hook_p [] = {
|
||||||
#if GLIBTOP_SUID_CPU
|
#if GLIBTOP_SUID_CPU
|
||||||
glibtop_init_cpu_p,
|
_glibtop_init_cpu_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_MEM
|
#if GLIBTOP_SUID_MEM
|
||||||
glibtop_init_mem_p,
|
_glibtop_init_mem_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_SWAP
|
#if GLIBTOP_SUID_SWAP
|
||||||
glibtop_init_swap_p,
|
_glibtop_init_swap_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_UPTIME
|
#if GLIBTOP_SUID_UPTIME
|
||||||
glibtop_init_uptime_p,
|
_glibtop_init_uptime_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_LOADAVG
|
#if GLIBTOP_SUID_LOADAVG
|
||||||
glibtop_init_loadavg_p,
|
_glibtop_init_loadavg_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_SHM_LIMITS
|
#if GLIBTOP_SUID_SHM_LIMITS
|
||||||
glibtop_init_shm_limits_p,
|
_glibtop_init_shm_limits_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_MSG_LIMITS
|
#if GLIBTOP_SUID_MSG_LIMITS
|
||||||
glibtop_init_msg_limits_p,
|
_glibtop_init_msg_limits_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_SEM_LIMITS
|
#if GLIBTOP_SUID_SEM_LIMITS
|
||||||
glibtop_init_sem_limits_p,
|
_glibtop_init_sem_limits_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROCLIST
|
#if GLIBTOP_SUID_PROCLIST
|
||||||
glibtop_init_proclist_p,
|
_glibtop_init_proclist_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_STATE
|
#if GLIBTOP_SUID_PROC_STATE
|
||||||
glibtop_init_proc_state_p,
|
_glibtop_init_proc_state_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_UID
|
#if GLIBTOP_SUID_PROC_UID
|
||||||
glibtop_init_proc_uid_p,
|
_glibtop_init_proc_uid_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_MEM
|
#if GLIBTOP_SUID_PROC_MEM
|
||||||
glibtop_init_proc_mem_p,
|
_glibtop_init_proc_mem_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_TIME
|
#if GLIBTOP_SUID_PROC_TIME
|
||||||
glibtop_init_proc_time_p,
|
_glibtop_init_proc_time_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_SIGNAL
|
#if GLIBTOP_SUID_PROC_SIGNAL
|
||||||
glibtop_init_proc_signal_p,
|
_glibtop_init_proc_signal_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_KERNEL
|
#if GLIBTOP_SUID_PROC_KERNEL
|
||||||
glibtop_init_proc_kernel_p,
|
_glibtop_init_proc_kernel_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_SEGMENT
|
#if GLIBTOP_SUID_PROC_SEGMENT
|
||||||
glibtop_init_proc_segment_p,
|
_glibtop_init_proc_segment_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_ARGS
|
#if GLIBTOP_SUID_PROC_ARGS
|
||||||
glibtop_init_proc_args_p,
|
_glibtop_init_proc_args_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PROC_MAP
|
#if GLIBTOP_SUID_PROC_MAP
|
||||||
glibtop_init_proc_map_p,
|
_glibtop_init_proc_map_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_NETLOAD
|
#if GLIBTOP_SUID_NETLOAD
|
||||||
glibtop_init_netload_p,
|
_glibtop_init_netload_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_NETLIST
|
#if GLIBTOP_SUID_NETLIST
|
||||||
glibtop_init_netlist_p,
|
_glibtop_init_netlist_p,
|
||||||
#endif
|
#endif
|
||||||
#if GLIBTOP_SUID_PPP
|
#if GLIBTOP_SUID_PPP
|
||||||
glibtop_init_ppp_p,
|
_glibtop_init_ppp_p,
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
14
lib/write.c
14
lib/write.c
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Copyright (C) 1998-99 Martin Baulig
|
/* Copyright (C) 1998-99 Martin Baulig
|
||||||
This file is part of LibGTop 1.0.
|
This file is part of LibGTop 1.0.
|
||||||
|
|
||||||
@@ -22,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
#include <errno.h>
|
||||||
#include <glibtop/write.h>
|
#include <glibtop/write.h>
|
||||||
#include <glibtop/error.h>
|
#include <glibtop/error.h>
|
||||||
#include <glib/gi18n-lib.h>
|
#include <glib/gi18n-lib.h>
|
||||||
@@ -33,6 +31,7 @@ void
|
|||||||
glibtop_write_l (glibtop *server, size_t size, void *buf)
|
glibtop_write_l (glibtop *server, size_t size, void *buf)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
int fd;
|
||||||
|
|
||||||
glibtop_init_r (&server, 0, 0);
|
glibtop_init_r (&server, 0, 0);
|
||||||
|
|
||||||
@@ -42,11 +41,10 @@ glibtop_write_l (glibtop *server, size_t size, void *buf)
|
|||||||
fprintf (stderr, "LIBRARY: really writing %d bytes.\n", (int)size);
|
fprintf (stderr, "LIBRARY: really writing %d bytes.\n", (int)size);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (server->socket) {
|
fd = server->socket ? server->socket : server->output[1];
|
||||||
ret = send (server->socket, buf, size, 0);
|
|
||||||
} else {
|
while ((ret = write(fd, buf, size)) < 0 && errno == EINTR)
|
||||||
ret = write (server->output [1], buf, size);
|
;
|
||||||
}
|
|
||||||
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
glibtop_error_io_r (server,
|
glibtop_error_io_r (server,
|
||||||
|
@@ -18,23 +18,22 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
AC_SUBST(libgtop_need_server)
|
AC_SUBST(libgtop_need_server)
|
||||||
|
|
||||||
AC_ARG_WITH(libgtop-examples,
|
AC_ARG_WITH(libgtop-examples,
|
||||||
[ --with-libgtop-examples Build the libgtop examples (default=no)],[
|
AS_HELP_STRING([--with-libgtop-examples],
|
||||||
|
[Build the libgtop examples @<:@default=no@:>@]),[
|
||||||
build_examples="$withval"], [build_examples=no])
|
build_examples="$withval"], [build_examples=no])
|
||||||
|
|
||||||
AM_CONDITIONAL(EXAMPLES, test x"$build_examples" = xyes)
|
AM_CONDITIONAL(EXAMPLES, test x"$build_examples" = xyes)
|
||||||
|
|
||||||
AC_ARG_ENABLE(hacker-mode,
|
AC_ARG_ENABLE(hacker-mode,
|
||||||
[ --enable-hacker-mode Enable building of unstable sysdeps],
|
AS_HELP_STRING([--enable-hacker-mode],
|
||||||
|
[Enable building of unstable sysdeps]),
|
||||||
[hacker_mode="$enableval"], [hacker_mode=no])
|
[hacker_mode="$enableval"], [hacker_mode=no])
|
||||||
|
|
||||||
AM_CONDITIONAL(HACKER_MODE, test x"$hacker_mode" = xyes)
|
AM_CONDITIONAL(HACKER_MODE, test x"$hacker_mode" = xyes)
|
||||||
|
|
||||||
if test x$hacker_mode = xyes ; then
|
|
||||||
LIBGTOP_HACKER_TESTS
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_ARG_WITH(libgtop-smp,
|
AC_ARG_WITH(libgtop-smp,
|
||||||
[ --with-libgtop-smp Enable SMP support (default-auto)],[
|
AS_HELP_STRING([--with-libgtop-smp],
|
||||||
|
[Enable SMP support @<:@default-auto@:>@]),[
|
||||||
libgtop_smp="$withval"],[libgtop_smp=auto])
|
libgtop_smp="$withval"],[libgtop_smp=auto])
|
||||||
|
|
||||||
if test $libgtop_smp = auto ; then
|
if test $libgtop_smp = auto ; then
|
||||||
@@ -68,11 +67,17 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
libgtop_have_sysinfo=yes
|
libgtop_have_sysinfo=yes
|
||||||
libgtop_need_server=no
|
libgtop_need_server=no
|
||||||
;;
|
;;
|
||||||
freebsd*|netbsd*|openbsd*|bsdi*)
|
netbsd*|openbsd*|bsdi*)
|
||||||
|
libgtop_sysdeps_dir=bsd
|
||||||
|
libgtop_use_machine_h=yes
|
||||||
|
libgtop_need_server=yes
|
||||||
|
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod 2755 $(bindir)/libgtop_server2'
|
||||||
|
;;
|
||||||
|
freebsd*|kfreebsd*)
|
||||||
libgtop_sysdeps_dir=freebsd
|
libgtop_sysdeps_dir=freebsd
|
||||||
libgtop_use_machine_h=yes
|
libgtop_use_machine_h=yes
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod 2755 $(bindir)/libgtop_server2'
|
||||||
;;
|
;;
|
||||||
solaris*)
|
solaris*)
|
||||||
libgtop_sysdeps_dir=solaris
|
libgtop_sysdeps_dir=solaris
|
||||||
@@ -126,9 +131,29 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
*bsd*)
|
*bsd*)
|
||||||
AC_CHECK_LIB(kvm, kvm_open, KVM_LIBS=-lkvm, KVM_LIBS=)
|
case "$host_os" in
|
||||||
|
*kfreebsd*)
|
||||||
|
AC_CHECK_LIB(kvm, kvm_open, KVM_LIBS="-lkvm -lfreebsd -lbsd", KVM_LIBS=, -lfreebsd -lbsd);;
|
||||||
|
*)
|
||||||
|
AC_CHECK_LIB(kvm, kvm_open, KVM_LIBS=-lkvm, KVM_LIBS=);;
|
||||||
|
esac
|
||||||
|
|
||||||
AC_SUBST(KVM_LIBS)
|
AC_SUBST(KVM_LIBS)
|
||||||
|
|
||||||
|
case "$host_os" in
|
||||||
|
kfreebsd*)
|
||||||
|
EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat"
|
||||||
|
;;
|
||||||
|
freebsd*)
|
||||||
|
osreldate=`sysctl -n kern.osreldate 2>/dev/null`
|
||||||
|
if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then
|
||||||
|
EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
AC_SUBST(EXTRA_SYSDEPS_LIBS)
|
||||||
|
|
||||||
AC_CHECK_HEADERS(net/if_var.h)
|
AC_CHECK_HEADERS(net/if_var.h)
|
||||||
AC_MSG_CHECKING([for I4B])
|
AC_MSG_CHECKING([for I4B])
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_COMPILE([
|
||||||
@@ -145,7 +170,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
#include <net/netisr.h>
|
#include <net/netisr.h>
|
||||||
#include <net/route.h>
|
#include <net/route.h>
|
||||||
|
|
||||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__FreeBSD_kernel__)
|
||||||
#include <net/if_sppp.h>
|
#include <net/if_sppp.h>
|
||||||
#else
|
#else
|
||||||
#include <i4b/sppp/if_sppp.h>
|
#include <i4b/sppp/if_sppp.h>
|
||||||
@@ -171,7 +196,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
#include <net/netisr.h>
|
#include <net/netisr.h>
|
||||||
#include <net/route.h>
|
#include <net/route.h>
|
||||||
|
|
||||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__FreeBSD_kernel__)
|
||||||
#include <net/if_sppp.h>
|
#include <net/if_sppp.h>
|
||||||
#else
|
#else
|
||||||
#include <i4b/sppp/if_sppp.h>
|
#include <i4b/sppp/if_sppp.h>
|
||||||
@@ -198,6 +223,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
msginfo_needs=
|
msginfo_needs=
|
||||||
for def in nothing KERNEL _KERNEL; do
|
for def in nothing KERNEL _KERNEL; do
|
||||||
AC_COMPILE_IFELSE([#define $def
|
AC_COMPILE_IFELSE([#define $def
|
||||||
|
#include <sys/types.h>
|
||||||
#include <sys/ipc.h>
|
#include <sys/ipc.h>
|
||||||
#include <sys/msg.h>
|
#include <sys/msg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -255,16 +281,16 @@ main (void)
|
|||||||
AC_MSG_RESULT($os_version_code)
|
AC_MSG_RESULT($os_version_code)
|
||||||
;;
|
;;
|
||||||
solaris*)
|
solaris*)
|
||||||
os_major_version=`uname -r | sed 's/\([[0-9]]*\).\([[0-9]]\)\.*\([[0-9]]*\)/\1/'`
|
os_major_version=`uname -r | sed 's/\([[0-9]]*\).\([[0-9]]*\)\.*\([[0-9]]*\)/\1/'`
|
||||||
os_minor_version=`uname -r | sed 's/\([[0-9]]*\).\([[0-9]]\)\.*\([[0-9]]*\)/\2/'`
|
os_minor_version=`uname -r | sed 's/\([[0-9]]*\).\([[0-9]]*\)\.*\([[0-9]]*\)/\2/'`
|
||||||
os_micro_version=`uname -r | sed 's/\([[0-9]]*\).\([[0-9]]\)\.*\([[0-9]]*\)/\3/'`
|
os_micro_version=`uname -r | sed 's/\([[0-9]]*\).\([[0-9]]*\)\.*\([[0-9]]*\)/\3/'`
|
||||||
test -z "$os_micro_version" && os_micro_version=0
|
test -z "$os_micro_version" && os_micro_version=0
|
||||||
os_version_expr="$os_major_version 100 * $os_minor_version 10 * + $os_micro_version + p q"
|
os_version_expr="$os_major_version 10000 * $os_minor_version 100 * + $os_micro_version + p q"
|
||||||
os_version_code=`echo "$os_version_expr" | dc`
|
os_version_code=`echo "$os_version_expr" | dc`
|
||||||
|
|
||||||
AC_MSG_CHECKING(for Solaris release code)
|
AC_MSG_CHECKING(for Solaris release code)
|
||||||
AC_DEFINE_UNQUOTED(GLIBTOP_SOLARIS_RELEASE, $os_version_code,
|
AC_DEFINE_UNQUOTED(GLIBTOP_SOLARIS_RELEASE, $os_version_code,
|
||||||
[Solaris release code (eg. 251 for Solaris 2.5.1).])
|
[Solaris release code (eg. 20501 for Solaris 2.5.1).])
|
||||||
AC_MSG_RESULT($os_version_code)
|
AC_MSG_RESULT($os_version_code)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
Makefile.in
|
|
||||||
Makefile
|
|
@@ -1,14 +0,0 @@
|
|||||||
*.gmo
|
|
||||||
*.mo
|
|
||||||
*.pot
|
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
Makefile.in.in
|
|
||||||
POTFILES
|
|
||||||
cat-id-tbl.c
|
|
||||||
messages
|
|
||||||
missing
|
|
||||||
notexist
|
|
||||||
po2tbl.sed
|
|
||||||
po2tbl.sed.in
|
|
||||||
stamp-cat-id
|
|
128
po/ChangeLog
128
po/ChangeLog
@@ -1,3 +1,102 @@
|
|||||||
|
2007-04-25 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* ta.po: Updated Tamil translation.
|
||||||
|
Translated by Senthil Kumar <senthil0627@gmail.com>.
|
||||||
|
|
||||||
|
2007-03-25 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
|
||||||
|
|
||||||
|
* gl.po: Updated Galician Translation.
|
||||||
|
|
||||||
|
2007-03-03 Artur Flinta <aflinta@svn.gnome.org>
|
||||||
|
|
||||||
|
* pl.po: Updated Polish translation by GNOME PL Team.
|
||||||
|
|
||||||
|
2007-02-27 Gintautas Miliauskas <gintas@akl.lt>
|
||||||
|
|
||||||
|
* lt.po: Updated Lithuanian translation.
|
||||||
|
|
||||||
|
2006-02-20 Maxim Dziumanenko <dziumanenko@gmail.com>
|
||||||
|
|
||||||
|
* uk.po: Updated Ukrainian translation.
|
||||||
|
|
||||||
|
2006-12-1 Djihed Afifi <djihed@gmail.com>
|
||||||
|
|
||||||
|
* ar.po: Updated Arabic Translation.
|
||||||
|
|
||||||
|
2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
|
||||||
|
|
||||||
|
* pl.po: Translation updated by GNOME PL Team.
|
||||||
|
|
||||||
|
2006-11-18 Djihed Afifi <djihed@gmail.com>
|
||||||
|
|
||||||
|
* ar.po: Updated Arabic Translation.
|
||||||
|
|
||||||
|
2006-10-30 Djihed Afifi <djihed@gmail.com>
|
||||||
|
|
||||||
|
* ar.po Updated Arabic Translation.
|
||||||
|
|
||||||
|
2006-10-30 Satoru SATOH <ss@gnome.gr.jp>
|
||||||
|
|
||||||
|
* ja.po: Fixed wrong plural form entries.
|
||||||
|
|
||||||
|
2006-09-21 Pawan Chitrakar <pchitrakar@gmail.com>
|
||||||
|
|
||||||
|
* ne.po: Updated Nepali Translation
|
||||||
|
|
||||||
|
2006-09-19 Sunil Mohan Adapa <sunil@atc.tcs.co.in>
|
||||||
|
|
||||||
|
* te.po: Added Telugu "te" translation done by
|
||||||
|
Sree Ganesh <mrthottempudi@yahoo.com>.
|
||||||
|
* LINGUAS: Added "te".
|
||||||
|
|
||||||
|
2006-09-01 Runa Bhattacharjee <runabh@gmail.com>
|
||||||
|
|
||||||
|
* bn_IN.po: Fixed some typos.
|
||||||
|
|
||||||
|
2006-08-27 Theppitak Karoonboonyanan <thep@linux.thai.net>
|
||||||
|
|
||||||
|
* th.po: Fixed plural strings.
|
||||||
|
|
||||||
|
2006-08-16 Gabor Kelemen <kelemeng@gnome.hu>
|
||||||
|
|
||||||
|
* hu.po: Translation updated.
|
||||||
|
|
||||||
|
2006-08-14 Matic Žgur <mr.zgur@gmail.com>
|
||||||
|
|
||||||
|
* sl.po: Updated Slovenian translation.
|
||||||
|
|
||||||
|
2006-08-07 Runa Bhattacharjee <runabh@gmail.com>
|
||||||
|
|
||||||
|
* bn_IN.po: Updated Bengali India Translation.
|
||||||
|
|
||||||
|
2006-08-05 Ani Peter <peter.ani@gmail.com>
|
||||||
|
|
||||||
|
*ml.po Updated Malayalam Translation
|
||||||
|
|
||||||
|
2006-07-05 Thierry Randrianiriana <thierryR@cvs.gnome.org>
|
||||||
|
|
||||||
|
* mg.po: Added Malagasy translation
|
||||||
|
* LINGUAS: Added Malagasy code 'mg' to the list
|
||||||
|
|
||||||
|
2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
|
||||||
|
|
||||||
|
* bn_IN.po: Added Bengali India Translation
|
||||||
|
* LINGUAS: Added Bengali India (bn_IN) to the list of languages.
|
||||||
|
|
||||||
|
2006-07-03 Simos Xenitellis <simos@gnome.org>
|
||||||
|
|
||||||
|
* ne.po: Fixed ^M, bug #316750.
|
||||||
|
|
||||||
|
2006-06-26 Abel Cheung <abel@oaka.org>
|
||||||
|
|
||||||
|
* zh_HK.po, zh_TW.po: Updated traditional Chinese translation.
|
||||||
|
|
||||||
|
2006-06-08 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
|
* LINGUAS: Added 'eo' (Esperanto)
|
||||||
|
* eo.po: Added Esperanto translation by Guillaume Savaton
|
||||||
|
<gsavaton@hotmail.com>
|
||||||
|
|
||||||
2006-04-07 Ales Nyakhaychyk <nab@mail.by>
|
2006-04-07 Ales Nyakhaychyk <nab@mail.by>
|
||||||
|
|
||||||
* be.po: Updated Belarusian translation.
|
* be.po: Updated Belarusian translation.
|
||||||
@@ -19,7 +118,7 @@
|
|||||||
2006-03-18 Vladimer Sichinava <vlsichinava@gmail.com>
|
2006-03-18 Vladimer Sichinava <vlsichinava@gmail.com>
|
||||||
|
|
||||||
* ka.po: Updated Georgian translation.
|
* ka.po: Updated Georgian translation.
|
||||||
|
|
||||||
2006-03-03 Žygimantas Beručka <zygis@gnome.org>
|
2006-03-03 Žygimantas Beručka <zygis@gnome.org>
|
||||||
|
|
||||||
* lt.po: Updated Lithuanian translation.
|
* lt.po: Updated Lithuanian translation.
|
||||||
@@ -27,7 +126,7 @@
|
|||||||
2006-02-28 Clytie Siddall <clytie@riverland.net.au>
|
2006-02-28 Clytie Siddall <clytie@riverland.net.au>
|
||||||
|
|
||||||
* lv.po: Updated Latvian translation by Raivis Dejus <orvils@gmail.com>.
|
* lv.po: Updated Latvian translation by Raivis Dejus <orvils@gmail.com>.
|
||||||
|
|
||||||
2005-12-04 Theppitak Karoonboonyanan <thep@linux.thai.net>
|
2005-12-04 Theppitak Karoonboonyanan <thep@linux.thai.net>
|
||||||
|
|
||||||
* th.po: Added Thai translation.
|
* th.po: Added Thai translation.
|
||||||
@@ -60,7 +159,7 @@
|
|||||||
2005-08-29 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
|
2005-08-29 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
|
||||||
|
|
||||||
* cy.po: Updated Welsh translation.
|
* cy.po: Updated Welsh translation.
|
||||||
|
|
||||||
2005-08-22 Mugurel Tudor <mugurelu@gnome.ro>
|
2005-08-22 Mugurel Tudor <mugurelu@gnome.ro>
|
||||||
|
|
||||||
* ro.po: Updated Romanian translation
|
* ro.po: Updated Romanian translation
|
||||||
@@ -193,9 +292,9 @@
|
|||||||
* ru.po: Updated Russian translation
|
* ru.po: Updated Russian translation
|
||||||
|
|
||||||
2005-02-07 David Lodge <dave@cirt.net>
|
2005-02-07 David Lodge <dave@cirt.net>
|
||||||
|
|
||||||
* en_GB.po: Updated British translation.
|
* en_GB.po: Updated British translation.
|
||||||
|
|
||||||
2005-02-06 Ole Laursen <olau@hardworking.dk>
|
2005-02-06 Ole Laursen <olau@hardworking.dk>
|
||||||
|
|
||||||
* da.po: Updated Danish translation.
|
* da.po: Updated Danish translation.
|
||||||
@@ -288,7 +387,7 @@
|
|||||||
|
|
||||||
2004-12-29 Benoît Dejean <tazforever@dlfp.org>
|
2004-12-29 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* POTFILES.in: Removed a bunch of strings.
|
* POTFILES.in: Removed a bunch of strings.
|
||||||
|
|
||||||
2004-12-28 Christian Rose <menthos@menthos.com>
|
2004-12-28 Christian Rose <menthos@menthos.com>
|
||||||
|
|
||||||
@@ -338,9 +437,9 @@
|
|||||||
* it.po: Updated Italian translation.
|
* it.po: Updated Italian translation.
|
||||||
|
|
||||||
2004-09-14 Gora Mohanty <gmohanty@cvs.gnome.org>
|
2004-09-14 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
* or.po: Updated Oriya translation.
|
* or.po: Updated Oriya translation.
|
||||||
|
|
||||||
2004-09-12 Laszlo Dvornik <dvornik@gnome.hu>
|
2004-09-12 Laszlo Dvornik <dvornik@gnome.hu>
|
||||||
|
|
||||||
* hu.po: Updated Hungarian translation by Gabor Kelemen.
|
* hu.po: Updated Hungarian translation by Gabor Kelemen.
|
||||||
@@ -361,7 +460,7 @@
|
|||||||
2004-09-06 Mugurel Tudor <mugurelu@go.ro>
|
2004-09-06 Mugurel Tudor <mugurelu@go.ro>
|
||||||
|
|
||||||
* ro.po: Updated Romanian translation
|
* ro.po: Updated Romanian translation
|
||||||
by Misu Moldovan <dumol@go.ro>
|
by Misu Moldovan <dumol@go.ro>
|
||||||
|
|
||||||
2004-09-06 Kostas Papadimas <pkst@gnome.org>
|
2004-09-06 Kostas Papadimas <pkst@gnome.org>
|
||||||
|
|
||||||
@@ -374,11 +473,11 @@
|
|||||||
2004-09-03 Baris Cicek <baris@teamforce.name.tr>
|
2004-09-03 Baris Cicek <baris@teamforce.name.tr>
|
||||||
|
|
||||||
* tr.po: Updated Turkish Translation
|
* tr.po: Updated Turkish Translation
|
||||||
|
|
||||||
2004-09-02 Hendrik Richter <hendrik@gnome-de.org>
|
2004-09-02 Hendrik Richter <hendrik@gnome-de.org>
|
||||||
|
|
||||||
* de.po: Updated German translation
|
* de.po: Updated German translation
|
||||||
|
|
||||||
2004-08-30 Nikos Charonitakis <charosn@her.forthnet.gr>
|
2004-08-30 Nikos Charonitakis <charosn@her.forthnet.gr>
|
||||||
|
|
||||||
* el.po: Updated Greek translation.
|
* el.po: Updated Greek translation.
|
||||||
@@ -538,9 +637,9 @@
|
|||||||
|
|
||||||
* es.po: Updated Spanih translation.
|
* es.po: Updated Spanih translation.
|
||||||
|
|
||||||
2004-07-28 David Lodge <dave@cirt.net>
|
2004-07-28 David Lodge <dave@cirt.net>
|
||||||
* en_GB.po: Updated British translation.
|
* en_GB.po: Updated British translation.
|
||||||
|
|
||||||
2004-07-26 Duarte Loreto <happyguy_pt@hotmail.com>
|
2004-07-26 Duarte Loreto <happyguy_pt@hotmail.com>
|
||||||
|
|
||||||
* pt.po: Updated Portuguese translation.
|
* pt.po: Updated Portuguese translation.
|
||||||
@@ -643,7 +742,7 @@
|
|||||||
|
|
||||||
* bg.po: Updated Bulgarian translation by
|
* bg.po: Updated Bulgarian translation by
|
||||||
Rostislav Raykov <zbrox@i-space.org>
|
Rostislav Raykov <zbrox@i-space.org>
|
||||||
|
|
||||||
2004-06-28 Laurent Dhima <laurenti@alblinux.net>
|
2004-06-28 Laurent Dhima <laurenti@alblinux.net>
|
||||||
|
|
||||||
* sq.po: Translation updated.
|
* sq.po: Translation updated.
|
||||||
@@ -1544,4 +1643,3 @@ Sun, 31 May 1998 22:38:59 +0200 Vincent Renardias <vincent@waw.com>
|
|||||||
1998-05-21 Martin Baulig <martin@home-of-linux.org>
|
1998-05-21 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* ChangeLog: new file - currently empty
|
* ChangeLog: new file - currently empty
|
||||||
|
|
||||||
|
76
po/LINGUAS
Normal file
76
po/LINGUAS
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
# please keep this list sorted alphabetically
|
||||||
|
#
|
||||||
|
am
|
||||||
|
ar
|
||||||
|
az
|
||||||
|
be
|
||||||
|
bg
|
||||||
|
bn
|
||||||
|
bn_IN
|
||||||
|
bs
|
||||||
|
ca
|
||||||
|
cs
|
||||||
|
cy
|
||||||
|
da
|
||||||
|
de
|
||||||
|
dz
|
||||||
|
el
|
||||||
|
en_CA
|
||||||
|
en_GB
|
||||||
|
eo
|
||||||
|
es
|
||||||
|
et
|
||||||
|
eu
|
||||||
|
fa
|
||||||
|
fi
|
||||||
|
fr
|
||||||
|
ga
|
||||||
|
gl
|
||||||
|
gu
|
||||||
|
he
|
||||||
|
hi
|
||||||
|
hr
|
||||||
|
hu
|
||||||
|
id
|
||||||
|
it
|
||||||
|
ja
|
||||||
|
ka
|
||||||
|
ko
|
||||||
|
ku
|
||||||
|
ky
|
||||||
|
lt
|
||||||
|
lv
|
||||||
|
mg
|
||||||
|
mi
|
||||||
|
mk
|
||||||
|
ml
|
||||||
|
mn
|
||||||
|
ms
|
||||||
|
nb
|
||||||
|
ne
|
||||||
|
nl
|
||||||
|
nn
|
||||||
|
or
|
||||||
|
pa
|
||||||
|
pl
|
||||||
|
pt
|
||||||
|
pt_BR
|
||||||
|
ro
|
||||||
|
ru
|
||||||
|
rw
|
||||||
|
sk
|
||||||
|
sl
|
||||||
|
sq
|
||||||
|
sr
|
||||||
|
sr@Latn
|
||||||
|
sv
|
||||||
|
ta
|
||||||
|
te
|
||||||
|
th
|
||||||
|
tr
|
||||||
|
uk
|
||||||
|
vi
|
||||||
|
xh
|
||||||
|
zh_CN
|
||||||
|
zh_HK
|
||||||
|
zh_TW
|
@@ -1,248 +0,0 @@
|
|||||||
# Makefile for program source directory in GNU NLS utilities package.
|
|
||||||
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
|
||||||
#
|
|
||||||
# This file file be copied and used freely without restrictions. It can
|
|
||||||
# be used in projects which are not available under the GNU Public License
|
|
||||||
# but which still want to provide support for the GNU gettext functionality.
|
|
||||||
# Please note that the actual code is *not* freely available.
|
|
||||||
|
|
||||||
PACKAGE = @LIBGTOP_PACKAGE@
|
|
||||||
VERSION = @VERSION@
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
|
||||||
@SET_MAKE@
|
|
||||||
|
|
||||||
srcdir = @srcdir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
VPATH = @srcdir@
|
|
||||||
|
|
||||||
prefix = @prefix@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
datadir = $(prefix)/@DATADIRNAME@
|
|
||||||
localedir = $(datadir)/locale
|
|
||||||
gnulocaledir = $(prefix)/share/locale
|
|
||||||
gettextsrcdir = $(prefix)/share/gettext/po
|
|
||||||
subdir = po
|
|
||||||
|
|
||||||
INSTALL = @INSTALL@
|
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
|
||||||
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
|
|
||||||
|
|
||||||
CC = @CC@
|
|
||||||
GENCAT = @GENCAT@
|
|
||||||
GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
|
|
||||||
MSGFMT = @MSGFMT@
|
|
||||||
XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
|
|
||||||
MSGMERGE = PATH=../src:$$PATH msgmerge
|
|
||||||
|
|
||||||
DEFS = @DEFS@
|
|
||||||
CFLAGS = @CFLAGS@
|
|
||||||
CPPFLAGS = @CPPFLAGS@
|
|
||||||
|
|
||||||
INCLUDES = -I.. -I$(top_srcdir)/intl
|
|
||||||
|
|
||||||
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
|
|
||||||
|
|
||||||
SOURCES = cat-id-tbl.c
|
|
||||||
POFILES = @POFILES@
|
|
||||||
GMOFILES = @GMOFILES@
|
|
||||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
|
||||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
|
|
||||||
|
|
||||||
POTFILES = \
|
|
||||||
|
|
||||||
CATALOGS = @CATALOGS@
|
|
||||||
CATOBJEXT = @CATOBJEXT@
|
|
||||||
INSTOBJEXT = @INSTOBJEXT@
|
|
||||||
|
|
||||||
.SUFFIXES:
|
|
||||||
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
|
|
||||||
|
|
||||||
.c.o:
|
|
||||||
$(COMPILE) $<
|
|
||||||
|
|
||||||
.po.pox:
|
|
||||||
$(MAKE) $(PACKAGE).pot
|
|
||||||
$(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
|
|
||||||
|
|
||||||
.po.mo:
|
|
||||||
$(MSGFMT) -o $@ $<
|
|
||||||
|
|
||||||
.po.gmo:
|
|
||||||
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
|
|
||||||
&& rm -f $$file && $(GMSGFMT) -o $$file $<
|
|
||||||
|
|
||||||
.po.cat:
|
|
||||||
sed -f ../intl/po2msg.sed < $< > $*.msg \
|
|
||||||
&& rm -f $@ && $(GENCAT) $@ $*.msg
|
|
||||||
|
|
||||||
|
|
||||||
all: all-@USE_NLS@
|
|
||||||
|
|
||||||
all-yes: cat-id-tbl.c $(CATALOGS)
|
|
||||||
all-no:
|
|
||||||
|
|
||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
|
||||||
--files-from=$(srcdir)/POTFILES.in \
|
|
||||||
&& test ! -f $(PACKAGE).po \
|
|
||||||
|| ( rm -f $(srcdir)/$(PACKAGE).pot \
|
|
||||||
&& mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
|
|
||||||
|
|
||||||
$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
|
|
||||||
$(srcdir)/stamp-cat-id: $(PACKAGE).pot
|
|
||||||
rm -f cat-id-tbl.tmp
|
|
||||||
sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
|
|
||||||
| sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
|
|
||||||
if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
|
|
||||||
rm cat-id-tbl.tmp; \
|
|
||||||
else \
|
|
||||||
echo cat-id-tbl.c changed; \
|
|
||||||
rm -f $(srcdir)/cat-id-tbl.c; \
|
|
||||||
mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
|
|
||||||
fi
|
|
||||||
cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
|
||||||
|
|
||||||
|
|
||||||
install: install-exec install-data
|
|
||||||
install-exec:
|
|
||||||
install-data: install-data-@USE_NLS@
|
|
||||||
install-data-no: all
|
|
||||||
install-data-yes: all
|
|
||||||
if test -r "$(MKINSTALLDIRS)"; then \
|
|
||||||
$(MKINSTALLDIRS) $(datadir); \
|
|
||||||
else \
|
|
||||||
$(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
|
|
||||||
fi
|
|
||||||
@catalogs='$(CATALOGS)'; \
|
|
||||||
for cat in $$catalogs; do \
|
|
||||||
cat=`basename $$cat`; \
|
|
||||||
case "$$cat" in \
|
|
||||||
*.gmo) destdir=$(gnulocaledir);; \
|
|
||||||
*) destdir=$(localedir);; \
|
|
||||||
esac; \
|
|
||||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
|
||||||
dir=$$destdir/$$lang/LC_MESSAGES; \
|
|
||||||
if test -r "$(MKINSTALLDIRS)"; then \
|
|
||||||
$(MKINSTALLDIRS) $$dir; \
|
|
||||||
else \
|
|
||||||
$(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
|
|
||||||
fi; \
|
|
||||||
if test -r $$cat; then \
|
|
||||||
$(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
|
|
||||||
echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
|
|
||||||
else \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
|
|
||||||
echo "installing $(srcdir)/$$cat as" \
|
|
||||||
"$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
|
|
||||||
fi; \
|
|
||||||
if test -r $$cat.m; then \
|
|
||||||
$(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
|
|
||||||
echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
|
|
||||||
else \
|
|
||||||
if test -r $(srcdir)/$$cat.m ; then \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/$$cat.m \
|
|
||||||
$$dir/$(PACKAGE)$(INSTOBJEXT).m; \
|
|
||||||
echo "installing $(srcdir)/$$cat as" \
|
|
||||||
"$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
|
|
||||||
else \
|
|
||||||
true; \
|
|
||||||
fi; \
|
|
||||||
fi; \
|
|
||||||
done
|
|
||||||
if test "$(PACKAGE)" = "gettext"; then \
|
|
||||||
if test -r "$(MKINSTALLDIRS)"; then \
|
|
||||||
$(MKINSTALLDIRS) $(gettextsrcdir); \
|
|
||||||
else \
|
|
||||||
$(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
|
||||||
fi; \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
|
||||||
$(gettextsrcdir)/Makefile.in.in; \
|
|
||||||
else \
|
|
||||||
: ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Define this as empty until I found a useful application.
|
|
||||||
installcheck:
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
catalogs='$(CATALOGS)'; \
|
|
||||||
for cat in $$catalogs; do \
|
|
||||||
cat=`basename $$cat`; \
|
|
||||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
|
||||||
rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
|
||||||
rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
|
||||||
rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
|
||||||
rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
|
||||||
done
|
|
||||||
rm -f $(gettextsrcdir)/po-Makefile.in.in
|
|
||||||
|
|
||||||
check: all
|
|
||||||
|
|
||||||
cat-id-tbl.o: ../intl/libgettext.h
|
|
||||||
|
|
||||||
dvi info tags TAGS ID:
|
|
||||||
|
|
||||||
mostlyclean:
|
|
||||||
rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
|
|
||||||
rm -fr *.o
|
|
||||||
|
|
||||||
clean: mostlyclean
|
|
||||||
|
|
||||||
distclean: clean
|
|
||||||
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
|
|
||||||
|
|
||||||
maintainer-clean: distclean
|
|
||||||
@echo "This command is intended for maintainers to use;"
|
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
|
||||||
rm -f $(GMOFILES)
|
|
||||||
|
|
||||||
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
|
||||||
dist distdir: update-po $(DISTFILES)
|
|
||||||
dists="$(DISTFILES)"; \
|
|
||||||
for file in $$dists; do \
|
|
||||||
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
|
||||||
|| cp -p $(srcdir)/$$file $(distdir); \
|
|
||||||
done
|
|
||||||
|
|
||||||
update-po: Makefile
|
|
||||||
$(MAKE) $(PACKAGE).pot
|
|
||||||
PATH=`pwd`/../src:$$PATH; \
|
|
||||||
cd $(srcdir); \
|
|
||||||
catalogs='$(CATALOGS)'; \
|
|
||||||
for cat in $$catalogs; do \
|
|
||||||
cat=`basename $$cat`; \
|
|
||||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
|
||||||
mv $$lang.po $$lang.old.po; \
|
|
||||||
echo "$$lang:"; \
|
|
||||||
if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
|
|
||||||
rm -f $$lang.old.po; \
|
|
||||||
else \
|
|
||||||
echo "msgmerge for $$cat failed!"; \
|
|
||||||
rm -f $$lang.po; \
|
|
||||||
mv $$lang.old.po $$lang.po; \
|
|
||||||
fi; \
|
|
||||||
done
|
|
||||||
|
|
||||||
POTFILES: POTFILES.in
|
|
||||||
( if test 'x$(srcdir)' != 'x.'; then \
|
|
||||||
posrcprefix='$(top_srcdir)/'; \
|
|
||||||
else \
|
|
||||||
posrcprefix="../"; \
|
|
||||||
fi; \
|
|
||||||
rm -f $@-t $@ \
|
|
||||||
&& (sed -e '/^#/d' -e '/^[ ]*$$/d' \
|
|
||||||
-e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
|
|
||||||
| sed -e '$$s/\\$$//') > $@-t \
|
|
||||||
&& chmod a-w $@-t \
|
|
||||||
&& mv $@-t $@ )
|
|
||||||
|
|
||||||
Makefile: Makefile.in.in ../config.status POTFILES
|
|
||||||
cd .. \
|
|
||||||
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
|
|
||||||
$(SHELL) ./config.status
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
||||||
.NOEXPORT:
|
|
210
po/ar.po
210
po/ar.po
@@ -1,51 +1,49 @@
|
|||||||
# translation of libgtop.po to Arabic
|
# translation of libgtop.HEAD.ar.po to Arabic
|
||||||
# translation of libgtop.libgtop-GNOME-2-0-port.ar.po to Arabic
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
|
||||||
|
#
|
||||||
# Arafat Medini <lumina@silverpen.de>, 2002,2003.
|
# Arafat Medini <lumina@silverpen.de>, 2002,2003.
|
||||||
# Isam Bayazidi <bayazidi@arabeyes.org>, 2002.
|
# Isam Bayazidi <bayazidi@arabeyes.org>, 2002.
|
||||||
# Abdulaziz Al-Arfaj <alarfaj0@yahoo.com>, 2004.
|
# Abdulaziz Al-Arfaj <alarfaj0@yahoo.com>, 2004.
|
||||||
#
|
# Khaled Hosny <khaledhosny@eglug.org>, 2006.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop\n"
|
"Project-Id-Version: libgtop.HEAD.ar\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-07-23 08:51+0200\n"
|
||||||
"PO-Revision-Date: 2004-09-04 17:52+0300\n"
|
"PO-Revision-Date: 2006-11-25 15:36+0200\n"
|
||||||
"Last-Translator: Abdulaziz Al-Arfaj <alarfaj0@yahoo.com>\n"
|
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
|
||||||
"Language-Team: Arabic <support@arabeyes.org>\n"
|
"Language-Team: Arabic <support@arabeyes.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: KBabel 1.3\n"
|
"X-Generator: KBabel 1.11.4\n"
|
||||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : "
|
"Plural-Forms: Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : 3\n"
|
||||||
"3\n"
|
|
||||||
"\n"
|
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "قراءة بايت واحدة"
|
msgstr[0] "اقرأ بايت واحدة"
|
||||||
msgstr[1] "قراءة بايتين"
|
msgstr[1] "اقرأ بايتين"
|
||||||
msgstr[2] "قراءة %d بايتات"
|
msgstr[2] "اقرأ %d بايتات"
|
||||||
msgstr[3] "قراءة %d بايت"
|
msgstr[3] "اقرأ %d بايت"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "قراءت حجم البيانات"
|
msgstr "اقرأ حجم البيانات"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "قراءة بايت واحدة"
|
msgstr[0] "اقرأ بايت واحدة "
|
||||||
msgstr[1] "قراءة بايتين"
|
msgstr[1] "اقرأ بايتين"
|
||||||
msgstr[2] "قراءة %d بايتات"
|
msgstr[2] "اقرأ %lu بايتات"
|
||||||
msgstr[3] "قراءة %d بايت"
|
msgstr[3] "اقرأ %lu بايت"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "كتابة بايت واحدة"
|
msgstr[0] "كتابة بايت واحدة"
|
||||||
@@ -53,167 +51,199 @@ msgstr[1] "كتابة بايتين"
|
|||||||
msgstr[2] "كتابة %d بايتات"
|
msgstr[2] "كتابة %d بايتات"
|
||||||
msgstr[3] "كتابة %d بايت"
|
msgstr[3] "كتابة %d بايت"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "تفعيل التنقيح"
|
msgstr "فعّل التنقيح"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "تنقيح"
|
msgstr "DEBUG"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "تمكين اخراج مسهب"
|
msgstr "فعّل خرْج مسهِب"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "مضجر"
|
msgstr "VERBOSE"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "لا تشعّب إلى الخلفية"
|
msgstr "لا تشعّب إلى الخلفية"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "لا-جنّي"
|
msgstr "NO-DAEMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "استُحضرت من inetd "
|
msgstr "استُحضرت من inetd "
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
"Run '%s --help' to see a full list of available command line options.\n"
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"خطأ عند الخيار %s: %s.\n"
|
"خطأ عند الخيار %s: %s.\n"
|
||||||
"فعل '%s --help' لرئية قائمة كاملة لخيارات سطر الأوامر.\n"
|
"شغّل '%s --help' لرئية قائمة كاملة لخيارات سطر الأوامر.\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29
|
||||||
|
#: ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "أغلاق الخط"
|
msgstr "علق"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30
|
||||||
|
#: ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "مقاطعة"
|
msgstr "قاطِع"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31
|
||||||
|
#: ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "خروج"
|
msgstr "اخرج"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32
|
||||||
|
#: ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "توجيه ممنوع"
|
msgstr "توجيه ممنوع"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33
|
||||||
|
#: ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "فخ رسم"
|
msgstr "فخ رسم"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34
|
||||||
|
#: ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "ايقاف"
|
msgstr "اجهض"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35
|
||||||
|
#: ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "خطأ EMT"
|
msgstr "خطأ EMT"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36
|
||||||
|
#: ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "استثناء Floating-point"
|
msgstr "استثناء أرقام عشرية"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37
|
||||||
|
#: ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "قتل"
|
msgstr "اقتل"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38
|
||||||
|
#: ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "خطأ باص"
|
msgstr "خطأ ناقل"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39
|
||||||
|
#: ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "انتهاك اﻻنقسام"
|
msgstr "انتهاك اﻻنقسام"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40
|
||||||
|
#: ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "متغيّر سيء عند نداء النظام"
|
msgstr "متغيّر سيء لنداء النظام"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41
|
||||||
|
#: ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "انبوب مكسور"
|
msgstr "أنبوب مكسور"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42
|
||||||
|
#: ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "ساعة منبهة"
|
msgstr "ساعة منبهة"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43
|
||||||
|
#: ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "إنهاء"
|
msgstr "إنهاء"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44
|
||||||
|
#: ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "حالة استعجالية عند نقطة الاتصال"
|
msgstr "حالة عاجلة عند المقبس"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45
|
||||||
|
#: ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "توقّف"
|
msgstr "قف"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46
|
||||||
|
#: ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "توقيف لوحة المفاتيح"
|
msgstr "أوقف لوحة المفاتيح"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47
|
||||||
|
#: ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "متابعة"
|
msgstr "تابع"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48
|
||||||
|
#: ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "تغيرت حالة الابن"
|
msgstr "تغيرت حالة الابن"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49
|
||||||
|
#: ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "قراءة خلفية من tty"
|
msgstr "قراءة من tty في الخلفية"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50
|
||||||
|
#: ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "كتابة خلفية لـ tty"
|
msgstr "كتابة لـ tty في الخلفية"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51
|
||||||
|
#: ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "ادخال/اخراج ممكن الآن"
|
msgstr "دخْل/خرْج ممكن الآن"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52
|
||||||
|
#: ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "تجاوز حد الـمعالج"
|
msgstr "تجاوز حد الـمعالج"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53
|
||||||
|
#: ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "تجاوز حد حجم الملف"
|
msgstr "تجاوز حد حجم الملف"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54
|
||||||
|
#: ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "ساعة تنبيه تخيّلية"
|
msgstr "ساعة تنبيه تخيّلية"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55
|
||||||
|
#: ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "كتابة لمحة عن ساعة التنبيه"
|
msgstr "كتابة لمحة عن ساعة التنبيه"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56
|
||||||
|
#: ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "تغير حجم النافذة"
|
msgstr "تغير حجم النافذة"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57
|
||||||
|
#: ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "طلب معلومات"
|
msgstr "طلب معلومات"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58
|
||||||
|
#: ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "اشارة معرفة من طرف المستخدم 1"
|
msgstr "اشارة 1 معرفة من طرف المستخدم"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59
|
||||||
|
#: ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "اشارة معرفة من طرف المستخدم 2"
|
msgstr "اشارة 2 معرفة من طرف المستخدم"
|
||||||
|
|
||||||
|
243
po/bn_IN.po
Normal file
243
po/bn_IN.po
Normal file
@@ -0,0 +1,243 @@
|
|||||||
|
# Bengali India translation of libgtop.
|
||||||
|
# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
|
||||||
|
# This file is distributed under the same license as the libgtop package.
|
||||||
|
# Vat <vatzcar@yahoo.co.in>, 2003.
|
||||||
|
# Mahay Alam Khan <makl10n@yahoo.com>, 2005.
|
||||||
|
# Samia Niamatullah <mailsamia2001@yahoo.com>, 2005.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: libgtop\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2006-09-01 01:20+0200\n"
|
||||||
|
"PO-Revision-Date: 2006-08-07 12:47+0530\n"
|
||||||
|
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
|
||||||
|
"Language-Team: Bengali India\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"\n"
|
||||||
|
"X-Generator: KBabel 1.9.1\n"
|
||||||
|
|
||||||
|
#: ../lib/read.c:65
|
||||||
|
#, c-format
|
||||||
|
msgid "read %d byte"
|
||||||
|
msgid_plural "read %d bytes"
|
||||||
|
msgstr[0] "%d বাইট পড়া হয়েছে"
|
||||||
|
msgstr[1] "%d বাইট পড়া হয়েছে"
|
||||||
|
|
||||||
|
# msgstr "%d বাইট পড়া গেছে" "ড়" এর জায়গায় "ডহ্হা" লেখা
|
||||||
|
# #########################################
|
||||||
|
# দয়া করে "গেছে" এর পরিবর্তে "গিয়েছে" লিখেন
|
||||||
|
# #########################################
|
||||||
|
#: ../lib/read_data.c:53
|
||||||
|
msgid "read data size"
|
||||||
|
msgstr "তথ্যের মাপ পড়া হবে"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:72
|
||||||
|
#, c-format
|
||||||
|
msgid "read %lu byte of data"
|
||||||
|
msgid_plural "read %lu bytes of data"
|
||||||
|
msgstr[0] "%lu বাইট তথ্য পড়া হয়েছে"
|
||||||
|
msgstr[1] "%lu বাইট তথ্য পড়া হয়েছে"
|
||||||
|
|
||||||
|
# msgstr "%d বাইট তথ্য পড়া গেছে"
|
||||||
|
# msgstr "%d বাইট তথ্য পড়া হোক"
|
||||||
|
#: ../lib/write.c:53
|
||||||
|
#, c-format
|
||||||
|
msgid "wrote %d byte"
|
||||||
|
msgid_plural "wrote %d bytes"
|
||||||
|
msgstr[0] "%d বাইট লেখা হয়েছে"
|
||||||
|
msgstr[1] "%d বাইট লেখা হয়েছে"
|
||||||
|
|
||||||
|
# msgstr "%d বাইট লেখা হয়েছে"
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "Enable debugging"
|
||||||
|
msgstr "ডিবাগ ব্যবস্থা সক্রিয় করুন"
|
||||||
|
|
||||||
|
# msgstr "ডিবাগ প্রক্রিয়া সক্রিয় করা হোক"
|
||||||
|
# ২ এটা কি বিবেচনা করা যায় না? অন্যান্য জায়গায় "ডিবাগ" লেখা হইছে, তাই এখানে অন্য রকম হয়ে যায়।
|
||||||
|
# আপনার আপত্তি থাকলে অবশ্য কোন কথা নাই।
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "DEBUG"
|
||||||
|
msgstr "DEBUG"
|
||||||
|
|
||||||
|
# msgstr "ডিবাগ"
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "Enable verbose output"
|
||||||
|
msgstr "বিস্তারিত (ভার্বোস) আউটপুট সক্রিয় করা হবে"
|
||||||
|
|
||||||
|
# msgstr "ভার্বোস (Verbose) ফলাফল চালু করুন"
|
||||||
|
# msgstr "বর্ণনাযুক্ত ফলাফল দেখানো হোক"
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "VERBOSE"
|
||||||
|
msgstr "VERBOSE"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "Don't fork into background"
|
||||||
|
msgstr "পটভূমিতে fork করা হবে না"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "NO-DAEMON"
|
||||||
|
msgstr "NO-DAEMON"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "Invoked from inetd"
|
||||||
|
msgstr "inetd থেকে আরম্ভ করা হয়েছে"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "INETD"
|
||||||
|
msgstr "INETD"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:500
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"Error on option %s: %s.\n"
|
||||||
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
|
msgstr ""
|
||||||
|
"%s বিকল্পে সমস্যা: %s.\n"
|
||||||
|
"কমান্ত-লাইন থেকে ব্যবহারযোগ্য সমস্ত বিকল্পের সম্পূর্ণ তালিকা দেখতে '%s --help' প্রয়োগ "
|
||||||
|
"করুন।\n"
|
||||||
|
|
||||||
|
# msgstr "সিস্টেম বুট হবার পর থেকে নিষ্ক্রিয় কাজে অতিবাহিত সময় (সেকেন্ডে)"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
|
msgid "Hangup"
|
||||||
|
msgstr "বন্ধ করুন"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
|
msgid "Interrupt"
|
||||||
|
msgstr "ইন্টারাপ্ট উৎপন্ন করুন"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "প্রস্থান"
|
||||||
|
|
||||||
|
# msgstr "প্রস্থান"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
|
msgid "Illegal instruction"
|
||||||
|
msgstr "অবৈধ নির্দেশ"
|
||||||
|
|
||||||
|
# msgstr "অবৈধ ইনস্ট্রাকশন"
|
||||||
|
# Instruction এখানে Technical term।
|
||||||
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
|
msgid "Trace trap"
|
||||||
|
msgstr "ট্রেস ট্র্যাপ"
|
||||||
|
|
||||||
|
# ২ এটা আসলে ঠিক বোঝা যাচ্ছে না। তাই মনে হয় বাদ রাখাই ভাল
|
||||||
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
|
msgid "Abort"
|
||||||
|
msgstr "অস্বাভাবিক প্রস্থান"
|
||||||
|
|
||||||
|
# msgstr "বন্ধ করা"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
|
msgid "EMT error"
|
||||||
|
msgstr "EMT সংক্রান্ত সমস্যা"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
|
msgid "Floating-point exception"
|
||||||
|
msgstr "ফ্লোটিং-পয়েন্ট এক্সেপশন"
|
||||||
|
|
||||||
|
# msgstr "ভগ্নাংশ সংক্রান্ত ব্যতীক্রম" <-- বানান ভুল
|
||||||
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
|
msgid "Kill"
|
||||||
|
msgstr "Kill করুন"
|
||||||
|
|
||||||
|
# msgstr "শেষ করা (Kill)"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
|
msgid "Bus error"
|
||||||
|
msgstr "বাস সংক্রান্ত সমস্যা"
|
||||||
|
|
||||||
|
# msgstr "বাস (Bus) সংক্রান্ত সমস্যা"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
|
msgid "Segmentation violation"
|
||||||
|
msgstr "সেগমেন্টেশন সংক্রান্ত সমস্যা"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
|
msgid "Bad argument to system call"
|
||||||
|
msgstr "সিস্টেম-কল'এ ভুল আর্গুমেন্ট প্রেরিত হয়েছে"
|
||||||
|
|
||||||
|
# msgstr "সিস্টেম call এ ভুল মান প্রেরিত হয়েছে"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
|
msgid "Broken pipe"
|
||||||
|
msgstr "ক্ষতিগ্রস্ত পাইপ"
|
||||||
|
|
||||||
|
# msgstr "অচল পাইপ"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
|
msgid "Alarm clock"
|
||||||
|
msgstr "অ্যালার্ম ঘড়ি"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
|
msgid "Termination"
|
||||||
|
msgstr "সমাপ্তি"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
|
msgid "Urgent condition on socket"
|
||||||
|
msgstr "সকেটে গুরুতর অবস্থা"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
|
msgid "Stop"
|
||||||
|
msgstr "বন্ধ করুন"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
|
msgid "Keyboard stop"
|
||||||
|
msgstr "কি-বোর্ড বন্ধ করুন"
|
||||||
|
|
||||||
|
# ২ কীবোর্ড
|
||||||
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
|
msgid "Continue"
|
||||||
|
msgstr "এগিয়ে চলুন"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
|
msgid "Child status has changed"
|
||||||
|
msgstr "চাইল্ডের অবস্থা পরিবর্তিত হয়েছে"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
|
msgid "Background read from tty"
|
||||||
|
msgstr "পটভূমিতে tty'থেকে পড়া হচ্ছে"
|
||||||
|
|
||||||
|
# ভাল হইলো না
|
||||||
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
|
msgid "Background write to tty"
|
||||||
|
msgstr "পটভূমিতে tty'এ লেখা হচ্ছে"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
|
msgid "I/O now possible"
|
||||||
|
msgstr "I/O বর্তমানে করা সম্ভব"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
|
msgid "CPU limit exceeded"
|
||||||
|
msgstr "CPU'র সীমা অতিক্রান্ত"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
|
msgid "File size limit exceeded"
|
||||||
|
msgstr "ফাইলের মাপের সীমা অতিক্রান্ত"
|
||||||
|
|
||||||
|
# msgstr "ফাইলের আয়তন সীমা ছাড়িয়ে গেছে"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
|
msgid "Virtual alarm clock"
|
||||||
|
msgstr "ভার্চুয়াল অ্যালার্ম ঘড়ি"
|
||||||
|
|
||||||
|
# msgstr "কাল্পনিক এলার্ম ঘড়ি"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
|
msgid "Profiling alarm clock"
|
||||||
|
msgstr "অ্যালার্ম ঘড়ি প্রোফাইল করা হবে"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
|
msgid "Window size change"
|
||||||
|
msgstr "উইন্ডোর মাপে পরিবর্তন"
|
||||||
|
|
||||||
|
# msgstr "উইন্ডো'র আয়তন পরিবর্তন"
|
||||||
|
# Window এর বাংলা করার দরকার নাই
|
||||||
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
|
msgid "Information request"
|
||||||
|
msgstr "তথ্যের অনুরোধ"
|
||||||
|
|
||||||
|
# msgstr "তথ্যের আবেদন"
|
||||||
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
|
msgid "User defined signal 1"
|
||||||
|
msgstr "ব্যবহারকারী নির্ধারিত সিগনাল ১"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
|
msgid "User defined signal 2"
|
||||||
|
msgstr "ব্যবহারকারী নির্ধারিত সিগনাল ২"
|
208
po/eo.po
Normal file
208
po/eo.po
Normal file
@@ -0,0 +1,208 @@
|
|||||||
|
# Esperanto translation of libgtop
|
||||||
|
# Copyright (C) 2006 THE libgtop'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the libgtop package.
|
||||||
|
# Dominique PELLE <dominique.pelle@free.fr>, 2006.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: libgtop\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2006-06-08 00:34+0530\n"
|
||||||
|
"PO-Revision-Date: 2006-06-06 21:30+1200\n"
|
||||||
|
"Last-Translator: Dominique PELLE <dominique.pelle@free.fr>\n"
|
||||||
|
"Language-Team: Esperanto <eo-tradukado@lists.tuxfamily.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);\n"
|
||||||
|
|
||||||
|
#: ../lib/read.c:65
|
||||||
|
#, c-format
|
||||||
|
msgid "read %d byte"
|
||||||
|
msgid_plural "read %d bytes"
|
||||||
|
msgstr[0] "legis %d bajton"
|
||||||
|
msgstr[1] "legis %d bajtojn"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:53
|
||||||
|
msgid "read data size"
|
||||||
|
msgstr "grandeco de legita datumo"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:72
|
||||||
|
#, c-format
|
||||||
|
msgid "read %lu byte of data"
|
||||||
|
msgid_plural "read %lu bytes of data"
|
||||||
|
msgstr[0] "legis %lu bajton da datumo"
|
||||||
|
msgstr[1] "legis %lu bajtojn da datumo"
|
||||||
|
|
||||||
|
#: ../lib/write.c:53
|
||||||
|
#, c-format
|
||||||
|
msgid "wrote %d byte"
|
||||||
|
msgid_plural "wrote %d bytes"
|
||||||
|
msgstr[0] "skribis %d bajton"
|
||||||
|
msgstr[1] "skribis %d bajtojn"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "Enable debugging"
|
||||||
|
msgstr "Ebligu sencimigon"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "DEBUG"
|
||||||
|
msgstr "SENCIMIGO"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "Enable verbose output"
|
||||||
|
msgstr "Ebligu babileman eligon"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "VERBOSE"
|
||||||
|
msgstr "BABILEMA"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "Don't fork into background"
|
||||||
|
msgstr "Ne forku fone"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "NO-DAEMON"
|
||||||
|
msgstr "NE-DEMONO"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "Invoked from inetd"
|
||||||
|
msgstr "Alvokita de inetd"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "INETD"
|
||||||
|
msgstr "INETD"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:500
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"Error on option %s: %s.\n"
|
||||||
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Eraro en opcio %s: %s.\n"
|
||||||
|
"Lanĉu '%s --help' por vidi plenan liston de uzeblaj opcioj de komanda "
|
||||||
|
"linio.\n"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
|
msgid "Hangup"
|
||||||
|
msgstr "Malkontaktu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
|
msgid "Interrupt"
|
||||||
|
msgstr "Interrompu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Adiaŭu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
|
msgid "Illegal instruction"
|
||||||
|
msgstr "Nevalida komando"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
|
msgid "Trace trap"
|
||||||
|
msgstr "Spura escepto"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
|
msgid "Abort"
|
||||||
|
msgstr "Ĉesigu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
|
msgid "EMT error"
|
||||||
|
msgstr "EMT eraro"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
|
msgid "Floating-point exception"
|
||||||
|
msgstr "Glitpunkta escepto"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
|
msgid "Kill"
|
||||||
|
msgstr "Mortigu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
|
msgid "Bus error"
|
||||||
|
msgstr "Busa eraro"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
|
msgid "Segmentation violation"
|
||||||
|
msgstr "Aliro al nerezervita memoro"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
|
msgid "Bad argument to system call"
|
||||||
|
msgstr "Nevalida argumento de kornovoko"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
|
msgid "Broken pipe"
|
||||||
|
msgstr "Rompita dukto"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
|
msgid "Alarm clock"
|
||||||
|
msgstr "Vekhorloĝo"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
|
msgid "Termination"
|
||||||
|
msgstr "Ĉesigo"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
|
msgid "Urgent condition on socket"
|
||||||
|
msgstr "Urĝa kondiĉo ĉe kontaktoskatolo"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
|
msgid "Stop"
|
||||||
|
msgstr "Ĉesigu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
|
msgid "Keyboard stop"
|
||||||
|
msgstr "Klavara ĉesigo"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
|
msgid "Continue"
|
||||||
|
msgstr "Daŭrigu"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
|
msgid "Child status has changed"
|
||||||
|
msgstr "Stato de ido ŝanĝiĝis"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
|
msgid "Background read from tty"
|
||||||
|
msgstr "Fona lego el tty"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
|
msgid "Background write to tty"
|
||||||
|
msgstr "Fona skribo al tty"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
|
msgid "I/O now possible"
|
||||||
|
msgstr "Eneligo nun eblas"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
|
msgid "CPU limit exceeded"
|
||||||
|
msgstr "Limo de procesilo superitas"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
|
msgid "File size limit exceeded"
|
||||||
|
msgstr "Limo de dosiergrandeco superitas"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
|
msgid "Virtual alarm clock"
|
||||||
|
msgstr "Virtuala alarm-takto"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
|
msgid "Profiling alarm clock"
|
||||||
|
msgstr "Profila alarm-takto"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
|
msgid "Window size change"
|
||||||
|
msgstr "Ŝanĝo de grandeco de fenestro"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
|
msgid "Information request"
|
||||||
|
msgstr "Informpeto"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
|
msgid "User defined signal 1"
|
||||||
|
msgstr "Uzant-difinita signalo 1"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
|
msgid "User defined signal 2"
|
||||||
|
msgstr "Uzant-difinita signalo 2"
|
141
po/gl.po
141
po/gl.po
@@ -16,7 +16,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop.gnome-2-10\n"
|
"Project-Id-Version: libgtop.gnome-2-10\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-12-04 15:52+0100\n"
|
||||||
"PO-Revision-Date: 2005-06-13 17:22+0200\n"
|
"PO-Revision-Date: 2005-06-13 17:22+0200\n"
|
||||||
"Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n"
|
"Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n"
|
||||||
"Language-Team: Galego\n"
|
"Language-Team: Galego\n"
|
||||||
@@ -26,193 +26,192 @@ msgstr ""
|
|||||||
"X-Generator: KBabel 1.9.1\n"
|
"X-Generator: KBabel 1.9.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "lidos %d byte"
|
msgstr[0] "lido %d byte"
|
||||||
msgstr[1] "lidos %d bytes"
|
msgstr[1] "lidos %d bytes"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "tamaño dos datos lidos"
|
msgstr "tamaño dos datos lidos"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "lidos %lu byte de datos"
|
msgstr[0] "lido %lu byte de datos"
|
||||||
msgstr[1] "lidos %lu bytes de datos"
|
msgstr[1] "lidos %lu bytes de datos"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "escrito %d byte"
|
msgstr[0] "escrito %d byte"
|
||||||
msgstr[1] "escritos %d bytes"
|
msgstr[1] "escritos %d bytes"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "Activar depuración"
|
msgstr "Activar depuración"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "DEPURACIÓN"
|
msgstr "DEPURACIÓN"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "Activar saída extensa"
|
msgstr "Activar saída detallada"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "EXTENSA"
|
msgstr "DETALLADO"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "Non facer 'fork' en tarefa de fondo"
|
msgstr "Non facer fork na tarefa de fondo"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NON-DEMONIO"
|
msgstr "NON-DAEMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "Executado dende inetd"
|
msgstr "Invocado desde inetd"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
"Run '%s --help' to see a full list of available command line options.\n"
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr "Produciuse un erro na opción %s: %s.\n"
|
||||||
"Erro na opción %s: %s.\n"
|
"Execute '%s --help' para ver unha lista completa das opcións de liña\n"
|
||||||
"Execute '%s --help' para ver unha lista completa das opcións de liña\n"
|
"de comandos dispoñibles.\n"
|
||||||
"de comandos disponibles.\n"
|
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "Colgar"
|
msgstr "Colgar"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "Interromper"
|
msgstr "Interromper"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Saír"
|
msgstr "Saír"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "Instrucción ilegal"
|
msgstr "Instrución ilegal"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "Captura da traza"
|
msgstr "Captura do rastro"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "Abortar"
|
msgstr "Interromper"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "Erro EMT"
|
msgstr "Erro EMT"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "Excepción de coma flotante"
|
msgstr "Excepción da coma flotante"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "Matar"
|
msgstr "Matar"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "Erro de bus"
|
msgstr "Erro de bus"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "Fallo de segmento"
|
msgstr "Erro de segmento"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "Argumento erróneo á chamada de sistema"
|
msgstr "Argumento incorrecto na chamada ao sistema"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "Canalización rota"
|
msgstr "Canalización danada"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "Reloxo de alarma"
|
msgstr "Reloxo de alarma"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "Remate"
|
msgstr "Finalización"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "Condición urxente no socket"
|
msgstr "Condición urxente no conectador"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Parar"
|
msgstr "Deter"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "Parada de teclado"
|
msgstr "Detención co teclado"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuar"
|
msgstr "Continuar"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "O estado do fillo cambiou"
|
msgstr "O estado do fillo cambiou"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "Lectura en segundo plano do tty"
|
msgstr "Lectura en segundo plano do tty"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "Escritura en segundo plano ó tty"
|
msgstr "Escritura en segundo plano ao tty"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "E/S posible agora"
|
msgstr "A E/S é posible agora"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "Límite de CPU excedido"
|
msgstr "Límite de CPU excedido"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "Límite de tamaño de ficheiro excedido"
|
msgstr "Excedeuse o límite de tamaño do ficheiro"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "Reloxo de alarma virtual"
|
msgstr "Reloxo de alarma virtual"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "Reloxo de alarma con perfil"
|
msgstr "Reloxo de alarma con perfil"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "Cambio do tamaño da fiestra"
|
msgstr "Cambio do tamaño da ventá"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "Petición de Información"
|
msgstr "Petición de Información"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "Sinal 1 definido polo usuario"
|
msgstr "Sinal 1 definido polo usuario"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "Sinal 2 definido polo usuario"
|
msgstr "Sinal 2 definido polo usuario"
|
||||||
|
92
po/hu.po
92
po/hu.po
@@ -10,73 +10,73 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop\n"
|
"Project-Id-Version: libgtop\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-08-15 12:15+0200\n"
|
||||||
"PO-Revision-Date: 2005-03-04 13:37+0100\n"
|
"PO-Revision-Date: 2005-03-04 13:37+0100\n"
|
||||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||||
"Language-Team: Hungarian <gnome@gnome.hu>\n"
|
"Language-Team: Hungarian <gnome@gnome.hu>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "%d bájt olvasása"
|
msgstr[0] "%d bájt olvasása"
|
||||||
msgstr[1] "%d bájt olvasása"
|
msgstr[1] "%d bájt olvasása"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "olvasási adatméret"
|
msgstr "olvasási adatméret"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "%lu bájt adat olvasása"
|
msgstr[0] "%lu bájt adat olvasása"
|
||||||
msgstr[1] "%lu bájt olvasása"
|
msgstr[1] "%lu bájt olvasása"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "%d bájt kiírva"
|
msgstr[0] "%d bájt kiírva"
|
||||||
msgstr[1] "%d bájt kiírva"
|
msgstr[1] "%d bájt kiírva"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "Hibakeresés engedélyezése"
|
msgstr "Hibakeresés engedélyezése"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "DEBUG"
|
msgstr "DEBUG"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "Részletes üzenetek bekapcsolása"
|
msgstr "Részletes üzenetek bekapcsolása"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "VERBOSE"
|
msgstr "VERBOSE"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "Ne forkoljon a háttérbe"
|
msgstr "Ne forkoljon a háttérbe"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NO-DAEMON"
|
msgstr "NO-DAEMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "inetd-ből indítva"
|
msgstr "inetd-ből indítva"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
@@ -85,126 +85,126 @@ msgstr ""
|
|||||||
"Hiba a(z) %s kapcsolónál: %s.\n"
|
"Hiba a(z) %s kapcsolónál: %s.\n"
|
||||||
"Futtassa a '%s --help' parancsot a parancssori kapcsolók listájáért.\n"
|
"Futtassa a '%s --help' parancsot a parancssori kapcsolók listájáért.\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "Felfüggesztés"
|
msgstr "Felfüggesztés"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "Megszakítás"
|
msgstr "Megszakítás"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Kilépés"
|
msgstr "Kilépés"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "Illegális utasítás"
|
msgstr "Illegális utasítás"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "Nyomkövetési csapda"
|
msgstr "Nyomkövetési csapda"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "Megszakítás"
|
msgstr "Megszakítás"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "EMT hiba"
|
msgstr "EMT hiba"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "Lebegőpontos kivétel"
|
msgstr "Lebegőpontos kivétel"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "Kilövés"
|
msgstr "Kilövés"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "Buszhiba"
|
msgstr "Buszhiba"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "Szegmentáció megsértése"
|
msgstr "Szegmentáció megsértése"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "Rendszerhívás rossz argumentummal"
|
msgstr "Rendszerhívás rossz argumentummal"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "Megszakadt csővezeték"
|
msgstr "Megszakadt csővezeték"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "Ébresztőóra"
|
msgstr "Ébresztőóra"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "Befejezés"
|
msgstr "Befejezés"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "Sürgős állapot a foglalaton"
|
msgstr "Sürgős állapot a foglalaton"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Leállítás"
|
msgstr "Leállítás"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "Billentyűzet stop"
|
msgstr "Billentyűzet stop"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Folytatás"
|
msgstr "Folytatás"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "A gyermek állapota megváltozott"
|
msgstr "A gyermek állapota megváltozott"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "Háttérbeli olvasás a tty-ről"
|
msgstr "Háttérbeli olvasás a tty-ről"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "Háttérbeli írás a tty-re"
|
msgstr "Háttérbeli írás a tty-re"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "Az I/O most lehetséges"
|
msgstr "Az I/O most lehetséges"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "CPU-korlát túllépve"
|
msgstr "CPU-korlát túllépve"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "Fájlméret korlátja túllépve"
|
msgstr "Fájlméret korlátja túllépve"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "Virtuális ébresztőóra"
|
msgstr "Virtuális ébresztőóra"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "Ébresztőóra profilírozása"
|
msgstr "Ébresztőóra profilírozása"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "Ablakméret változása"
|
msgstr "Ablakméret változása"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "Információkérés"
|
msgstr "Információkérés"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "Felhasználói szignál 1"
|
msgstr "Felhasználói szignál 1"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "Felhasználói szignál 2"
|
msgstr "Felhasználói szignál 2"
|
||||||
|
97
po/ja.po
97
po/ja.po
@@ -10,73 +10,70 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop HEAD\n"
|
"Project-Id-Version: libgtop HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-10-30 01:37+0900\n"
|
||||||
"PO-Revision-Date: 2005-01-16 14:29+0900\n"
|
"PO-Revision-Date: 2006-10-30 01:38+0900\n"
|
||||||
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
|
"Last-Translator: Satoru SATOH <ss@gnome.gr.jp>\n"
|
||||||
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "%d バイト読み込み"
|
msgstr[0] "%d バイト読み込み"
|
||||||
msgstr[1] "%d バイト読み込み"
|
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "データの読み込みサイズ"
|
msgstr "データの読み込みサイズ"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "%lu バイトデータの読み込み"
|
msgstr[0] "%lu バイトデータの読み込み"
|
||||||
msgstr[1] "%lu バイトデータの読み込み"
|
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "%d バイトの書き込み"
|
msgstr[0] "%d バイトの書き込み"
|
||||||
msgstr[1] "%d バイトの書き込み"
|
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "デバッグを有効にする"
|
msgstr "デバッグを有効にする"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "DEBUG"
|
msgstr "DEBUG"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "詳細な出力にする"
|
msgstr "詳細な出力にする"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "VERBOSE"
|
msgstr "VERBOSE"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "子プロセスをバックグラウンドに回さない"
|
msgstr "子プロセスをバックグラウンドに回さない"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NO-DAEMON"
|
msgstr "NO-DAEMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "`inetd` から起動する"
|
msgstr "`inetd` から起動する"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
@@ -86,126 +83,126 @@ msgstr ""
|
|||||||
"コマンドラインオプションに使えるもの一覧を見るには'%s --help'を実行してくださ"
|
"コマンドラインオプションに使えるもの一覧を見るには'%s --help'を実行してくださ"
|
||||||
"い。\n"
|
"い。\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "ハングアップ"
|
msgstr "ハングアップ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "インタラプト"
|
msgstr "インタラプト"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "終了"
|
msgstr "終了"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "不正なインストラクション"
|
msgstr "不正なインストラクション"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "トレーストラップ"
|
msgstr "トレーストラップ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "終了"
|
msgstr "終了"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "EMTエラー"
|
msgstr "EMTエラー"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "浮動小数点例外"
|
msgstr "浮動小数点例外"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "kill"
|
msgstr "kill"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "バスエラー"
|
msgstr "バスエラー"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "セグメンテーションバイオレーション"
|
msgstr "セグメンテーションバイオレーション"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "システムコールの引数が誤っています"
|
msgstr "システムコールの引数が誤っています"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "パイプ破壊"
|
msgstr "パイプ破壊"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "アラームクロック"
|
msgstr "アラームクロック"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "ターミネーション"
|
msgstr "ターミネーション"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "ソケットの緊急状態"
|
msgstr "ソケットの緊急状態"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "ストップ"
|
msgstr "ストップ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "キーボードストップ"
|
msgstr "キーボードストップ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "コンティニュー"
|
msgstr "コンティニュー"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "子プロセス状態が変更された"
|
msgstr "子プロセス状態が変更された"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "ttyからのバックグラウンド読み込み"
|
msgstr "ttyからのバックグラウンド読み込み"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "ttyへのバックグラウンド書き込み"
|
msgstr "ttyへのバックグラウンド書き込み"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "I/Oが使用可能"
|
msgstr "I/Oが使用可能"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "CPU限界を越えた"
|
msgstr "CPU限界を越えた"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "ファイルサイズ限界を越えた"
|
msgstr "ファイルサイズ限界を越えた"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "仮想アラームクロック"
|
msgstr "仮想アラームクロック"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "アラームクロックのプロファイル"
|
msgstr "アラームクロックのプロファイル"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "ウィンドウサイズの変更"
|
msgstr "ウィンドウサイズの変更"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "情報リクエスト"
|
msgstr "情報リクエスト"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "ユーザ定義シグナル 1"
|
msgstr "ユーザ定義シグナル 1"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "ユーザ定義シグナル 2"
|
msgstr "ユーザ定義シグナル 2"
|
||||||
|
95
po/lt.po
95
po/lt.po
@@ -9,16 +9,17 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop\n"
|
"Project-Id-Version: libgtop\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2007-02-27 15:48+0200\n"
|
||||||
"PO-Revision-Date: 2006-03-03 12:24+0200\n"
|
"PO-Revision-Date: 2006-03-03 12:24+0200\n"
|
||||||
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
|
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
|
||||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (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%"
|
||||||
|
"100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:51
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
@@ -26,11 +27,11 @@ msgstr[0] "perskaitytas %d baitas"
|
|||||||
msgstr[1] "perskaityti %d baitai"
|
msgstr[1] "perskaityti %d baitai"
|
||||||
msgstr[2] "perskaityta %d baitų"
|
msgstr[2] "perskaityta %d baitų"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:51
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "perskaitytų duomenų dydis"
|
msgstr "perskaitytų duomenų dydis"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:70
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
@@ -38,7 +39,7 @@ msgstr[0] "perskaitytas %lu baitas duomenų"
|
|||||||
msgstr[1] "perskaityti %lu baitai duomenų"
|
msgstr[1] "perskaityti %lu baitai duomenų"
|
||||||
msgstr[2] "perskaityta %lu baitų duomenų"
|
msgstr[2] "perskaityta %lu baitų duomenų"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:51
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
@@ -46,39 +47,39 @@ msgstr[0] "įrašytas %d baitas"
|
|||||||
msgstr[1] "įrašyti %d baitai"
|
msgstr[1] "įrašyti %d baitai"
|
||||||
msgstr[2] "įrašyta %d baitų"
|
msgstr[2] "įrašyta %d baitų"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "Įjungti testavimo veikseną"
|
msgstr "Įjungti testavimo veikseną"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "TESTAVIMAS"
|
msgstr "TESTAVIMAS"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "Įjungti išsamią išvestį"
|
msgstr "Įjungti išsamią išvestį"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "IŠSAMUS"
|
msgstr "IŠSAMUS"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "Neperkelti į foninę veikseną"
|
msgstr "Neperkelti į foninę veikseną"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NE-DEMONUI"
|
msgstr "NE-DEMONUI"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "Paleista iš inetd"
|
msgstr "Paleista iš inetd"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
@@ -88,126 +89,126 @@ msgstr ""
|
|||||||
"Paleiskite „%s --help“ norėdami pamatyti visus galimus komandinės eilutės "
|
"Paleiskite „%s --help“ norėdami pamatyti visus galimus komandinės eilutės "
|
||||||
"parametrus.\n"
|
"parametrus.\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "Atsijungti"
|
msgstr "Atsijungti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:28 ../sysdeps/sun4/siglist.c:28
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "Pertraukimas"
|
msgstr "Pertraukimas"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Išeiti"
|
msgstr "Išeiti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "Neleistina instrukcija"
|
msgstr "Neleistina instrukcija"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "Sekimo spąstai"
|
msgstr "Sekimo spąstai"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "Nutraukti"
|
msgstr "Nutraukti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "EMT klaida"
|
msgstr "EMT klaida"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "Slankaus kablelio klaida"
|
msgstr "Slankaus kablelio klaida"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "Nužudyti"
|
msgstr "Nužudyti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "Magistralės klaida"
|
msgstr "Magistralės klaida"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "Segmentacijos pažeidimas"
|
msgstr "Segmentacijos pažeidimas"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "Klaidingi sisteminio iškvietimo argumentai"
|
msgstr "Klaidingi sisteminio iškvietimo argumentai"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "Netvarkingas nukreipimas"
|
msgstr "Netvarkingas nukreipimas"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "Signalinis laikrodis"
|
msgstr "Signalinis laikrodis"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "Nutraukimas"
|
msgstr "Nutraukimas"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "Ekstremalios jungties sąlygos "
|
msgstr "Ekstremalios jungties sąlygos "
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stop"
|
msgstr "Stop"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "Klaviatūros sustabdymas"
|
msgstr "Klaviatūros sustabdymas"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Tęsti"
|
msgstr "Tęsti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "Susijusio proceso būklė pakito"
|
msgstr "Susijusio proceso būklė pakito"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "Foninis skaitymas iš tty"
|
msgstr "Foninis skaitymas iš tty"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "Foninis rašymas į tty"
|
msgstr "Foninis rašymas į tty"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "Dabar leistinas I/O"
|
msgstr "Dabar leistinas I/O"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "CPU apribojimai viršyti"
|
msgstr "CPU apribojimai viršyti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "Rinkmenų dydžio apribojimai viršyti"
|
msgstr "Failų dydžio apribojimai viršyti"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "Virtualus signalinis laikrodis"
|
msgstr "Virtualus signalinis laikrodis"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "Profiliavimo signalinis laikrodis"
|
msgstr "Profiliavimo signalinis laikrodis"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "Lango dydžio keitimas"
|
msgstr "Lango dydžio keitimas"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "Informacijos užklausa"
|
msgstr "Informacijos užklausa"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "Pirmas naudotojo nurodytas signalas (USR1)"
|
msgstr "Pirmas naudotojo nurodytas signalas (USR1)"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "Antras naudotojo nurodytas signalas (USR2)"
|
msgstr "Antras naudotojo nurodytas signalas (USR2)"
|
||||||
|
207
po/mg.po
Normal file
207
po/mg.po
Normal file
@@ -0,0 +1,207 @@
|
|||||||
|
# Malagasy translation of LIBGTOP.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Thierry Randrianiriana <randrianiriana@gmail.com>, 2006.
|
||||||
|
# Fano Rajaonarisoa <rajfanhar@yahoo.fr>, 2006.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: LIBGTOP 2.16\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2006-07-05 15:53+0200\n"
|
||||||
|
"PO-Revision-Date: 2006-07-05 21:48+0300\n"
|
||||||
|
"Last-Translator: Fano Rajaonarisoa <rajfanhar@yahoo.fr>\n"
|
||||||
|
"Language-Team: Malagasy <i18n-malagasy-gnome@gna.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;\n"
|
||||||
|
|
||||||
|
#: ../lib/read.c:65
|
||||||
|
#, c-format
|
||||||
|
msgid "read %d byte"
|
||||||
|
msgid_plural "read %d bytes"
|
||||||
|
msgstr[0] "%d octet voavaky"
|
||||||
|
msgstr[1] "%d octet voavaky"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:53
|
||||||
|
msgid "read data size"
|
||||||
|
msgstr "hijery ny haben'ilay data"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:72
|
||||||
|
#, c-format
|
||||||
|
msgid "read %lu byte of data"
|
||||||
|
msgid_plural "read %lu bytes of data"
|
||||||
|
msgstr[0] "Voavaky ny %lu amin'ilay data"
|
||||||
|
msgstr[1] "Voavaky ny %lu amin'ilay data"
|
||||||
|
|
||||||
|
#: ../lib/write.c:53
|
||||||
|
#, c-format
|
||||||
|
msgid "wrote %d byte"
|
||||||
|
msgid_plural "wrote %d bytes"
|
||||||
|
msgstr[0] "%d octet voadika"
|
||||||
|
msgstr[1] "%d octet voadika"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "Enable debugging"
|
||||||
|
msgstr "Alefaso ny debugging"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "DEBUG"
|
||||||
|
msgstr "DEBUG"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "Enable verbose output"
|
||||||
|
msgstr "Alefaso ny famoahana be resaka"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "VERBOSE"
|
||||||
|
msgstr "BE RESAKA"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "Don't fork into background"
|
||||||
|
msgstr "Aza manasaka any afara"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "NO-DAEMON"
|
||||||
|
msgstr "TSIA-DAEMON"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "Invoked from inetd"
|
||||||
|
msgstr "Nantsoina avy any amin'ny inetd"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "INETD"
|
||||||
|
msgstr "INETD"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:500
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"Error on option %s: %s.\n"
|
||||||
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Tsy fetezana amin'ny safidy %s: %s.\n"
|
||||||
|
"Alefaso ny '%s --help' ahitana ireo safidin-dazam-baiko misy.\n"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
|
msgid "Hangup"
|
||||||
|
msgstr "Ahatoy"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
|
msgid "Interrupt"
|
||||||
|
msgstr "Tapao"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Ajanony"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
|
msgid "Illegal instruction"
|
||||||
|
msgstr "Torolàlana tsy ara-dalàna"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
|
msgid "Trace trap"
|
||||||
|
msgstr "Trace trap"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
|
msgid "Abort"
|
||||||
|
msgstr "Hiala"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
|
msgid "EMT error"
|
||||||
|
msgstr "Tsy fetezana EMT"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
|
msgid "Floating-point exception"
|
||||||
|
msgstr "Fanavahan'ny floating-point"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
|
msgid "Kill"
|
||||||
|
msgstr "Vonoy"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
|
msgid "Bus error"
|
||||||
|
msgstr "Tsy fetezan'ny mpampita"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
|
msgid "Segmentation violation"
|
||||||
|
msgstr "Fanimbazimbana ny segmentation"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
|
msgid "Bad argument to system call"
|
||||||
|
msgstr "Tondriky tsy mety ho an'ny antson'ny rafitra"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
|
msgid "Broken pipe"
|
||||||
|
msgstr "Fantsona simba"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
|
msgid "Alarm clock"
|
||||||
|
msgstr "Famantaranandro misy fanairana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
|
msgid "Termination"
|
||||||
|
msgstr "Fiafarana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
|
msgid "Urgent condition on socket"
|
||||||
|
msgstr "Toe-javatra mila jerena maika amin'ny socket"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
|
msgid "Stop"
|
||||||
|
msgstr "Fijanonana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
|
msgid "Keyboard stop"
|
||||||
|
msgstr "Fijanonan'ny kitendry"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
|
msgid "Continue"
|
||||||
|
msgstr "Tohizo"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
|
msgid "Child status has changed"
|
||||||
|
msgstr "Niova ilay toetra zanaka"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
|
msgid "Background read from tty"
|
||||||
|
msgstr "Famakiana ny tty any afara"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
|
msgid "Background write to tty"
|
||||||
|
msgstr "Fanoratana ny tty any afara"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
|
msgid "I/O now possible"
|
||||||
|
msgstr "Mety amin'izay ny I/O"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
|
msgid "CPU limit exceeded"
|
||||||
|
msgstr "Nihoarana ny fetran'ny CPU"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
|
msgid "File size limit exceeded"
|
||||||
|
msgstr "Voahoatra ny fetran'ny haben-drakitra"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
|
msgid "Virtual alarm clock"
|
||||||
|
msgstr "Famantaranandro virtoaly misy fanairana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
|
msgid "Profiling alarm clock"
|
||||||
|
msgstr "Manoritsoritra ilay famantaranandro misy fanairana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
|
msgid "Window size change"
|
||||||
|
msgstr "Fanovana ny haben'ny fikandrana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
|
msgid "Information request"
|
||||||
|
msgstr "Fangataha-panazavana"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
|
msgid "User defined signal 1"
|
||||||
|
msgstr "Fambara 1 voafaritry ny mpampiasa"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
|
msgid "User defined signal 2"
|
||||||
|
msgstr "Fambara 2 voafaritry ny mpampiasa"
|
221
po/ml.po
221
po/ml.po
@@ -1,225 +1,210 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
# translation of libgtop.HEAD.ml.po to Malayalam
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
|
||||||
# FSF-India <locale@gnu.org.in>, 2003.
|
# FSF-India <locale@gnu.org.in>, 2003.
|
||||||
|
# Ani Peter <apeter@redhat.com>, 2006.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop 2.0.x\n"
|
"Project-Id-Version: libgtop.HEAD.ml\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-08-04 16:32+0200\n"
|
||||||
"PO-Revision-Date: 2003-03-05 10:29+0530\n"
|
"PO-Revision-Date: 2006-08-05 01:18+0530\n"
|
||||||
"Last-Translator: FSF-India <locale@gnu.org.in>\n"
|
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
|
||||||
"Language-Team: Malayalam <locale@gnu.org.in>\n"
|
"Language-Team: Malayalam\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: KBabel 1.9.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "%d ബൈറ്റ്സ് വായിക്കുക"
|
msgstr[0] "%d ബൈറ്റ് വായിക്കുക"
|
||||||
msgstr[1] "%d ബൈറ്റ്സ് വായിക്കുക"
|
msgstr[1] "%d ബൈറ്റ്സ് വായിക്കുക"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "വസ്തുതയുടെ വലിപ്പം വായിക്കുക"
|
msgstr "ഡേറ്റായുടെ വലിപ്പം വായിക്കുക"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "%d ബൈറ്റ്സ് വായിക്കുക"
|
msgstr[0] "%lu ബൈറ്റ് ഡേറ്റാ വായിക്കുക"
|
||||||
msgstr[1] "%d ബൈറ്റ്സ് വായിക്കുക"
|
msgstr[1] "%lu ബൈറ്റ്സ് ഡേറ്റാ വായിക്കുക"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "%d ബൈറ്റ്സ് എഴുതുക"
|
msgstr[0] "%d ബൈറ്റ് എഴുതി"
|
||||||
msgstr[1] "%d ബൈറ്റ്സ് എഴുതുക"
|
msgstr[1] "%d ബൈറ്റ്സ് എഴുതി"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
#, fuzzy
|
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "സ്വയം വിടവുണ്ടാക്കല് സജീവമാക്കുക"
|
msgstr "ഡീബഗ്ഗിങ് പ്രവര്ത്തന സജ്ജമാക്കുക"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
#, fuzzy
|
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "ഡി."
|
msgstr "ഡീബഗ്"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
#, fuzzy
|
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "സ്വയം വിടവുണ്ടാക്കല് സജീവമാക്കുക"
|
msgstr "വര്ബറോസ് ഔട്ട് പുട്ട് പ്രവര്ത്തന സജ്ജമാക്കുക"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr ""
|
msgstr "വര്ബറോസ്"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
#, fuzzy
|
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "അണിയറയില് പ്രവര്ത്തിക്കുക"
|
msgstr "പശ്ചാത്തലത്തിലേക്ക് fork ചെയ്യുവാന് പാടില്ല"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr ""
|
msgstr "ഡെമണ് ഇല്ല"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr ""
|
msgstr "inetd-ല് നിന്നുമുളള വിളി"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "BIND"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
"Run '%s --help' to see a full list of available command line options.\n"
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"ഉപാധി %s-ല് പിഴവ്: %s.\n"
|
||||||
|
"ലഭ്യമായ കമാന്ഡ് ലൈന് ഉപാധികളുടെ മുഴുവന് പട്ടികയ്ക്ക് '%s --help' പ്രവര്ത്തിപ്പിക്കുക.\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr ""
|
msgstr "അവസാനിപ്പിക്കുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
#, fuzzy
|
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "വിവരമണ്ഡലം"
|
msgstr "ഇന്ററപ്റ്റ്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "പുറത്ത് കടക്കുക"
|
msgstr "പുറത്ത് കടക്കുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr ""
|
msgstr "തെറ്റായ നിര്ദ്ദേശം"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
#, fuzzy
|
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "അക്ഷര പടം"
|
msgstr "തടസ്സം കണ്ടുപിടിക്കുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "നിര്ത്തലാക്കി"
|
msgstr "നിര്ത്തലാക്കുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
#, fuzzy
|
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "പിശക്"
|
msgstr "EMT പിശക്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr ""
|
msgstr "ഫ്ളോട്ടിങ്-പോയിന്റ് എക്സെപ്ഷന്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "അവസാനിപ്പിക്കുക"
|
msgstr "അവസാനിപ്പിക്കുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
#, fuzzy
|
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "പ്രശ്നം ഇല്ല"
|
msgstr "ബസില് പിശക്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
#, fuzzy
|
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "ചലനചിത്രം തിരഞ്ഞെടുക്കുക:"
|
msgstr "സെഗ്മന്റേഷനില് തെറ്റ്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr ""
|
msgstr "സിസ്റ്റം കോളിലേക്ക് തെറ്റായ ആര്ഗ്യുമെന്റ്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
#, fuzzy
|
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "പൊട്ടിയ കണ്ണി"
|
msgstr "പൊട്ടിയ പൈപ്പ്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
#, fuzzy
|
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "സൂചകധ്വനി"
|
msgstr "അലാറം ക്ളോക്ക്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
#, fuzzy
|
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "ടെര്മിനല്"
|
msgstr "അവസാനിപ്പിക്കല്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
#, fuzzy
|
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "ഇപ്പോഴത്തെ അവസ്ഥ"
|
msgstr "സോക്കന്റില് ഗുരുതരമായ അവസ്ഥ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "നിര്ത്തുക"
|
msgstr "നിര്ത്തുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
#, fuzzy
|
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "സൂചകവാക്കുകള്"
|
msgstr "കീബോര്ഡ് നിര്ത്തുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "തുടരൂ"
|
msgstr "തുടരുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
#, fuzzy
|
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "മാറിയ തീയതി"
|
msgstr "ചൈള്ഡിന്റെ അവസ്ഥ മാറിയിരിക്കുന്നു"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
#, fuzzy
|
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "പശ്ചാത്തലം"
|
msgstr "tty-ല് നിന്നും പശ്ചാത്തലം വായിക്കുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
#, fuzzy
|
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "പശ്ചാത്തലം"
|
msgstr "tty-ലേക്ക് പശ്ചാത്തലം എഴുതുക"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "I/O ഇപ്പോള് സാധ്യമാണ്"
|
msgstr "I/O ഇപ്പോള് സാധ്യമാണ്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr ""
|
msgstr "CPU പരിമിധി കവിഞ്ഞു"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr ""
|
msgstr "ഫയലിന്റെ വലിപ്പ പരിമിധി കവിഞ്ഞു"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr ""
|
msgstr "വിര്ച്ച്വല് അലാറം ക്ളോക്ക്"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr ""
|
msgstr "അലാറം ക്ളോക്ക് പ്രൊഫൈല് ചെയ്യുന്നു"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
#, fuzzy
|
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "ജീലക ഉപയോഗം"
|
msgstr "ജീലകത്തിന്റെ വലിപ്പത്തലുളള മാറ്റം"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
#, fuzzy
|
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "വിവര സന്ദേശങ്ങള്"
|
msgstr "വിവരങ്ങള്ക്കായുളള അഭ്യര്ത്ഥന"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
#, fuzzy
|
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "ഉപയോക്തൃ നാമം"
|
msgstr "യൂസര് ഡിഫൈന്ഡ് സിഗ്നല് 1"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
#, fuzzy
|
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "ഉപയോക്തൃ നാമം"
|
msgstr "യൂസര് ഡിഫൈന്ഡ് സിഗ്നല് 2"
|
||||||
|
|
||||||
|
219
po/ne.po
219
po/ne.po
@@ -1,209 +1,220 @@
|
|||||||
# Nepali Translation Project.
|
# translation of libgtop.HEAD.ne.po to Nepali
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# translation of libgtop.gnome-2-10.ne.po to Nepali
|
||||||
# This file is distributed under the same license as the libgtop package.
|
# translation of libgtop.gnome-2-10.po to Nepali
|
||||||
# Pawan Chitrakar <pawan@nplinux.org>, 2004.
|
# translation of libgtop.HEAD.po to Nepali
|
||||||
#
|
# Nepali Translation Project.
|
||||||
|
# This file is distributed under the same license as the libgtop package.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
|
||||||
|
# Pawan Chitrakar <pawan@nplinux.org>, 2004.
|
||||||
|
# Jaydeep Bhusal <zaydeep@hotmail.com>, 2005.
|
||||||
|
# Bishnu Adhikari <bsn_adk@hotmail.com>, 2005.
|
||||||
|
# Shiva Pokharel <pokharelshiva@hotmail.com>, 2005.
|
||||||
|
# Mahesh subedi <submanesh@hotmail.com>, 2006.
|
||||||
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: levgtop.HEAD.ne.po\n"
|
"Project-Id-Version: libgtop.HEAD.ne\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-07-14 22:35+0200\n"
|
||||||
"PO-Revision-Date: 2004-12-25 04:13+0545\n"
|
"PO-Revision-Date: 2006-07-20 14:58+0545\n"
|
||||||
"Last-Translator: Rajeev Shrestha <rstha@ecomail.com.np>\n"
|
"Last-Translator: Mahesh subedi <submanesh@hotmail.com>\n"
|
||||||
"Language-Team: NEPALI <info@mpp.org.np>\n"
|
"Language-Team: Nepali <info@mpp.org.np>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Poedit-Language: Nepali\n"
|
"X-Poedit-Language: Nepali\n"
|
||||||
"X-Poedit-Country: NEPAL\n"
|
"X-Poedit-Country: NEPAL\n"
|
||||||
"X-Poedit-SourceCharset: utf-8\n"
|
"X-Poedit-SourceCharset: utf-8\n"
|
||||||
|
"X-Generator: KBabel 1.10.2\n"
|
||||||
|
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "[पढ्ने मात्र]"
|
msgstr[0] "%d बाइट पढ्नुहोस्"
|
||||||
msgstr[1] ""
|
msgstr[1] "%d बाइट्स पढ्नुहोस्"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "तथ्य आकार पढ"
|
msgstr "डेटा साइज पढ्नुहोस्"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "[पढ्ने मात्र]"
|
msgstr[0] "डेटाको %lu बाइट पढ्नुहोस्"
|
||||||
msgstr[1] ""
|
msgstr[1] "डेटाको %lu बाइट्स पढ्नुहोस्"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "लेख्न निषेध"
|
msgstr[0] "%d बाइट लेख्यो"
|
||||||
msgstr[1] ""
|
msgstr[1] "%d बाइट्स लेख्यो"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "डिबग गर्न सक्षम गर"
|
msgstr "डिबग सक्षम पार्नुहोस्"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "डिबग"
|
msgstr "DEBUG"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "भर्बोज निवेश सक्षम गर"
|
msgstr "भर्बोज निर्गत सक्षम पार्नुहोस्"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "भर्बोज"
|
msgstr "VERBOSE"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr ""
|
msgstr "पृष्ठभूमिमा फोर्क नगर्नुहोस्"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "अवतारिक छैन"
|
msgstr "NO-DAEMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "इनेट्डबाट जगाइएको"
|
msgstr "इनेट्डबाट आव्हान गरिएको"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "इनेट्ड"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
"Run '%s --help' to see a full list of available command line options.\n"
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"%s: %s विकल्पमा त्रटि।\n"
|
"%s: %s विकल्पमा त्रुटि।\n"
|
||||||
"उपलब्ध आदेशरेखाको विकल्पहरुको एउटा पूर्ण सूची हेर्नको निम्ति '%s --मद्दत' सञ्चालन गर।\n"
|
"उपलब्ध आदेश लाइन विकल्पहरूको एउटा पूर्ण सूची हेर्नका लागि '%s --मद्दत' चलाउनुहोस्।\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "सम्पर्क छुटाउ"
|
msgstr "ह्याङ अप"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "रोक(अबरोध) "
|
msgstr "रोकावट"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "बाहिर जाउ"
|
msgstr "अन्त्य गर्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "अवैध उपदेश"
|
msgstr "अवैध निर्देशन"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "ट्याप खोज"
|
msgstr "पदचिन्ह ट्रयाप"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "रोक्नु"
|
msgstr "परित्याग गर्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "इयमटि त्रुटि"
|
msgstr "EMT त्रुटि"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "फ्लोटिङ्ग-प्वाइन्ट अपबाद"
|
msgstr "उत्प्लावन बिन्दु अपवाद"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "नास गर"
|
msgstr "नष्ट गर्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "बस त्रुटि"
|
msgstr "बस त्रुटि"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "खण्डीकरण उल्लंघन"
|
msgstr "खण्डीकरण खण्डन"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "प्रणाली बोलाहटलाई खराब आर्गुमेन्ट"
|
msgstr "प्रणाली कलमा खराब तर्क"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "फुटेको पाइप"
|
msgstr "विच्छेद पाइप"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "जागरन घडी"
|
msgstr "सचेतक घडि"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "समाप्त गर"
|
msgstr "समाप्ति"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "खोपिल्टोमा आकस्मिक अवस्था(गतिविधि)"
|
msgstr "सकेटमा आकस्मिक अवस्था"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "रोक"
|
msgstr "रोक्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "किबोर्ड रोक"
|
msgstr "कुञ्जिपाटी बन्द"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "जारी राख"
|
msgstr "जारी राख्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "बालक वस्तुस्थिति परिवर्तन गरिएको छ"
|
msgstr "चाइल्ड वस्तुस्थिति परिवर्तन गरिएको छ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr ""
|
msgstr "टिटिवाइ बाट पृष्ठभूमि पढ्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr ""
|
msgstr "टिटिवाइ बाट पृष्ठभूमि लेख्नुहोस्"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "प्र/नि अब सम्भव "
|
msgstr "I/O अब सम्भव"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "सिपियुको सीमा नाघियो"
|
msgstr "CPU को सीमा नाघ्यो"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "फाईलको आकारको सीमा नाघियो"
|
msgstr "फाइल साइजको सीमा नाघ्यो"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "काल्पनिक जागरन घडी "
|
msgstr "अवास्तविक सचेतक घडी"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "जागरन घडीको प्रोफाईलहुदैछ"
|
msgstr "सचेतक घडीको प्रोफाइल हुँदैछ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "विन्डो आकार परिवर्तन"
|
msgstr "सञ्झ्याल साइज परिवर्तन"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "जानकारी अनुरोध"
|
msgstr "सूचना अनुरोध"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "प्रयोगकर्ताद्वारा परिभषित संकेत १"
|
msgstr "प्रयोगकर्ता परिभषित सङ्केत १"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "प्रयोगकर्ताद्वारा परिभषित संकेत २"
|
msgstr "प्रयोगकर्ता परिभषित सङ्केत २"
|
||||||
|
|
||||||
|
146
po/pa.po
146
po/pa.po
@@ -1,214 +1,214 @@
|
|||||||
# translation of libgtop.HEAD.po to Punjabi
|
# translation of libgtop.HEAD.po to Punjabi
|
||||||
# translation of pa.po to Punjabi
|
|
||||||
# translation of libgtop.HEAD.pa.po to Punjabi
|
|
||||||
# Punjabi translation of PACKAGE.
|
# Punjabi translation of PACKAGE.
|
||||||
# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
#
|
||||||
# Amanpreet Singh Alam <amanlinux@netscape.net>, 2004.
|
# Amanpreet Singh Alam <amanlinux@netscape.net>, 2004.
|
||||||
# Amanpreet Singh Alam <aalam@redhat.com>, 2004.
|
# Amanpreet Singh Alam <aalam@redhat.com>, 2004.
|
||||||
# Amanpreet Singh Alam <amanpreetalam@yahoo.com>, 2005.
|
# Amanpreet Singh Alam <amanpreetalam@yahoo.com>, 2005.
|
||||||
#
|
# A S Alam <aalam@users.sf.net>, 2007.
|
||||||
#
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop.HEAD\n"
|
"Project-Id-Version: libgtop.HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2007-01-02 03:06+0000\n"
|
||||||
"PO-Revision-Date: 2005-03-03 17:38+0530\n"
|
"PO-Revision-Date: 2007-02-25 18:41+0530\n"
|
||||||
"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
|
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
|
||||||
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
|
"Language-Team: Punjabi <punjabi-l10n@lists.sf.net>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: KBabel 1.9.1\n"
|
"X-Generator: KBabel 1.11.4\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "ਪੜੋ %d ਬਾਇਟ"
|
msgstr[0] "%d ਬਾਇਟ ਪੜ੍ਹੇ"
|
||||||
msgstr[1] "ਪੜੋ %d ਬਾਈਟ"
|
msgstr[1] "%d ਬਾਈਟ ਪੜ੍ਹੇ"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "ਖੋਲ਼ੋ ਡਾਟਾ ਦਾ ਅਕਾਰ"
|
msgstr "ਡਾਟਾ ਆਕਾਰ ਪੜ੍ਹੇ"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "%lu ਡਾਟਾ ਬਾਈਟ ਪੜੋ"
|
msgstr[0] "%lu ਡਾਟਾ ਬਾਈਟ ਪੜ੍ਹੇ"
|
||||||
msgstr[1] "%lu ਡਾਟਾ ਬਾਈਟ ਪੜੋ"
|
msgstr[1] "%lu ਡਾਟਾ ਬਾਈਟ ਪੜ੍ਹੇ"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "%d ਬਾਈਟ ਲਿਖੇ"
|
msgstr[0] "%d ਬਾਈਟ ਲਿਖੇ"
|
||||||
msgstr[1] "%d ਬਾਈਟ ਲਿਖੇ"
|
msgstr[1] "%d ਬਾਈਟ ਲਿਖੇ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "ਡੀਬੱਗਇੰਗ ਚਾਲੂ ਕਰੋ"
|
msgstr "ਡੀਬੱਗਇੰਗ ਚਾਲੂ ਕਰੋ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "ਡੀਬੱਗ"
|
msgstr "ਡੀਬੱਗ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "ਸ਼ਬਦ ਸਮੂਹ ਦੀ ਆਉਟਪੁੱਟ ਚਾਲੂ ਕਰੋ"
|
msgstr "ਜਾਣਕਾਰੀ ਆਉਟਪੁੱਟ ਯੋਗ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "ਵਿਸਥਾਰ"
|
msgstr "ਜਾਣਕਾਰੀ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "ਪਿਛੋਕੜ ਵਿਚ ਦੁਫਾੜ ਨਾ ਕਰੋ"
|
msgstr "ਬੈਕਗਰਾਊਂਡ 'ਚ ਫੋਰਕ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "ਕੋਈ-ਡੇਮੋਨ ਨਹੀ"
|
msgstr "ਕੋਈ-ਡੇਮੋਨ ਨਹੀ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "inetd ਤੋ ਸ਼ਾਮਿਲ ਹੈ"
|
msgstr "inetd ਤੋਂ ਸ਼ਾਮਿਲ ਹੈ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
"Run '%s --help' to see a full list of available command line options.\n"
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ਗਲਤੀ %s ਚੋਣ ਦੌਰਾਨ: %s.\n"
|
"ਗਲਤੀ %s ਚੋਣ ਦੌਰਾਨ: %s.\n"
|
||||||
"ਪੂਰੀ ਕਮਾਂਡ ਚੋਣ ਸੂਚੀ ਵੇਖਣ ਲਈ '%s --ਸਹਾਇਤਾ' ਚਲਾਉ।\n"
|
"ਪੂਰੀ ਕਮਾਂਡ ਚੋਣ ਲਿਸਟ ਵੇਖਣ ਲਈ '%s --help' ਚਲਾਉ।\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "ਬੰਦ ਕਰੋ"
|
msgstr "ਬੰਦ ਕਰੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "ਰੁਕਾਵਟ"
|
msgstr "ਰੁਕਾਵਟ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "ਬਾਹਰ"
|
msgstr "ਬਾਹਰ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "ਜਾਅਲੀ ਹਦਾਇਤ"
|
msgstr "ਗਲਤ ਹਦਾਇਤ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "ਪਦ-ਚਿੰਨ ਖੋਜ"
|
msgstr "ਟਰੇਸ ਟਰੈਪ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "ਛੱਡੋ"
|
msgstr "ਅਧੂਰਾ ਛੱਡੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "EMT ਗਲਤੀ"
|
msgstr "EMT ਗਲਤੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "ਦਸ਼ਮਲਵ ਅਪਵਾਦ"
|
msgstr "ਦਸ਼ਮਲਵ ਅਪਵਾਦ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "ਖਤਮ"
|
msgstr "ਖਤਮ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "ਬਸ ਗਲਤੀ"
|
msgstr "ਬਸ ਗਲਤੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "ਸਿਗਮਿੰਟੇਸ਼ਨ ਉਲੰਘਣਾ"
|
msgstr "ਸਿਗਮਿੰਟੇਸ਼ਨ ਉਲੰਘਣਾ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "ਸਿਸਟਮ ਕਾਲ ਲਈ ਗਲਤ ਆਰਗੂਮਿੰਟ"
|
msgstr "ਸਿਸਟਮ ਕਾਲ ਲਈ ਗਲਤ ਆਰਗੂਮਿੰਟ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "ਟੁੱਟਿਆ ਪਾਇਪ"
|
msgstr "ਟੁੱਟਿਆ ਪਾਇਪ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "ਆਲਰਮ ਘੜੀ"
|
msgstr "ਆਲਰਮ ਘੜੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "ਸਮਾਪਤ"
|
msgstr "ਸਮਾਪਤੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "ਸਾਕਟ ਲਈ ਜਰੂਰੀ ਸ਼ਰਤ"
|
msgstr "ਸਾਕਟ ਲਈ ਜਰੂਰੀ ਸ਼ਰਤ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "ਰੋਕੋ"
|
msgstr "ਰੋਕੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "ਕੀ-ਬੋਰਡ ਰੁੱਕ ਗਿਆ ਹੈ"
|
msgstr "ਕੀ-ਬੋਰਡ ਰੁੱਕ ਗਿਆ ਹੈ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "ਜਾਰੀ ਰਹੋ"
|
msgstr "ਜਾਰੀ ਰਹੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "ਅਗਲੀ ਸਥਿਤੀ ਤਬਦੀਲ ਹੋਈ"
|
msgstr "ਚਲਾਇਡ ਹਾਲਤ ਤਬਦੀਲ ਹੋਈ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "tty ਤੋਂ ਪਿੱਠਵਰਤੀ ਪੜੋ"
|
msgstr "tty ਤੋਂ ਬੈਕਗਰਾਊਂਡ ਪੜ੍ਹੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "tty ਲਈ ਪਿੱਠਵਰਤੀ ਲਿਖੋ"
|
msgstr "tty ਲਈ ਬੈਕਗਰਾਊਂਡ ਲਿਖੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "I/O ਹੁਣ ਸੰਭਵ"
|
msgstr "I/O ਹੁਣ ਸੰਭਵ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "CPU ਸੀਮਾ ਟੱਪੀ"
|
msgstr "CPU ਸੀਮਾ ਟੱਪੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "ਫਾਇਲ ਆਕਾਰ ਸੀਮਾ ਟੱਪੀ"
|
msgstr "ਫਾਇਲ ਆਕਾਰ ਸੀਮਾ ਟੱਪੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "ਫਰਜ਼ੀ ਅਲਾਰਮ ਘੜੀ"
|
msgstr "ਵੁਰਚੁਅਲ ਅਲਾਰਮ ਘੜੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "ਅਲਾਰਮ ਘੜੀ ਰਾਹੀਂ ਪ੍ਰੋਫਾਇਲਿੰਗ"
|
msgstr "ਅਲਾਰਮ ਘੜੀ ਰਾਹੀਂ ਪ੍ਰੋਫਾਇਲਿੰਗ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "ਝਰੋਖੇ ਅਕਾਰ ਬਦਲੋ"
|
msgstr "ਝਰੋਖੇ ਅਕਾਰ ਬਦਲੋ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "ਜਾਣਕਾਰੀ ਲਈ ਬੇਨਤੀ"
|
msgstr "ਜਾਣਕਾਰੀ ਲਈ ਬੇਨਤੀ"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "ਉਪਭੋਗਤਾ ਨਿਰਧਾਰਿਤ ਸੰਕੇਤ ੧"
|
msgstr "ਉਪਭੋਗੀ ਪ੍ਰਭਾਸ਼ਿਤ ਸੰਕੇਤ 1"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "ਉਪਭੋਗਤਾ ਨਿਰਧਾਰਿਤ ਸੰਕੇਤ ੨"
|
msgstr "ਉਪਭੋਗੀ ਪ੍ਰਭਾਸ਼ਿਤ ਸੰਕੇਤ 2"
|
||||||
|
|
||||||
|
97
po/pl.po
97
po/pl.po
@@ -1,16 +1,9 @@
|
|||||||
# Copyright (C) 2001-2005 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2005 Free Software Foundation, Inc.
|
||||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|
||||||
# Aktualną wersję tego pliku możesz odnaleźć w repozytorium cvs.gnomepl.org
|
|
||||||
# (:pserver:anonymous@cvs.gnomepl.org:/gnomepl, puste hasło)
|
|
||||||
# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz
|
|
||||||
# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas na adres:
|
|
||||||
# translators@gnomepl.org
|
|
||||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop\n"
|
"Project-Id-Version: libgtop\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-11-12 16:29+0100\n"
|
||||||
"PO-Revision-Date: 2002-07-05 19:13+0200\n"
|
"PO-Revision-Date: 2002-07-05 19:13+0200\n"
|
||||||
"Last-Translator: GNOME PL Team <translators@gnomepl.org>\n"
|
"Last-Translator: GNOME PL Team <translators@gnomepl.org>\n"
|
||||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||||
@@ -20,7 +13,7 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||||
"|| n%100>=20) ? 1 : 2);\n"
|
"|| n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
@@ -28,11 +21,11 @@ msgstr[0] "odczyt %d bajtu"
|
|||||||
msgstr[1] "odczyt %d bajtów"
|
msgstr[1] "odczyt %d bajtów"
|
||||||
msgstr[2] "odczyt %d bajtów"
|
msgstr[2] "odczyt %d bajtów"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "odczyt rozmiaru danych"
|
msgstr "odczyt rozmiaru danych"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
@@ -40,7 +33,7 @@ msgstr[0] "odczytano jeden bajt danych"
|
|||||||
msgstr[1] "odczytano %lu bajty danych"
|
msgstr[1] "odczytano %lu bajty danych"
|
||||||
msgstr[2] "odczytano %lu bajtów danych"
|
msgstr[2] "odczytano %lu bajtów danych"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
@@ -48,39 +41,39 @@ msgstr[0] "zapisano jeden bajt"
|
|||||||
msgstr[1] "zapisano %d bajty"
|
msgstr[1] "zapisano %d bajty"
|
||||||
msgstr[2] "zapisano %d bajtów"
|
msgstr[2] "zapisano %d bajtów"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "Uaktywnia śledzenie"
|
msgstr "Uaktywnia śledzenie"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "ŚLEDZENIE"
|
msgstr "ŚLEDZENIE"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "Uaktywnia informowanie o przebiegu"
|
msgstr "Uaktywnia informowanie o przebiegu"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "PRZEBIEG"
|
msgstr "PRZEBIEG"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "Uruchamia program bez przechodzenia w tło"
|
msgstr "Uruchamia program bez przechodzenia w tło"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NIE-DEMON"
|
msgstr "NIE-DEMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "Wywołanie przez inetd"
|
msgstr "Wywołanie przez inetd"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
@@ -89,126 +82,126 @@ msgstr ""
|
|||||||
"Błędna opcja %s: %s.\n"
|
"Błędna opcja %s: %s.\n"
|
||||||
"Uruchom \"%s --help\" aby wyświetlić pełną listę dostępnych opcji.\n"
|
"Uruchom \"%s --help\" aby wyświetlić pełną listę dostępnych opcji.\n"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "Zawieszenie"
|
msgstr "Zawieszenie"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "Przerwanie (Interrupt)"
|
msgstr "Przerwanie (Interrupt)"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Zakończenie"
|
msgstr "Zakończenie"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "Niedozwolona instrukcja"
|
msgstr "Niedozwolona instrukcja"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "Trace trap"
|
msgstr "Trace trap"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "Przerwanie (Abort)"
|
msgstr "Przerwanie (Abort)"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "Błąd EMT"
|
msgstr "Błąd EMT"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "Wyjątek związany z liczbą zmiennoprzecinkową"
|
msgstr "Wyjątek związany z liczbą zmiennoprzecinkową"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "Usunięcie (Kill)"
|
msgstr "Usunięcie (Kill)"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "Błąd szyny"
|
msgstr "Błąd szyny"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "Naruszenie segmentacji"
|
msgstr "Naruszenie segmentacji"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "Niepoprawny parametr wywołania systemowego"
|
msgstr "Niepoprawny parametr wywołania systemowego"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "Przerwany potok"
|
msgstr "Przerwany potok"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "Budzik"
|
msgstr "Budzik"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "Zakończenie"
|
msgstr "Zakończenie"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "Pilny warunek związany z gniazdem"
|
msgstr "Pilny warunek związany z gniazdem"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Zatrzymanie (Stop)"
|
msgstr "Zatrzymanie (Stop)"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "Zatrzymanie klawiatury"
|
msgstr "Zatrzymanie klawiatury"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Kontynuacja"
|
msgstr "Kontynuacja"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "Zmiana statusu proc. potomnego"
|
msgstr "Zmiana statusu proc. potomnego"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "Odczyt w tle z urządzenia tty"
|
msgstr "Odczyt w tle z urządzenia tty"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "Zapis w tle do urządzenia tty"
|
msgstr "Zapis w tle do urządzenia tty"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "Wejście/wyjście teraz dostępne"
|
msgstr "Wejście/wyjście teraz dostępne"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "Przekroczenie limitu CPU"
|
msgstr "Przekroczenie limitu CPU"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "Przekroczenie limitu rozm. plików"
|
msgstr "Przekroczenie limitu rozm. plików"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "Wirtualny budzik"
|
msgstr "Wirtualny budzik"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "Profilowanie budzika"
|
msgstr "Profilowanie budzika"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "Zmiana rozmiaru okna"
|
msgstr "Zmiana rozmiaru okna"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "Żądanie informacji"
|
msgstr "Żądanie informacji"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "1. sygnał zdefiniowany przez użytkownika"
|
msgstr "1. sygnał zdefiniowany przez użytkownika"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "2. sygnał zdefiniowany przez użytkownika"
|
msgstr "2. sygnał zdefiniowany przez użytkownika"
|
||||||
|
158
po/sl.po
158
po/sl.po
@@ -1,206 +1,246 @@
|
|||||||
# Slovenian translation of libgtop
|
# Slovenian translation of libgtop
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||||
# Andraz Tori <andraz.tori1@guest.arnes.si>, 2000.
|
# Andraz Tori <andraz.tori1@guest.arnes.si>, 2000.
|
||||||
|
# Matic Žgur <mr.zgur@gmail.com>, 2006.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop\n"
|
"Project-Id-Version: libgtop\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2006-08-14 08:17+0200\n"
|
||||||
"PO-Revision-Date: 2000-05-22 02:46+0200\n"
|
"PO-Revision-Date: 2006-08-14 11:47+0100\n"
|
||||||
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
|
"Last-Translator: Matic Žgur <mr.zgur@gmail.com>\n"
|
||||||
"Language-Team: Slovenian <sl@li.org>\n"
|
"Language-Team: Slovenian <sl@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3\n"
|
||||||
|
"X-Poedit-Language: Slovenian\n"
|
||||||
|
|
||||||
#: lib/read.c:65
|
#: ../lib/read.c:65
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "prebral %d bajtov"
|
msgstr[0] "prebran %d bajt"
|
||||||
msgstr[1] "prebral %d bajtov"
|
msgstr[1] "prebrana %d bajta"
|
||||||
|
msgstr[2] "prebrani %d bajti"
|
||||||
|
msgstr[3] "prebranih %d bajtov"
|
||||||
|
|
||||||
#: lib/read_data.c:53
|
#: ../lib/read_data.c:53
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "prebral velikost podatkov"
|
msgstr "prebrana velikost podatkov"
|
||||||
|
|
||||||
#: lib/read_data.c:72
|
#: ../lib/read_data.c:72
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "prebral %d bajtov"
|
msgstr[0] "prebran %lu bajt podatkov"
|
||||||
msgstr[1] "prebral %d bajtov"
|
msgstr[1] "prebrana %lu bajta podatkov"
|
||||||
|
msgstr[2] "prebrani %lu bajti podatkov"
|
||||||
|
msgstr[3] "prebranih %lu bajtov podatkov"
|
||||||
|
|
||||||
#: lib/write.c:52
|
#: ../lib/write.c:53
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "zapisal %d bajtov"
|
msgstr[0] "zapisan %d bajt"
|
||||||
msgstr[1] "zapisal %d bajtov"
|
msgstr[1] "zapisana %d bajta"
|
||||||
|
msgstr[2] "zapisani %d bajti"
|
||||||
|
msgstr[3] "zapisanih %d bajtov"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "Vključi razhroščevanje"
|
msgstr "Vključi razhroščevanje"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "RAZHROŠČUJ"
|
msgstr "RAZHROŠČUJ"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "Vključi zgovoren izhod"
|
msgstr "Vključi zgovoren izhod"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "ZGOVOREN"
|
msgstr "ZGOVOREN"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "Ne razveji se v ozadje"
|
msgstr "Ne razveji se v ozadje"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: ../src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NI-DEAMON"
|
msgstr "NI-DEAMON"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "Poklican iz programa inetd"
|
msgstr "Poklican iz programa inetd"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: ../src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: ../src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Error on option %s: %s.\n"
|
"Error on option %s: %s.\n"
|
||||||
"Run '%s --help' to see a full list of available command line options.\n"
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Napaka ob možnosti %s: %s.\n"
|
"Napaka ob možnosti %s: %s.\n"
|
||||||
"Poženite '%s --help', če želite videti popoln seznam možnosti ukazne "
|
"Poženite '%s --help', če želite videti popoln seznam možnosti ukazne vrstice.\n"
|
||||||
"vrstice.\n"
|
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
|
#: ../sysdeps/osf1/siglist.c:29
|
||||||
|
#: ../sysdeps/sun4/siglist.c:29
|
||||||
msgid "Hangup"
|
msgid "Hangup"
|
||||||
msgstr "Odloži"
|
msgstr "Odloži"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
|
#: ../sysdeps/osf1/siglist.c:30
|
||||||
|
#: ../sysdeps/sun4/siglist.c:30
|
||||||
msgid "Interrupt"
|
msgid "Interrupt"
|
||||||
msgstr "Prekinitev"
|
msgstr "Prekinitev"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
|
#: ../sysdeps/osf1/siglist.c:31
|
||||||
|
#: ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Izhod"
|
msgstr "Izhod"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:32
|
||||||
|
#: ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Illegal instruction"
|
msgid "Illegal instruction"
|
||||||
msgstr "Neveljavn ukaz"
|
msgstr "Neveljavn ukaz"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:33
|
||||||
|
#: ../sysdeps/sun4/siglist.c:33
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "Past sledenja"
|
msgstr "Past sledenja"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
|
#: ../sysdeps/osf1/siglist.c:34
|
||||||
|
#: ../sysdeps/sun4/siglist.c:34
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "Prekini"
|
msgstr "Prekini"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
|
#: ../sysdeps/osf1/siglist.c:35
|
||||||
|
#: ../sysdeps/sun4/siglist.c:35
|
||||||
msgid "EMT error"
|
msgid "EMT error"
|
||||||
msgstr "Napaka EMT"
|
msgstr "Napaka EMT"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
|
#: ../sysdeps/osf1/siglist.c:36
|
||||||
|
#: ../sysdeps/sun4/siglist.c:36
|
||||||
msgid "Floating-point exception"
|
msgid "Floating-point exception"
|
||||||
msgstr "Izjema plavajoče vejice"
|
msgstr "Izjema plavajoče vejice"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
|
#: ../sysdeps/osf1/siglist.c:37
|
||||||
|
#: ../sysdeps/sun4/siglist.c:37
|
||||||
msgid "Kill"
|
msgid "Kill"
|
||||||
msgstr "Ubij"
|
msgstr "Ubij"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
|
#: ../sysdeps/osf1/siglist.c:38
|
||||||
|
#: ../sysdeps/sun4/siglist.c:38
|
||||||
msgid "Bus error"
|
msgid "Bus error"
|
||||||
msgstr "Napaka vodila"
|
msgstr "Napaka vodila"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
|
#: ../sysdeps/osf1/siglist.c:39
|
||||||
|
#: ../sysdeps/sun4/siglist.c:39
|
||||||
msgid "Segmentation violation"
|
msgid "Segmentation violation"
|
||||||
msgstr "Segmentacijska kršitev"
|
msgstr "Segmentacijska kršitev"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
|
#: ../sysdeps/osf1/siglist.c:40
|
||||||
|
#: ../sysdeps/sun4/siglist.c:40
|
||||||
msgid "Bad argument to system call"
|
msgid "Bad argument to system call"
|
||||||
msgstr "Slab argument sistemskemu klicu"
|
msgstr "Slab argument sistemskemu klicu"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
|
#: ../sysdeps/osf1/siglist.c:41
|
||||||
|
#: ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Broken pipe"
|
msgid "Broken pipe"
|
||||||
msgstr "Pretrgana cev"
|
msgstr "Pretrgana cev"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:42
|
||||||
|
#: ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Alarm clock"
|
msgid "Alarm clock"
|
||||||
msgstr "Budilka"
|
msgstr "Budilka"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:43
|
||||||
|
#: ../sysdeps/sun4/siglist.c:43
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "Zaključek"
|
msgstr "Zaključek"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
|
#: ../sysdeps/osf1/siglist.c:44
|
||||||
|
#: ../sysdeps/sun4/siglist.c:44
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
msgstr "Nujno stanje na vtiču"
|
msgstr "Nujno stanje na vtiču"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
|
#: ../sysdeps/osf1/siglist.c:45
|
||||||
|
#: ../sysdeps/sun4/siglist.c:45
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Ustavi"
|
msgstr "Ustavi"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
|
#: ../sysdeps/osf1/siglist.c:46
|
||||||
|
#: ../sysdeps/sun4/siglist.c:46
|
||||||
msgid "Keyboard stop"
|
msgid "Keyboard stop"
|
||||||
msgstr "Ustavitev s tipkovnice"
|
msgstr "Ustavitev s tipkovnice"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
|
#: ../sysdeps/osf1/siglist.c:47
|
||||||
|
#: ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Nadaljuj"
|
msgstr "Nadaljuj"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:48
|
||||||
|
#: ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Child status has changed"
|
msgid "Child status has changed"
|
||||||
msgstr "Stanje otroka se je spremenilo"
|
msgstr "Stanje otroka se je spremenilo"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:49
|
||||||
|
#: ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "Branje s tty v ozadju"
|
msgstr "Branje s tty v ozadju"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:50
|
||||||
|
#: ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "Pisanje na tty v ozadju"
|
msgstr "Pisanje na tty v ozadju"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:51
|
||||||
|
#: ../sysdeps/sun4/siglist.c:51
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "V/I sedaj možen"
|
msgstr "V/I sedaj možen"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
|
#: ../sysdeps/osf1/siglist.c:52
|
||||||
|
#: ../sysdeps/sun4/siglist.c:52
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
msgstr "Prekoračena omejitev procesorja"
|
msgstr "Prekoračena omejitev procesorja"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
|
#: ../sysdeps/osf1/siglist.c:53
|
||||||
|
#: ../sysdeps/sun4/siglist.c:53
|
||||||
msgid "File size limit exceeded"
|
msgid "File size limit exceeded"
|
||||||
msgstr "Prekoračena omejitev dolžine datoteke"
|
msgstr "Prekoračena omejitev dolžine datoteke"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
|
#: ../sysdeps/osf1/siglist.c:54
|
||||||
|
#: ../sysdeps/sun4/siglist.c:54
|
||||||
msgid "Virtual alarm clock"
|
msgid "Virtual alarm clock"
|
||||||
msgstr "Navidezna budilka"
|
msgstr "Navidezna budilka"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
|
#: ../sysdeps/osf1/siglist.c:55
|
||||||
|
#: ../sysdeps/sun4/siglist.c:55
|
||||||
msgid "Profiling alarm clock"
|
msgid "Profiling alarm clock"
|
||||||
msgstr "Budilka profiliranja"
|
msgstr "Budilka profiliranja"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
|
#: ../sysdeps/osf1/siglist.c:56
|
||||||
|
#: ../sysdeps/sun4/siglist.c:56
|
||||||
msgid "Window size change"
|
msgid "Window size change"
|
||||||
msgstr "Sprememba velikosti okna"
|
msgstr "Sprememba velikosti okna"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
|
#: ../sysdeps/osf1/siglist.c:57
|
||||||
|
#: ../sysdeps/sun4/siglist.c:57
|
||||||
msgid "Information request"
|
msgid "Information request"
|
||||||
msgstr "Zahteva po podatkih"
|
msgstr "Zahteva po podatkih"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
|
#: ../sysdeps/osf1/siglist.c:58
|
||||||
|
#: ../sysdeps/sun4/siglist.c:58
|
||||||
msgid "User defined signal 1"
|
msgid "User defined signal 1"
|
||||||
msgstr "Uporabniško definiran signal 1"
|
msgstr "Uporabniško definiran signal 1"
|
||||||
|
|
||||||
#: sysdeps/osf1/siglist.c:58 sysdeps/sun4/siglist.c:58
|
#: ../sysdeps/osf1/siglist.c:59
|
||||||
|
#: ../sysdeps/sun4/siglist.c:59
|
||||||
msgid "User defined signal 2"
|
msgid "User defined signal 2"
|
||||||
msgstr "Uporabniško definiran signal 2"
|
msgstr "Uporabniško definiran signal 2"
|
||||||
|
|
||||||
|
18
po/ta.po
18
po/ta.po
@@ -1,18 +1,18 @@
|
|||||||
# translation of ta.po to Tamil
|
# translation of ta.po to Tamil
|
||||||
# Tamil translation of Tamil Libgtop 2.4.
|
# Tamil translation of Tamil Libgtop 2.4.
|
||||||
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
# Copyright (C) 2003, 2004,2007 Free Software Foundation, Inc.
|
||||||
# Dinesh Nadarajah <n_dinesh@yahoo.com>, 2003.
|
# Dinesh Nadarajah <n_dinesh@yahoo.com>, 2003.
|
||||||
# Jayaradha N <jaya@pune.redhat.com>, 2004.
|
# Jayaradha N <jaya@pune.redhat.com>, 2004.
|
||||||
#
|
# B.Senthil Kumar <senthilb@cdac.in>, 2007
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ta\n"
|
"Project-Id-Version: ta\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
"POT-Creation-Date: 2005-09-25 18:15+0200\n"
|
||||||
"PO-Revision-Date: 2004-09-03 10:28+0530\n"
|
"PO-Revision-Date: 2007-04-24 16:28+0530\n"
|
||||||
"Last-Translator: Jayaradha N <jaya@pune.redhat.com>\n"
|
"Last-Translator: B.Senthil Kumar <senthilb@cdac.in>\n"
|
||||||
"Language-Team: Tamil <zhakanini@yahoogroups.com>\n"
|
"Language-Team: Tamil <tamil-DI@yahoogroups.com>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
@@ -52,7 +52,7 @@ msgstr "பிழை திருத்தலை செயல்படுத்
|
|||||||
|
|
||||||
#: src/daemon/gnuserv.c:460
|
#: src/daemon/gnuserv.c:460
|
||||||
msgid "DEBUG"
|
msgid "DEBUG"
|
||||||
msgstr "DEBUG"
|
msgstr "DEBUG(டீபக்)"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: src/daemon/gnuserv.c:462
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
@@ -60,7 +60,7 @@ msgstr "வெர்போஸ் விளைவை செயல்படுத
|
|||||||
|
|
||||||
#: src/daemon/gnuserv.c:462
|
#: src/daemon/gnuserv.c:462
|
||||||
msgid "VERBOSE"
|
msgid "VERBOSE"
|
||||||
msgstr "VERBOSE"
|
msgstr "VERBOSE(வெற்போஸ்)"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: src/daemon/gnuserv.c:464
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
@@ -68,7 +68,7 @@ msgstr "பின்னனியை பிளக்காதே"
|
|||||||
|
|
||||||
#: src/daemon/gnuserv.c:464
|
#: src/daemon/gnuserv.c:464
|
||||||
msgid "NO-DAEMON"
|
msgid "NO-DAEMON"
|
||||||
msgstr "NO-DAEMON"
|
msgstr "NO-DAEMON(நோ-டொமொன்)"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: src/daemon/gnuserv.c:466
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
@@ -76,7 +76,7 @@ msgstr "inetd லிருந்து செயல்படுத்து"
|
|||||||
|
|
||||||
#: src/daemon/gnuserv.c:466
|
#: src/daemon/gnuserv.c:466
|
||||||
msgid "INETD"
|
msgid "INETD"
|
||||||
msgstr "INETD"
|
msgstr "INETD(இனிட்டி)"
|
||||||
|
|
||||||
#: src/daemon/gnuserv.c:500
|
#: src/daemon/gnuserv.c:500
|
||||||
#, c-format
|
#, c-format
|
||||||
|
207
po/te.po
Normal file
207
po/te.po
Normal file
@@ -0,0 +1,207 @@
|
|||||||
|
# Telugu translation of libgtop
|
||||||
|
# This file is distributed under the same license as the libgtop package.
|
||||||
|
# Copyright (C) Sree Ganesh <mrthottempudi@yahoo.com>, 2006.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: libgtop.HEAD\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2006-09-19 20:33+0530\n"
|
||||||
|
"PO-Revision-Date: 2006-09-14 15:44+0530\n"
|
||||||
|
"Last-Translator: Sree Ganesh <mrthottempudi@yahoo.com>\n"
|
||||||
|
"Language-Team: Swecha <localisation@swecha.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);\n"
|
||||||
|
"X-Generator: KBabel 1.9.1\n"
|
||||||
|
|
||||||
|
#: ../lib/read.c:65
|
||||||
|
#, c-format
|
||||||
|
msgid "read %d byte"
|
||||||
|
msgid_plural "read %d bytes"
|
||||||
|
msgstr[0] "%d బైట్ చదువు"
|
||||||
|
msgstr[1] "%d బైట్ చదువు"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:53
|
||||||
|
msgid "read data size"
|
||||||
|
msgstr "సమాచార సైజును చదువు"
|
||||||
|
|
||||||
|
#: ../lib/read_data.c:72
|
||||||
|
#, c-format
|
||||||
|
msgid "read %lu byte of data"
|
||||||
|
msgid_plural "read %lu bytes of data"
|
||||||
|
msgstr[0] "సమాచారంయొక్క %lu బైట్ చదువు"
|
||||||
|
msgstr[1] "సమాచారంయొక్క %lu బైట్ చదువు"
|
||||||
|
|
||||||
|
#: ../lib/write.c:53
|
||||||
|
#, c-format
|
||||||
|
msgid "wrote %d byte"
|
||||||
|
msgid_plural "wrote %d bytes"
|
||||||
|
msgstr[0] "%d బైట్ రాయి"
|
||||||
|
msgstr[1] "%d బైట్ రాయి"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "Enable debugging"
|
||||||
|
msgstr "డిబగ్గింగ్ కుదరదు"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:460
|
||||||
|
msgid "DEBUG"
|
||||||
|
msgstr "డిబగ్"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "Enable verbose output"
|
||||||
|
msgstr "వెర్బోస్ ఉద్గాతం కుదరదు"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:462
|
||||||
|
msgid "VERBOSE"
|
||||||
|
msgstr "వెర్బోసు"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "Don't fork into background"
|
||||||
|
msgstr "నేపధ్యంలోకి తిరగకండి"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:464
|
||||||
|
msgid "NO-DAEMON"
|
||||||
|
msgstr "డిఎఇఎమ్ఒఎన్ లేదు"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "Invoked from inetd"
|
||||||
|
msgstr "ఇన్ఎటిదడ్ నుండీ లే"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:466
|
||||||
|
msgid "INETD"
|
||||||
|
msgstr "ఐఎన్ఇటిడి"
|
||||||
|
|
||||||
|
#: ../src/daemon/gnuserv.c:500
|
||||||
|
#, c-format
|
||||||
|
msgid ""
|
||||||
|
"Error on option %s: %s.\n"
|
||||||
|
"Run '%s --help' to see a full list of available command line options.\n"
|
||||||
|
msgstr ""
|
||||||
|
"%s: %s.ఐచ్ఛికంలో దోషం\n"
|
||||||
|
"అందుబాటులోఉన్న కమాండ్ లైన్ ఐచ్చికాల పూర్తిజాబితా చూడటానికి '%s --help' ఉపయోగించు.\n"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
|
||||||
|
msgid "Hangup"
|
||||||
|
msgstr "పైకివేలాడతీయి"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
|
||||||
|
msgid "Interrupt"
|
||||||
|
msgstr "అడ్డుపడు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "వదులు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
|
msgid "Illegal instruction"
|
||||||
|
msgstr "చట్టవ్యతిరేక నిర్దేశాలు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
|
||||||
|
msgid "Trace trap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
|
||||||
|
msgid "Abort"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
|
||||||
|
msgid "EMT error"
|
||||||
|
msgstr "ఇఎంటి దోషం"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
|
||||||
|
msgid "Floating-point exception"
|
||||||
|
msgstr "చర-కేంద్ర మినహాయింపు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
|
||||||
|
msgid "Kill"
|
||||||
|
msgstr "చంపు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
|
||||||
|
msgid "Bus error"
|
||||||
|
msgstr "బస్ దోషం"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
|
||||||
|
msgid "Segmentation violation"
|
||||||
|
msgstr "అంశీకరణ ఉల్లంఘన"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
|
||||||
|
msgid "Bad argument to system call"
|
||||||
|
msgstr "కంప్యూటరు పిలుపుకు సరికాని వాదన"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
|
msgid "Broken pipe"
|
||||||
|
msgstr "విరిగిన పైపు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
|
msgid "Alarm clock"
|
||||||
|
msgstr "అలారం గడియారం"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
|
||||||
|
msgid "Termination"
|
||||||
|
msgstr "ముగింపు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
|
||||||
|
msgid "Urgent condition on socket"
|
||||||
|
msgstr "సాకెట్లో అత్యవసర స్థితి"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
|
||||||
|
msgid "Stop"
|
||||||
|
msgstr "ఆగు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
|
||||||
|
msgid "Keyboard stop"
|
||||||
|
msgstr "కీబోర్డు ఆపు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
|
msgid "Continue"
|
||||||
|
msgstr "కొనసాగించు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
|
msgid "Child status has changed"
|
||||||
|
msgstr "బాల్య స్థితి మార్చబడింది"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
|
msgid "Background read from tty"
|
||||||
|
msgstr "టిటివైనుండీ నేపధ్యాన్ని చదువు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
|
msgid "Background write to tty"
|
||||||
|
msgstr "టిటివైకి నేపధ్యాన్ని రాయి"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
|
||||||
|
msgid "I/O now possible"
|
||||||
|
msgstr "ఐ/ఒ ఇప్పుడు సాధ్యం"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
|
||||||
|
msgid "CPU limit exceeded"
|
||||||
|
msgstr "సిపియు అవధి మీరింది"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
|
||||||
|
msgid "File size limit exceeded"
|
||||||
|
msgstr "ఫైలు పరిమాణం ఎక్కువైంది"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
|
||||||
|
msgid "Virtual alarm clock"
|
||||||
|
msgstr "సరైన అలారం గడియాయారం"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
|
||||||
|
msgid "Profiling alarm clock"
|
||||||
|
msgstr "ఆకృతీకరించిన అలారం గడియారం"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
|
||||||
|
msgid "Window size change"
|
||||||
|
msgstr "విందో పరిమాణం మార్పు"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
|
||||||
|
msgid "Information request"
|
||||||
|
msgstr "సమాచారం కావాలి"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:58 ../sysdeps/sun4/siglist.c:58
|
||||||
|
msgid "User defined signal 1"
|
||||||
|
msgstr "వినియోగదారుని నిర్ధారనా చిహ్నం 1"
|
||||||
|
|
||||||
|
#: ../sysdeps/osf1/siglist.c:59 ../sysdeps/sun4/siglist.c:59
|
||||||
|
msgid "User defined signal 2"
|
||||||
|
msgstr "వినియోగదారుని నిర్ధారనా చిహ్నం 2"
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user