pidgin/pidgin

Updated translations from Transifex.
release-2.x.y
2014-01-21, Mark Doliner
ec41ca5592e5
Updated translations from Transifex.

I think we should probably change this workflow a bit.
- Stop listing updates in ChangeLog. I doubt many people care about
this and I don't like spending time updating it. We don't have enough
man-hours as it is, we shouldn't be spending our time with overhead.
- Always fetch/rebase/commit all translations from transifex before
releasing.
- Maybe stop listing translators in a help dialog and just point to
transifex, instead. Unless we think this is important enough to
keep updated within the codebase.
EXTRA_DIST = \
Makefile.mingw
pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
noinst_HEADERS = sametime.h
SAMETIMESOURCES = sametime.c
AM_CFLAGS = \
$(st)
if STATIC_SAMETIME
st = -DPURPLE_STATIC_PRPL
noinst_LTLIBRARIES = libsametime.la
libsametime_la_CFLAGS = $(AM_CFLAGS)
else
st =
pkg_LTLIBRARIES = libsametime.la
endif
libsametime_la_SOURCES = $(SAMETIMESOURCES)
libsametime_la_LDFLAGS = -module -avoid-version
libsametime_la_LIBADD = $(GLIB_LIBS) $(MEANWHILE_LIBS)
AM_CPPFLAGS = \
-I$(top_srcdir)/libpurple \
-I$(top_builddir)/libpurple \
$(DEBUG_CFLAGS) \
$(GLIB_CFLAGS) \
$(MEANWHILE_CFLAGS) \
-DG_LOG_DOMAIN=\"sametime\"