Compare commits
	
		
			35 Commits
		
	
	
		
			LIBGTOP_2_
			...
			gnome-2-34
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					d2bc9b4331 | ||
| 
						 | 
					70e00a0262 | ||
| 
						 | 
					f99bb61446 | ||
| 
						 | 
					a0166d2844 | ||
| 
						 | 
					5f39f4f8f9 | ||
| 
						 | 
					e5e303d497 | ||
| 
						 | 
					235ffb4cb6 | ||
| 
						 | 
					59d9780eae | ||
| 
						 | 
					305701c637 | ||
| 
						 | 
					b68b2ec65e | ||
| 
						 | 
					1a8d18a17f | ||
| 
						 | 
					04d39eca02 | ||
| 
						 | 
					36110deac8 | ||
| 
						 | 
					72f10ecfe6 | ||
| 
						 | 
					1a8f092264 | ||
| 
						 | 
					5522fae242 | ||
| 
						 | 
					870dd5afa6 | ||
| 
						 | 
					94968b4406 | ||
| 
						 | 
					819bfe56ee | ||
| 
						 | 
					de408a6bba | ||
| 
						 | 
					05cb14dbb2 | ||
| 
						 | 
					7e3e4b6860 | ||
| 
						 | 
					02070b7170 | ||
| 
						 | 
					fcfacf3213 | ||
| 
						 | 
					7925f83b57 | ||
| 
						 | 
					68104bdde1 | ||
| 
						 | 
					ac2aef0f47 | ||
| 
						 | 
					9764518807 | ||
| 
						 | 
					13f08cf164 | ||
| 
						 | 
					c8a4c3d2a1 | ||
| 
						 | 
					52c35c1b81 | ||
| 
						 | 
					e528a7280b | ||
| 
						 | 
					99ff3d4dff | ||
| 
						 | 
					f865e95e20 | ||
| 
						 | 
					eec96d8ae8 | 
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -79,7 +79,3 @@ examples/timings
 | 
			
		||||
examples/wd
 | 
			
		||||
gtk-doc.make
 | 
			
		||||
install-sh
 | 
			
		||||
intltool-extract.in
 | 
			
		||||
intltool-merge.in
 | 
			
		||||
intltool-update.in
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -15,17 +15,9 @@ EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt \
 | 
			
		||||
	 features.def libgtopconfig.h.in \
 | 
			
		||||
	libgtop-sysdeps.m4 README \
 | 
			
		||||
	 libgtop-2.0.pc.in acinclude.m4 \
 | 
			
		||||
	intltool-extract.in \
 | 
			
		||||
	intltool-merge.in \
 | 
			
		||||
	libgtop.doap \
 | 
			
		||||
	intltool-update.in \
 | 
			
		||||
	m4/introspection.m4
 | 
			
		||||
 | 
			
		||||
DISTCLEANFILES = \
 | 
			
		||||
	intltool-extract \
 | 
			
		||||
	intltool-merge \
 | 
			
		||||
	intltool-update
 | 
			
		||||
 | 
			
		||||
dist-hook:
 | 
			
		||||
	cp libgtop.spec $(distdir)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										60
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										60
									
								
								NEWS
									
									
									
									
									
								
							@@ -1,3 +1,63 @@
 | 
			
		||||
16 January 2017: Overview of changes in 2.34.2
 | 
			
		||||
================================================
 | 
			
		||||
 | 
			
		||||
* Linux:
 | 
			
		||||
  - fill last_processor member
 | 
			
		||||
 | 
			
		||||
* Updated translations
 | 
			
		||||
* Added more gettext options
 | 
			
		||||
 | 
			
		||||
20 August 2016: Overview of changes in 2.34.1
 | 
			
		||||
================================================
 | 
			
		||||
 | 
			
		||||
* FreeBSD:
 | 
			
		||||
  - rewrite netload to use official APIs
 | 
			
		||||
  - mark wireless interfaces as such
 | 
			
		||||
 | 
			
		||||
* All
 | 
			
		||||
  - rename --with-libgtop-examples to --with-examples
 | 
			
		||||
  - use gettext instead of intltool/glib-gettext
 | 
			
		||||
  - added Language headers to the translations
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Special thanks to Gleb Smirnoff, Antoine Brodin, Koop Mast and Ting-Wei Lan for
 | 
			
		||||
the FreeBSD fixes, to Javier Jardón for the gettext migration and to Piotr Drąg
 | 
			
		||||
for adding the Language headers.
 | 
			
		||||
 | 
			
		||||
22 March 2016: Overview of changes in 2.34.0
 | 
			
		||||
================================================
 | 
			
		||||
 | 
			
		||||
* Stable release
 | 
			
		||||
 | 
			
		||||
29 February 2016: Overview of changes in 2.33.91
 | 
			
		||||
 | 
			
		||||
* Updated translations
 | 
			
		||||
* Fix building on must-libc
 | 
			
		||||
 | 
			
		||||
18 January 2016: Overview of changes in 2.33.4
 | 
			
		||||
 | 
			
		||||
* On OpenBSD only PID 1 is special
 | 
			
		||||
* Call setlocale in main
 | 
			
		||||
 | 
			
		||||
14 December: Overview of changes in 2.33.3
 | 
			
		||||
 | 
			
		||||
* Fixed borken compilation on OpenBSD 
 | 
			
		||||
* Updated translations.
 | 
			
		||||
 | 
			
		||||
21 September 2015: Overview of changes in 2.32.0
 | 
			
		||||
 | 
			
		||||
* Stable release
 | 
			
		||||
 | 
			
		||||
14 September 2015: Overview of changes in 2.31.91
 | 
			
		||||
================================================
 | 
			
		||||
* Darwin:
 | 
			
		||||
  - Fixed build.
 | 
			
		||||
 | 
			
		||||
* All
 | 
			
		||||
  - GI docs fixes
 | 
			
		||||
  - include fixes
 | 
			
		||||
  - Updated translations
 | 
			
		||||
 | 
			
		||||
16 August 2015: Overview of changes in 2.31.90
 | 
			
		||||
=============================================
 | 
			
		||||
* ABI changes:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								configure.ac
									
									
									
									
									
								
							@@ -3,8 +3,8 @@ dnl Configure script for the Gnome library
 | 
			
		||||
dnl
 | 
			
		||||
 | 
			
		||||
m4_define([libgtop_major_version], [2])
 | 
			
		||||
m4_define([libgtop_minor_version], [31])
 | 
			
		||||
m4_define([libgtop_micro_version], [90])
 | 
			
		||||
m4_define([libgtop_minor_version], [34])
 | 
			
		||||
m4_define([libgtop_micro_version], [2])
 | 
			
		||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
 | 
			
		||||
 | 
			
		||||
dnl  increment if the interface has additions, changes, removals.
 | 
			
		||||
@@ -215,16 +215,14 @@ AC_TYPE_SIGNAL
 | 
			
		||||
AC_FUNC_STRFTIME
 | 
			
		||||
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
 | 
			
		||||
 | 
			
		||||
IT_PROG_INTLTOOL([0.35.0])
 | 
			
		||||
AM_GNU_GETTEXT_VERSION([0.19.4])
 | 
			
		||||
AM_GNU_GETTEXT([external])
 | 
			
		||||
 | 
			
		||||
GETTEXT_PACKAGE=libgtop-2.0
 | 
			
		||||
AC_SUBST(GETTEXT_PACKAGE)
 | 
			
		||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
 | 
			
		||||
                   [Define to the gettext package used by the library])
 | 
			
		||||
 | 
			
		||||
AM_GLIB_GNU_GETTEXT
 | 
			
		||||
GLIB_DEFINE_LOCALEDIR([GTOPLOCALEDIR])
 | 
			
		||||
 | 
			
		||||
AC_PATH_XTRA
 | 
			
		||||
 | 
			
		||||
dnl For Solaris
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,12 @@
 | 
			
		||||
## Process this file with automake to produce Makefile.in
 | 
			
		||||
 | 
			
		||||
AM_CPPFLAGS = \
 | 
			
		||||
	-I$(top_srcdir) \
 | 
			
		||||
	-I$(top_srcdir)/include \
 | 
			
		||||
	-I$(top_srcdir)/sysdeps/$(sysdeps_dir) \
 | 
			
		||||
	-DGTOPLOCALEDIR=\"$(localedir)\" \
 | 
			
		||||
	$(GLIB_CFLAGS)
 | 
			
		||||
 | 
			
		||||
AM_LDFLAGS			= $(LIBGTOP_EXTRA_LIBS)
 | 
			
		||||
 | 
			
		||||
noinst_PROGRAMS	= 	first second pprint procargs df netlist \
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ glibtopdir		= $(includedir)/libgtop-2.0/glibtop
 | 
			
		||||
 | 
			
		||||
glibtop_HEADERS		= close.h loadavg.h prockernel.h procstate.h \
 | 
			
		||||
			  sem_limits.h uptime.h command.h mem.h proclist.h \
 | 
			
		||||
			  proctime.h shm_limits.h version.h cpu.h msg_limits.h \
 | 
			
		||||
			  proctime.h shm_limits.h cpu.h msg_limits.h \
 | 
			
		||||
			  procmem.h procuid.h swap.h \
 | 
			
		||||
			  procsegment.h sysdeps.h global.h \
 | 
			
		||||
			  procsignal.h union.h gnuserv.h \
 | 
			
		||||
@@ -11,4 +11,6 @@ glibtop_HEADERS		= close.h loadavg.h prockernel.h procstate.h \
 | 
			
		||||
			  procwd.h procaffinity.h \
 | 
			
		||||
			  netlist.h procopenfiles.h open.h
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS		= error.h write.h read_data.h read.h init_hooks.h machine.h
 | 
			
		||||
noinst_HEADERS		= error.h write.h read_data.h read.h init_hooks.h machine.h \
 | 
			
		||||
			  version.h
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -55,7 +55,7 @@ struct _glibtop_mountlist
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_mountlist:
 | 
			
		||||
 * @buf: (out):
 | 
			
		||||
 * @buf:
 | 
			
		||||
 * @all_fs:
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: (transfer full):
 | 
			
		||||
 
 | 
			
		||||
@@ -29,6 +29,7 @@ typedef struct _glibtop_proc_affinity	glibtop_proc_affinity;
 | 
			
		||||
 | 
			
		||||
#define GLIBTOP_PROC_AFFINITY_NUMBER	0
 | 
			
		||||
#define GLIBTOP_PROC_AFFINITY_ALL	1
 | 
			
		||||
#define GLIBTOP_MAX_PROC_AFFINITY	2
 | 
			
		||||
 | 
			
		||||
struct _glibtop_proc_affinity
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -79,6 +79,15 @@ char **
 | 
			
		||||
glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf,
 | 
			
		||||
			 pid_t pid, unsigned max_len);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_proc_argv:
 | 
			
		||||
 * @buf:
 | 
			
		||||
 * @pid:
 | 
			
		||||
 * @max_len:
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: (transfer full):
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
char **
 | 
			
		||||
glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -92,17 +92,18 @@ struct _glibtop_proc_map
 | 
			
		||||
	guint64 total;			/* GLIBTOP_PROC_MAP_TOTAL	*/
 | 
			
		||||
	guint64 size;			/* GLIBTOP_PROC_MAP_SIZE	*/
 | 
			
		||||
};
 | 
			
		||||
glibtop_map_entry *
 | 
			
		||||
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_proc_map:
 | 
			
		||||
 * @buf: (out):
 | 
			
		||||
 * @buf:
 | 
			
		||||
 * @pid:
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: (transfer none):
 | 
			
		||||
 */
 | 
			
		||||
glibtop_map_entry *
 | 
			
		||||
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_proc_map_l:
 | 
			
		||||
 
 | 
			
		||||
@@ -53,6 +53,12 @@ struct _glibtop_proc_mem
 | 
			
		||||
				 * of the process; usually 2,147,483,647 */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_proc_map:
 | 
			
		||||
 * @buf:
 | 
			
		||||
 * @pid:
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
void glibtop_get_proc_mem(glibtop_proc_mem *buf, pid_t pid);
 | 
			
		||||
 | 
			
		||||
#if GLIBTOP_SUID_PROC_MEM
 | 
			
		||||
 
 | 
			
		||||
@@ -96,7 +96,7 @@ struct _glibtop_proc_open_files
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_proc_open_files:
 | 
			
		||||
 * @buf: (out):
 | 
			
		||||
 * @buf:
 | 
			
		||||
 * @pid:
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: (transfer none):
 | 
			
		||||
 
 | 
			
		||||
@@ -30,7 +30,7 @@ typedef struct _glibtop_proc_wd	glibtop_proc_wd;
 | 
			
		||||
#define GLIBTOP_PROC_WD_NUMBER	0
 | 
			
		||||
#define GLIBTOP_PROC_WD_ROOT	1
 | 
			
		||||
#define GLIBTOP_PROC_WD_EXE	2
 | 
			
		||||
#define GLIBTOP_PROC_WD_MAX	3
 | 
			
		||||
#define GLIBTOP_MAX_PROC_WD	3
 | 
			
		||||
 | 
			
		||||
#define GLIBTOP_PROC_WD_ROOT_LEN 215
 | 
			
		||||
#define GLIBTOP_PROC_WD_EXE_LEN 215
 | 
			
		||||
@@ -44,6 +44,13 @@ struct _glibtop_proc_wd
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * glibtop_get_proc_wd:
 | 
			
		||||
 * @buf:
 | 
			
		||||
 * @pid:
 | 
			
		||||
 *
 | 
			
		||||
 * Returns: (transfer full):
 | 
			
		||||
 */
 | 
			
		||||
char ** glibtop_get_proc_wd(glibtop_proc_wd *buf, pid_t pid);
 | 
			
		||||
char ** glibtop_get_proc_wd_l(glibtop *server, glibtop_proc_wd *buf, pid_t pid);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -26,10 +26,10 @@ INTROSPECTION_SCANNER_ARGS = --accept-unprefixed --warn-all
 | 
			
		||||
INTROSPECTION_COMPILER_ARGS =
 | 
			
		||||
 | 
			
		||||
if HAVE_INTROSPECTION
 | 
			
		||||
introspection_sources = $(libgtop_2_0_la_SOURCES) lib.c ../glibtop.h \
 | 
			
		||||
introspection_sources = $(libgtop_2_0_la_SOURCES) lib.c ../glibtop.h ../libgtopconfig.h \
 | 
			
		||||
			../include/glibtop/close.h ../include/glibtop/loadavg.h ../include/glibtop/prockernel.h ../include/glibtop/procstate.h \
 | 
			
		||||
			../include/glibtop/sem_limits.h ../include/glibtop/uptime.h ../include/glibtop/command.h ../include/glibtop/mem.h ../include/glibtop/proclist.h \
 | 
			
		||||
			../include/glibtop/proctime.h ../include/glibtop/shm_limits.h ../include/glibtop/version.h ../include/glibtop/cpu.h ../include/glibtop/msg_limits.h \
 | 
			
		||||
			../include/glibtop/proctime.h ../include/glibtop/shm_limits.h ../include/glibtop/cpu.h ../include/glibtop/msg_limits.h \
 | 
			
		||||
			../include/glibtop/procmem.h ../include/glibtop/procuid.h ../include/glibtop/swap.h \
 | 
			
		||||
			../include/glibtop/procsegment.h ../include/glibtop/sysdeps.h ../include/glibtop/global.h \
 | 
			
		||||
			../include/glibtop/procsignal.h ../include/glibtop/union.h ../include/glibtop/gnuserv.h \
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
 | 
			
		||||
	AC_SUBST(libgtop_sysdeps_dir)
 | 
			
		||||
	AC_SUBST(libgtop_need_server)
 | 
			
		||||
 | 
			
		||||
	AC_ARG_WITH(libgtop-examples,
 | 
			
		||||
	AC_ARG_WITH(examples,
 | 
			
		||||
	AS_HELP_STRING([--with-examples],
 | 
			
		||||
	[Build the libgtop examples @<:@default=yes@:>@]),[
 | 
			
		||||
	build_examples="$withval"], [build_examples=yes])
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										78
									
								
								po/Makevars
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										78
									
								
								po/Makevars
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,78 @@
 | 
			
		||||
# Makefile variables for PO directory in any package using GNU gettext.
 | 
			
		||||
 | 
			
		||||
# Usually the message domain is the same as the package name.
 | 
			
		||||
DOMAIN = $(PACKAGE)
 | 
			
		||||
 | 
			
		||||
# These two variables depend on the location of this directory.
 | 
			
		||||
subdir = po
 | 
			
		||||
top_builddir = ..
 | 
			
		||||
 | 
			
		||||
# These options get passed to xgettext.
 | 
			
		||||
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments
 | 
			
		||||
 | 
			
		||||
# This is the copyright holder that gets inserted into the header of the
 | 
			
		||||
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
 | 
			
		||||
# package.  (Note that the msgstr strings, extracted from the package's
 | 
			
		||||
# sources, belong to the copyright holder of the package.)  Translators are
 | 
			
		||||
# expected to transfer the copyright for their translations to this person
 | 
			
		||||
# or entity, or to disclaim their copyright.  The empty string stands for
 | 
			
		||||
# the public domain; in this case the translators are expected to disclaim
 | 
			
		||||
# their copyright.
 | 
			
		||||
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
 | 
			
		||||
 | 
			
		||||
# This tells whether or not to prepend "GNU " prefix to the package
 | 
			
		||||
# name that gets inserted into the header of the $(DOMAIN).pot file.
 | 
			
		||||
# Possible values are "yes", "no", or empty.  If it is empty, try to
 | 
			
		||||
# detect it automatically by scanning the files in $(top_srcdir) for
 | 
			
		||||
# "GNU packagename" string.
 | 
			
		||||
PACKAGE_GNU =
 | 
			
		||||
 | 
			
		||||
# This is the email address or URL to which the translators shall report
 | 
			
		||||
# bugs in the untranslated strings:
 | 
			
		||||
# - Strings which are not entire sentences, see the maintainer guidelines
 | 
			
		||||
#   in the GNU gettext documentation, section 'Preparing Strings'.
 | 
			
		||||
# - Strings which use unclear terms or require additional context to be
 | 
			
		||||
#   understood.
 | 
			
		||||
# - Strings which make invalid assumptions about notation of date, time or
 | 
			
		||||
#   money.
 | 
			
		||||
# - Pluralisation problems.
 | 
			
		||||
# - Incorrect English spelling.
 | 
			
		||||
# - Incorrect formatting.
 | 
			
		||||
# It can be your email address, or a mailing list address where translators
 | 
			
		||||
# can write to without being subscribed, or the URL of a web page through
 | 
			
		||||
# which the translators can contact you.
 | 
			
		||||
MSGID_BUGS_ADDRESS =
 | 
			
		||||
 | 
			
		||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
 | 
			
		||||
# message catalogs shall be used.  It is usually empty.
 | 
			
		||||
EXTRA_LOCALE_CATEGORIES =
 | 
			
		||||
 | 
			
		||||
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
 | 
			
		||||
# context.  Possible values are "yes" and "no".  Set this to yes if the
 | 
			
		||||
# package uses functions taking also a message context, like pgettext(), or
 | 
			
		||||
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
 | 
			
		||||
USE_MSGCTXT = no
 | 
			
		||||
 | 
			
		||||
# These options get passed to msgmerge.
 | 
			
		||||
# Useful options are in particular:
 | 
			
		||||
#   --previous            to keep previous msgids of translated messages,
 | 
			
		||||
#   --quiet               to reduce the verbosity.
 | 
			
		||||
MSGMERGE_OPTIONS =
 | 
			
		||||
 | 
			
		||||
# These options get passed to msginit.
 | 
			
		||||
# If you want to disable line wrapping when writing PO files, add
 | 
			
		||||
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
 | 
			
		||||
# MSGINIT_OPTIONS.
 | 
			
		||||
MSGINIT_OPTIONS =
 | 
			
		||||
 | 
			
		||||
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
 | 
			
		||||
# has changed.  Possible values are "yes" and "no".  Set this to no if
 | 
			
		||||
# the POT file is checked in the repository and the version control
 | 
			
		||||
# program ignores timestamps.
 | 
			
		||||
PO_DEPENDS_ON_POT = no
 | 
			
		||||
 | 
			
		||||
# This tells whether or not to forcibly update $(DOMAIN).pot and
 | 
			
		||||
# regenerate PO files on "make dist".  Possible values are "yes" and
 | 
			
		||||
# "no".  Set this to no if the POT file and PO files are maintained
 | 
			
		||||
# externally.
 | 
			
		||||
DIST_DEPENDS_ON_UPDATE_PO = no
 | 
			
		||||
							
								
								
									
										1
									
								
								po/am.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/am.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
 | 
			
		||||
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
 | 
			
		||||
"Language-Team: Amharic <locales@geez.org>\n"
 | 
			
		||||
"Language: am\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ar.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ar.po
									
									
									
									
									
								
							@@ -15,6 +15,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-07-28 19:26+0300\n"
 | 
			
		||||
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
 | 
			
		||||
"Language-Team: Arabic <doc@arabeyes.org>\n"
 | 
			
		||||
"Language: ar\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/as.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/as.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2011-08-17 16:13+0530\n"
 | 
			
		||||
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
 | 
			
		||||
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
 | 
			
		||||
"Language: as\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-01-06 18:12+0100\n"
 | 
			
		||||
"Last-Translator: astur <malditoastur@gmail.com>\n"
 | 
			
		||||
"Language-Team: Asturian <alministradores@softastur.org>\n"
 | 
			
		||||
"Language: ast\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/az.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/az.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
 | 
			
		||||
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."
 | 
			
		||||
"net>\n"
 | 
			
		||||
"Language: az\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/bn.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/bn.po
									
									
									
									
									
								
							@@ -15,6 +15,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-01-21 16:02+0600\n"
 | 
			
		||||
"Last-Translator: Israt Jahan <israt@ankur.org.bd>\n"
 | 
			
		||||
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
 | 
			
		||||
"Language: bn\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-08-10 14:47+0530\n"
 | 
			
		||||
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
 | 
			
		||||
"Language-Team: Bengali INDIA\n"
 | 
			
		||||
"Language: bn_IN\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ca.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ca.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2011-04-04 22:04+0200\n"
 | 
			
		||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
 | 
			
		||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
 | 
			
		||||
"Language: ca\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2011-04-04 22:04+0200\n"
 | 
			
		||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
 | 
			
		||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
 | 
			
		||||
"Language: ca-XV\n"
 | 
			
		||||
"Language: ca@valencia\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/cs.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/cs.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-03-28 17:19+0100\n"
 | 
			
		||||
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
 | 
			
		||||
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
 | 
			
		||||
"Language: cs\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/cy.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/cy.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-08-29 20:39+0100\n"
 | 
			
		||||
"Last-Translator: Bryn Salisbury <bryn@randomlyevil.org.uk>\n"
 | 
			
		||||
"Language-Team: Welsh <gnome-cy@www.linux.org>\n"
 | 
			
		||||
"Language: cy\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/da.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/da.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-09-16 23:21+0200\n"
 | 
			
		||||
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
 | 
			
		||||
"Language-Team: Danish <dansk@klid.dk>\n"
 | 
			
		||||
"Language: da\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/de.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/de.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-07-19 19:28+0200\n"
 | 
			
		||||
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
 | 
			
		||||
"Language-Team: German <gnome-de@gnome.org>\n"
 | 
			
		||||
"Language: de\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/dz.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/dz.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2006-03-28 11:12-0500\n"
 | 
			
		||||
"Last-Translator: \n"
 | 
			
		||||
"Language-Team:  <en@li.org>\n"
 | 
			
		||||
"Language: dz\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-05-12 18:37 -0400\n"
 | 
			
		||||
"Last-Translator: Thomas Thurman <tthurman@gnome.org>\n"
 | 
			
		||||
"Language-Team: Shavian <ubuntu-l10n-en-shaw@launchpad.net>\n"
 | 
			
		||||
"Language: en@shaw\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2004-12-29 15:51-0400\n"
 | 
			
		||||
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
 | 
			
		||||
"Language-Team: Canadian English <adamw@gnome.org>\n"
 | 
			
		||||
"Language: en_CA\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-05-15 22:52-0000\n"
 | 
			
		||||
"Last-Translator: David Lodge <dave@cirt.net>\n"
 | 
			
		||||
"Language-Team: English/GB <en@li.org>\n"
 | 
			
		||||
"Language: en_GB\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/eo.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/eo.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2011-06-08 11:49+0200\n"
 | 
			
		||||
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
 | 
			
		||||
"Language-Team: Esperanto <ubuntu-l10n-eo@lists.launchpad.net>\n"
 | 
			
		||||
"Language: eo\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								po/es.po
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								po/es.po
									
									
									
									
									
								
							@@ -14,10 +14,10 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-05-14 09:30+0200\n"
 | 
			
		||||
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
 | 
			
		||||
"Language-Team: Spanish <traductores@es.gnome.org>\n"
 | 
			
		||||
"Language: es\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"First-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
 | 
			
		||||
"X-Generator: KBabel 1.11.4\n"
 | 
			
		||||
"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/et.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/et.po
									
									
									
									
									
								
							@@ -16,6 +16,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-05-14 08:09+0300\n"
 | 
			
		||||
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
 | 
			
		||||
"Language-Team: Estonian <gnome-et@linux.ee>\n"
 | 
			
		||||
"Language: et\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/eu.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/eu.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-01-10 23:26+0100\n"
 | 
			
		||||
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
 | 
			
		||||
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
 | 
			
		||||
"Language: eu\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/fi.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/fi.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-01-29 15:17+0200\n"
 | 
			
		||||
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
 | 
			
		||||
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: fi\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/fr.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/fr.po
									
									
									
									
									
								
							@@ -16,6 +16,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-08-24 21:27+0200\n"
 | 
			
		||||
"Last-Translator: Stéphane Raimbault <stephane.raimbault@gmail.com>\n"
 | 
			
		||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
 | 
			
		||||
"Language: fr\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ga.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ga.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-08-20 09:47-0600\n"
 | 
			
		||||
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
 | 
			
		||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: ga\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								po/gu.po
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								po/gu.po
									
									
									
									
									
								
							@@ -10,10 +10,10 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-08-07 12:42+0530\n"
 | 
			
		||||
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
 | 
			
		||||
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
 | 
			
		||||
"Language: gu\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"<magnet@magnet-i.com>\n"
 | 
			
		||||
"Plural-Forms:  nplurals=2; plural=(n!=1);\n\n"
 | 
			
		||||
"\n"
 | 
			
		||||
"X-Generator: KBabel 1.11.4\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/he.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/he.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2003-03-18 18:06+0200\n"
 | 
			
		||||
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
 | 
			
		||||
"Language-Team: Hebrew <he@li.org>\n"
 | 
			
		||||
"Language: he\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/hi.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/hi.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-06-10 14:37+0530\n"
 | 
			
		||||
"Last-Translator: Rajesh Ranjan <rajesh672@gmail.com>\n"
 | 
			
		||||
"Language-Team: Hindi <hindi.sf.net>\n"
 | 
			
		||||
"Language: hi\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										30
									
								
								po/hr.po
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								po/hr.po
									
									
									
									
									
								
							@@ -5,19 +5,20 @@ msgid ""
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Project-Id-Version: libgtop 0\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: \n"
 | 
			
		||||
"POT-Creation-Date: 2008-03-11 15:24+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2007-06-19 23:43+0000\n"
 | 
			
		||||
"Last-Translator: Ante Karamatić <ivoks@grad.hr>\n"
 | 
			
		||||
"POT-Creation-Date: 2016-04-26 22:07+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2009-06-30 04:01+0000\n"
 | 
			
		||||
"Last-Translator: Ante Karamatić <ante.karamatic@canonical.com>\n"
 | 
			
		||||
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
 | 
			
		||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 | 
			
		||||
"X-Launchpad-Export-Date: 2008-05-27 21:06+0000\n"
 | 
			
		||||
"X-Generator: Launchpad (build Unknown)\n"
 | 
			
		||||
"X-Launchpad-Export-Date: 2016-09-15 11:39+0000\n"
 | 
			
		||||
"X-Generator: Launchpad (build 18186)\n"
 | 
			
		||||
"Language: hr\n"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read.c:51
 | 
			
		||||
#: ../lib/read.c:49
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "read %d byte"
 | 
			
		||||
msgid_plural "read %d bytes"
 | 
			
		||||
@@ -25,11 +26,11 @@ msgstr[0] "čitaj %d byte"
 | 
			
		||||
msgstr[1] "čitaj %d bytea"
 | 
			
		||||
msgstr[2] "čitaj %d byteova"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read_data.c:51
 | 
			
		||||
#: ../lib/read_data.c:49
 | 
			
		||||
msgid "read data size"
 | 
			
		||||
msgstr "veličina pročitanih podataka"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read_data.c:70
 | 
			
		||||
#: ../lib/read_data.c:66
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "read %lu byte of data"
 | 
			
		||||
msgid_plural "read %lu bytes of data"
 | 
			
		||||
@@ -37,7 +38,7 @@ msgstr[0] "čitaj %lu byte podataka"
 | 
			
		||||
msgstr[1] "čitaj %lu bytea podataka"
 | 
			
		||||
msgstr[2] "čitaj %lu byteova podataka"
 | 
			
		||||
 | 
			
		||||
#: ../lib/write.c:51
 | 
			
		||||
#: ../lib/write.c:49
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "wrote %d byte"
 | 
			
		||||
msgid_plural "wrote %d bytes"
 | 
			
		||||
@@ -45,19 +46,19 @@ msgstr[0] "zapisao %d byte"
 | 
			
		||||
msgstr[1] "zapisao %d bytea"
 | 
			
		||||
msgstr[2] "zapisao %d byteova"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:458
 | 
			
		||||
#: ../src/daemon/gnuserv.c:456
 | 
			
		||||
msgid "Enable debugging"
 | 
			
		||||
msgstr "Omogućavanje debugiranja"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:460
 | 
			
		||||
#: ../src/daemon/gnuserv.c:458
 | 
			
		||||
msgid "Enable verbose output"
 | 
			
		||||
msgstr "Omogući opširni izlaz"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:462
 | 
			
		||||
#: ../src/daemon/gnuserv.c:460
 | 
			
		||||
msgid "Don't fork into background"
 | 
			
		||||
msgstr "Bez forkanja u pozadini"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:464
 | 
			
		||||
#: ../src/daemon/gnuserv.c:462
 | 
			
		||||
msgid "Invoked from inetd"
 | 
			
		||||
msgstr "Pozvano iz inetda"
 | 
			
		||||
 | 
			
		||||
@@ -65,7 +66,8 @@ msgstr "Pozvano iz inetda"
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid ""
 | 
			
		||||
"Run '%s --help' to see a full list of available command line options.\n"
 | 
			
		||||
msgstr "Pokrenite naredbu '%s --help' kako biste vidjeli popis dostupnih opcija.\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Pokrenite naredbu '%s --help' kako biste vidjeli popis dostupnih opcija.\n"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
 | 
			
		||||
msgid "Hangup"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/hu.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/hu.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-03-09 22:02+0100\n"
 | 
			
		||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
 | 
			
		||||
"Language-Team: Hungarian <gnome@fsf.hu>\n"
 | 
			
		||||
"Language: hu\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/id.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/id.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-04-18 14:46+0700\n"
 | 
			
		||||
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
 | 
			
		||||
"Language-Team: GNOME Indonesian Translation Team <gnome@i15n.org>\n"
 | 
			
		||||
"Language: id\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/it.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/it.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-10-02 23:18+0200\n"
 | 
			
		||||
"Last-Translator: Alessio Frusciante <algol@firenze.linux.it>\n"
 | 
			
		||||
"Language-Team: Italian <tp@lists.linux.it>\n"
 | 
			
		||||
"Language: it\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ja.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ja.po
									
									
									
									
									
								
							@@ -15,6 +15,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2011-09-11 07:40+0900\n"
 | 
			
		||||
"Last-Translator: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>\n"
 | 
			
		||||
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
 | 
			
		||||
"Language: ja\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ka.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ka.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2006-03-18 03:28+0100\n"
 | 
			
		||||
"Last-Translator: Alexander Didebulidze <didebuli@in.tum.de>\n"
 | 
			
		||||
"Language-Team: Georgian <gnome@inet.ge>\n"
 | 
			
		||||
"Language: ka\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ko.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ko.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2013-03-19 02:23+0900\n"
 | 
			
		||||
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 | 
			
		||||
"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
 | 
			
		||||
"Language: ko\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ku.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ku.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-10-15 16:41+0200\n"
 | 
			
		||||
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
 | 
			
		||||
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: ku\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/la.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/la.po
									
									
									
									
									
								
							@@ -9,6 +9,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-11-14 22:00-0500\n"
 | 
			
		||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
			
		||||
"Language-Team: Latin <la@li.org>\n"
 | 
			
		||||
"Language: la\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/lt.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/lt.po
									
									
									
									
									
								
							@@ -15,6 +15,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-09-16 13:58+0300\n"
 | 
			
		||||
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
 | 
			
		||||
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
 | 
			
		||||
"Language: lt\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-09-11 20:50+0530\n"
 | 
			
		||||
"Last-Translator: Sangeeta Kumari <sangeeta09@gmail.com>\n"
 | 
			
		||||
"Language-Team: Maithili <maithili.sf.net>\n"
 | 
			
		||||
"Language: mai\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/mg.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/mg.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"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"
 | 
			
		||||
"Language: mg\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/mi.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/mi.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2004-06-26 19:13+1200\n"
 | 
			
		||||
"Last-Translator: John C Barstow <jbowtie@amathaine.com>\n"
 | 
			
		||||
"Language-Team: Maori <maori@nzlinux.org.nz>\n"
 | 
			
		||||
"Language: mi\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/mk.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/mk.po
									
									
									
									
									
								
							@@ -19,6 +19,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-09-02 21:56+0200\n"
 | 
			
		||||
"Last-Translator: Arangel Angov <arangel@linux.net.mk>\n"
 | 
			
		||||
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
 | 
			
		||||
"Language: mk\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ml.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ml.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-09-12 20:37+0530\n"
 | 
			
		||||
"Last-Translator: \n"
 | 
			
		||||
"Language-Team:  <en@li.org>\n"
 | 
			
		||||
"Language: ml\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/mn.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/mn.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2004-01-05 21:47+0100\n"
 | 
			
		||||
"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
 | 
			
		||||
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
 | 
			
		||||
"Language: mn\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/mr.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/mr.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-12-12 10:37+0530\n"
 | 
			
		||||
"Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n"
 | 
			
		||||
"Language-Team: marathi\n"
 | 
			
		||||
"Language: mr\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ms.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ms.po
									
									
									
									
									
								
							@@ -9,6 +9,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2003-11-11 03:36+0800\n"
 | 
			
		||||
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
 | 
			
		||||
"Language-Team: Projek Gabai <gabai-penyumbang@list.sourceforge.net>\n"
 | 
			
		||||
"Language: ms\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ne.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ne.po
									
									
									
									
									
								
							@@ -17,6 +17,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-12-19 12:53+0545\n"
 | 
			
		||||
"Last-Translator: Nabin Gautam <nabin@mpp.org.np>\n"
 | 
			
		||||
"Language-Team: Nepali <info@mpp.org.np>\n"
 | 
			
		||||
"Language: ne\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/nl.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/nl.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-07-17 18:54+0200 \n"
 | 
			
		||||
"Last-Translator: Wouter Bolsterlee <wbolster@gnome.org>\n"
 | 
			
		||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
 | 
			
		||||
"Language: nl\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/nn.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/nn.po
									
									
									
									
									
								
							@@ -15,6 +15,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-10-17 18:26+0200\n"
 | 
			
		||||
"Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
 | 
			
		||||
"Language-Team: Norsk (nynorsk) <i18n-nn@lister.ping.uio.no>\n"
 | 
			
		||||
"Language: nn\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										122
									
								
								po/oc.po
									
									
									
									
									
								
							
							
						
						
									
										122
									
								
								po/oc.po
									
									
									
									
									
								
							@@ -1,194 +1,194 @@
 | 
			
		||||
# Occitan translation of libgtop.
 | 
			
		||||
# Copyright (C) 1998-2004 Free Software Foundation, Inc.
 | 
			
		||||
# This file is distributed under the GNU General Public License Version 2.
 | 
			
		||||
# 
 | 
			
		||||
# 
 | 
			
		||||
# 
 | 
			
		||||
# Cédric Valmary (Tot en Òc) <cvalmary@yahoo.fr>, 2015.
 | 
			
		||||
# Cédric Valmary <cvalmary@yahoo.fr>, 2015.
 | 
			
		||||
# Cédric Valmary (Tot en òc) <cvalmary@yahoo.fr>, 2015.
 | 
			
		||||
# Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>, 2016.
 | 
			
		||||
msgid ""
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Project-Id-Version: libgtop 2.9.91\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=libgto"
 | 
			
		||||
"p&keywords=I18N+L10N&component=general\n"
 | 
			
		||||
"POT-Creation-Date: 2013-12-19 14:39+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2015-04-30 09:46+0200\n"
 | 
			
		||||
"Last-Translator: Cédric Valmary (Tot en Òc) <cvalmary@yahoo.fr>\n"
 | 
			
		||||
"Language-Team: www.totenoc.eu\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
 | 
			
		||||
"product=libgtop&keywords=I18N+L10N&component=general\n"
 | 
			
		||||
"POT-Creation-Date: 2016-05-05 20:08+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2016-05-05 21:47+0200\n"
 | 
			
		||||
"Last-Translator: Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>\n"
 | 
			
		||||
"Language-Team: Tot En Òc\n"
 | 
			
		||||
"Language: oc\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: Virtaal 0.7.0\n"
 | 
			
		||||
"X-Generator: Virtaal 0.7.1\n"
 | 
			
		||||
"X-Project-Style: gnome\n"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read.c:51
 | 
			
		||||
#, c-format
 | 
			
		||||
#: ../lib/read.c:49
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "read %d byte"
 | 
			
		||||
msgid_plural "read %d bytes"
 | 
			
		||||
msgstr[0] "%d octet legit"
 | 
			
		||||
msgstr[1] "%d octets legits"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read_data.c:51
 | 
			
		||||
#: ../lib/read_data.c:49
 | 
			
		||||
msgid "read data size"
 | 
			
		||||
msgstr "talha de las donadas legidas"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read_data.c:70
 | 
			
		||||
#, c-format
 | 
			
		||||
#: ../lib/read_data.c:66
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "read %lu byte of data"
 | 
			
		||||
msgid_plural "read %lu bytes of data"
 | 
			
		||||
msgstr[0] "lectura de %lu octet de donadas"
 | 
			
		||||
msgstr[1] "lectura de %lu octets de donadas"
 | 
			
		||||
 | 
			
		||||
#: ../lib/write.c:51
 | 
			
		||||
#, c-format
 | 
			
		||||
#: ../lib/write.c:49
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "wrote %d byte"
 | 
			
		||||
msgid_plural "wrote %d bytes"
 | 
			
		||||
msgstr[0] "escritura de %d octet"
 | 
			
		||||
msgstr[1] "escritura de %d octets"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:455
 | 
			
		||||
#: ../src/daemon/gnuserv.c:456
 | 
			
		||||
msgid "Enable debugging"
 | 
			
		||||
msgstr "Activa lo desbugatge"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:457
 | 
			
		||||
#: ../src/daemon/gnuserv.c:458
 | 
			
		||||
msgid "Enable verbose output"
 | 
			
		||||
msgstr "Activa la sortida charraira"
 | 
			
		||||
msgstr "Activa la sortida verbosa"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:459
 | 
			
		||||
#: ../src/daemon/gnuserv.c:460
 | 
			
		||||
msgid "Don't fork into background"
 | 
			
		||||
msgstr "Aviar pas en prètzfach de fons"
 | 
			
		||||
msgstr "Aviar pas en prètzfait de fons"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:461
 | 
			
		||||
#: ../src/daemon/gnuserv.c:462
 | 
			
		||||
msgid "Invoked from inetd"
 | 
			
		||||
msgstr "Invocat a partir de inetd"
 | 
			
		||||
msgstr "Invocat a partir d'inetd"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:495
 | 
			
		||||
#, c-format
 | 
			
		||||
#: ../src/daemon/gnuserv.c:498
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "Run '%s --help' to see a full list of available command line options.\n"
 | 
			
		||||
msgstr "Aviar « %s --help » per afichar la lista de las opcions de la linha de "
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Aviar « %s --help » per afichar la lista de las opcions de la linha de "
 | 
			
		||||
"comanda.\n"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
 | 
			
		||||
msgid "Hangup"
 | 
			
		||||
msgstr "Hangup"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:28 ../sysdeps/sun4/siglist.c:28
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:28 ../sysdeps/sun4/siglist.c:28
 | 
			
		||||
msgid "Interrupt"
 | 
			
		||||
msgstr "Interrupcion"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
 | 
			
		||||
msgid "Quit"
 | 
			
		||||
msgstr "Quitar"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
 | 
			
		||||
msgid "Illegal instruction"
 | 
			
		||||
msgstr "Instruccion illegala"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
 | 
			
		||||
msgid "Trace trap"
 | 
			
		||||
msgstr "Punt d'arrèst rencontrat"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
 | 
			
		||||
msgid "Abort"
 | 
			
		||||
msgstr "Anullacion"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
 | 
			
		||||
msgid "EMT error"
 | 
			
		||||
msgstr "Error EMT"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
 | 
			
		||||
msgid "Floating-point exception"
 | 
			
		||||
msgstr "Excepcion virgula flotanta"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
 | 
			
		||||
msgid "Kill"
 | 
			
		||||
msgstr "Tuar"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
 | 
			
		||||
msgid "Bus error"
 | 
			
		||||
msgstr "Error bus"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
 | 
			
		||||
msgid "Segmentation violation"
 | 
			
		||||
msgstr "Violacion de segmentacion"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
 | 
			
		||||
msgid "Bad argument to system call"
 | 
			
		||||
msgstr "Marrit argument d'apèl sistèma"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
 | 
			
		||||
msgid "Broken pipe"
 | 
			
		||||
msgstr "Tub copat"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
 | 
			
		||||
msgid "Alarm clock"
 | 
			
		||||
msgstr "Alarma de relòtge"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
 | 
			
		||||
msgid "Termination"
 | 
			
		||||
msgstr "Senhal de fin"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
 | 
			
		||||
msgid "Urgent condition on socket"
 | 
			
		||||
msgstr "Condicion urgenta sus socket"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
 | 
			
		||||
msgid "Stop"
 | 
			
		||||
msgstr "Arrèst"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
 | 
			
		||||
msgid "Keyboard stop"
 | 
			
		||||
msgstr "Arrèst dempuèi lo clavièr"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
 | 
			
		||||
msgid "Continue"
 | 
			
		||||
msgstr "Contunhar"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
 | 
			
		||||
msgid "Child status has changed"
 | 
			
		||||
msgstr "L'estat del filh a cambiat"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
 | 
			
		||||
msgid "Background read from tty"
 | 
			
		||||
msgstr "Lectura sus tty en rèire plan"
 | 
			
		||||
msgstr "Lectura sus tty en rèireplan"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
 | 
			
		||||
msgid "Background write to tty"
 | 
			
		||||
msgstr "Escritura sus tty en rèire plan"
 | 
			
		||||
msgstr "Escritura sus tty en rèireplan"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
 | 
			
		||||
msgid "I/O now possible"
 | 
			
		||||
msgstr "E/S ara possibla"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
 | 
			
		||||
msgid "CPU limit exceeded"
 | 
			
		||||
msgstr "Limit de temps CPU depassat"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
 | 
			
		||||
msgid "File size limit exceeded"
 | 
			
		||||
msgstr "Talha de fichièr excessiva"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
 | 
			
		||||
msgid "Virtual alarm clock"
 | 
			
		||||
msgstr "Alarma virtuala"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
 | 
			
		||||
msgid "Profiling alarm clock"
 | 
			
		||||
msgstr "Perfil de l'alarma"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
 | 
			
		||||
msgid "Window size change"
 | 
			
		||||
msgstr "Redimensionament de la fenèstra"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
 | 
			
		||||
msgid "Information request"
 | 
			
		||||
msgstr "Demanda d'informacion"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
 | 
			
		||||
msgid "User defined signal 1"
 | 
			
		||||
msgstr "Senhal utilizaire 1"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
 | 
			
		||||
msgid "User defined signal 2"
 | 
			
		||||
msgstr "Senhal utilizaire 2"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/or.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/or.po
									
									
									
									
									
								
							@@ -16,6 +16,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-03-10 19:21+0530\n"
 | 
			
		||||
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
 | 
			
		||||
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
 | 
			
		||||
"Language: or\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/pa.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/pa.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-03-16 05:37+0000\n"
 | 
			
		||||
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
 | 
			
		||||
"Language-Team: Punjabi/Panjabi <punjab-l10n@list.sf.net>\n"
 | 
			
		||||
"Language: pa\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										116
									
								
								po/pl.po
									
									
									
									
									
								
							
							
						
						
									
										116
									
								
								po/pl.po
									
									
									
									
									
								
							@@ -1,31 +1,27 @@
 | 
			
		||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 | 
			
		||||
# Aviary.pl
 | 
			
		||||
# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz
 | 
			
		||||
# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas:
 | 
			
		||||
# gnomepl@aviary.pl
 | 
			
		||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 | 
			
		||||
# Polish translation for libgtop.
 | 
			
		||||
# Copyright © 1999-2016 the libgtop authors.
 | 
			
		||||
# This file is distributed under the same license as the libgtop package.
 | 
			
		||||
# Zbigniew Chyla <chyla@alice.ci.pwr.wroc.pl>, 1999-2002.
 | 
			
		||||
# Artur Flinta <aflinta@at.kernel.pl>, 2004-2007.
 | 
			
		||||
# Piotr Drąg <piotrdrag@gmail.com>, 2010-2012.
 | 
			
		||||
# Aviary.pl <gnomepl@aviary.pl>, 2010-2012.
 | 
			
		||||
# Piotr Drąg <piotrdrag@gmail.com>, 2010-2016.
 | 
			
		||||
# Aviary.pl <community-poland@mozilla.org>, 2010-2016.
 | 
			
		||||
#
 | 
			
		||||
msgid ""
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Project-Id-Version: libgtop\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: \n"
 | 
			
		||||
"POT-Creation-Date: 2012-09-04 18:37+0200\n"
 | 
			
		||||
"PO-Revision-Date: 2012-09-04 18:42+0200\n"
 | 
			
		||||
"POT-Creation-Date: 2016-07-12 09:17+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2016-08-20 15:54+0200\n"
 | 
			
		||||
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
 | 
			
		||||
"Language-Team: Polish <gnomepl@aviary.pl>\n"
 | 
			
		||||
"Language-Team: Polish <community-poland@mozilla.org>\n"
 | 
			
		||||
"Language: pl\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 | 
			
		||||
"|| n%100>=20) ? 1 : 2);\n"
 | 
			
		||||
"X-Poedit-Language: Polish\n"
 | 
			
		||||
"X-Poedit-Country: Poland\n"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read.c:51
 | 
			
		||||
#: lib/read.c:49
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "read %d byte"
 | 
			
		||||
msgid_plural "read %d bytes"
 | 
			
		||||
@@ -33,11 +29,11 @@ msgstr[0] "odczyt %d bajtu"
 | 
			
		||||
msgstr[1] "odczyt %d bajtów"
 | 
			
		||||
msgstr[2] "odczyt %d bajtów"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read_data.c:51
 | 
			
		||||
#: lib/read_data.c:49
 | 
			
		||||
msgid "read data size"
 | 
			
		||||
msgstr "odczyt rozmiaru danych"
 | 
			
		||||
 | 
			
		||||
#: ../lib/read_data.c:70
 | 
			
		||||
#: lib/read_data.c:66
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "read %lu byte of data"
 | 
			
		||||
msgid_plural "read %lu bytes of data"
 | 
			
		||||
@@ -45,7 +41,7 @@ msgstr[0] "odczytano jeden bajt danych"
 | 
			
		||||
msgstr[1] "odczytano %lu bajty danych"
 | 
			
		||||
msgstr[2] "odczytano %lu bajtów danych"
 | 
			
		||||
 | 
			
		||||
#: ../lib/write.c:51
 | 
			
		||||
#: lib/write.c:49
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "wrote %d byte"
 | 
			
		||||
msgid_plural "wrote %d bytes"
 | 
			
		||||
@@ -53,149 +49,149 @@ msgstr[0] "zapisano jeden bajt"
 | 
			
		||||
msgstr[1] "zapisano %d bajty"
 | 
			
		||||
msgstr[2] "zapisano %d bajtów"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:455
 | 
			
		||||
#: src/daemon/gnuserv.c:456
 | 
			
		||||
msgid "Enable debugging"
 | 
			
		||||
msgstr "Włącza debugowanie"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:457
 | 
			
		||||
#: src/daemon/gnuserv.c:458
 | 
			
		||||
msgid "Enable verbose output"
 | 
			
		||||
msgstr "Wyświetla więcej informacji"
 | 
			
		||||
msgstr "Więcej informacji"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:459
 | 
			
		||||
#: src/daemon/gnuserv.c:460
 | 
			
		||||
msgid "Don't fork into background"
 | 
			
		||||
msgstr "Uruchamia program bez przechodzenia w tło"
 | 
			
		||||
msgstr "Bez przechodzenia w tło"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:461
 | 
			
		||||
#: src/daemon/gnuserv.c:462
 | 
			
		||||
msgid "Invoked from inetd"
 | 
			
		||||
msgstr "Wywołanie przez inetd"
 | 
			
		||||
 | 
			
		||||
#: ../src/daemon/gnuserv.c:495
 | 
			
		||||
#: src/daemon/gnuserv.c:498
 | 
			
		||||
#, c-format
 | 
			
		||||
msgid "Run '%s --help' to see a full list of available command line options.\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Polecenie \"%s --help\" wyświetli pełną listę dostępnych opcji wiersza "
 | 
			
		||||
"Polecenie „%s --help” wyświetli pełną listę dostępnych opcji wiersza "
 | 
			
		||||
"poleceń.\n"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
 | 
			
		||||
#: sysdeps/osf1/siglist.c:27 sysdeps/sun4/siglist.c:27
 | 
			
		||||
msgid "Hangup"
 | 
			
		||||
msgstr "Zawieszenie"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:28 ../sysdeps/sun4/siglist.c:28
 | 
			
		||||
#: sysdeps/osf1/siglist.c:28 sysdeps/sun4/siglist.c:28
 | 
			
		||||
msgid "Interrupt"
 | 
			
		||||
msgstr "Przerwanie"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:29 ../sysdeps/sun4/siglist.c:29
 | 
			
		||||
#: sysdeps/osf1/siglist.c:29 sysdeps/sun4/siglist.c:29
 | 
			
		||||
msgid "Quit"
 | 
			
		||||
msgstr "Zakończenie"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:30 ../sysdeps/sun4/siglist.c:30
 | 
			
		||||
#: sysdeps/osf1/siglist.c:30 sysdeps/sun4/siglist.c:30
 | 
			
		||||
msgid "Illegal instruction"
 | 
			
		||||
msgstr "Niedozwolona instrukcja"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
 | 
			
		||||
#: sysdeps/osf1/siglist.c:31 sysdeps/sun4/siglist.c:31
 | 
			
		||||
msgid "Trace trap"
 | 
			
		||||
msgstr "Trace trap"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
 | 
			
		||||
#: sysdeps/osf1/siglist.c:32 sysdeps/sun4/siglist.c:32
 | 
			
		||||
msgid "Abort"
 | 
			
		||||
msgstr "Przerwanie"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:33 ../sysdeps/sun4/siglist.c:33
 | 
			
		||||
#: sysdeps/osf1/siglist.c:33 sysdeps/sun4/siglist.c:33
 | 
			
		||||
msgid "EMT error"
 | 
			
		||||
msgstr "Błąd EMT"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:34 ../sysdeps/sun4/siglist.c:34
 | 
			
		||||
#: sysdeps/osf1/siglist.c:34 sysdeps/sun4/siglist.c:34
 | 
			
		||||
msgid "Floating-point exception"
 | 
			
		||||
msgstr "Wyjątek związany z liczbą zmiennoprzecinkową"
 | 
			
		||||
msgstr "Wyjątek związany z liczbą zmiennoprzecinkową"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:35 ../sysdeps/sun4/siglist.c:35
 | 
			
		||||
#: sysdeps/osf1/siglist.c:35 sysdeps/sun4/siglist.c:35
 | 
			
		||||
msgid "Kill"
 | 
			
		||||
msgstr "Wymuszenie zakończenia"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:36 ../sysdeps/sun4/siglist.c:36
 | 
			
		||||
#: sysdeps/osf1/siglist.c:36 sysdeps/sun4/siglist.c:36
 | 
			
		||||
msgid "Bus error"
 | 
			
		||||
msgstr "Błąd magistrali"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:37 ../sysdeps/sun4/siglist.c:37
 | 
			
		||||
#: sysdeps/osf1/siglist.c:37 sysdeps/sun4/siglist.c:37
 | 
			
		||||
msgid "Segmentation violation"
 | 
			
		||||
msgstr "Naruszenie ochrony pamięci"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:38 ../sysdeps/sun4/siglist.c:38
 | 
			
		||||
#: sysdeps/osf1/siglist.c:38 sysdeps/sun4/siglist.c:38
 | 
			
		||||
msgid "Bad argument to system call"
 | 
			
		||||
msgstr "Błędny parametr dla wywołania systemowego"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:39 ../sysdeps/sun4/siglist.c:39
 | 
			
		||||
#: sysdeps/osf1/siglist.c:39 sysdeps/sun4/siglist.c:39
 | 
			
		||||
msgid "Broken pipe"
 | 
			
		||||
msgstr "Uszkodzony potok"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:40 ../sysdeps/sun4/siglist.c:40
 | 
			
		||||
#: sysdeps/osf1/siglist.c:40 sysdeps/sun4/siglist.c:40
 | 
			
		||||
msgid "Alarm clock"
 | 
			
		||||
msgstr "Budzik"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
 | 
			
		||||
#: sysdeps/osf1/siglist.c:41 sysdeps/sun4/siglist.c:41
 | 
			
		||||
msgid "Termination"
 | 
			
		||||
msgstr "Zakończenie"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
 | 
			
		||||
#: sysdeps/osf1/siglist.c:42 sysdeps/sun4/siglist.c:42
 | 
			
		||||
msgid "Urgent condition on socket"
 | 
			
		||||
msgstr "Pilny warunek związany z gniazdem"
 | 
			
		||||
msgstr "Pilny warunek związany z gniazdem"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:43 ../sysdeps/sun4/siglist.c:43
 | 
			
		||||
#: sysdeps/osf1/siglist.c:43 sysdeps/sun4/siglist.c:43
 | 
			
		||||
msgid "Stop"
 | 
			
		||||
msgstr "Zatrzymanie"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:44 ../sysdeps/sun4/siglist.c:44
 | 
			
		||||
#: sysdeps/osf1/siglist.c:44 sysdeps/sun4/siglist.c:44
 | 
			
		||||
msgid "Keyboard stop"
 | 
			
		||||
msgstr "Zatrzymanie klawiatury"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:45 ../sysdeps/sun4/siglist.c:45
 | 
			
		||||
#: sysdeps/osf1/siglist.c:45 sysdeps/sun4/siglist.c:45
 | 
			
		||||
msgid "Continue"
 | 
			
		||||
msgstr "Kontynuacja"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:46 ../sysdeps/sun4/siglist.c:46
 | 
			
		||||
#: sysdeps/osf1/siglist.c:46 sysdeps/sun4/siglist.c:46
 | 
			
		||||
msgid "Child status has changed"
 | 
			
		||||
msgstr "Zmiana stanu procesu potomnego"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
 | 
			
		||||
#: sysdeps/osf1/siglist.c:47 sysdeps/sun4/siglist.c:47
 | 
			
		||||
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:48 ../sysdeps/sun4/siglist.c:48
 | 
			
		||||
#: sysdeps/osf1/siglist.c:48 sysdeps/sun4/siglist.c:48
 | 
			
		||||
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:49 ../sysdeps/sun4/siglist.c:49
 | 
			
		||||
#: sysdeps/osf1/siglist.c:49 sysdeps/sun4/siglist.c:49
 | 
			
		||||
msgid "I/O now possible"
 | 
			
		||||
msgstr "Wejście/wyjście jest teraz dostępne"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
 | 
			
		||||
#: sysdeps/osf1/siglist.c:50 sysdeps/sun4/siglist.c:50
 | 
			
		||||
msgid "CPU limit exceeded"
 | 
			
		||||
msgstr "Przekroczono ograniczenie procesora"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:51 ../sysdeps/sun4/siglist.c:51
 | 
			
		||||
#: sysdeps/osf1/siglist.c:51 sysdeps/sun4/siglist.c:51
 | 
			
		||||
msgid "File size limit exceeded"
 | 
			
		||||
msgstr "Przekroczono ograniczenie rozmiaru plików"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:52 ../sysdeps/sun4/siglist.c:52
 | 
			
		||||
#: sysdeps/osf1/siglist.c:52 sysdeps/sun4/siglist.c:52
 | 
			
		||||
msgid "Virtual alarm clock"
 | 
			
		||||
msgstr "Wirtualny budzik"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:53 ../sysdeps/sun4/siglist.c:53
 | 
			
		||||
#: sysdeps/osf1/siglist.c:53 sysdeps/sun4/siglist.c:53
 | 
			
		||||
msgid "Profiling alarm clock"
 | 
			
		||||
msgstr "Profilowanie budzika"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:54 ../sysdeps/sun4/siglist.c:54
 | 
			
		||||
#: sysdeps/osf1/siglist.c:54 sysdeps/sun4/siglist.c:54
 | 
			
		||||
msgid "Window size change"
 | 
			
		||||
msgstr "Zmiana rozmiaru okna"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:55 ../sysdeps/sun4/siglist.c:55
 | 
			
		||||
#: sysdeps/osf1/siglist.c:55 sysdeps/sun4/siglist.c:55
 | 
			
		||||
msgid "Information request"
 | 
			
		||||
msgstr "Żądanie informacji"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:56 ../sysdeps/sun4/siglist.c:56
 | 
			
		||||
#: sysdeps/osf1/siglist.c:56 sysdeps/sun4/siglist.c:56
 | 
			
		||||
msgid "User defined signal 1"
 | 
			
		||||
msgstr "1. sygnał określony przez użytkownika"
 | 
			
		||||
 | 
			
		||||
#: ../sysdeps/osf1/siglist.c:57 ../sysdeps/sun4/siglist.c:57
 | 
			
		||||
#: sysdeps/osf1/siglist.c:57 sysdeps/sun4/siglist.c:57
 | 
			
		||||
msgid "User defined signal 2"
 | 
			
		||||
msgstr "2. sygnał określony przez użytkownika"
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-07-24 13:23-0300\n"
 | 
			
		||||
"Last-Translator: Vladimir Melo <vladimirmelo.psi@gmail.com>\n"
 | 
			
		||||
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
 | 
			
		||||
"Language: pt_BR\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ro.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ro.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-09-20 00:44+0300\n"
 | 
			
		||||
"Last-Translator: Mișu Moldovan <dumol@gnome.ro>\n"
 | 
			
		||||
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: ro\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ru.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ru.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-09-05 15:01+0200\n"
 | 
			
		||||
"Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
 | 
			
		||||
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
 | 
			
		||||
"Language: ru\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/rw.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/rw.po
									
									
									
									
									
								
							@@ -19,6 +19,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-03-28 19:35-0700\n"
 | 
			
		||||
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
 | 
			
		||||
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: rw\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/sk.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/sk.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-03-06 22:12+0100\n"
 | 
			
		||||
"Last-Translator: Marcel Telka <Marcel@telka.sk>\n"
 | 
			
		||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
 | 
			
		||||
"Language: sk\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/sl.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/sl.po
									
									
									
									
									
								
							@@ -14,6 +14,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-05-11 15:26+0100\n"
 | 
			
		||||
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
 | 
			
		||||
"Language-Team: Slovenian <sl@li.org>\n"
 | 
			
		||||
"Language: sl\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/sq.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/sq.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-09-20 12:25+0200\n"
 | 
			
		||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 | 
			
		||||
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: sq\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/sr.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/sr.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-03-06 09:51+0100\n"
 | 
			
		||||
"Last-Translator: Данило Шеган <danilo@gnome.org>\n"
 | 
			
		||||
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
 | 
			
		||||
"Language: sr\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-03-06 09:51+0100\n"
 | 
			
		||||
"Last-Translator: Danilo Šegan <danilo@gnome.org>\n"
 | 
			
		||||
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
 | 
			
		||||
"Language: sr@latin\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/sv.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/sv.po
									
									
									
									
									
								
							@@ -15,6 +15,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-05-27 11:44+0100\n"
 | 
			
		||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 | 
			
		||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
 | 
			
		||||
"Language: sv\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ta.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ta.po
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-07-08 17:29+0530\n"
 | 
			
		||||
"Last-Translator: Dr.T.Vasudevan <agnihot3@gmail.com>\n"
 | 
			
		||||
"Language-Team:  <en@li.org>\n"
 | 
			
		||||
"Language: ta\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/te.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/te.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-09-17 19:09+0530\n"
 | 
			
		||||
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
 | 
			
		||||
"Language-Team: Telugu <en@li.org>\n"
 | 
			
		||||
"Language: te\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/th.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/th.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-05-18 17:23+0700\n"
 | 
			
		||||
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
 | 
			
		||||
"Language-Team: Thai <l10n@opentle.org>\n"
 | 
			
		||||
"Language: th\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/tr.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/tr.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-09-14 02:31+0300\n"
 | 
			
		||||
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
 | 
			
		||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
 | 
			
		||||
"Language: tr\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/ug.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/ug.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2010-10-08 10:12+0600\n"
 | 
			
		||||
"Last-Translator: Sahran <sahran@live.com>\n"
 | 
			
		||||
"Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
 | 
			
		||||
"Language: ug\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/uk.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/uk.po
									
									
									
									
									
								
							@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-09-12 11:35+0300\n"
 | 
			
		||||
"Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
 | 
			
		||||
"Language-Team: Ukrainian <uk@li.org>\n"
 | 
			
		||||
"Language: uk\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/vi.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/vi.po
									
									
									
									
									
								
							@@ -11,6 +11,7 @@ msgstr "Project-Id-Version: libgtop GNOME 2.20\n"
 | 
			
		||||
"PO-Revision-Date: 2007-06-27 17:37+09300\n"
 | 
			
		||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 | 
			
		||||
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
 | 
			
		||||
"Language: vi\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								po/xh.po
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								po/xh.po
									
									
									
									
									
								
							@@ -12,6 +12,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2005-03-30 22:54+0200\n"
 | 
			
		||||
"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
 | 
			
		||||
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
 | 
			
		||||
"Language: xh\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2007-09-07 17:29+0800\n"
 | 
			
		||||
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
 | 
			
		||||
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
 | 
			
		||||
"Language: zh_CN\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2009-02-09 08:06+0800\n"
 | 
			
		||||
"Last-Translator: Abel Cheung <abel@oaka.org>\n"
 | 
			
		||||
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
 | 
			
		||||
"Language: zh_HK\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,7 @@ msgstr ""
 | 
			
		||||
"PO-Revision-Date: 2008-02-14 23:04+0800\n"
 | 
			
		||||
"Last-Translator: Abel Cheung <abel@oaka.org>\n"
 | 
			
		||||
"Language-Team: Chinese (Taiwan) <zh-l10n@lists.linux.org.tw>\n"
 | 
			
		||||
"Language: zh_TW\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -43,6 +43,7 @@
 | 
			
		||||
#include <glibtop/gnuserv.h>
 | 
			
		||||
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
#include <locale.h>
 | 
			
		||||
 | 
			
		||||
#include "daemon.h"
 | 
			
		||||
 | 
			
		||||
@@ -473,6 +474,8 @@ main (int argc, char **argv)
 | 
			
		||||
 | 
			
		||||
    int ils = -1;		/* internet domain listen socket */
 | 
			
		||||
 | 
			
		||||
    setlocale (LC_ALL, "");
 | 
			
		||||
 | 
			
		||||
    /* On non-glibc systems, this is not set up for us.  */
 | 
			
		||||
    if (!program_invocation_name) {
 | 
			
		||||
	char *arg;
 | 
			
		||||
 
 | 
			
		||||
@@ -22,6 +22,8 @@
 | 
			
		||||
 | 
			
		||||
G_BEGIN_DECLS
 | 
			
		||||
 | 
			
		||||
#include <glibtop_machine.h>
 | 
			
		||||
 | 
			
		||||
static inline void glibtop_suid_enter (glibtop *server) {
 | 
			
		||||
	setreuid (server->machine->uid, server->machine->euid);
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -23,6 +23,8 @@
 | 
			
		||||
#include <glibtop/cpu.h>
 | 
			
		||||
#include <glibtop/open.h>
 | 
			
		||||
 | 
			
		||||
#include <glibtop_machine.h>
 | 
			
		||||
 | 
			
		||||
#include <mach/mach_host.h>
 | 
			
		||||
#include <mach/mach_init.h>
 | 
			
		||||
#include <mach/mach_interface.h>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,9 @@
 | 
			
		||||
/* Copyright (C) 1998-99 Martin Baulig
 | 
			
		||||
   Copyright (C) 2014 Gleb Smirnoff
 | 
			
		||||
   This file is part of LibGTop 1.0.
 | 
			
		||||
 | 
			
		||||
   Contributed by Martin Baulig <martin@home-of-linux.org>, October 1998.
 | 
			
		||||
   Contributed by Gleb Smirnoff <glebius@FreeBSD.org>, September 2014
 | 
			
		||||
 | 
			
		||||
   LibGTop is free software; you can redistribute it and/or modify it
 | 
			
		||||
   under the terms of the GNU General Public License as published by
 | 
			
		||||
@@ -26,25 +28,17 @@
 | 
			
		||||
 | 
			
		||||
#include <glibtop_suid.h>
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
#include <sys/ioctl.h>
 | 
			
		||||
 | 
			
		||||
#include <sys/sockio.h>
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <net/if.h>
 | 
			
		||||
#include <net/if_dl.h>
 | 
			
		||||
#include <net/if_types.h>
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_NET_IF_VAR_H
 | 
			
		||||
#include <net/if_var.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <netinet/in.h>
 | 
			
		||||
#include <netinet/in_var.h>
 | 
			
		||||
#include <net/if_media.h>
 | 
			
		||||
#include <ifaddrs.h>
 | 
			
		||||
 | 
			
		||||
static const unsigned long _glibtop_sysdeps_netload =
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_IF_FLAGS) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_MTU) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_PACKETS_IN) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_PACKETS_OUT) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_PACKETS_TOTAL) +
 | 
			
		||||
@@ -54,35 +48,24 @@ static const unsigned long _glibtop_sysdeps_netload =
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_ERRORS_IN) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_ERRORS_OUT) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_ERRORS_TOTAL) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_COLLISIONS);
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_COLLISIONS) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_HWADDRESS);
 | 
			
		||||
 | 
			
		||||
static const unsigned long _glibtop_sysdeps_netload_data =
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_ADDRESS) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_MTU);
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_SUBNET) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_ADDRESS);
 | 
			
		||||
 | 
			
		||||
static const unsigned long _glibtop_sysdeps_netload6 =
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_ADDRESS6) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_PREFIX6) +
 | 
			
		||||
(1L << GLIBTOP_NETLOAD_SCOPE6);
 | 
			
		||||
 | 
			
		||||
/* nlist structure for kernel access */
 | 
			
		||||
static struct nlist nlst [] =
 | 
			
		||||
        {
 | 
			
		||||
                { "_ifnet"
 | 
			
		||||
                },
 | 
			
		||||
                { 0 }
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
/* Init function. */
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
_glibtop_init_netload_p (glibtop *server)
 | 
			
		||||
{
 | 
			
		||||
        if (kvm_nlist (server->machine->kd, nlst) < 0) {
 | 
			
		||||
                glibtop_warn_io_r (server, "kvm_nlist");
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	server->sysdeps.netload = _glibtop_sysdeps_netload;
 | 
			
		||||
        server->sysdeps.netload = _glibtop_sysdeps_netload;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Provides Network statistics. */
 | 
			
		||||
@@ -91,154 +74,141 @@ void
 | 
			
		||||
glibtop_get_netload_p (glibtop *server, glibtop_netload *buf,
 | 
			
		||||
                       const char *interface)
 | 
			
		||||
{
 | 
			
		||||
        struct ifnet ifnet;
 | 
			
		||||
        u_long ifnetaddr;
 | 
			
		||||
        struct sockaddr *sa = NULL;
 | 
			
		||||
 | 
			
		||||
        union {
 | 
			
		||||
                struct ifaddr ifa;
 | 
			
		||||
                struct in_ifaddr in;
 | 
			
		||||
        } ifaddr;
 | 
			
		||||
        struct ifaddrs *ifap, *ifa;
 | 
			
		||||
 | 
			
		||||
        memset (buf, 0, sizeof (glibtop_netload));
 | 
			
		||||
 | 
			
		||||
	if (server->sysdeps.netload == 0) return;
 | 
			
		||||
        if (server->sysdeps.netload == 0)
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
        if (kvm_read (server->machine->kd, nlst [0].n_value,
 | 
			
		||||
                        &ifnetaddr, sizeof (ifnetaddr)) != sizeof (ifnetaddr)) {
 | 
			
		||||
                glibtop_warn_io_r (server, "kvm_read (ifnet)");
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
        if (getifaddrs(&ifap) != 0) {
 | 
			
		||||
                glibtop_warn_io_r (server, "getifaddrs");
 | 
			
		||||
                return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        for (/* NOP */; ifnetaddr; ifnetaddr = (u_long) ifnet.if_link.tqe_next)
 | 
			
		||||
        {
 | 
			
		||||
                struct sockaddr_in *sin;
 | 
			
		||||
                register char *cp;
 | 
			
		||||
                u_long ifaddraddr;
 | 
			
		||||
#define IFA_STAT(s)     (((struct if_data *)ifa->ifa_data)->ifi_ ## s)
 | 
			
		||||
 | 
			
		||||
		if (kvm_read (server->machine->kd, ifnetaddr, &ifnet,
 | 
			
		||||
			      sizeof (ifnet)) != sizeof (ifnet)) {
 | 
			
		||||
			glibtop_warn_io_r (server,
 | 
			
		||||
					   "kvm_read (ifnetaddr)");
 | 
			
		||||
			break;
 | 
			
		||||
		}
 | 
			
		||||
        for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
 | 
			
		||||
                if (strcmp (ifa->ifa_name, interface) != 0)
 | 
			
		||||
                        continue;
 | 
			
		||||
 | 
			
		||||
		if (strcmp (ifnet.if_xname, interface) != 0)
 | 
			
		||||
			continue;
 | 
			
		||||
		
 | 
			
		||||
	        if (ifnet.if_flags & IFF_UP)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_UP);
 | 
			
		||||
                if (ifnet.if_flags & IFF_BROADCAST)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_BROADCAST);
 | 
			
		||||
                if (ifnet.if_flags & IFF_DEBUG)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_DEBUG);
 | 
			
		||||
                if (ifnet.if_flags & IFF_LOOPBACK)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LOOPBACK);
 | 
			
		||||
                if (ifnet.if_flags & IFF_POINTOPOINT)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_POINTOPOINT);
 | 
			
		||||
#ifdef IFF_DRV_RUNNING
 | 
			
		||||
                if (ifnet.if_drv_flags & IFF_DRV_RUNNING)
 | 
			
		||||
#else
 | 
			
		||||
                if (ifnet.if_flags & IFF_RUNNING)
 | 
			
		||||
#endif
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_RUNNING);
 | 
			
		||||
                if (ifnet.if_flags & IFF_NOARP)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_NOARP);
 | 
			
		||||
                if (ifnet.if_flags & IFF_PROMISC)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_PROMISC);
 | 
			
		||||
                if (ifnet.if_flags & IFF_ALLMULTI)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_ALLMULTI);
 | 
			
		||||
#ifdef IFF_DRV_OACTIVE
 | 
			
		||||
                if (ifnet.if_drv_flags & IFF_DRV_OACTIVE)
 | 
			
		||||
#else
 | 
			
		||||
                if (ifnet.if_flags & IFF_OACTIVE)
 | 
			
		||||
#endif
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_OACTIVE);
 | 
			
		||||
                if (ifnet.if_flags & IFF_SIMPLEX)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_SIMPLEX);
 | 
			
		||||
                if (ifnet.if_flags & IFF_LINK0)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LINK0);
 | 
			
		||||
                if (ifnet.if_flags & IFF_LINK1)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LINK1);
 | 
			
		||||
                if (ifnet.if_flags & IFF_LINK2)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LINK2);
 | 
			
		||||
                if (ifnet.if_flags & IFF_ALTPHYS)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_ALTPHYS);
 | 
			
		||||
                if (ifnet.if_flags & IFF_MULTICAST)
 | 
			
		||||
                        buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_MULTICAST);
 | 
			
		||||
                switch (ifa->ifa_addr->sa_family) {
 | 
			
		||||
                case AF_LINK: {
 | 
			
		||||
                        struct sockaddr_dl *sdl;
 | 
			
		||||
                        struct ifmediareq ifmr;
 | 
			
		||||
                        struct ifreq ifr;
 | 
			
		||||
                        int s, flags;
 | 
			
		||||
 | 
			
		||||
                buf->packets_in = ifnet.if_ipackets;
 | 
			
		||||
                buf->packets_out = ifnet.if_opackets;
 | 
			
		||||
                buf->packets_total = buf->packets_in + buf->packets_out;
 | 
			
		||||
 | 
			
		||||
                buf->bytes_in = ifnet.if_ibytes;
 | 
			
		||||
                buf->bytes_out = ifnet.if_obytes;
 | 
			
		||||
                buf->bytes_total = buf->bytes_in + buf->bytes_out;
 | 
			
		||||
 | 
			
		||||
                buf->errors_in = ifnet.if_ierrors;
 | 
			
		||||
                buf->errors_out = ifnet.if_oerrors;
 | 
			
		||||
                buf->errors_total = buf->errors_in + buf->errors_out;
 | 
			
		||||
 | 
			
		||||
                buf->collisions = ifnet.if_collisions;
 | 
			
		||||
                buf->flags = _glibtop_sysdeps_netload;
 | 
			
		||||
 | 
			
		||||
                for (ifaddraddr = (u_long) ifnet.if_addrhead.tqh_first; ifaddraddr; ifaddraddr = (u_long) ifaddr.ifa.ifa_link.tqe_next) {
 | 
			
		||||
                        if ((kvm_read (server->machine->kd, ifaddraddr, &ifaddr,
 | 
			
		||||
                                        sizeof (ifaddr)) != sizeof (ifaddr))) {
 | 
			
		||||
                                glibtop_warn_io_r (server,
 | 
			
		||||
						   "kvm_read (ifaddraddr)");
 | 
			
		||||
				break;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
#define CP(x) ((char *)(x))
 | 
			
		||||
                        cp = (CP(ifaddr.ifa.ifa_addr) - CP(ifaddraddr)) +
 | 
			
		||||
                             CP(&ifaddr);
 | 
			
		||||
                        sa = (struct sockaddr *)cp;
 | 
			
		||||
 | 
			
		||||
                        if (sa->sa_family == AF_LINK) {
 | 
			
		||||
                                struct sockaddr_dl *dl = (struct sockaddr_dl *) sa;
 | 
			
		||||
 | 
			
		||||
                                memcpy (buf->hwaddress, LLADDR (dl),
 | 
			
		||||
					sizeof (buf->hwaddress));
 | 
			
		||||
                                buf->flags |= GLIBTOP_NETLOAD_HWADDRESS;
 | 
			
		||||
                        } else if (sa->sa_family == AF_INET) {
 | 
			
		||||
                                sin = (struct sockaddr_in *)sa;
 | 
			
		||||
                                /* Commenting out to "fix" #13345. */
 | 
			
		||||
                                buf->subnet = htonl (ifaddr.in.ia_subnet);
 | 
			
		||||
                                buf->address = sin->sin_addr.s_addr;
 | 
			
		||||
                                buf->mtu = ifnet.if_mtu;
 | 
			
		||||
 | 
			
		||||
                                buf->flags |= _glibtop_sysdeps_netload_data;
 | 
			
		||||
                        } else if (sa->sa_family == AF_INET6) {
 | 
			
		||||
                                struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) sa;
 | 
			
		||||
                                int in6fd;
 | 
			
		||||
 | 
			
		||||
                                memcpy (buf->address6, &sin6->sin6_addr,
 | 
			
		||||
					sizeof (buf->address6));
 | 
			
		||||
                                buf->scope6 = (guint8) sin6->sin6_scope_id;
 | 
			
		||||
                                buf->flags |= _glibtop_sysdeps_netload6;
 | 
			
		||||
 | 
			
		||||
                                in6fd = socket (AF_INET6, SOCK_DGRAM, 0);
 | 
			
		||||
                                if (in6fd >= 0) {
 | 
			
		||||
                                        struct in6_ifreq ifr;
 | 
			
		||||
 | 
			
		||||
                                        memset (&ifr, 0, sizeof (ifr));
 | 
			
		||||
                                        ifr.ifr_addr = *sin6;
 | 
			
		||||
                                        g_strlcpy (ifr.ifr_name, interface,
 | 
			
		||||
                                                   sizeof (ifr.ifr_name));
 | 
			
		||||
                                        if (ioctl (in6fd, SIOCGIFNETMASK_IN6,
 | 
			
		||||
						  (char *) &ifr) >= 0) {
 | 
			
		||||
                                                memcpy (buf->prefix6,
 | 
			
		||||
						        &ifr.ifr_addr.sin6_addr,
 | 
			
		||||
                                                        sizeof (buf->prefix6));
 | 
			
		||||
                                                buf->flags |= GLIBTOP_NETLOAD_PREFIX6;
 | 
			
		||||
                                        }
 | 
			
		||||
                                        close (in6fd);
 | 
			
		||||
                                }
 | 
			
		||||
                        s = socket(AF_INET, SOCK_DGRAM, 0);
 | 
			
		||||
                        if (s < 0) {
 | 
			
		||||
                                glibtop_warn_io_r(server, "socket(AF_INET)");
 | 
			
		||||
                                break;
 | 
			
		||||
                        }
 | 
			
		||||
                } /* end of for ( ifaddraddr ) */
 | 
			
		||||
 | 
			
		||||
		/* found the interface anyway */
 | 
			
		||||
                break;
 | 
			
		||||
        } /* end of for ( ifnetaddr ) */
 | 
			
		||||
                        memset(&ifmr, 0, sizeof(ifmr));
 | 
			
		||||
                        (void)strlcpy(ifmr.ifm_name, ifa->ifa_name,
 | 
			
		||||
                                sizeof(ifmr.ifm_name));
 | 
			
		||||
                        if (ioctl(s, SIOCGIFXMEDIA, (caddr_t)&ifmr) < 0 &&
 | 
			
		||||
                            ioctl(s, SIOCGIFMEDIA, (caddr_t)&ifmr) < 0) {
 | 
			
		||||
                                glibtop_warn_io_r(server, "ioctl(SIOCGIFMEDIA)");
 | 
			
		||||
                        } else {
 | 
			
		||||
                                if (IFM_TYPE (ifmr.ifm_current) & IFM_IEEE80211)
 | 
			
		||||
                                    buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_WIRELESS);
 | 
			
		||||
                                if (IFM_TYPE (ifmr.ifm_active) & IFM_IEEE80211)
 | 
			
		||||
                                    buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_WIRELESS);
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        memset(&ifr, 0, sizeof(ifr));
 | 
			
		||||
                        (void)strlcpy(ifr.ifr_name, ifa->ifa_name,
 | 
			
		||||
                                sizeof(ifr.ifr_name));
 | 
			
		||||
                        if (ioctl(s, SIOCGIFFLAGS, (caddr_t)&ifr) < 0) {
 | 
			
		||||
                                glibtop_warn_io_r(server, "ioctl(SIOCGIFFLAGS)");
 | 
			
		||||
                                close(s);
 | 
			
		||||
                                break;
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        close(s);
 | 
			
		||||
 | 
			
		||||
                        flags = (ifr.ifr_flags & 0xffff) | (ifr.ifr_flagshigh << 16);
 | 
			
		||||
 | 
			
		||||
                        if (flags & IFF_UP)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_UP);
 | 
			
		||||
                        if (flags & IFF_BROADCAST)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_BROADCAST);
 | 
			
		||||
                        if (flags & IFF_DEBUG)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_DEBUG);
 | 
			
		||||
                        if (flags & IFF_LOOPBACK)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LOOPBACK);
 | 
			
		||||
                        if (flags & IFF_POINTOPOINT)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_POINTOPOINT);
 | 
			
		||||
                        if (flags & IFF_RUNNING)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_RUNNING);
 | 
			
		||||
                        if (flags & IFF_NOARP)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_NOARP);
 | 
			
		||||
                        if (flags & IFF_PROMISC)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_PROMISC);
 | 
			
		||||
                        if (flags & IFF_ALLMULTI)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_ALLMULTI);
 | 
			
		||||
                        if (flags & IFF_OACTIVE)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_OACTIVE);
 | 
			
		||||
                        if (flags & IFF_SIMPLEX)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_SIMPLEX);
 | 
			
		||||
                        if (flags & IFF_LINK0)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LINK0);
 | 
			
		||||
                        if (flags & IFF_LINK1)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LINK1);
 | 
			
		||||
                        if (flags & IFF_LINK2)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LINK2);
 | 
			
		||||
                        if (flags & IFF_ALTPHYS)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_ALTPHYS);
 | 
			
		||||
                        if (flags & IFF_MULTICAST)
 | 
			
		||||
                                buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_MULTICAST);
 | 
			
		||||
 | 
			
		||||
                        buf->packets_in = IFA_STAT(ipackets);
 | 
			
		||||
                        buf->packets_out = IFA_STAT(opackets);
 | 
			
		||||
                        buf->packets_total = buf->packets_in + buf->packets_out;
 | 
			
		||||
 | 
			
		||||
                        buf->bytes_in = IFA_STAT(ibytes);
 | 
			
		||||
                        buf->bytes_out = IFA_STAT(obytes);
 | 
			
		||||
                        buf->bytes_total = buf->bytes_in + buf->bytes_out;
 | 
			
		||||
 | 
			
		||||
                        buf->errors_in = IFA_STAT(ierrors);
 | 
			
		||||
                        buf->errors_out = IFA_STAT(oerrors);
 | 
			
		||||
                        buf->errors_total = buf->errors_in + buf->errors_out;
 | 
			
		||||
 | 
			
		||||
                        buf->collisions = IFA_STAT(collisions);
 | 
			
		||||
 | 
			
		||||
                        sdl = (struct sockaddr_dl *)(void *)ifa->ifa_addr;
 | 
			
		||||
                        memcpy(buf->hwaddress, LLADDR(sdl),
 | 
			
		||||
                                sizeof(buf->hwaddress));
 | 
			
		||||
                        buf->mtu = IFA_STAT(mtu);
 | 
			
		||||
                        buf->flags |= _glibtop_sysdeps_netload;
 | 
			
		||||
                        break;
 | 
			
		||||
                }
 | 
			
		||||
                case AF_INET: {
 | 
			
		||||
                        struct sockaddr_in *sin;
 | 
			
		||||
 | 
			
		||||
                        sin = (struct sockaddr_in *)(void *)ifa->ifa_addr;
 | 
			
		||||
                        buf->address = sin->sin_addr.s_addr;
 | 
			
		||||
                        sin = (struct sockaddr_in *)(void *)ifa->ifa_netmask;
 | 
			
		||||
                        buf->subnet = sin->sin_addr.s_addr & buf->address;
 | 
			
		||||
                        buf->flags |= _glibtop_sysdeps_netload_data;
 | 
			
		||||
                        break;
 | 
			
		||||
                }
 | 
			
		||||
                case AF_INET6: {
 | 
			
		||||
                        struct sockaddr_in6 *sin6;
 | 
			
		||||
 | 
			
		||||
                        sin6 = (struct sockaddr_in6 *)(void *)ifa->ifa_addr;
 | 
			
		||||
                        memcpy(buf->address6, &sin6->sin6_addr,
 | 
			
		||||
                                sizeof(buf->address6));
 | 
			
		||||
                        buf->scope6 = (guint8 )sin6->sin6_scope_id;
 | 
			
		||||
                        sin6 = (struct sockaddr_in6 *)(void *)ifa->ifa_netmask;
 | 
			
		||||
                        memcpy(buf->prefix6, &sin6->sin6_addr,
 | 
			
		||||
                                sizeof(buf->prefix6));
 | 
			
		||||
                        buf->flags |= _glibtop_sysdeps_netload6;
 | 
			
		||||
                        break;
 | 
			
		||||
                }
 | 
			
		||||
                } // switch() end
 | 
			
		||||
        }
 | 
			
		||||
        freeifaddrs(ifap);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,7 @@
 | 
			
		||||
#include <sys/socket.h>
 | 
			
		||||
#include <sys/ioctl.h>
 | 
			
		||||
 | 
			
		||||
#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
 | 
			
		||||
#if !defined (__GLIBC__) || __GNU_LIBRARY__ > 1
 | 
			
		||||
/* GNU LibC */
 | 
			
		||||
#include <net/if.h>
 | 
			
		||||
#include <netinet/ip_icmp.h>
 | 
			
		||||
@@ -43,7 +43,7 @@
 | 
			
		||||
#include <netinet/tcp.h>
 | 
			
		||||
#include <netinet/udp.h>
 | 
			
		||||
#include <net/if.h>
 | 
			
		||||
#else /* Libc 5 */
 | 
			
		||||
#elif defined (__GLIBC__) /* Libc 5 */
 | 
			
		||||
#include <linux/if.h>
 | 
			
		||||
#include <linux/in.h>
 | 
			
		||||
#include <linux/ip.h>
 | 
			
		||||
 
 | 
			
		||||
@@ -110,6 +110,9 @@ glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid)
 | 
			
		||||
	    break;
 | 
			
		||||
	  }
 | 
			
		||||
 | 
			
		||||
	p = skip_multiple_token (p, 36);
 | 
			
		||||
	buf->last_processor = atoi (p);
 | 
			
		||||
 | 
			
		||||
	p = skip_token (buffer); /* pid */
 | 
			
		||||
	if (G_UNLIKELY(*p++ != '('))
 | 
			
		||||
		glibtop_error_r (server, "Bad data in /proc/%d/stat", pid);
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,8 @@ G_BEGIN_DECLS
 | 
			
		||||
#include <sys/param.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <glibtop_machine.h>
 | 
			
		||||
 | 
			
		||||
#define KI_PROC(ki) (&(ki))->kp_proc)
 | 
			
		||||
#define KI_EPROC(ki) (&(ki))->kp_eproc)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -21,6 +21,7 @@
 | 
			
		||||
 | 
			
		||||
#include <config.h>
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/sysctl.h>
 | 
			
		||||
#include <glibtop.h>
 | 
			
		||||
#include <glibtop/open.h>
 | 
			
		||||
#include <glibtop/cpu.h>
 | 
			
		||||
 
 | 
			
		||||
@@ -56,11 +56,8 @@ glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf,
 | 
			
		||||
 | 
			
		||||
	memset (buf, 0, sizeof (glibtop_proc_args));
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * Don't bother with PIDs below 20, because everything below this
 | 
			
		||||
	 * number is highly likely to be a kernel thread.
 | 
			
		||||
	 */
 | 
			
		||||
	if (pid < 19) return NULL;
 | 
			
		||||
	/* Ignore init */
 | 
			
		||||
	if (pid < 2) return NULL;
 | 
			
		||||
 | 
			
		||||
	glibtop_suid_enter (server);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -284,7 +284,7 @@ glibtop_get_proc_map_p (glibtop *server, glibtop_proc_map *buf,
 | 
			
		||||
			mentry->perm |= GLIBTOP_MAP_PERM_READ;
 | 
			
		||||
		if (entry->protection & PROT_WRITE)
 | 
			
		||||
			mentry->perm |= GLIBTOP_MAP_PERM_WRITE;
 | 
			
		||||
		if (entry->protection & PROT_EXECUTE)
 | 
			
		||||
		if (entry->protection & PROT_EXEC)
 | 
			
		||||
			mentry->perm |= GLIBTOP_MAP_PERM_EXECUTE;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -42,6 +42,7 @@
 | 
			
		||||
#include <arpa/inet.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <kvm.h>
 | 
			
		||||
 | 
			
		||||
#include "glibtop_private.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user