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.
#include "conversation.h"
PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
gboolean (*account_test)(const PurpleAccount *account));
PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);
PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);