summaryrefslogtreecommitdiff
path: root/net-im/empathy
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /net-im/empathy
parentCleanup the @dirrm (diff)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
Notes
Notes: svn path=/head/; revision=372768
Diffstat (limited to 'net-im/empathy')
-rw-r--r--net-im/empathy/Makefile141
-rw-r--r--net-im/empathy/distinfo4
-rw-r--r--net-im/empathy/files/patch-configure13
-rw-r--r--net-im/empathy/files/patch-libempathy_emapth-tp-file.c10
-rw-r--r--net-im/empathy/files/patch-libempathy_empathy-auth-factory.c10
-rw-r--r--net-im/empathy/files/patch-src_Makefile.in27
-rw-r--r--net-im/empathy/pkg-plist2530
7 files changed, 1552 insertions, 1183 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index f4738fc51818..47833e39d096 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -1,104 +1,85 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/net-im/empathy/Makefile,v 1.90 2012/08/17 19:06:45 kwm Exp $
+# $MCom: ports/trunk/net-im/empathy/Makefile 20021 2014-10-24 17:45:27Z gusi $
PORTNAME= empathy
-PORTVERSION= 2.34.0
-PORTREVISION= 9
+PORTVERSION= 3.12.7
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME IM client based around telepathy
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
+BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ geoclue>=0:${PORTSDIR}/net/geoclue \
+ itstool:${PORTSDIR}/textproc/itstool \
+ mc-tool:${PORTSDIR}/net-im/telepathy-mission-control
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
+ libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
+ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
+ libpulse.so:${PORTSDIR}/audio/pulseaudio \
libtelepathy.so:${PORTSDIR}/net-im/libtelepathy \
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
- libtelepathy-farsight.so:${PORTSDIR}/net-im/telepathy-farsight \
+ libtelepathy-farstream.so:${PORTSDIR}/net-im/telepathy-farstream \
libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \
- libfolks-telepathy.so:${PORTSDIR}/net-im/folks04 \
- libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
+ libfolks-telepathy.so:${PORTSDIR}/net-im/folks \
libnotify.so:${PORTSDIR}/devel/libnotify \
- libgcr.so:${PORTSDIR}/security/gnome-keyring \
- libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
-
-CONFLICTS= empathy-3.[0-9]*
-
-USES= gettext gmake libtool pathfix pkgconfig python tar:bzip2
+ libgcr-3.so:${PORTSDIR}/security/gcr \
+ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+ libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
+ libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ geoclue>=0:${PORTSDIR}/net/geoclue \
+ mc-tool:${PORTSDIR}/net-im/telepathy-mission-control
+
+USES= gettext gmake libtool pathfix pkgconfig python tar:xz
+USE_GNOME= evolutiondataserver3 gnomeprefix intlhack
+USE_GSTREAMER1= yes
USE_LDCONFIG= yes
-USE_GNOME= evolutiondataserver gnomeprefix pygtk2
-GNU_CONFIGURE= yes
-USE_GSTREAMER= yes
-INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-MAKE_JOBS_UNSAFE=yes
+MAKE_JOBS_UNSAFE= YES
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-Werror \
- --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt \
- --enable-nautilus-sendto=no
-
-GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml
-
-OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE WEBKIT MAP
-OPTIONS_DEFAULT=JABBER MSN IRC WEBKIT MAP
-MSN_DESC= MSN client support
-IRC_DESC= IRC client support
-SALUT_DESC= Link-local (serverless) XMPP support
-HAZE_DESC= Libpurple protocol integration
-MAP_DESC= Graphical map support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MJABBER}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble
-.endif
-
-.if ${PORT_OPTIONS:MMSN}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly
-.endif
-
-.if ${PORT_OPTIONS:MIRC}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle
-.endif
-
-.if ${PORT_OPTIONS:MSALUT}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut
-.endif
-
-.if ${PORT_OPTIONS:MHAZE}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
-.endif
-
-.if ${PORT_OPTIONS:MWEBKIT}
-LIB_DEPENDS+= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
-CONFIGURE_ARGS+=--enable-webkit
-PLIST_SUB+= ADIUM=""
-.else
-CONFIGURE_ARGS+=--disable-webkit
-PLIST_SUB+= ADIUM="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MMAP}
-USE_GL= gl
-LIB_DEPENDS+= libchamplain-0.8.so:${PORTSDIR}/graphics/libchamplain
-CONFIGURE_ARGS+=--enable-map
-PLIST_SUB+= MAP=""
-.else
-CONFIGURE_ARGS+=--disable-map
-PLIST_SUB+= MAP="@comment "
-.endif
+ --enable-goa \
+ --enable-gst-1.0=yes \
+ --enable-location=yes
+INSTALL_TARGET= install-strip
+
+GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml \
+ org.gnome.telepathy-account-widgets.gschema.xml
+
+OPTIONS_SUB= yes
+OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE MAP CHEESE
+OPTIONS_DEFAULT=JABBER MSN IRC SALUT MAP
+JABBER_DESC= Enable jabber (XMPP) client support
+MSN_DESC= Enable MSN client support
+IRC_DESC= Enable IRC client support
+SALUT_DESC= Enable link-local (serverless) XMPP support
+HAZE_DESC= Enable libpurple protocol integration
+MAP_DESC= Enable graphical map support
+CHEESE_DESC= Enable cheese camera support
+JABBER_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble
+MSN_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly
+IRC_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle
+SALUT_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut
+HAZE_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
+MAP_USE= GL=gl
+MAP_LIB_DEPENDS= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain
+MAP_CONFIGURE_ENABLE= map
+CHEESE_BUILD_DEPENDS= cheese>=0:${PORTSDIR}/multimedia/cheese
+CHEESE_RUN_DEPENDS= cheese>=0:${PORTSDIR}/multimedia/cheese
+CHEESE_CONFIGURE_WITH= cheese
post-patch:
- @${REINPLACE_CMD} \
- -e '/^empathy_av_LDADD =/s/$$/ -lm/' \
- -e '/^empathy_call_LDADD =/s/$$/ -lm/' \
- ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g ;\
+ s|MISSION_CONTROL_PLUGINS_DIR=`pkg-config -|MISSION_CONTROL_PLUGINS_DIR=$${libdir}/`pkg-config -|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo
index 1cfcc35b5f86..60278d4e482d 100644
--- a/net-im/empathy/distinfo
+++ b/net-im/empathy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (empathy-2.34.0.tar.bz2) = 6efa0ae3ac3580ac9600f889c92497f36983e22da79d547a65030a14691369d1
-SIZE (empathy-2.34.0.tar.bz2) = 3361496
+SHA256 (empathy-3.12.7.tar.xz) = abcc6e325474d158ba21dfc864183617cf832c3570ccefe9e32f275b94452794
+SIZE (empathy-3.12.7.tar.xz) = 5047116
diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure
deleted file mode 100644
index 300f783e450a..000000000000
--- a/net-im/empathy/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig 2010-11-18 17:41:43.000000000 +0100
-+++ configure 2010-11-18 17:41:43.000000000 +0100
-@@ -13390,8 +13390,8 @@
- .SECONDARY: $(gsettings_SCHEMAS)
-
- gsettings__base_list = \
-- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
-- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
-+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
-+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
-
- install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid)
- @$(NORMAL_INSTALL)
diff --git a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c b/net-im/empathy/files/patch-libempathy_emapth-tp-file.c
deleted file mode 100644
index 58ac2a65b19d..000000000000
--- a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libempathy/empathy-tp-file.c.orig 2009-06-15 18:52:39.000000000 +0200
-+++ libempathy/empathy-tp-file.c 2009-06-15 18:53:45.000000000 +0200
-@@ -29,6 +29,7 @@
- #include <arpa/inet.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <sys/un.h>
-
- #include <glib/gi18n-lib.h>
diff --git a/net-im/empathy/files/patch-libempathy_empathy-auth-factory.c b/net-im/empathy/files/patch-libempathy_empathy-auth-factory.c
deleted file mode 100644
index 879313c5b7c1..000000000000
--- a/net-im/empathy/files/patch-libempathy_empathy-auth-factory.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libempathy/empathy-auth-factory.c.orig 2011-12-07 17:19:17.000000000 +0000
-+++ libempathy/empathy-auth-factory.c 2011-12-07 17:19:45.000000000 +0000
-@@ -23,6 +23,7 @@
- #include <telepathy-glib/interfaces.h>
- #include <telepathy-glib/simple-handler.h>
- #include <telepathy-glib/util.h>
-+#include <telepathy-glib/channel-dispatch-operation.h>
-
- #define DEBUG_FLAG EMPATHY_DEBUG_TLS
- #include "empathy-debug.h"
diff --git a/net-im/empathy/files/patch-src_Makefile.in b/net-im/empathy/files/patch-src_Makefile.in
deleted file mode 100644
index ef7ba85464ae..000000000000
--- a/net-im/empathy/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/Makefile.in.orig 2013-03-12 21:11:24.000000000 +0000
-+++ src/Makefile.in 2013-03-12 21:12:10.000000000 +0000
-@@ -1688,24 +1688,6 @@
- $(AM_V_GEN)echo "#include \"src-marshal.h\"" > $@ && \
- $(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c
-
--# rules for making the glib enum objects
--%-enumtypes.h: %.h Makefile.in
-- $(AM_V_GEN)glib-mkenums \
-- --fhead "#ifndef __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n#define __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
-- --fprod "/* enumerations from \"@filename@\" */\n" \
-- --vhead "GType @enum_name@_get_type (void);\n#define $(shell echo $* | tr [:lower:]- [:upper:]_ | sed 's/_.*//')_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
-- --ftail "G_END_DECLS\n\n#endif /* __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__ */" \
-- $< > $@
--
--%-enumtypes.c: %.h Makefile.in
-- $(AM_V_GEN)glib-mkenums \
-- --fhead "#include <$*.h>\n#include <$*-enumtypes.h>" \
-- --fprod "\n/* enumerations from \"@filename@\" */" \
-- --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
-- --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \
-- --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
-- $< > $@
--
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/net-im/empathy/pkg-plist b/net-im/empathy/pkg-plist
index c98cd84eaeb8..819c8bbb977f 100644
--- a/net-im/empathy/pkg-plist
+++ b/net-im/empathy/pkg-plist
@@ -1,55 +1,241 @@
bin/empathy
bin/empathy-accounts
bin/empathy-debugger
+lib/empathy/libempathy-3.12.7.so
+lib/empathy/libempathy-gtk-3.12.7.so
+lib/empathy/libempathy-gtk.a
+lib/empathy/libempathy-gtk.so
+lib/empathy/libempathy.a
+lib/empathy/libempathy.so
+share/locale/an/LC_MESSAGES/empathy-tpaw.mo
+share/locale/an/LC_MESSAGES/empathy.mo
+share/locale/ar/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ar/LC_MESSAGES/empathy.mo
+share/locale/as/LC_MESSAGES/empathy-tpaw.mo
+share/locale/as/LC_MESSAGES/empathy.mo
+share/locale/ast/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ast/LC_MESSAGES/empathy.mo
+share/locale/az/LC_MESSAGES/empathy-tpaw.mo
+share/locale/az/LC_MESSAGES/empathy.mo
+share/locale/be/LC_MESSAGES/empathy-tpaw.mo
+share/locale/be/LC_MESSAGES/empathy.mo
+share/locale/be@latin/LC_MESSAGES/empathy-tpaw.mo
+share/locale/be@latin/LC_MESSAGES/empathy.mo
+share/locale/bg/LC_MESSAGES/empathy-tpaw.mo
+share/locale/bg/LC_MESSAGES/empathy.mo
+share/locale/bn/LC_MESSAGES/empathy-tpaw.mo
+share/locale/bn/LC_MESSAGES/empathy.mo
+share/locale/bn_IN/LC_MESSAGES/empathy-tpaw.mo
+share/locale/bn_IN/LC_MESSAGES/empathy.mo
+share/locale/br/LC_MESSAGES/empathy-tpaw.mo
+share/locale/br/LC_MESSAGES/empathy.mo
+share/locale/ca/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ca/LC_MESSAGES/empathy.mo
+share/locale/ca@valencia/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ca@valencia/LC_MESSAGES/empathy.mo
+share/locale/crh/LC_MESSAGES/empathy-tpaw.mo
+share/locale/crh/LC_MESSAGES/empathy.mo
+share/locale/cs/LC_MESSAGES/empathy-tpaw.mo
+share/locale/cs/LC_MESSAGES/empathy.mo
+share/locale/cy/LC_MESSAGES/empathy-tpaw.mo
+share/locale/cy/LC_MESSAGES/empathy.mo
+share/locale/da/LC_MESSAGES/empathy-tpaw.mo
+share/locale/da/LC_MESSAGES/empathy.mo
+share/locale/de/LC_MESSAGES/empathy-tpaw.mo
+share/locale/de/LC_MESSAGES/empathy.mo
+share/locale/dz/LC_MESSAGES/empathy-tpaw.mo
+share/locale/dz/LC_MESSAGES/empathy.mo
+share/locale/el/LC_MESSAGES/empathy-tpaw.mo
+share/locale/el/LC_MESSAGES/empathy.mo
+share/locale/en@shaw/LC_MESSAGES/empathy-tpaw.mo
+share/locale/en@shaw/LC_MESSAGES/empathy.mo
+share/locale/en_CA/LC_MESSAGES/empathy-tpaw.mo
+share/locale/en_CA/LC_MESSAGES/empathy.mo
+share/locale/en_GB/LC_MESSAGES/empathy-tpaw.mo
+share/locale/en_GB/LC_MESSAGES/empathy.mo
+share/locale/eo/LC_MESSAGES/empathy-tpaw.mo
+share/locale/eo/LC_MESSAGES/empathy.mo
+share/locale/es/LC_MESSAGES/empathy-tpaw.mo
+share/locale/es/LC_MESSAGES/empathy.mo
+share/locale/et/LC_MESSAGES/empathy-tpaw.mo
+share/locale/et/LC_MESSAGES/empathy.mo
+share/locale/eu/LC_MESSAGES/empathy-tpaw.mo
+share/locale/eu/LC_MESSAGES/empathy.mo
+share/locale/fa/LC_MESSAGES/empathy-tpaw.mo
+share/locale/fa/LC_MESSAGES/empathy.mo
+share/locale/fi/LC_MESSAGES/empathy-tpaw.mo
+share/locale/fi/LC_MESSAGES/empathy.mo
+share/locale/fr/LC_MESSAGES/empathy-tpaw.mo
+share/locale/fr/LC_MESSAGES/empathy.mo
+share/locale/ga/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ga/LC_MESSAGES/empathy.mo
+share/locale/gl/LC_MESSAGES/empathy-tpaw.mo
+share/locale/gl/LC_MESSAGES/empathy.mo
+share/locale/gu/LC_MESSAGES/empathy-tpaw.mo
+share/locale/gu/LC_MESSAGES/empathy.mo
+share/locale/he/LC_MESSAGES/empathy-tpaw.mo
+share/locale/he/LC_MESSAGES/empathy.mo
+share/locale/hi/LC_MESSAGES/empathy-tpaw.mo
+share/locale/hi/LC_MESSAGES/empathy.mo
+share/locale/hr/LC_MESSAGES/empathy-tpaw.mo
+share/locale/hr/LC_MESSAGES/empathy.mo
+share/locale/hu/LC_MESSAGES/empathy-tpaw.mo
+share/locale/hu/LC_MESSAGES/empathy.mo
+share/locale/id/LC_MESSAGES/empathy-tpaw.mo
+share/locale/id/LC_MESSAGES/empathy.mo
+share/locale/it/LC_MESSAGES/empathy-tpaw.mo
+share/locale/it/LC_MESSAGES/empathy.mo
+share/locale/ja/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ja/LC_MESSAGES/empathy.mo
+share/locale/kk/LC_MESSAGES/empathy-tpaw.mo
+share/locale/kk/LC_MESSAGES/empathy.mo
+share/locale/km/LC_MESSAGES/empathy-tpaw.mo
+share/locale/km/LC_MESSAGES/empathy.mo
+share/locale/kn/LC_MESSAGES/empathy-tpaw.mo
+share/locale/kn/LC_MESSAGES/empathy.mo
+share/locale/ko/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ko/LC_MESSAGES/empathy.mo
+share/locale/ku/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ku/LC_MESSAGES/empathy.mo
+share/locale/lt/LC_MESSAGES/empathy-tpaw.mo
+share/locale/lt/LC_MESSAGES/empathy.mo
+share/locale/lv/LC_MESSAGES/empathy-tpaw.mo
+share/locale/lv/LC_MESSAGES/empathy.mo
+share/locale/mai/LC_MESSAGES/empathy-tpaw.mo
+share/locale/mai/LC_MESSAGES/empathy.mo
+share/locale/mk/LC_MESSAGES/empathy-tpaw.mo
+share/locale/mk/LC_MESSAGES/empathy.mo
+share/locale/ml/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ml/LC_MESSAGES/empathy.mo
+share/locale/mr/LC_MESSAGES/empathy-tpaw.mo
+share/locale/mr/LC_MESSAGES/empathy.mo
+share/locale/ms/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ms/LC_MESSAGES/empathy.mo
+share/locale/my/LC_MESSAGES/empathy-tpaw.mo
+share/locale/my/LC_MESSAGES/empathy.mo
+share/locale/nb/LC_MESSAGES/empathy-tpaw.mo
+share/locale/nb/LC_MESSAGES/empathy.mo
+share/locale/ne/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ne/LC_MESSAGES/empathy.mo
+share/locale/nl/LC_MESSAGES/empathy-tpaw.mo
+share/locale/nl/LC_MESSAGES/empathy.mo
+share/locale/nn/LC_MESSAGES/empathy-tpaw.mo
+share/locale/nn/LC_MESSAGES/empathy.mo
+share/locale/oc/LC_MESSAGES/empathy-tpaw.mo
+share/locale/oc/LC_MESSAGES/empathy.mo
+share/locale/or/LC_MESSAGES/empathy-tpaw.mo
+share/locale/or/LC_MESSAGES/empathy.mo
+share/locale/pa/LC_MESSAGES/empathy-tpaw.mo
+share/locale/pa/LC_MESSAGES/empathy.mo
+share/locale/pl/LC_MESSAGES/empathy-tpaw.mo
+share/locale/pl/LC_MESSAGES/empathy.mo
+share/locale/ps/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ps/LC_MESSAGES/empathy.mo
+share/locale/pt/LC_MESSAGES/empathy-tpaw.mo
+share/locale/pt/LC_MESSAGES/empathy.mo
+share/locale/pt_BR/LC_MESSAGES/empathy-tpaw.mo
+share/locale/pt_BR/LC_MESSAGES/empathy.mo
+share/locale/ro/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ro/LC_MESSAGES/empathy.mo
+share/locale/ru/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ru/LC_MESSAGES/empathy.mo
+share/locale/si/LC_MESSAGES/empathy-tpaw.mo
+share/locale/si/LC_MESSAGES/empathy.mo
+share/locale/sk/LC_MESSAGES/empathy-tpaw.mo
+share/locale/sk/LC_MESSAGES/empathy.mo
+share/locale/sl/LC_MESSAGES/empathy-tpaw.mo
+share/locale/sl/LC_MESSAGES/empathy.mo
+share/locale/sq/LC_MESSAGES/empathy-tpaw.mo
+share/locale/sq/LC_MESSAGES/empathy.mo
+share/locale/sr/LC_MESSAGES/empathy-tpaw.mo
+share/locale/sr/LC_MESSAGES/empathy.mo
+share/locale/sr@latin/LC_MESSAGES/empathy-tpaw.mo
+share/locale/sr@latin/LC_MESSAGES/empathy.mo
+share/locale/sv/LC_MESSAGES/empathy-tpaw.mo
+share/locale/sv/LC_MESSAGES/empathy.mo
+share/locale/ta/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ta/LC_MESSAGES/empathy.mo
+share/locale/te/LC_MESSAGES/empathy-tpaw.mo
+share/locale/te/LC_MESSAGES/empathy.mo
+share/locale/tg/LC_MESSAGES/empathy-tpaw.mo
+share/locale/tg/LC_MESSAGES/empathy.mo
+share/locale/th/LC_MESSAGES/empathy-tpaw.mo
+share/locale/th/LC_MESSAGES/empathy.mo
+share/locale/tr/LC_MESSAGES/empathy-tpaw.mo
+share/locale/tr/LC_MESSAGES/empathy.mo
+share/locale/ug/LC_MESSAGES/empathy-tpaw.mo
+share/locale/ug/LC_MESSAGES/empathy.mo
+share/locale/uk/LC_MESSAGES/empathy-tpaw.mo
+share/locale/uk/LC_MESSAGES/empathy.mo
+share/locale/vi/LC_MESSAGES/empathy-tpaw.mo
+share/locale/vi/LC_MESSAGES/empathy.mo
+share/locale/xh/LC_MESSAGES/empathy-tpaw.mo
+share/locale/xh/LC_MESSAGES/empathy.mo
+share/locale/zh_CN/LC_MESSAGES/empathy-tpaw.mo
+share/locale/zh_CN/LC_MESSAGES/empathy.mo
+share/locale/zh_HK/LC_MESSAGES/empathy-tpaw.mo
+share/locale/zh_HK/LC_MESSAGES/empathy.mo
+share/locale/zh_TW/LC_MESSAGES/empathy-tpaw.mo
+share/locale/zh_TW/LC_MESSAGES/empathy.mo
+share/locale/zu/LC_MESSAGES/empathy-tpaw.mo
+share/locale/zu/LC_MESSAGES/empathy.mo
+lib/mission-control-plugins.0/mcp-account-manager-goa.a
+lib/mission-control-plugins.0/mcp-account-manager-goa.so
libexec/empathy-auth-client
-libexec/empathy-av
-man/man1/empathy-accounts.1.gz
+libexec/empathy-call
+libexec/empathy-chat
man/man1/empathy.1.gz
+man/man1/empathy-accounts.1.gz
share/GConf/gsettings/empathy.convert
-share/applications/empathy-accounts.desktop
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Info.plist
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Status.html
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Blue.css
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Clean.css
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Simple.css
+share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/main.css
+share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Info.plist
+share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Content.html
+share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Status.html
+share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/main.css
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/corners.png
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/horizontal.png
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/nipple.png
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/vertical.png
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Status.html
+share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
+share/appdata/empathy.appdata.xml
share/applications/empathy.desktop
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
+share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
+share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
%%DATADIR%%/Template.html
-%%DATADIR%%/codec-preferences
-%%DATADIR%%/element-properties
-%%DATADIR%%/empathy-account-widget-aim.ui
-%%DATADIR%%/empathy-account-widget-generic.ui
-%%DATADIR%%/empathy-account-widget-groupwise.ui
-%%DATADIR%%/empathy-account-widget-icq.ui
-%%DATADIR%%/empathy-account-widget-irc.ui
-%%DATADIR%%/empathy-account-widget-jabber.ui
-%%DATADIR%%/empathy-account-widget-local-xmpp.ui
-%%DATADIR%%/empathy-account-widget-msn.ui
-%%DATADIR%%/empathy-account-widget-sip.ui
-%%DATADIR%%/empathy-account-widget-yahoo.ui
+%%DATADIR%%/empathy.css
%%DATADIR%%/empathy-accounts-dialog.ui
%%DATADIR%%/empathy-call-window-fullscreen.ui
%%DATADIR%%/empathy-call-window.ui
%%DATADIR%%/empathy-chat-window.ui
%%DATADIR%%/empathy-chat.ui
-%%DATADIR%%/empathy-chatroom-manager.dtd
%%DATADIR%%/empathy-chatrooms-window.ui
%%DATADIR%%/empathy-contact-blocking-dialog.ui
-%%DATADIR%%/empathy-contact-dialogs.ui
-%%DATADIR%%/empathy-contact-groups.dtd
-%%DATADIR%%/empathy-contact-selector-dialog.ui
%%DATADIR%%/empathy-contact-widget.ui
%%DATADIR%%/empathy-ft-manager.ui
%%DATADIR%%/empathy-import-dialog.ui
%%DATADIR%%/empathy-individual-widget.ui
-%%DATADIR%%/empathy-irc-networks.dtd
+%%DATADIR%%/empathy-log-window.html
%%DATADIR%%/empathy-log-window.ui
-%%DATADIR%%/empathy-main-window.ui
-%%MAP%%%%DATADIR%%/empathy-map-view.ui
%%DATADIR%%/empathy-new-chatroom-dialog.ui
%%DATADIR%%/empathy-preferences.ui
+%%DATADIR%%/empathy-roster-window-menubar.ui
+%%DATADIR%%/empathy-roster-window.ui
%%DATADIR%%/empathy-search-bar.ui
%%DATADIR%%/empathy-status-icon.ui
%%DATADIR%%/empathy-status-preset-dialog.ui
-%%DATADIR%%/empathy-status-presets.dtd
%%DATADIR%%/icons/hicolor/16x16/actions/im-message-new.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-aim.png
%%DATADIR%%/icons/hicolor/16x16/apps/im-ekiga.png
@@ -216,1027 +402,1289 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
%%DATADIR%%/icons/hicolor/scalable/status/user-idle.svg
%%DATADIR%%/icons/hicolor/scalable/status/user-offline.svg
%%DATADIR%%/irc-networks.xml
-share/gnome/help/empathy/C/account-irc.page
-share/gnome/help/empathy/C/account-jabber.page
-share/gnome/help/empathy/C/accounts-window.page
-share/gnome/help/empathy/C/add-account.page
-share/gnome/help/empathy/C/add-contact.page
-share/gnome/help/empathy/C/audio-call.page
-share/gnome/help/empathy/C/audio-video.page
-share/gnome/help/empathy/C/change-status.page
-share/gnome/help/empathy/C/create-account.page
-share/gnome/help/empathy/C/disable-account.page
-share/gnome/help/empathy/C/favorite-rooms.page
-share/gnome/help/empathy/C/figures/audio-input-microphone.png
-share/gnome/help/empathy/C/figures/available.png
-share/gnome/help/empathy/C/figures/away.png
-share/gnome/help/empathy/C/figures/busy.png
-share/gnome/help/empathy/C/figures/camera-web.png
-share/gnome/help/empathy/C/figures/empathy-logo.png
-share/gnome/help/empathy/C/figures/empathy-main-window.png
-share/gnome/help/empathy/C/figures/gtk-add.png
-share/gnome/help/empathy/C/figures/gtk-edit.png
-share/gnome/help/empathy/C/figures/gtk-remove.png
-share/gnome/help/empathy/C/figures/offline.png
-share/gnome/help/empathy/C/geolocation-not-showing.page
-share/gnome/help/empathy/C/geolocation-privacy.page
-share/gnome/help/empathy/C/geolocation-supported.page
-share/gnome/help/empathy/C/geolocation-turn.page
-share/gnome/help/empathy/C/geolocation-what-is.page
-share/gnome/help/empathy/C/geolocation.page
-share/gnome/help/empathy/C/group-conversations.page
-share/gnome/help/empathy/C/hide-contacts.page
-share/gnome/help/empathy/C/import-account.page
-share/gnome/help/empathy/C/index.page
-share/gnome/help/empathy/C/introduction.page
-share/gnome/help/empathy/C/irc-commands.page
-share/gnome/help/empathy/C/irc-join-pwd.page
-share/gnome/help/empathy/C/irc-join-room.page
-share/gnome/help/empathy/C/irc-manage.page
-share/gnome/help/empathy/C/irc-nick-password.page
-share/gnome/help/empathy/C/irc-send-file.page
-share/gnome/help/empathy/C/irc-start-conversation.page
-share/gnome/help/empathy/C/license.page
-share/gnome/help/empathy/C/link-contacts.page
-share/gnome/help/empathy/C/prev-conv.page
-share/gnome/help/empathy/C/prob-conn-acctdisabled.page
-share/gnome/help/empathy/C/prob-conn-auth.page
-share/gnome/help/empathy/C/prob-conn-name.page
-share/gnome/help/empathy/C/prob-conn-neterror.page
-share/gnome/help/empathy/C/prob-conn.page
-share/gnome/help/empathy/C/remove-account.page
-share/gnome/help/empathy/C/salut-protocol.page
-share/gnome/help/empathy/C/send-file.page
-share/gnome/help/empathy/C/send-message.page
-share/gnome/help/empathy/C/set-custom-status.page
-share/gnome/help/empathy/C/share-desktop.page
-share/gnome/help/empathy/C/status-icons.page
-share/gnome/help/empathy/C/video-call.page
-share/gnome/help/empathy/ca/account-irc.page
-share/gnome/help/empathy/ca/account-jabber.page
-share/gnome/help/empathy/ca/accounts-window.page
-share/gnome/help/empathy/ca/add-account.page
-share/gnome/help/empathy/ca/add-contact.page
-share/gnome/help/empathy/ca/audio-call.page
-share/gnome/help/empathy/ca/audio-video.page
-share/gnome/help/empathy/ca/change-status.page
-share/gnome/help/empathy/ca/create-account.page
-share/gnome/help/empathy/ca/disable-account.page
-share/gnome/help/empathy/ca/favorite-rooms.page
-share/gnome/help/empathy/ca/figures/audio-input-microphone.png
-share/gnome/help/empathy/ca/figures/available.png
-share/gnome/help/empathy/ca/figures/away.png
-share/gnome/help/empathy/ca/figures/busy.png
-share/gnome/help/empathy/ca/figures/camera-web.png
-share/gnome/help/empathy/ca/figures/empathy-logo.png
-share/gnome/help/empathy/ca/figures/empathy-main-window.png
-share/gnome/help/empathy/ca/figures/gtk-add.png
-share/gnome/help/empathy/ca/figures/gtk-edit.png
-share/gnome/help/empathy/ca/figures/gtk-remove.png
-share/gnome/help/empathy/ca/figures/offline.png
-share/gnome/help/empathy/ca/geolocation-not-showing.page
-share/gnome/help/empathy/ca/geolocation-privacy.page
-share/gnome/help/empathy/ca/geolocation-supported.page
-share/gnome/help/empathy/ca/geolocation-turn.page
-share/gnome/help/empathy/ca/geolocation-what-is.page
-share/gnome/help/empathy/ca/geolocation.page
-share/gnome/help/empathy/ca/group-conversations.page
-share/gnome/help/empathy/ca/hide-contacts.page
-share/gnome/help/empathy/ca/import-account.page
-share/gnome/help/empathy/ca/index.page
-share/gnome/help/empathy/ca/introduction.page
-share/gnome/help/empathy/ca/irc-commands.page
-share/gnome/help/empathy/ca/irc-join-pwd.page
-share/gnome/help/empathy/ca/irc-join-room.page
-share/gnome/help/empathy/ca/irc-manage.page
-share/gnome/help/empathy/ca/irc-nick-password.page
-share/gnome/help/empathy/ca/irc-send-file.page
-share/gnome/help/empathy/ca/irc-start-conversation.page
-share/gnome/help/empathy/ca/license.page
-share/gnome/help/empathy/ca/link-contacts.page
-share/gnome/help/empathy/ca/prev-conv.page
-share/gnome/help/empathy/ca/prob-conn-acctdisabled.page
-share/gnome/help/empathy/ca/prob-conn-auth.page
-share/gnome/help/empathy/ca/prob-conn-name.page
-share/gnome/help/empathy/ca/prob-conn-neterror.page
-share/gnome/help/empathy/ca/prob-conn.page
-share/gnome/help/empathy/ca/remove-account.page
-share/gnome/help/empathy/ca/salut-protocol.page
-share/gnome/help/empathy/ca/send-file.page
-share/gnome/help/empathy/ca/send-message.page
-share/gnome/help/empathy/ca/set-custom-status.page
-share/gnome/help/empathy/ca/share-desktop.page
-share/gnome/help/empathy/ca/status-icons.page
-share/gnome/help/empathy/ca/video-call.page
-share/gnome/help/empathy/cs/account-irc.page
-share/gnome/help/empathy/cs/account-jabber.page
-share/gnome/help/empathy/cs/accounts-window.page
-share/gnome/help/empathy/cs/add-account.page
-share/gnome/help/empathy/cs/add-contact.page
-share/gnome/help/empathy/cs/audio-call.page
-share/gnome/help/empathy/cs/audio-video.page
-share/gnome/help/empathy/cs/change-status.page
-share/gnome/help/empathy/cs/create-account.page
-share/gnome/help/empathy/cs/disable-account.page
-share/gnome/help/empathy/cs/favorite-rooms.page
-share/gnome/help/empathy/cs/figures/audio-input-microphone.png
-share/gnome/help/empathy/cs/figures/available.png
-share/gnome/help/empathy/cs/figures/away.png
-share/gnome/help/empathy/cs/figures/busy.png
-share/gnome/help/empathy/cs/figures/camera-web.png
-share/gnome/help/empathy/cs/figures/empathy-logo.png
-share/gnome/help/empathy/cs/figures/empathy-main-window.png
-share/gnome/help/empathy/cs/figures/gtk-add.png
-share/gnome/help/empathy/cs/figures/gtk-edit.png
-share/gnome/help/empathy/cs/figures/gtk-remove.png
-share/gnome/help/empathy/cs/figures/offline.png
-share/gnome/help/empathy/cs/geolocation-not-showing.page
-share/gnome/help/empathy/cs/geolocation-privacy.page
-share/gnome/help/empathy/cs/geolocation-supported.page
-share/gnome/help/empathy/cs/geolocation-turn.page
-share/gnome/help/empathy/cs/geolocation-what-is.page
-share/gnome/help/empathy/cs/geolocation.page
-share/gnome/help/empathy/cs/group-conversations.page
-share/gnome/help/empathy/cs/hide-contacts.page
-share/gnome/help/empathy/cs/import-account.page
-share/gnome/help/empathy/cs/index.page
-share/gnome/help/empathy/cs/introduction.page
-share/gnome/help/empathy/cs/irc-commands.page
-share/gnome/help/empathy/cs/irc-join-pwd.page
-share/gnome/help/empathy/cs/irc-join-room.page
-share/gnome/help/empathy/cs/irc-manage.page
-share/gnome/help/empathy/cs/irc-nick-password.page
-share/gnome/help/empathy/cs/irc-send-file.page
-share/gnome/help/empathy/cs/irc-start-conversation.page
-share/gnome/help/empathy/cs/license.page
-share/gnome/help/empathy/cs/link-contacts.page
-share/gnome/help/empathy/cs/prev-conv.page
-share/gnome/help/empathy/cs/prob-conn-acctdisabled.page
-share/gnome/help/empathy/cs/prob-conn-auth.page
-share/gnome/help/empathy/cs/prob-conn-name.page
-share/gnome/help/empathy/cs/prob-conn-neterror.page
-share/gnome/help/empathy/cs/prob-conn.page
-share/gnome/help/empathy/cs/remove-account.page
-share/gnome/help/empathy/cs/salut-protocol.page
-share/gnome/help/empathy/cs/send-file.page
-share/gnome/help/empathy/cs/send-message.page
-share/gnome/help/empathy/cs/set-custom-status.page
-share/gnome/help/empathy/cs/share-desktop.page
-share/gnome/help/empathy/cs/status-icons.page
-share/gnome/help/empathy/cs/video-call.page
-share/gnome/help/empathy/de/account-irc.page
-share/gnome/help/empathy/de/account-jabber.page
-share/gnome/help/empathy/de/accounts-window.page
-share/gnome/help/empathy/de/add-account.page
-share/gnome/help/empathy/de/add-contact.page
-share/gnome/help/empathy/de/audio-call.page
-share/gnome/help/empathy/de/audio-video.page
-share/gnome/help/empathy/de/change-status.page
-share/gnome/help/empathy/de/create-account.page
-share/gnome/help/empathy/de/disable-account.page
-share/gnome/help/empathy/de/favorite-rooms.page
-share/gnome/help/empathy/de/figures/audio-input-microphone.png
-share/gnome/help/empathy/de/figures/available.png
-share/gnome/help/empathy/de/figures/away.png
-share/gnome/help/empathy/de/figures/busy.png
-share/gnome/help/empathy/de/figures/camera-web.png
-share/gnome/help/empathy/de/figures/empathy-logo.png
-share/gnome/help/empathy/de/figures/empathy-main-window.png
-share/gnome/help/empathy/de/figures/gtk-add.png
-share/gnome/help/empathy/de/figures/gtk-edit.png
-share/gnome/help/empathy/de/figures/gtk-remove.png
-share/gnome/help/empathy/de/figures/offline.png
-share/gnome/help/empathy/de/geolocation-not-showing.page
-share/gnome/help/empathy/de/geolocation-privacy.page
-share/gnome/help/empathy/de/geolocation-supported.page
-share/gnome/help/empathy/de/geolocation-turn.page
-share/gnome/help/empathy/de/geolocation-what-is.page
-share/gnome/help/empathy/de/geolocation.page
-share/gnome/help/empathy/de/group-conversations.page
-share/gnome/help/empathy/de/hide-contacts.page
-share/gnome/help/empathy/de/import-account.page
-share/gnome/help/empathy/de/index.page
-share/gnome/help/empathy/de/introduction.page
-share/gnome/help/empathy/de/irc-commands.page
-share/gnome/help/empathy/de/irc-join-pwd.page
-share/gnome/help/empathy/de/irc-join-room.page
-share/gnome/help/empathy/de/irc-manage.page
-share/gnome/help/empathy/de/irc-nick-password.page
-share/gnome/help/empathy/de/irc-send-file.page
-share/gnome/help/empathy/de/irc-start-conversation.page
-share/gnome/help/empathy/de/license.page
-share/gnome/help/empathy/de/link-contacts.page
-share/gnome/help/empathy/de/prev-conv.page
-share/gnome/help/empathy/de/prob-conn-acctdisabled.page
-share/gnome/help/empathy/de/prob-conn-auth.page
-share/gnome/help/empathy/de/prob-conn-name.page
-share/gnome/help/empathy/de/prob-conn-neterror.page
-share/gnome/help/empathy/de/prob-conn.page
-share/gnome/help/empathy/de/remove-account.page
-share/gnome/help/empathy/de/salut-protocol.page
-share/gnome/help/empathy/de/send-file.page
-share/gnome/help/empathy/de/send-message.page
-share/gnome/help/empathy/de/set-custom-status.page
-share/gnome/help/empathy/de/share-desktop.page
-share/gnome/help/empathy/de/status-icons.page
-share/gnome/help/empathy/de/video-call.page
-share/gnome/help/empathy/el/account-irc.page
-share/gnome/help/empathy/el/account-jabber.page
-share/gnome/help/empathy/el/accounts-window.page
-share/gnome/help/empathy/el/add-account.page
-share/gnome/help/empathy/el/add-contact.page
-share/gnome/help/empathy/el/audio-call.page
-share/gnome/help/empathy/el/audio-video.page
-share/gnome/help/empathy/el/change-status.page
-share/gnome/help/empathy/el/create-account.page
-share/gnome/help/empathy/el/disable-account.page
-share/gnome/help/empathy/el/favorite-rooms.page
-share/gnome/help/empathy/el/figures/audio-input-microphone.png
-share/gnome/help/empathy/el/figures/available.png
-share/gnome/help/empathy/el/figures/away.png
-share/gnome/help/empathy/el/figures/busy.png
-share/gnome/help/empathy/el/figures/camera-web.png
-share/gnome/help/empathy/el/figures/empathy-logo.png
-share/gnome/help/empathy/el/figures/empathy-main-window.png
-share/gnome/help/empathy/el/figures/gtk-add.png
-share/gnome/help/empathy/el/figures/gtk-edit.png
-share/gnome/help/empathy/el/figures/gtk-remove.png
-share/gnome/help/empathy/el/figures/offline.png
-share/gnome/help/empathy/el/geolocation-not-showing.page
-share/gnome/help/empathy/el/geolocation-privacy.page
-share/gnome/help/empathy/el/geolocation-supported.page
-share/gnome/help/empathy/el/geolocation-turn.page
-share/gnome/help/empathy/el/geolocation-what-is.page
-share/gnome/help/empathy/el/geolocation.page
-share/gnome/help/empathy/el/group-conversations.page
-share/gnome/help/empathy/el/hide-contacts.page
-share/gnome/help/empathy/el/import-account.page
-share/gnome/help/empathy/el/index.page
-share/gnome/help/empathy/el/introduction.page
-share/gnome/help/empathy/el/irc-commands.page
-share/gnome/help/empathy/el/irc-join-pwd.page
-share/gnome/help/empathy/el/irc-join-room.page
-share/gnome/help/empathy/el/irc-manage.page
-share/gnome/help/empathy/el/irc-nick-password.page
-share/gnome/help/empathy/el/irc-send-file.page
-share/gnome/help/empathy/el/irc-start-conversation.page
-share/gnome/help/empathy/el/license.page
-share/gnome/help/empathy/el/link-contacts.page
-share/gnome/help/empathy/el/prev-conv.page
-share/gnome/help/empathy/el/prob-conn-acctdisabled.page
-share/gnome/help/empathy/el/prob-conn-auth.page
-share/gnome/help/empathy/el/prob-conn-name.page
-share/gnome/help/empathy/el/prob-conn-neterror.page
-share/gnome/help/empathy/el/prob-conn.page
-share/gnome/help/empathy/el/remove-account.page
-share/gnome/help/empathy/el/salut-protocol.page
-share/gnome/help/empathy/el/send-file.page
-share/gnome/help/empathy/el/send-message.page
-share/gnome/help/empathy/el/set-custom-status.page
-share/gnome/help/empathy/el/share-desktop.page
-share/gnome/help/empathy/el/status-icons.page
-share/gnome/help/empathy/el/video-call.page
-share/gnome/help/empathy/en_GB/account-irc.page
-share/gnome/help/empathy/en_GB/account-jabber.page
-share/gnome/help/empathy/en_GB/accounts-window.page
-share/gnome/help/empathy/en_GB/add-account.page
-share/gnome/help/empathy/en_GB/add-contact.page
-share/gnome/help/empathy/en_GB/audio-call.page
-share/gnome/help/empathy/en_GB/audio-video.page
-share/gnome/help/empathy/en_GB/change-status.page
-share/gnome/help/empathy/en_GB/create-account.page
-share/gnome/help/empathy/en_GB/disable-account.page
-share/gnome/help/empathy/en_GB/favorite-rooms.page
-share/gnome/help/empathy/en_GB/figures/audio-input-microphone.png
-share/gnome/help/empathy/en_GB/figures/available.png
-share/gnome/help/empathy/en_GB/figures/away.png
-share/gnome/help/empathy/en_GB/figures/busy.png
-share/gnome/help/empathy/en_GB/figures/camera-web.png
-share/gnome/help/empathy/en_GB/figures/empathy-logo.png
-share/gnome/help/empathy/en_GB/figures/empathy-main-window.png
-share/gnome/help/empathy/en_GB/figures/gtk-add.png
-share/gnome/help/empathy/en_GB/figures/gtk-edit.png
-share/gnome/help/empathy/en_GB/figures/gtk-remove.png
-share/gnome/help/empathy/en_GB/figures/offline.png
-share/gnome/help/empathy/en_GB/geolocation-not-showing.page
-share/gnome/help/empathy/en_GB/geolocation-privacy.page
-share/gnome/help/empathy/en_GB/geolocation-supported.page
-share/gnome/help/empathy/en_GB/geolocation-turn.page
-share/gnome/help/empathy/en_GB/geolocation-what-is.page
-share/gnome/help/empathy/en_GB/geolocation.page
-share/gnome/help/empathy/en_GB/group-conversations.page
-share/gnome/help/empathy/en_GB/hide-contacts.page
-share/gnome/help/empathy/en_GB/import-account.page
-share/gnome/help/empathy/en_GB/index.page
-share/gnome/help/empathy/en_GB/introduction.page
-share/gnome/help/empathy/en_GB/irc-commands.page
-share/gnome/help/empathy/en_GB/irc-join-pwd.page
-share/gnome/help/empathy/en_GB/irc-join-room.page
-share/gnome/help/empathy/en_GB/irc-manage.page
-share/gnome/help/empathy/en_GB/irc-nick-password.page
-share/gnome/help/empathy/en_GB/irc-send-file.page
-share/gnome/help/empathy/en_GB/irc-start-conversation.page
-share/gnome/help/empathy/en_GB/license.page
-share/gnome/help/empathy/en_GB/link-contacts.page
-share/gnome/help/empathy/en_GB/prev-conv.page
-share/gnome/help/empathy/en_GB/prob-conn-acctdisabled.page
-share/gnome/help/empathy/en_GB/prob-conn-auth.page
-share/gnome/help/empathy/en_GB/prob-conn-name.page
-share/gnome/help/empathy/en_GB/prob-conn-neterror.page
-share/gnome/help/empathy/en_GB/prob-conn.page
-share/gnome/help/empathy/en_GB/remove-account.page
-share/gnome/help/empathy/en_GB/salut-protocol.page
-share/gnome/help/empathy/en_GB/send-file.page
-share/gnome/help/empathy/en_GB/send-message.page
-share/gnome/help/empathy/en_GB/set-custom-status.page
-share/gnome/help/empathy/en_GB/share-desktop.page
-share/gnome/help/empathy/en_GB/status-icons.page
-share/gnome/help/empathy/en_GB/video-call.page
-share/gnome/help/empathy/es/account-irc.page
-share/gnome/help/empathy/es/account-jabber.page
-share/gnome/help/empathy/es/accounts-window.page
-share/gnome/help/empathy/es/add-account.page
-share/gnome/help/empathy/es/add-contact.page
-share/gnome/help/empathy/es/audio-call.page
-share/gnome/help/empathy/es/audio-video.page
-share/gnome/help/empathy/es/change-status.page
-share/gnome/help/empathy/es/create-account.page
-share/gnome/help/empathy/es/disable-account.page
-share/gnome/help/empathy/es/favorite-rooms.page
-share/gnome/help/empathy/es/figures/audio-input-microphone.png
-share/gnome/help/empathy/es/figures/available.png
-share/gnome/help/empathy/es/figures/away.png
-share/gnome/help/empathy/es/figures/busy.png
-share/gnome/help/empathy/es/figures/camera-web.png
-share/gnome/help/empathy/es/figures/empathy-logo.png
-share/gnome/help/empathy/es/figures/empathy-main-window.png
-share/gnome/help/empathy/es/figures/gtk-add.png
-share/gnome/help/empathy/es/figures/gtk-edit.png
-share/gnome/help/empathy/es/figures/gtk-remove.png
-share/gnome/help/empathy/es/figures/offline.png
-share/gnome/help/empathy/es/geolocation-not-showing.page
-share/gnome/help/empathy/es/geolocation-privacy.page
-share/gnome/help/empathy/es/geolocation-supported.page
-share/gnome/help/empathy/es/geolocation-turn.page
-share/gnome/help/empathy/es/geolocation-what-is.page
-share/gnome/help/empathy/es/geolocation.page
-share/gnome/help/empathy/es/group-conversations.page
-share/gnome/help/empathy/es/hide-contacts.page
-share/gnome/help/empathy/es/import-account.page
-share/gnome/help/empathy/es/index.page
-share/gnome/help/empathy/es/introduction.page
-share/gnome/help/empathy/es/irc-commands.page
-share/gnome/help/empathy/es/irc-join-pwd.page
-share/gnome/help/empathy/es/irc-join-room.page
-share/gnome/help/empathy/es/irc-manage.page
-share/gnome/help/empathy/es/irc-nick-password.page
-share/gnome/help/empathy/es/irc-send-file.page
-share/gnome/help/empathy/es/irc-start-conversation.page
-share/gnome/help/empathy/es/license.page
-share/gnome/help/empathy/es/link-contacts.page
-share/gnome/help/empathy/es/prev-conv.page
-share/gnome/help/empathy/es/prob-conn-acctdisabled.page
-share/gnome/help/empathy/es/prob-conn-auth.page
-share/gnome/help/empathy/es/prob-conn-name.page
-share/gnome/help/empathy/es/prob-conn-neterror.page
-share/gnome/help/empathy/es/prob-conn.page
-share/gnome/help/empathy/es/remove-account.page
-share/gnome/help/empathy/es/salut-protocol.page
-share/gnome/help/empathy/es/send-file.page
-share/gnome/help/empathy/es/send-message.page
-share/gnome/help/empathy/es/set-custom-status.page
-share/gnome/help/empathy/es/share-desktop.page
-share/gnome/help/empathy/es/status-icons.page
-share/gnome/help/empathy/es/video-call.page
-share/gnome/help/empathy/fi/account-irc.page
-share/gnome/help/empathy/fi/account-jabber.page
-share/gnome/help/empathy/fi/accounts-window.page
-share/gnome/help/empathy/fi/add-account.page
-share/gnome/help/empathy/fi/add-contact.page
-share/gnome/help/empathy/fi/audio-call.page
-share/gnome/help/empathy/fi/audio-video.page
-share/gnome/help/empathy/fi/change-status.page
-share/gnome/help/empathy/fi/create-account.page
-share/gnome/help/empathy/fi/disable-account.page
-share/gnome/help/empathy/fi/favorite-rooms.page
-share/gnome/help/empathy/fi/figures/audio-input-microphone.png
-share/gnome/help/empathy/fi/figures/available.png
-share/gnome/help/empathy/fi/figures/away.png
-share/gnome/help/empathy/fi/figures/busy.png
-share/gnome/help/empathy/fi/figures/camera-web.png
-share/gnome/help/empathy/fi/figures/empathy-logo.png
-share/gnome/help/empathy/fi/figures/empathy-main-window.png
-share/gnome/help/empathy/fi/figures/gtk-add.png
-share/gnome/help/empathy/fi/figures/gtk-edit.png
-share/gnome/help/empathy/fi/figures/gtk-remove.png
-share/gnome/help/empathy/fi/figures/offline.png
-share/gnome/help/empathy/fi/geolocation-not-showing.page
-share/gnome/help/empathy/fi/geolocation-privacy.page
-share/gnome/help/empathy/fi/geolocation-supported.page
-share/gnome/help/empathy/fi/geolocation-turn.page
-share/gnome/help/empathy/fi/geolocation-what-is.page
-share/gnome/help/empathy/fi/geolocation.page
-share/gnome/help/empathy/fi/group-conversations.page
-share/gnome/help/empathy/fi/hide-contacts.page
-share/gnome/help/empathy/fi/import-account.page
-share/gnome/help/empathy/fi/index.page
-share/gnome/help/empathy/fi/introduction.page
-share/gnome/help/empathy/fi/irc-commands.page
-share/gnome/help/empathy/fi/irc-join-pwd.page
-share/gnome/help/empathy/fi/irc-join-room.page
-share/gnome/help/empathy/fi/irc-manage.page
-share/gnome/help/empathy/fi/irc-nick-password.page
-share/gnome/help/empathy/fi/irc-send-file.page
-share/gnome/help/empathy/fi/irc-start-conversation.page
-share/gnome/help/empathy/fi/license.page
-share/gnome/help/empathy/fi/link-contacts.page
-share/gnome/help/empathy/fi/prev-conv.page
-share/gnome/help/empathy/fi/prob-conn-acctdisabled.page
-share/gnome/help/empathy/fi/prob-conn-auth.page
-share/gnome/help/empathy/fi/prob-conn-name.page
-share/gnome/help/empathy/fi/prob-conn-neterror.page
-share/gnome/help/empathy/fi/prob-conn.page
-share/gnome/help/empathy/fi/remove-account.page
-share/gnome/help/empathy/fi/salut-protocol.page
-share/gnome/help/empathy/fi/send-file.page
-share/gnome/help/empathy/fi/send-message.page
-share/gnome/help/empathy/fi/set-custom-status.page
-share/gnome/help/empathy/fi/share-desktop.page
-share/gnome/help/empathy/fi/status-icons.page
-share/gnome/help/empathy/fi/video-call.page
-share/gnome/help/empathy/fr/account-irc.page
-share/gnome/help/empathy/fr/account-jabber.page
-share/gnome/help/empathy/fr/accounts-window.page
-share/gnome/help/empathy/fr/add-account.page
-share/gnome/help/empathy/fr/add-contact.page
-share/gnome/help/empathy/fr/audio-call.page
-share/gnome/help/empathy/fr/audio-video.page
-share/gnome/help/empathy/fr/change-status.page
-share/gnome/help/empathy/fr/create-account.page
-share/gnome/help/empathy/fr/disable-account.page
-share/gnome/help/empathy/fr/favorite-rooms.page
-share/gnome/help/empathy/fr/figures/audio-input-microphone.png
-share/gnome/help/empathy/fr/figures/available.png
-share/gnome/help/empathy/fr/figures/away.png
-share/gnome/help/empathy/fr/figures/busy.png
-share/gnome/help/empathy/fr/figures/camera-web.png
-share/gnome/help/empathy/fr/figures/empathy-logo.png
-share/gnome/help/empathy/fr/figures/empathy-main-window.png
-share/gnome/help/empathy/fr/figures/gtk-add.png
-share/gnome/help/empathy/fr/figures/gtk-edit.png
-share/gnome/help/empathy/fr/figures/gtk-remove.png
-share/gnome/help/empathy/fr/figures/offline.png
-share/gnome/help/empathy/fr/geolocation-not-showing.page
-share/gnome/help/empathy/fr/geolocation-privacy.page
-share/gnome/help/empathy/fr/geolocation-supported.page
-share/gnome/help/empathy/fr/geolocation-turn.page
-share/gnome/help/empathy/fr/geolocation-what-is.page
-share/gnome/help/empathy/fr/geolocation.page
-share/gnome/help/empathy/fr/group-conversations.page
-share/gnome/help/empathy/fr/hide-contacts.page
-share/gnome/help/empathy/fr/import-account.page
-share/gnome/help/empathy/fr/index.page
-share/gnome/help/empathy/fr/introduction.page
-share/gnome/help/empathy/fr/irc-commands.page
-share/gnome/help/empathy/fr/irc-join-pwd.page
-share/gnome/help/empathy/fr/irc-join-room.page
-share/gnome/help/empathy/fr/irc-manage.page
-share/gnome/help/empathy/fr/irc-nick-password.page
-share/gnome/help/empathy/fr/irc-send-file.page
-share/gnome/help/empathy/fr/irc-start-conversation.page
-share/gnome/help/empathy/fr/license.page
-share/gnome/help/empathy/fr/link-contacts.page
-share/gnome/help/empathy/fr/prev-conv.page
-share/gnome/help/empathy/fr/prob-conn-acctdisabled.page
-share/gnome/help/empathy/fr/prob-conn-auth.page
-share/gnome/help/empathy/fr/prob-conn-name.page
-share/gnome/help/empathy/fr/prob-conn-neterror.page
-share/gnome/help/empathy/fr/prob-conn.page
-share/gnome/help/empathy/fr/remove-account.page
-share/gnome/help/empathy/fr/salut-protocol.page
-share/gnome/help/empathy/fr/send-file.page
-share/gnome/help/empathy/fr/send-message.page
-share/gnome/help/empathy/fr/set-custom-status.page
-share/gnome/help/empathy/fr/share-desktop.page
-share/gnome/help/empathy/fr/status-icons.page
-share/gnome/help/empathy/fr/video-call.page
-share/gnome/help/empathy/gl/account-irc.page
-share/gnome/help/empathy/gl/account-jabber.page
-share/gnome/help/empathy/gl/accounts-window.page
-share/gnome/help/empathy/gl/add-account.page
-share/gnome/help/empathy/gl/add-contact.page
-share/gnome/help/empathy/gl/audio-call.page
-share/gnome/help/empathy/gl/audio-video.page
-share/gnome/help/empathy/gl/change-status.page
-share/gnome/help/empathy/gl/create-account.page
-share/gnome/help/empathy/gl/disable-account.page
-share/gnome/help/empathy/gl/favorite-rooms.page
-share/gnome/help/empathy/gl/figures/audio-input-microphone.png
-share/gnome/help/empathy/gl/figures/available.png
-share/gnome/help/empathy/gl/figures/away.png
-share/gnome/help/empathy/gl/figures/busy.png
-share/gnome/help/empathy/gl/figures/camera-web.png
-share/gnome/help/empathy/gl/figures/empathy-logo.png
-share/gnome/help/empathy/gl/figures/empathy-main-window.png
-share/gnome/help/empathy/gl/figures/gtk-add.png
-share/gnome/help/empathy/gl/figures/gtk-edit.png
-share/gnome/help/empathy/gl/figures/gtk-remove.png
-share/gnome/help/empathy/gl/figures/offline.png
-share/gnome/help/empathy/gl/geolocation-not-showing.page
-share/gnome/help/empathy/gl/geolocation-privacy.page
-share/gnome/help/empathy/gl/geolocation-supported.page
-share/gnome/help/empathy/gl/geolocation-turn.page
-share/gnome/help/empathy/gl/geolocation-what-is.page
-share/gnome/help/empathy/gl/geolocation.page
-share/gnome/help/empathy/gl/group-conversations.page
-share/gnome/help/empathy/gl/hide-contacts.page
-share/gnome/help/empathy/gl/import-account.page
-share/gnome/help/empathy/gl/index.page
-share/gnome/help/empathy/gl/introduction.page
-share/gnome/help/empathy/gl/irc-commands.page
-share/gnome/help/empathy/gl/irc-join-pwd.page
-share/gnome/help/empathy/gl/irc-join-room.page
-share/gnome/help/empathy/gl/irc-manage.page
-share/gnome/help/empathy/gl/irc-nick-password.page
-share/gnome/help/empathy/gl/irc-send-file.page
-share/gnome/help/empathy/gl/irc-start-conversation.page
-share/gnome/help/empathy/gl/license.page
-share/gnome/help/empathy/gl/link-contacts.page
-share/gnome/help/empathy/gl/prev-conv.page
-share/gnome/help/empathy/gl/prob-conn-acctdisabled.page
-share/gnome/help/empathy/gl/prob-conn-auth.page
-share/gnome/help/empathy/gl/prob-conn-name.page
-share/gnome/help/empathy/gl/prob-conn-neterror.page
-share/gnome/help/empathy/gl/prob-conn.page
-share/gnome/help/empathy/gl/remove-account.page
-share/gnome/help/empathy/gl/salut-protocol.page
-share/gnome/help/empathy/gl/send-file.page
-share/gnome/help/empathy/gl/send-message.page
-share/gnome/help/empathy/gl/set-custom-status.page
-share/gnome/help/empathy/gl/share-desktop.page
-share/gnome/help/empathy/gl/status-icons.page
-share/gnome/help/empathy/gl/video-call.page
-share/gnome/help/empathy/hu/account-irc.page
-share/gnome/help/empathy/hu/account-jabber.page
-share/gnome/help/empathy/hu/accounts-window.page
-share/gnome/help/empathy/hu/add-account.page
-share/gnome/help/empathy/hu/add-contact.page
-share/gnome/help/empathy/hu/audio-call.page
-share/gnome/help/empathy/hu/audio-video.page
-share/gnome/help/empathy/hu/change-status.page
-share/gnome/help/empathy/hu/create-account.page
-share/gnome/help/empathy/hu/disable-account.page
-share/gnome/help/empathy/hu/favorite-rooms.page
-share/gnome/help/empathy/hu/figures/audio-input-microphone.png
-share/gnome/help/empathy/hu/figures/available.png
-share/gnome/help/empathy/hu/figures/away.png
-share/gnome/help/empathy/hu/figures/busy.png
-share/gnome/help/empathy/hu/figures/camera-web.png
-share/gnome/help/empathy/hu/figures/empathy-logo.png
-share/gnome/help/empathy/hu/figures/empathy-main-window.png
-share/gnome/help/empathy/hu/figures/gtk-add.png
-share/gnome/help/empathy/hu/figures/gtk-edit.png
-share/gnome/help/empathy/hu/figures/gtk-remove.png
-share/gnome/help/empathy/hu/figures/offline.png
-share/gnome/help/empathy/hu/geolocation-not-showing.page
-share/gnome/help/empathy/hu/geolocation-privacy.page
-share/gnome/help/empathy/hu/geolocation-supported.page
-share/gnome/help/empathy/hu/geolocation-turn.page
-share/gnome/help/empathy/hu/geolocation-what-is.page
-share/gnome/help/empathy/hu/geolocation.page
-share/gnome/help/empathy/hu/group-conversations.page
-share/gnome/help/empathy/hu/hide-contacts.page
-share/gnome/help/empathy/hu/import-account.page
-share/gnome/help/empathy/hu/index.page
-share/gnome/help/empathy/hu/introduction.page
-share/gnome/help/empathy/hu/irc-commands.page
-share/gnome/help/empathy/hu/irc-join-pwd.page
-share/gnome/help/empathy/hu/irc-join-room.page
-share/gnome/help/empathy/hu/irc-manage.page
-share/gnome/help/empathy/hu/irc-nick-password.page
-share/gnome/help/empathy/hu/irc-send-file.page
-share/gnome/help/empathy/hu/irc-start-conversation.page
-share/gnome/help/empathy/hu/license.page
-share/gnome/help/empathy/hu/link-contacts.page
-share/gnome/help/empathy/hu/prev-conv.page
-share/gnome/help/empathy/hu/prob-conn-acctdisabled.page
-share/gnome/help/empathy/hu/prob-conn-auth.page
-share/gnome/help/empathy/hu/prob-conn-name.page
-share/gnome/help/empathy/hu/prob-conn-neterror.page
-share/gnome/help/empathy/hu/prob-conn.page
-share/gnome/help/empathy/hu/remove-account.page
-share/gnome/help/empathy/hu/salut-protocol.page
-share/gnome/help/empathy/hu/send-file.page
-share/gnome/help/empathy/hu/send-message.page
-share/gnome/help/empathy/hu/set-custom-status.page
-share/gnome/help/empathy/hu/share-desktop.page
-share/gnome/help/empathy/hu/status-icons.page
-share/gnome/help/empathy/hu/video-call.page
-share/gnome/help/empathy/it/account-irc.page
-share/gnome/help/empathy/it/account-jabber.page
-share/gnome/help/empathy/it/accounts-window.page
-share/gnome/help/empathy/it/add-account.page
-share/gnome/help/empathy/it/add-contact.page
-share/gnome/help/empathy/it/audio-call.page
-share/gnome/help/empathy/it/audio-video.page
-share/gnome/help/empathy/it/change-status.page
-share/gnome/help/empathy/it/create-account.page
-share/gnome/help/empathy/it/disable-account.page
-share/gnome/help/empathy/it/favorite-rooms.page
-share/gnome/help/empathy/it/figures/audio-input-microphone.png
-share/gnome/help/empathy/it/figures/available.png
-share/gnome/help/empathy/it/figures/away.png
-share/gnome/help/empathy/it/figures/busy.png
-share/gnome/help/empathy/it/figures/camera-web.png
-share/gnome/help/empathy/it/figures/empathy-logo.png
-share/gnome/help/empathy/it/figures/empathy-main-window.png
-share/gnome/help/empathy/it/figures/gtk-add.png
-share/gnome/help/empathy/it/figures/gtk-edit.png
-share/gnome/help/empathy/it/figures/gtk-remove.png
-share/gnome/help/empathy/it/figures/offline.png
-share/gnome/help/empathy/it/geolocation-not-showing.page
-share/gnome/help/empathy/it/geolocation-privacy.page
-share/gnome/help/empathy/it/geolocation-supported.page
-share/gnome/help/empathy/it/geolocation-turn.page
-share/gnome/help/empathy/it/geolocation-what-is.page
-share/gnome/help/empathy/it/geolocation.page
-share/gnome/help/empathy/it/group-conversations.page
-share/gnome/help/empathy/it/hide-contacts.page
-share/gnome/help/empathy/it/import-account.page
-share/gnome/help/empathy/it/index.page
-share/gnome/help/empathy/it/introduction.page
-share/gnome/help/empathy/it/irc-commands.page
-share/gnome/help/empathy/it/irc-join-pwd.page
-share/gnome/help/empathy/it/irc-join-room.page
-share/gnome/help/empathy/it/irc-manage.page
-share/gnome/help/empathy/it/irc-nick-password.page
-share/gnome/help/empathy/it/irc-send-file.page
-share/gnome/help/empathy/it/irc-start-conversation.page
-share/gnome/help/empathy/it/license.page
-share/gnome/help/empathy/it/link-contacts.page
-share/gnome/help/empathy/it/prev-conv.page
-share/gnome/help/empathy/it/prob-conn-acctdisabled.page
-share/gnome/help/empathy/it/prob-conn-auth.page
-share/gnome/help/empathy/it/prob-conn-name.page
-share/gnome/help/empathy/it/prob-conn-neterror.page
-share/gnome/help/empathy/it/prob-conn.page
-share/gnome/help/empathy/it/remove-account.page
-share/gnome/help/empathy/it/salut-protocol.page
-share/gnome/help/empathy/it/send-file.page
-share/gnome/help/empathy/it/send-message.page
-share/gnome/help/empathy/it/set-custom-status.page
-share/gnome/help/empathy/it/share-desktop.page
-share/gnome/help/empathy/it/status-icons.page
-share/gnome/help/empathy/it/video-call.page
-share/gnome/help/empathy/ru/account-irc.page
-share/gnome/help/empathy/ru/account-jabber.page
-share/gnome/help/empathy/ru/accounts-window.page
-share/gnome/help/empathy/ru/add-account.page
-share/gnome/help/empathy/ru/add-contact.page
-share/gnome/help/empathy/ru/audio-call.page
-share/gnome/help/empathy/ru/audio-video.page
-share/gnome/help/empathy/ru/change-status.page
-share/gnome/help/empathy/ru/create-account.page
-share/gnome/help/empathy/ru/disable-account.page
-share/gnome/help/empathy/ru/favorite-rooms.page
-share/gnome/help/empathy/ru/figures/audio-input-microphone.png
-share/gnome/help/empathy/ru/figures/available.png
-share/gnome/help/empathy/ru/figures/away.png
-share/gnome/help/empathy/ru/figures/busy.png
-share/gnome/help/empathy/ru/figures/camera-web.png
-share/gnome/help/empathy/ru/figures/empathy-logo.png
-share/gnome/help/empathy/ru/figures/empathy-main-window.png
-share/gnome/help/empathy/ru/figures/gtk-add.png
-share/gnome/help/empathy/ru/figures/gtk-edit.png
-share/gnome/help/empathy/ru/figures/gtk-remove.png
-share/gnome/help/empathy/ru/figures/offline.png
-share/gnome/help/empathy/ru/geolocation-not-showing.page
-share/gnome/help/empathy/ru/geolocation-privacy.page
-share/gnome/help/empathy/ru/geolocation-supported.page
-share/gnome/help/empathy/ru/geolocation-turn.page
-share/gnome/help/empathy/ru/geolocation-what-is.page
-share/gnome/help/empathy/ru/geolocation.page
-share/gnome/help/empathy/ru/group-conversations.page
-share/gnome/help/empathy/ru/hide-contacts.page
-share/gnome/help/empathy/ru/import-account.page
-share/gnome/help/empathy/ru/index.page
-share/gnome/help/empathy/ru/introduction.page
-share/gnome/help/empathy/ru/irc-commands.page
-share/gnome/help/empathy/ru/irc-join-pwd.page
-share/gnome/help/empathy/ru/irc-join-room.page
-share/gnome/help/empathy/ru/irc-manage.page
-share/gnome/help/empathy/ru/irc-nick-password.page
-share/gnome/help/empathy/ru/irc-send-file.page
-share/gnome/help/empathy/ru/irc-start-conversation.page
-share/gnome/help/empathy/ru/license.page
-share/gnome/help/empathy/ru/link-contacts.page
-share/gnome/help/empathy/ru/prev-conv.page
-share/gnome/help/empathy/ru/prob-conn-acctdisabled.page
-share/gnome/help/empathy/ru/prob-conn-auth.page
-share/gnome/help/empathy/ru/prob-conn-name.page
-share/gnome/help/empathy/ru/prob-conn-neterror.page
-share/gnome/help/empathy/ru/prob-conn.page
-share/gnome/help/empathy/ru/remove-account.page
-share/gnome/help/empathy/ru/salut-protocol.page
-share/gnome/help/empathy/ru/send-file.page
-share/gnome/help/empathy/ru/send-message.page
-share/gnome/help/empathy/ru/set-custom-status.page
-share/gnome/help/empathy/ru/share-desktop.page
-share/gnome/help/empathy/ru/status-icons.page
-share/gnome/help/empathy/ru/video-call.page
-share/gnome/help/empathy/sv/account-irc.page
-share/gnome/help/empathy/sv/account-jabber.page
-share/gnome/help/empathy/sv/accounts-window.page
-share/gnome/help/empathy/sv/add-account.page
-share/gnome/help/empathy/sv/add-contact.page
-share/gnome/help/empathy/sv/audio-call.page
-share/gnome/help/empathy/sv/audio-video.page
-share/gnome/help/empathy/sv/change-status.page
-share/gnome/help/empathy/sv/create-account.page
-share/gnome/help/empathy/sv/disable-account.page
-share/gnome/help/empathy/sv/favorite-rooms.page
-share/gnome/help/empathy/sv/figures/audio-input-microphone.png
-share/gnome/help/empathy/sv/figures/available.png
-share/gnome/help/empathy/sv/figures/away.png
-share/gnome/help/empathy/sv/figures/busy.png
-share/gnome/help/empathy/sv/figures/camera-web.png
-share/gnome/help/empathy/sv/figures/empathy-logo.png
-share/gnome/help/empathy/sv/figures/empathy-main-window.png
-share/gnome/help/empathy/sv/figures/gtk-add.png
-share/gnome/help/empathy/sv/figures/gtk-edit.png
-share/gnome/help/empathy/sv/figures/gtk-remove.png
-share/gnome/help/empathy/sv/figures/offline.png
-share/gnome/help/empathy/sv/geolocation-not-showing.page
-share/gnome/help/empathy/sv/geolocation-privacy.page
-share/gnome/help/empathy/sv/geolocation-supported.page
-share/gnome/help/empathy/sv/geolocation-turn.page
-share/gnome/help/empathy/sv/geolocation-what-is.page
-share/gnome/help/empathy/sv/geolocation.page
-share/gnome/help/empathy/sv/group-conversations.page
-share/gnome/help/empathy/sv/hide-contacts.page
-share/gnome/help/empathy/sv/import-account.page
-share/gnome/help/empathy/sv/index.page
-share/gnome/help/empathy/sv/introduction.page
-share/gnome/help/empathy/sv/irc-commands.page
-share/gnome/help/empathy/sv/irc-join-pwd.page
-share/gnome/help/empathy/sv/irc-join-room.page
-share/gnome/help/empathy/sv/irc-manage.page
-share/gnome/help/empathy/sv/irc-nick-password.page
-share/gnome/help/empathy/sv/irc-send-file.page
-share/gnome/help/empathy/sv/irc-start-conversation.page
-share/gnome/help/empathy/sv/license.page
-share/gnome/help/empathy/sv/link-contacts.page
-share/gnome/help/empathy/sv/prev-conv.page
-share/gnome/help/empathy/sv/prob-conn-acctdisabled.page
-share/gnome/help/empathy/sv/prob-conn-auth.page
-share/gnome/help/empathy/sv/prob-conn-name.page
-share/gnome/help/empathy/sv/prob-conn-neterror.page
-share/gnome/help/empathy/sv/prob-conn.page
-share/gnome/help/empathy/sv/remove-account.page
-share/gnome/help/empathy/sv/salut-protocol.page
-share/gnome/help/empathy/sv/send-file.page
-share/gnome/help/empathy/sv/send-message.page
-share/gnome/help/empathy/sv/set-custom-status.page
-share/gnome/help/empathy/sv/share-desktop.page
-share/gnome/help/empathy/sv/status-icons.page
-share/gnome/help/empathy/sv/video-call.page
-share/gnome/help/empathy/zh_CN/account-irc.page
-share/gnome/help/empathy/zh_CN/account-jabber.page
-share/gnome/help/empathy/zh_CN/accounts-window.page
-share/gnome/help/empathy/zh_CN/add-account.page
-share/gnome/help/empathy/zh_CN/add-contact.page
-share/gnome/help/empathy/zh_CN/audio-call.page
-share/gnome/help/empathy/zh_CN/audio-video.page
-share/gnome/help/empathy/zh_CN/change-status.page
-share/gnome/help/empathy/zh_CN/create-account.page
-share/gnome/help/empathy/zh_CN/disable-account.page
-share/gnome/help/empathy/zh_CN/favorite-rooms.page
-share/gnome/help/empathy/zh_CN/figures/audio-input-microphone.png
-share/gnome/help/empathy/zh_CN/figures/available.png
-share/gnome/help/empathy/zh_CN/figures/away.png
-share/gnome/help/empathy/zh_CN/figures/busy.png
-share/gnome/help/empathy/zh_CN/figures/camera-web.png
-share/gnome/help/empathy/zh_CN/figures/empathy-logo.png
-share/gnome/help/empathy/zh_CN/figures/empathy-main-window.png
-share/gnome/help/empathy/zh_CN/figures/gtk-add.png
-share/gnome/help/empathy/zh_CN/figures/gtk-edit.png
-share/gnome/help/empathy/zh_CN/figures/gtk-remove.png
-share/gnome/help/empathy/zh_CN/figures/offline.png
-share/gnome/help/empathy/zh_CN/geolocation-not-showing.page
-share/gnome/help/empathy/zh_CN/geolocation-privacy.page
-share/gnome/help/empathy/zh_CN/geolocation-supported.page
-share/gnome/help/empathy/zh_CN/geolocation-turn.page
-share/gnome/help/empathy/zh_CN/geolocation-what-is.page
-share/gnome/help/empathy/zh_CN/geolocation.page
-share/gnome/help/empathy/zh_CN/group-conversations.page
-share/gnome/help/empathy/zh_CN/hide-contacts.page
-share/gnome/help/empathy/zh_CN/import-account.page
-share/gnome/help/empathy/zh_CN/index.page
-share/gnome/help/empathy/zh_CN/introduction.page
-share/gnome/help/empathy/zh_CN/irc-commands.page
-share/gnome/help/empathy/zh_CN/irc-join-pwd.page
-share/gnome/help/empathy/zh_CN/irc-join-room.page
-share/gnome/help/empathy/zh_CN/irc-manage.page
-share/gnome/help/empathy/zh_CN/irc-nick-password.page
-share/gnome/help/empathy/zh_CN/irc-send-file.page
-share/gnome/help/empathy/zh_CN/irc-start-conversation.page
-share/gnome/help/empathy/zh_CN/license.page
-share/gnome/help/empathy/zh_CN/link-contacts.page
-share/gnome/help/empathy/zh_CN/prev-conv.page
-share/gnome/help/empathy/zh_CN/prob-conn-acctdisabled.page
-share/gnome/help/empathy/zh_CN/prob-conn-auth.page
-share/gnome/help/empathy/zh_CN/prob-conn-name.page
-share/gnome/help/empathy/zh_CN/prob-conn-neterror.page
-share/gnome/help/empathy/zh_CN/prob-conn.page
-share/gnome/help/empathy/zh_CN/remove-account.page
-share/gnome/help/empathy/zh_CN/salut-protocol.page
-share/gnome/help/empathy/zh_CN/send-file.page
-share/gnome/help/empathy/zh_CN/send-message.page
-share/gnome/help/empathy/zh_CN/set-custom-status.page
-share/gnome/help/empathy/zh_CN/share-desktop.page
-share/gnome/help/empathy/zh_CN/status-icons.page
-share/gnome/help/empathy/zh_CN/video-call.page
+share/help/C/empathy/account-irc.page
+share/help/C/empathy/account-jabber.page
+share/help/C/empathy/accounts-window.page
+share/help/C/empathy/add-account.page
+share/help/C/empathy/add-contact.page
+share/help/C/empathy/audio-call.page
+share/help/C/empathy/audio-video.page
+share/help/C/empathy/change-status.page
+share/help/C/empathy/create-account.page
+share/help/C/empathy/disable-account.page
+share/help/C/empathy/favorite-rooms.page
+share/help/C/empathy/geolocation-not-showing.page
+share/help/C/empathy/geolocation-privacy.page
+share/help/C/empathy/geolocation-supported.page
+share/help/C/empathy/geolocation-turn.page
+share/help/C/empathy/geolocation-what-is.page
+share/help/C/empathy/geolocation.page
+share/help/C/empathy/group-conversations.page
+share/help/C/empathy/hide-contacts.page
+share/help/C/empathy/import-account.page
+share/help/C/empathy/index.page
+share/help/C/empathy/introduction.page
+share/help/C/empathy/irc-commands.page
+share/help/C/empathy/irc-join-pwd.page
+share/help/C/empathy/irc-join-room.page
+share/help/C/empathy/irc-manage.page
+share/help/C/empathy/irc-nick-password.page
+share/help/C/empathy/irc-send-file.page
+share/help/C/empathy/irc-start-conversation.page
+share/help/C/empathy/license.page
+share/help/C/empathy/link-contacts.page
+share/help/C/empathy/overview.page
+share/help/C/empathy/prev-conv.page
+share/help/C/empathy/prob-conn-acctdisabled.page
+share/help/C/empathy/prob-conn-auth.page
+share/help/C/empathy/prob-conn-name.page
+share/help/C/empathy/prob-conn-neterror.page
+share/help/C/empathy/prob-conn.page
+share/help/C/empathy/remove-account.page
+share/help/C/empathy/salut-protocol.page
+share/help/C/empathy/send-file.page
+share/help/C/empathy/send-message.page
+share/help/C/empathy/set-custom-status.page
+share/help/C/empathy/share-desktop.page
+share/help/C/empathy/status-icons.page
+share/help/C/empathy/video-call.page
+share/help/C/empathy/figures/available.png
+share/help/C/empathy/figures/away.png
+share/help/C/empathy/figures/busy.png
+share/help/C/empathy/figures/conf_overview.png
+share/help/C/empathy/figures/croom_overview.png
+share/help/C/empathy/figures/empathy-logo.png
+share/help/C/empathy/figures/empathy-main-window.png
+share/help/C/empathy/figures/gtk-add.png
+share/help/C/empathy/figures/gtk-edit.png
+share/help/C/empathy/figures/gtk-remove.png
+share/help/C/empathy/figures/offline.png
+share/help/C/empathy/figures/video_overview.png
+share/help/ca/empathy/account-irc.page
+share/help/ca/empathy/account-jabber.page
+share/help/ca/empathy/accounts-window.page
+share/help/ca/empathy/add-account.page
+share/help/ca/empathy/add-contact.page
+share/help/ca/empathy/audio-call.page
+share/help/ca/empathy/audio-video.page
+share/help/ca/empathy/change-status.page
+share/help/ca/empathy/create-account.page
+share/help/ca/empathy/disable-account.page
+share/help/ca/empathy/favorite-rooms.page
+share/help/ca/empathy/geolocation-not-showing.page
+share/help/ca/empathy/geolocation-privacy.page
+share/help/ca/empathy/geolocation-supported.page
+share/help/ca/empathy/geolocation-turn.page
+share/help/ca/empathy/geolocation-what-is.page
+share/help/ca/empathy/geolocation.page
+share/help/ca/empathy/group-conversations.page
+share/help/ca/empathy/hide-contacts.page
+share/help/ca/empathy/import-account.page
+share/help/ca/empathy/index.page
+share/help/ca/empathy/introduction.page
+share/help/ca/empathy/irc-commands.page
+share/help/ca/empathy/irc-join-pwd.page
+share/help/ca/empathy/irc-join-room.page
+share/help/ca/empathy/irc-manage.page
+share/help/ca/empathy/irc-nick-password.page
+share/help/ca/empathy/irc-send-file.page
+share/help/ca/empathy/irc-start-conversation.page
+share/help/ca/empathy/license.page
+share/help/ca/empathy/link-contacts.page
+share/help/ca/empathy/overview.page
+share/help/ca/empathy/prev-conv.page
+share/help/ca/empathy/prob-conn-acctdisabled.page
+share/help/ca/empathy/prob-conn-auth.page
+share/help/ca/empathy/prob-conn-name.page
+share/help/ca/empathy/prob-conn-neterror.page
+share/help/ca/empathy/prob-conn.page
+share/help/ca/empathy/remove-account.page
+share/help/ca/empathy/salut-protocol.page
+share/help/ca/empathy/send-file.page
+share/help/ca/empathy/send-message.page
+share/help/ca/empathy/set-custom-status.page
+share/help/ca/empathy/share-desktop.page
+share/help/ca/empathy/status-icons.page
+share/help/ca/empathy/video-call.page
+share/help/ca/empathy/figures/available.png
+share/help/ca/empathy/figures/away.png
+share/help/ca/empathy/figures/busy.png
+share/help/ca/empathy/figures/conf_overview.png
+share/help/ca/empathy/figures/croom_overview.png
+share/help/ca/empathy/figures/empathy-logo.png
+share/help/ca/empathy/figures/empathy-main-window.png
+share/help/ca/empathy/figures/gtk-add.png
+share/help/ca/empathy/figures/gtk-edit.png
+share/help/ca/empathy/figures/gtk-remove.png
+share/help/ca/empathy/figures/offline.png
+share/help/ca/empathy/figures/video_overview.png
+share/help/cs/empathy/account-irc.page
+share/help/cs/empathy/account-jabber.page
+share/help/cs/empathy/accounts-window.page
+share/help/cs/empathy/add-account.page
+share/help/cs/empathy/add-contact.page
+share/help/cs/empathy/audio-call.page
+share/help/cs/empathy/audio-video.page
+share/help/cs/empathy/change-status.page
+share/help/cs/empathy/create-account.page
+share/help/cs/empathy/disable-account.page
+share/help/cs/empathy/favorite-rooms.page
+share/help/cs/empathy/geolocation-not-showing.page
+share/help/cs/empathy/geolocation-privacy.page
+share/help/cs/empathy/geolocation-supported.page
+share/help/cs/empathy/geolocation-turn.page
+share/help/cs/empathy/geolocation-what-is.page
+share/help/cs/empathy/geolocation.page
+share/help/cs/empathy/group-conversations.page
+share/help/cs/empathy/hide-contacts.page
+share/help/cs/empathy/import-account.page
+share/help/cs/empathy/index.page
+share/help/cs/empathy/introduction.page
+share/help/cs/empathy/irc-commands.page
+share/help/cs/empathy/irc-join-pwd.page
+share/help/cs/empathy/irc-join-room.page
+share/help/cs/empathy/irc-manage.page
+share/help/cs/empathy/irc-nick-password.page
+share/help/cs/empathy/irc-send-file.page
+share/help/cs/empathy/irc-start-conversation.page
+share/help/cs/empathy/license.page
+share/help/cs/empathy/link-contacts.page
+share/help/cs/empathy/overview.page
+share/help/cs/empathy/prev-conv.page
+share/help/cs/empathy/prob-conn-acctdisabled.page
+share/help/cs/empathy/prob-conn-auth.page
+share/help/cs/empathy/prob-conn-name.page
+share/help/cs/empathy/prob-conn-neterror.page
+share/help/cs/empathy/prob-conn.page
+share/help/cs/empathy/remove-account.page
+share/help/cs/empathy/salut-protocol.page
+share/help/cs/empathy/send-file.page
+share/help/cs/empathy/send-message.page
+share/help/cs/empathy/set-custom-status.page
+share/help/cs/empathy/share-desktop.page
+share/help/cs/empathy/status-icons.page
+share/help/cs/empathy/video-call.page
+share/help/cs/empathy/figures/available.png
+share/help/cs/empathy/figures/away.png
+share/help/cs/empathy/figures/busy.png
+share/help/cs/empathy/figures/conf_overview.png
+share/help/cs/empathy/figures/croom_overview.png
+share/help/cs/empathy/figures/empathy-logo.png
+share/help/cs/empathy/figures/empathy-main-window.png
+share/help/cs/empathy/figures/gtk-add.png
+share/help/cs/empathy/figures/gtk-edit.png
+share/help/cs/empathy/figures/gtk-remove.png
+share/help/cs/empathy/figures/offline.png
+share/help/cs/empathy/figures/video_overview.png
+share/help/de/empathy/account-irc.page
+share/help/de/empathy/account-jabber.page
+share/help/de/empathy/accounts-window.page
+share/help/de/empathy/add-account.page
+share/help/de/empathy/add-contact.page
+share/help/de/empathy/audio-call.page
+share/help/de/empathy/audio-video.page
+share/help/de/empathy/change-status.page
+share/help/de/empathy/create-account.page
+share/help/de/empathy/disable-account.page
+share/help/de/empathy/favorite-rooms.page
+share/help/de/empathy/geolocation-not-showing.page
+share/help/de/empathy/geolocation-privacy.page
+share/help/de/empathy/geolocation-supported.page
+share/help/de/empathy/geolocation-turn.page
+share/help/de/empathy/geolocation-what-is.page
+share/help/de/empathy/geolocation.page
+share/help/de/empathy/group-conversations.page
+share/help/de/empathy/hide-contacts.page
+share/help/de/empathy/import-account.page
+share/help/de/empathy/index.page
+share/help/de/empathy/introduction.page
+share/help/de/empathy/irc-commands.page
+share/help/de/empathy/irc-join-pwd.page
+share/help/de/empathy/irc-join-room.page
+share/help/de/empathy/irc-manage.page
+share/help/de/empathy/irc-nick-password.page
+share/help/de/empathy/irc-send-file.page
+share/help/de/empathy/irc-start-conversation.page
+share/help/de/empathy/license.page
+share/help/de/empathy/link-contacts.page
+share/help/de/empathy/overview.page
+share/help/de/empathy/prev-conv.page
+share/help/de/empathy/prob-conn-acctdisabled.page
+share/help/de/empathy/prob-conn-auth.page
+share/help/de/empathy/prob-conn-name.page
+share/help/de/empathy/prob-conn-neterror.page
+share/help/de/empathy/prob-conn.page
+share/help/de/empathy/remove-account.page
+share/help/de/empathy/salut-protocol.page
+share/help/de/empathy/send-file.page
+share/help/de/empathy/send-message.page
+share/help/de/empathy/set-custom-status.page
+share/help/de/empathy/share-desktop.page
+share/help/de/empathy/status-icons.page
+share/help/de/empathy/video-call.page
+share/help/de/empathy/figures/available.png
+share/help/de/empathy/figures/away.png
+share/help/de/empathy/figures/busy.png
+share/help/de/empathy/figures/conf_overview.png
+share/help/de/empathy/figures/croom_overview.png
+share/help/de/empathy/figures/empathy-logo.png
+share/help/de/empathy/figures/empathy-main-window.png
+share/help/de/empathy/figures/gtk-add.png
+share/help/de/empathy/figures/gtk-edit.png
+share/help/de/empathy/figures/gtk-remove.png
+share/help/de/empathy/figures/offline.png
+share/help/de/empathy/figures/video_overview.png
+share/help/el/empathy/account-irc.page
+share/help/el/empathy/account-jabber.page
+share/help/el/empathy/accounts-window.page
+share/help/el/empathy/add-account.page
+share/help/el/empathy/add-contact.page
+share/help/el/empathy/audio-call.page
+share/help/el/empathy/audio-video.page
+share/help/el/empathy/change-status.page
+share/help/el/empathy/create-account.page
+share/help/el/empathy/disable-account.page
+share/help/el/empathy/favorite-rooms.page
+share/help/el/empathy/geolocation-not-showing.page
+share/help/el/empathy/geolocation-privacy.page
+share/help/el/empathy/geolocation-supported.page
+share/help/el/empathy/geolocation-turn.page
+share/help/el/empathy/geolocation-what-is.page
+share/help/el/empathy/geolocation.page
+share/help/el/empathy/group-conversations.page
+share/help/el/empathy/hide-contacts.page
+share/help/el/empathy/import-account.page
+share/help/el/empathy/index.page
+share/help/el/empathy/introduction.page
+share/help/el/empathy/irc-commands.page
+share/help/el/empathy/irc-join-pwd.page
+share/help/el/empathy/irc-join-room.page
+share/help/el/empathy/irc-manage.page
+share/help/el/empathy/irc-nick-password.page
+share/help/el/empathy/irc-send-file.page
+share/help/el/empathy/irc-start-conversation.page
+share/help/el/empathy/license.page
+share/help/el/empathy/link-contacts.page
+share/help/el/empathy/overview.page
+share/help/el/empathy/prev-conv.page
+share/help/el/empathy/prob-conn-acctdisabled.page
+share/help/el/empathy/prob-conn-auth.page
+share/help/el/empathy/prob-conn-name.page
+share/help/el/empathy/prob-conn-neterror.page
+share/help/el/empathy/prob-conn.page
+share/help/el/empathy/remove-account.page
+share/help/el/empathy/salut-protocol.page
+share/help/el/empathy/send-file.page
+share/help/el/empathy/send-message.page
+share/help/el/empathy/set-custom-status.page
+share/help/el/empathy/share-desktop.page
+share/help/el/empathy/status-icons.page
+share/help/el/empathy/video-call.page
+share/help/el/empathy/figures/available.png
+share/help/el/empathy/figures/away.png
+share/help/el/empathy/figures/busy.png
+share/help/el/empathy/figures/conf_overview.png
+share/help/el/empathy/figures/croom_overview.png
+share/help/el/empathy/figures/empathy-logo.png
+share/help/el/empathy/figures/empathy-main-window.png
+share/help/el/empathy/figures/gtk-add.png
+share/help/el/empathy/figures/gtk-edit.png
+share/help/el/empathy/figures/gtk-remove.png
+share/help/el/empathy/figures/offline.png
+share/help/el/empathy/figures/video_overview.png
+share/help/en_GB/empathy/account-irc.page
+share/help/en_GB/empathy/account-jabber.page
+share/help/en_GB/empathy/accounts-window.page
+share/help/en_GB/empathy/add-account.page
+share/help/en_GB/empathy/add-contact.page
+share/help/en_GB/empathy/audio-call.page
+share/help/en_GB/empathy/audio-video.page
+share/help/en_GB/empathy/change-status.page
+share/help/en_GB/empathy/create-account.page
+share/help/en_GB/empathy/disable-account.page
+share/help/en_GB/empathy/favorite-rooms.page
+share/help/en_GB/empathy/geolocation-not-showing.page
+share/help/en_GB/empathy/geolocation-privacy.page
+share/help/en_GB/empathy/geolocation-supported.page
+share/help/en_GB/empathy/geolocation-turn.page
+share/help/en_GB/empathy/geolocation-what-is.page
+share/help/en_GB/empathy/geolocation.page
+share/help/en_GB/empathy/group-conversations.page
+share/help/en_GB/empathy/hide-contacts.page
+share/help/en_GB/empathy/import-account.page
+share/help/en_GB/empathy/index.page
+share/help/en_GB/empathy/introduction.page
+share/help/en_GB/empathy/irc-commands.page
+share/help/en_GB/empathy/irc-join-pwd.page
+share/help/en_GB/empathy/irc-join-room.page
+share/help/en_GB/empathy/irc-manage.page
+share/help/en_GB/empathy/irc-nick-password.page
+share/help/en_GB/empathy/irc-send-file.page
+share/help/en_GB/empathy/irc-start-conversation.page
+share/help/en_GB/empathy/license.page
+share/help/en_GB/empathy/link-contacts.page
+share/help/en_GB/empathy/overview.page
+share/help/en_GB/empathy/prev-conv.page
+share/help/en_GB/empathy/prob-conn-acctdisabled.page
+share/help/en_GB/empathy/prob-conn-auth.page
+share/help/en_GB/empathy/prob-conn-name.page
+share/help/en_GB/empathy/prob-conn-neterror.page
+share/help/en_GB/empathy/prob-conn.page
+share/help/en_GB/empathy/remove-account.page
+share/help/en_GB/empathy/salut-protocol.page
+share/help/en_GB/empathy/send-file.page
+share/help/en_GB/empathy/send-message.page
+share/help/en_GB/empathy/set-custom-status.page
+share/help/en_GB/empathy/share-desktop.page
+share/help/en_GB/empathy/status-icons.page
+share/help/en_GB/empathy/video-call.page
+share/help/en_GB/empathy/figures/available.png
+share/help/en_GB/empathy/figures/away.png
+share/help/en_GB/empathy/figures/busy.png
+share/help/en_GB/empathy/figures/conf_overview.png
+share/help/en_GB/empathy/figures/croom_overview.png
+share/help/en_GB/empathy/figures/empathy-logo.png
+share/help/en_GB/empathy/figures/empathy-main-window.png
+share/help/en_GB/empathy/figures/gtk-add.png
+share/help/en_GB/empathy/figures/gtk-edit.png
+share/help/en_GB/empathy/figures/gtk-remove.png
+share/help/en_GB/empathy/figures/offline.png
+share/help/en_GB/empathy/figures/video_overview.png
+share/help/es/empathy/account-irc.page
+share/help/es/empathy/account-jabber.page
+share/help/es/empathy/accounts-window.page
+share/help/es/empathy/add-account.page
+share/help/es/empathy/add-contact.page
+share/help/es/empathy/audio-call.page
+share/help/es/empathy/audio-video.page
+share/help/es/empathy/change-status.page
+share/help/es/empathy/create-account.page
+share/help/es/empathy/disable-account.page
+share/help/es/empathy/favorite-rooms.page
+share/help/es/empathy/geolocation-not-showing.page
+share/help/es/empathy/geolocation-privacy.page
+share/help/es/empathy/geolocation-supported.page
+share/help/es/empathy/geolocation-turn.page
+share/help/es/empathy/geolocation-what-is.page
+share/help/es/empathy/geolocation.page
+share/help/es/empathy/group-conversations.page
+share/help/es/empathy/hide-contacts.page
+share/help/es/empathy/import-account.page
+share/help/es/empathy/index.page
+share/help/es/empathy/introduction.page
+share/help/es/empathy/irc-commands.page
+share/help/es/empathy/irc-join-pwd.page
+share/help/es/empathy/irc-join-room.page
+share/help/es/empathy/irc-manage.page
+share/help/es/empathy/irc-nick-password.page
+share/help/es/empathy/irc-send-file.page
+share/help/es/empathy/irc-start-conversation.page
+share/help/es/empathy/license.page
+share/help/es/empathy/link-contacts.page
+share/help/es/empathy/overview.page
+share/help/es/empathy/prev-conv.page
+share/help/es/empathy/prob-conn-acctdisabled.page
+share/help/es/empathy/prob-conn-auth.page
+share/help/es/empathy/prob-conn-name.page
+share/help/es/empathy/prob-conn-neterror.page
+share/help/es/empathy/prob-conn.page
+share/help/es/empathy/remove-account.page
+share/help/es/empathy/salut-protocol.page
+share/help/es/empathy/send-file.page
+share/help/es/empathy/send-message.page
+share/help/es/empathy/set-custom-status.page
+share/help/es/empathy/share-desktop.page
+share/help/es/empathy/status-icons.page
+share/help/es/empathy/video-call.page
+share/help/es/empathy/figures/available.png
+share/help/es/empathy/figures/away.png
+share/help/es/empathy/figures/busy.png
+share/help/es/empathy/figures/conf_overview.png
+share/help/es/empathy/figures/croom_overview.png
+share/help/es/empathy/figures/empathy-logo.png
+share/help/es/empathy/figures/empathy-main-window.png
+share/help/es/empathy/figures/gtk-add.png
+share/help/es/empathy/figures/gtk-edit.png
+share/help/es/empathy/figures/gtk-remove.png
+share/help/es/empathy/figures/offline.png
+share/help/es/empathy/figures/video_overview.png
+share/help/eu/empathy/account-irc.page
+share/help/eu/empathy/account-jabber.page
+share/help/eu/empathy/accounts-window.page
+share/help/eu/empathy/add-account.page
+share/help/eu/empathy/add-contact.page
+share/help/eu/empathy/audio-call.page
+share/help/eu/empathy/audio-video.page
+share/help/eu/empathy/change-status.page
+share/help/eu/empathy/create-account.page
+share/help/eu/empathy/disable-account.page
+share/help/eu/empathy/favorite-rooms.page
+share/help/eu/empathy/geolocation-not-showing.page
+share/help/eu/empathy/geolocation-privacy.page
+share/help/eu/empathy/geolocation-supported.page
+share/help/eu/empathy/geolocation-turn.page
+share/help/eu/empathy/geolocation-what-is.page
+share/help/eu/empathy/geolocation.page
+share/help/eu/empathy/group-conversations.page
+share/help/eu/empathy/hide-contacts.page
+share/help/eu/empathy/import-account.page
+share/help/eu/empathy/index.page
+share/help/eu/empathy/introduction.page
+share/help/eu/empathy/irc-commands.page
+share/help/eu/empathy/irc-join-pwd.page
+share/help/eu/empathy/irc-join-room.page
+share/help/eu/empathy/irc-manage.page
+share/help/eu/empathy/irc-nick-password.page
+share/help/eu/empathy/irc-send-file.page
+share/help/eu/empathy/irc-start-conversation.page
+share/help/eu/empathy/license.page
+share/help/eu/empathy/link-contacts.page
+share/help/eu/empathy/overview.page
+share/help/eu/empathy/prev-conv.page
+share/help/eu/empathy/prob-conn-acctdisabled.page
+share/help/eu/empathy/prob-conn-auth.page
+share/help/eu/empathy/prob-conn-name.page
+share/help/eu/empathy/prob-conn-neterror.page
+share/help/eu/empathy/prob-conn.page
+share/help/eu/empathy/remove-account.page
+share/help/eu/empathy/salut-protocol.page
+share/help/eu/empathy/send-file.page
+share/help/eu/empathy/send-message.page
+share/help/eu/empathy/set-custom-status.page
+share/help/eu/empathy/share-desktop.page
+share/help/eu/empathy/status-icons.page
+share/help/eu/empathy/video-call.page
+share/help/eu/empathy/figures/available.png
+share/help/eu/empathy/figures/away.png
+share/help/eu/empathy/figures/busy.png
+share/help/eu/empathy/figures/conf_overview.png
+share/help/eu/empathy/figures/croom_overview.png
+share/help/eu/empathy/figures/empathy-logo.png
+share/help/eu/empathy/figures/empathy-main-window.png
+share/help/eu/empathy/figures/gtk-add.png
+share/help/eu/empathy/figures/gtk-edit.png
+share/help/eu/empathy/figures/gtk-remove.png
+share/help/eu/empathy/figures/offline.png
+share/help/eu/empathy/figures/video_overview.png
+share/help/fi/empathy/account-irc.page
+share/help/fi/empathy/account-jabber.page
+share/help/fi/empathy/accounts-window.page
+share/help/fi/empathy/add-account.page
+share/help/fi/empathy/add-contact.page
+share/help/fi/empathy/audio-call.page
+share/help/fi/empathy/audio-video.page
+share/help/fi/empathy/change-status.page
+share/help/fi/empathy/create-account.page
+share/help/fi/empathy/disable-account.page
+share/help/fi/empathy/favorite-rooms.page
+share/help/fi/empathy/geolocation-not-showing.page
+share/help/fi/empathy/geolocation-privacy.page
+share/help/fi/empathy/geolocation-supported.page
+share/help/fi/empathy/geolocation-turn.page
+share/help/fi/empathy/geolocation-what-is.page
+share/help/fi/empathy/geolocation.page
+share/help/fi/empathy/group-conversations.page
+share/help/fi/empathy/hide-contacts.page
+share/help/fi/empathy/import-account.page
+share/help/fi/empathy/index.page
+share/help/fi/empathy/introduction.page
+share/help/fi/empathy/irc-commands.page
+share/help/fi/empathy/irc-join-pwd.page
+share/help/fi/empathy/irc-join-room.page
+share/help/fi/empathy/irc-manage.page
+share/help/fi/empathy/irc-nick-password.page
+share/help/fi/empathy/irc-send-file.page
+share/help/fi/empathy/irc-start-conversation.page
+share/help/fi/empathy/license.page
+share/help/fi/empathy/link-contacts.page
+share/help/fi/empathy/overview.page
+share/help/fi/empathy/prev-conv.page
+share/help/fi/empathy/prob-conn-acctdisabled.page
+share/help/fi/empathy/prob-conn-auth.page
+share/help/fi/empathy/prob-conn-name.page
+share/help/fi/empathy/prob-conn-neterror.page
+share/help/fi/empathy/prob-conn.page
+share/help/fi/empathy/remove-account.page
+share/help/fi/empathy/salut-protocol.page
+share/help/fi/empathy/send-file.page
+share/help/fi/empathy/send-message.page
+share/help/fi/empathy/set-custom-status.page
+share/help/fi/empathy/share-desktop.page
+share/help/fi/empathy/status-icons.page
+share/help/fi/empathy/video-call.page
+share/help/fi/empathy/figures/available.png
+share/help/fi/empathy/figures/away.png
+share/help/fi/empathy/figures/busy.png
+share/help/fi/empathy/figures/conf_overview.png
+share/help/fi/empathy/figures/croom_overview.png
+share/help/fi/empathy/figures/empathy-logo.png
+share/help/fi/empathy/figures/empathy-main-window.png
+share/help/fi/empathy/figures/gtk-add.png
+share/help/fi/empathy/figures/gtk-edit.png
+share/help/fi/empathy/figures/gtk-remove.png
+share/help/fi/empathy/figures/offline.png
+share/help/fi/empathy/figures/video_overview.png
+share/help/fr/empathy/account-irc.page
+share/help/fr/empathy/account-jabber.page
+share/help/fr/empathy/accounts-window.page
+share/help/fr/empathy/add-account.page
+share/help/fr/empathy/add-contact.page
+share/help/fr/empathy/audio-call.page
+share/help/fr/empathy/audio-video.page
+share/help/fr/empathy/change-status.page
+share/help/fr/empathy/create-account.page
+share/help/fr/empathy/disable-account.page
+share/help/fr/empathy/favorite-rooms.page
+share/help/fr/empathy/geolocation-not-showing.page
+share/help/fr/empathy/geolocation-privacy.page
+share/help/fr/empathy/geolocation-supported.page
+share/help/fr/empathy/geolocation-turn.page
+share/help/fr/empathy/geolocation-what-is.page
+share/help/fr/empathy/geolocation.page
+share/help/fr/empathy/group-conversations.page
+share/help/fr/empathy/hide-contacts.page
+share/help/fr/empathy/import-account.page
+share/help/fr/empathy/index.page
+share/help/fr/empathy/introduction.page
+share/help/fr/empathy/irc-commands.page
+share/help/fr/empathy/irc-join-pwd.page
+share/help/fr/empathy/irc-join-room.page
+share/help/fr/empathy/irc-manage.page
+share/help/fr/empathy/irc-nick-password.page
+share/help/fr/empathy/irc-send-file.page
+share/help/fr/empathy/irc-start-conversation.page
+share/help/fr/empathy/license.page
+share/help/fr/empathy/link-contacts.page
+share/help/fr/empathy/overview.page
+share/help/fr/empathy/prev-conv.page
+share/help/fr/empathy/prob-conn-acctdisabled.page
+share/help/fr/empathy/prob-conn-auth.page
+share/help/fr/empathy/prob-conn-name.page
+share/help/fr/empathy/prob-conn-neterror.page
+share/help/fr/empathy/prob-conn.page
+share/help/fr/empathy/remove-account.page
+share/help/fr/empathy/salut-protocol.page
+share/help/fr/empathy/send-file.page
+share/help/fr/empathy/send-message.page
+share/help/fr/empathy/set-custom-status.page
+share/help/fr/empathy/share-desktop.page
+share/help/fr/empathy/status-icons.page
+share/help/fr/empathy/video-call.page
+share/help/fr/empathy/figures/available.png
+share/help/fr/empathy/figures/away.png
+share/help/fr/empathy/figures/busy.png
+share/help/fr/empathy/figures/conf_overview.png
+share/help/fr/empathy/figures/croom_overview.png
+share/help/fr/empathy/figures/empathy-logo.png
+share/help/fr/empathy/figures/empathy-main-window.png
+share/help/fr/empathy/figures/gtk-add.png
+share/help/fr/empathy/figures/gtk-edit.png
+share/help/fr/empathy/figures/gtk-remove.png
+share/help/fr/empathy/figures/offline.png
+share/help/fr/empathy/figures/video_overview.png
+share/help/gl/empathy/account-irc.page
+share/help/gl/empathy/account-jabber.page
+share/help/gl/empathy/accounts-window.page
+share/help/gl/empathy/add-account.page
+share/help/gl/empathy/add-contact.page
+share/help/gl/empathy/audio-call.page
+share/help/gl/empathy/audio-video.page
+share/help/gl/empathy/change-status.page
+share/help/gl/empathy/create-account.page
+share/help/gl/empathy/disable-account.page
+share/help/gl/empathy/favorite-rooms.page
+share/help/gl/empathy/geolocation-not-showing.page
+share/help/gl/empathy/geolocation-privacy.page
+share/help/gl/empathy/geolocation-supported.page
+share/help/gl/empathy/geolocation-turn.page
+share/help/gl/empathy/geolocation-what-is.page
+share/help/gl/empathy/geolocation.page
+share/help/gl/empathy/group-conversations.page
+share/help/gl/empathy/hide-contacts.page
+share/help/gl/empathy/import-account.page
+share/help/gl/empathy/index.page
+share/help/gl/empathy/introduction.page
+share/help/gl/empathy/irc-commands.page
+share/help/gl/empathy/irc-join-pwd.page
+share/help/gl/empathy/irc-join-room.page
+share/help/gl/empathy/irc-manage.page
+share/help/gl/empathy/irc-nick-password.page
+share/help/gl/empathy/irc-send-file.page
+share/help/gl/empathy/irc-start-conversation.page
+share/help/gl/empathy/license.page
+share/help/gl/empathy/link-contacts.page
+share/help/gl/empathy/overview.page
+share/help/gl/empathy/prev-conv.page
+share/help/gl/empathy/prob-conn-acctdisabled.page
+share/help/gl/empathy/prob-conn-auth.page
+share/help/gl/empathy/prob-conn-name.page
+share/help/gl/empathy/prob-conn-neterror.page
+share/help/gl/empathy/prob-conn.page
+share/help/gl/empathy/remove-account.page
+share/help/gl/empathy/salut-protocol.page
+share/help/gl/empathy/send-file.page
+share/help/gl/empathy/send-message.page
+share/help/gl/empathy/set-custom-status.page
+share/help/gl/empathy/share-desktop.page
+share/help/gl/empathy/status-icons.page
+share/help/gl/empathy/video-call.page
+share/help/gl/empathy/figures/available.png
+share/help/gl/empathy/figures/away.png
+share/help/gl/empathy/figures/busy.png
+share/help/gl/empathy/figures/conf_overview.png
+share/help/gl/empathy/figures/croom_overview.png
+share/help/gl/empathy/figures/empathy-logo.png
+share/help/gl/empathy/figures/empathy-main-window.png
+share/help/gl/empathy/figures/gtk-add.png
+share/help/gl/empathy/figures/gtk-edit.png
+share/help/gl/empathy/figures/gtk-remove.png
+share/help/gl/empathy/figures/offline.png
+share/help/gl/empathy/figures/video_overview.png
+share/help/hu/empathy/account-irc.page
+share/help/hu/empathy/account-jabber.page
+share/help/hu/empathy/accounts-window.page
+share/help/hu/empathy/add-account.page
+share/help/hu/empathy/add-contact.page
+share/help/hu/empathy/audio-call.page
+share/help/hu/empathy/audio-video.page
+share/help/hu/empathy/change-status.page
+share/help/hu/empathy/create-account.page
+share/help/hu/empathy/disable-account.page
+share/help/hu/empathy/favorite-rooms.page
+share/help/hu/empathy/geolocation-not-showing.page
+share/help/hu/empathy/geolocation-privacy.page
+share/help/hu/empathy/geolocation-supported.page
+share/help/hu/empathy/geolocation-turn.page
+share/help/hu/empathy/geolocation-what-is.page
+share/help/hu/empathy/geolocation.page
+share/help/hu/empathy/group-conversations.page
+share/help/hu/empathy/hide-contacts.page
+share/help/hu/empathy/import-account.page
+share/help/hu/empathy/index.page
+share/help/hu/empathy/introduction.page
+share/help/hu/empathy/irc-commands.page
+share/help/hu/empathy/irc-join-pwd.page
+share/help/hu/empathy/irc-join-room.page
+share/help/hu/empathy/irc-manage.page
+share/help/hu/empathy/irc-nick-password.page
+share/help/hu/empathy/irc-send-file.page
+share/help/hu/empathy/irc-start-conversation.page
+share/help/hu/empathy/license.page
+share/help/hu/empathy/link-contacts.page
+share/help/hu/empathy/overview.page
+share/help/hu/empathy/prev-conv.page
+share/help/hu/empathy/prob-conn-acctdisabled.page
+share/help/hu/empathy/prob-conn-auth.page
+share/help/hu/empathy/prob-conn-name.page
+share/help/hu/empathy/prob-conn-neterror.page
+share/help/hu/empathy/prob-conn.page
+share/help/hu/empathy/remove-account.page
+share/help/hu/empathy/salut-protocol.page
+share/help/hu/empathy/send-file.page
+share/help/hu/empathy/send-message.page
+share/help/hu/empathy/set-custom-status.page
+share/help/hu/empathy/share-desktop.page
+share/help/hu/empathy/status-icons.page
+share/help/hu/empathy/video-call.page
+share/help/hu/empathy/figures/available.png
+share/help/hu/empathy/figures/away.png
+share/help/hu/empathy/figures/busy.png
+share/help/hu/empathy/figures/conf_overview.png
+share/help/hu/empathy/figures/croom_overview.png
+share/help/hu/empathy/figures/empathy-logo.png
+share/help/hu/empathy/figures/empathy-main-window.png
+share/help/hu/empathy/figures/gtk-add.png
+share/help/hu/empathy/figures/gtk-edit.png
+share/help/hu/empathy/figures/gtk-remove.png
+share/help/hu/empathy/figures/offline.png
+share/help/hu/empathy/figures/video_overview.png
+share/help/it/empathy/account-irc.page
+share/help/it/empathy/account-jabber.page
+share/help/it/empathy/accounts-window.page
+share/help/it/empathy/add-account.page
+share/help/it/empathy/add-contact.page
+share/help/it/empathy/audio-call.page
+share/help/it/empathy/audio-video.page
+share/help/it/empathy/change-status.page
+share/help/it/empathy/create-account.page
+share/help/it/empathy/disable-account.page
+share/help/it/empathy/favorite-rooms.page
+share/help/it/empathy/geolocation-not-showing.page
+share/help/it/empathy/geolocation-privacy.page
+share/help/it/empathy/geolocation-supported.page
+share/help/it/empathy/geolocation-turn.page
+share/help/it/empathy/geolocation-what-is.page
+share/help/it/empathy/geolocation.page
+share/help/it/empathy/group-conversations.page
+share/help/it/empathy/hide-contacts.page
+share/help/it/empathy/import-account.page
+share/help/it/empathy/index.page
+share/help/it/empathy/introduction.page
+share/help/it/empathy/irc-commands.page
+share/help/it/empathy/irc-join-pwd.page
+share/help/it/empathy/irc-join-room.page
+share/help/it/empathy/irc-manage.page
+share/help/it/empathy/irc-nick-password.page
+share/help/it/empathy/irc-send-file.page
+share/help/it/empathy/irc-start-conversation.page
+share/help/it/empathy/license.page
+share/help/it/empathy/link-contacts.page
+share/help/it/empathy/overview.page
+share/help/it/empathy/prev-conv.page
+share/help/it/empathy/prob-conn-acctdisabled.page
+share/help/it/empathy/prob-conn-auth.page
+share/help/it/empathy/prob-conn-name.page
+share/help/it/empathy/prob-conn-neterror.page
+share/help/it/empathy/prob-conn.page
+share/help/it/empathy/remove-account.page
+share/help/it/empathy/salut-protocol.page
+share/help/it/empathy/send-file.page
+share/help/it/empathy/send-message.page
+share/help/it/empathy/set-custom-status.page
+share/help/it/empathy/share-desktop.page
+share/help/it/empathy/status-icons.page
+share/help/it/empathy/video-call.page
+share/help/it/empathy/figures/available.png
+share/help/it/empathy/figures/away.png
+share/help/it/empathy/figures/busy.png
+share/help/it/empathy/figures/conf_overview.png
+share/help/it/empathy/figures/croom_overview.png
+share/help/it/empathy/figures/empathy-logo.png
+share/help/it/empathy/figures/empathy-main-window.png
+share/help/it/empathy/figures/gtk-add.png
+share/help/it/empathy/figures/gtk-edit.png
+share/help/it/empathy/figures/gtk-remove.png
+share/help/it/empathy/figures/offline.png
+share/help/it/empathy/figures/video_overview.png
+share/help/ja/empathy/account-irc.page
+share/help/ja/empathy/account-jabber.page
+share/help/ja/empathy/accounts-window.page
+share/help/ja/empathy/add-account.page
+share/help/ja/empathy/add-contact.page
+share/help/ja/empathy/audio-call.page
+share/help/ja/empathy/audio-video.page
+share/help/ja/empathy/change-status.page
+share/help/ja/empathy/create-account.page
+share/help/ja/empathy/disable-account.page
+share/help/ja/empathy/favorite-rooms.page
+share/help/ja/empathy/geolocation-not-showing.page
+share/help/ja/empathy/geolocation-privacy.page
+share/help/ja/empathy/geolocation-supported.page
+share/help/ja/empathy/geolocation-turn.page
+share/help/ja/empathy/geolocation-what-is.page
+share/help/ja/empathy/geolocation.page
+share/help/ja/empathy/group-conversations.page
+share/help/ja/empathy/hide-contacts.page
+share/help/ja/empathy/import-account.page
+share/help/ja/empathy/index.page
+share/help/ja/empathy/introduction.page
+share/help/ja/empathy/irc-commands.page
+share/help/ja/empathy/irc-join-pwd.page
+share/help/ja/empathy/irc-join-room.page
+share/help/ja/empathy/irc-manage.page
+share/help/ja/empathy/irc-nick-password.page
+share/help/ja/empathy/irc-send-file.page
+share/help/ja/empathy/irc-start-conversation.page
+share/help/ja/empathy/license.page
+share/help/ja/empathy/link-contacts.page
+share/help/ja/empathy/overview.page
+share/help/ja/empathy/prev-conv.page
+share/help/ja/empathy/prob-conn-acctdisabled.page
+share/help/ja/empathy/prob-conn-auth.page
+share/help/ja/empathy/prob-conn-name.page
+share/help/ja/empathy/prob-conn-neterror.page
+share/help/ja/empathy/prob-conn.page
+share/help/ja/empathy/remove-account.page
+share/help/ja/empathy/salut-protocol.page
+share/help/ja/empathy/send-file.page
+share/help/ja/empathy/send-message.page
+share/help/ja/empathy/set-custom-status.page
+share/help/ja/empathy/share-desktop.page
+share/help/ja/empathy/status-icons.page
+share/help/ja/empathy/video-call.page
+share/help/ja/empathy/figures/available.png
+share/help/ja/empathy/figures/away.png
+share/help/ja/empathy/figures/busy.png
+share/help/ja/empathy/figures/conf_overview.png
+share/help/ja/empathy/figures/croom_overview.png
+share/help/ja/empathy/figures/empathy-logo.png
+share/help/ja/empathy/figures/empathy-main-window.png
+share/help/ja/empathy/figures/gtk-add.png
+share/help/ja/empathy/figures/gtk-edit.png
+share/help/ja/empathy/figures/gtk-remove.png
+share/help/ja/empathy/figures/offline.png
+share/help/ja/empathy/figures/video_overview.png
+share/help/lv/empathy/account-irc.page
+share/help/lv/empathy/account-jabber.page
+share/help/lv/empathy/accounts-window.page
+share/help/lv/empathy/add-account.page
+share/help/lv/empathy/add-contact.page
+share/help/lv/empathy/audio-call.page
+share/help/lv/empathy/audio-video.page
+share/help/lv/empathy/change-status.page
+share/help/lv/empathy/create-account.page
+share/help/lv/empathy/disable-account.page
+share/help/lv/empathy/favorite-rooms.page
+share/help/lv/empathy/geolocation-not-showing.page
+share/help/lv/empathy/geolocation-privacy.page
+share/help/lv/empathy/geolocation-supported.page
+share/help/lv/empathy/geolocation-turn.page
+share/help/lv/empathy/geolocation-what-is.page
+share/help/lv/empathy/geolocation.page
+share/help/lv/empathy/group-conversations.page
+share/help/lv/empathy/hide-contacts.page
+share/help/lv/empathy/import-account.page
+share/help/lv/empathy/index.page
+share/help/lv/empathy/introduction.page
+share/help/lv/empathy/irc-commands.page
+share/help/lv/empathy/irc-join-pwd.page
+share/help/lv/empathy/irc-join-room.page
+share/help/lv/empathy/irc-manage.page
+share/help/lv/empathy/irc-nick-password.page
+share/help/lv/empathy/irc-send-file.page
+share/help/lv/empathy/irc-start-conversation.page
+share/help/lv/empathy/license.page
+share/help/lv/empathy/link-contacts.page
+share/help/lv/empathy/overview.page
+share/help/lv/empathy/prev-conv.page
+share/help/lv/empathy/prob-conn-acctdisabled.page
+share/help/lv/empathy/prob-conn-auth.page
+share/help/lv/empathy/prob-conn-name.page
+share/help/lv/empathy/prob-conn-neterror.page
+share/help/lv/empathy/prob-conn.page
+share/help/lv/empathy/remove-account.page
+share/help/lv/empathy/salut-protocol.page
+share/help/lv/empathy/send-file.page
+share/help/lv/empathy/send-message.page
+share/help/lv/empathy/set-custom-status.page
+share/help/lv/empathy/share-desktop.page
+share/help/lv/empathy/status-icons.page
+share/help/lv/empathy/video-call.page
+share/help/lv/empathy/figures/available.png
+share/help/lv/empathy/figures/away.png
+share/help/lv/empathy/figures/busy.png
+share/help/lv/empathy/figures/conf_overview.png
+share/help/lv/empathy/figures/croom_overview.png
+share/help/lv/empathy/figures/empathy-logo.png
+share/help/lv/empathy/figures/empathy-main-window.png
+share/help/lv/empathy/figures/gtk-add.png
+share/help/lv/empathy/figures/gtk-edit.png
+share/help/lv/empathy/figures/gtk-remove.png
+share/help/lv/empathy/figures/offline.png
+share/help/lv/empathy/figures/video_overview.png
+share/help/pl/empathy/account-irc.page
+share/help/pl/empathy/account-jabber.page
+share/help/pl/empathy/accounts-window.page
+share/help/pl/empathy/add-account.page
+share/help/pl/empathy/add-contact.page
+share/help/pl/empathy/audio-call.page
+share/help/pl/empathy/audio-video.page
+share/help/pl/empathy/change-status.page
+share/help/pl/empathy/create-account.page
+share/help/pl/empathy/disable-account.page
+share/help/pl/empathy/favorite-rooms.page
+share/help/pl/empathy/geolocation-not-showing.page
+share/help/pl/empathy/geolocation-privacy.page
+share/help/pl/empathy/geolocation-supported.page
+share/help/pl/empathy/geolocation-turn.page
+share/help/pl/empathy/geolocation-what-is.page
+share/help/pl/empathy/geolocation.page
+share/help/pl/empathy/group-conversations.page
+share/help/pl/empathy/hide-contacts.page
+share/help/pl/empathy/import-account.page
+share/help/pl/empathy/index.page
+share/help/pl/empathy/introduction.page
+share/help/pl/empathy/irc-commands.page
+share/help/pl/empathy/irc-join-pwd.page
+share/help/pl/empathy/irc-join-room.page
+share/help/pl/empathy/irc-manage.page
+share/help/pl/empathy/irc-nick-password.page
+share/help/pl/empathy/irc-send-file.page
+share/help/pl/empathy/irc-start-conversation.page
+share/help/pl/empathy/license.page
+share/help/pl/empathy/link-contacts.page
+share/help/pl/empathy/overview.page
+share/help/pl/empathy/prev-conv.page
+share/help/pl/empathy/prob-conn-acctdisabled.page
+share/help/pl/empathy/prob-conn-auth.page
+share/help/pl/empathy/prob-conn-name.page
+share/help/pl/empathy/prob-conn-neterror.page
+share/help/pl/empathy/prob-conn.page
+share/help/pl/empathy/remove-account.page
+share/help/pl/empathy/salut-protocol.page
+share/help/pl/empathy/send-file.page
+share/help/pl/empathy/send-message.page
+share/help/pl/empathy/set-custom-status.page
+share/help/pl/empathy/share-desktop.page
+share/help/pl/empathy/status-icons.page
+share/help/pl/empathy/video-call.page
+share/help/pl/empathy/figures/available.png
+share/help/pl/empathy/figures/away.png
+share/help/pl/empathy/figures/busy.png
+share/help/pl/empathy/figures/conf_overview.png
+share/help/pl/empathy/figures/croom_overview.png
+share/help/pl/empathy/figures/empathy-logo.png
+share/help/pl/empathy/figures/empathy-main-window.png
+share/help/pl/empathy/figures/gtk-add.png
+share/help/pl/empathy/figures/gtk-edit.png
+share/help/pl/empathy/figures/gtk-remove.png
+share/help/pl/empathy/figures/offline.png
+share/help/pl/empathy/figures/video_overview.png
+share/help/pt_BR/empathy/account-irc.page
+share/help/pt_BR/empathy/account-jabber.page
+share/help/pt_BR/empathy/accounts-window.page
+share/help/pt_BR/empathy/add-account.page
+share/help/pt_BR/empathy/add-contact.page
+share/help/pt_BR/empathy/audio-call.page
+share/help/pt_BR/empathy/audio-video.page
+share/help/pt_BR/empathy/change-status.page
+share/help/pt_BR/empathy/create-account.page
+share/help/pt_BR/empathy/disable-account.page
+share/help/pt_BR/empathy/favorite-rooms.page
+share/help/pt_BR/empathy/geolocation-not-showing.page
+share/help/pt_BR/empathy/geolocation-privacy.page
+share/help/pt_BR/empathy/geolocation-supported.page
+share/help/pt_BR/empathy/geolocation-turn.page
+share/help/pt_BR/empathy/geolocation-what-is.page
+share/help/pt_BR/empathy/geolocation.page
+share/help/pt_BR/empathy/group-conversations.page
+share/help/pt_BR/empathy/hide-contacts.page
+share/help/pt_BR/empathy/import-account.page
+share/help/pt_BR/empathy/index.page
+share/help/pt_BR/empathy/introduction.page
+share/help/pt_BR/empathy/irc-commands.page
+share/help/pt_BR/empathy/irc-join-pwd.page
+share/help/pt_BR/empathy/irc-join-room.page
+share/help/pt_BR/empathy/irc-manage.page
+share/help/pt_BR/empathy/irc-nick-password.page
+share/help/pt_BR/empathy/irc-send-file.page
+share/help/pt_BR/empathy/irc-start-conversation.page
+share/help/pt_BR/empathy/license.page
+share/help/pt_BR/empathy/link-contacts.page
+share/help/pt_BR/empathy/overview.page
+share/help/pt_BR/empathy/prev-conv.page
+share/help/pt_BR/empathy/prob-conn-acctdisabled.page
+share/help/pt_BR/empathy/prob-conn-auth.page
+share/help/pt_BR/empathy/prob-conn-name.page
+share/help/pt_BR/empathy/prob-conn-neterror.page
+share/help/pt_BR/empathy/prob-conn.page
+share/help/pt_BR/empathy/remove-account.page
+share/help/pt_BR/empathy/salut-protocol.page
+share/help/pt_BR/empathy/send-file.page
+share/help/pt_BR/empathy/send-message.page
+share/help/pt_BR/empathy/set-custom-status.page
+share/help/pt_BR/empathy/share-desktop.page
+share/help/pt_BR/empathy/status-icons.page
+share/help/pt_BR/empathy/video-call.page
+share/help/pt_BR/empathy/figures/available.png
+share/help/pt_BR/empathy/figures/away.png
+share/help/pt_BR/empathy/figures/busy.png
+share/help/pt_BR/empathy/figures/conf_overview.png
+share/help/pt_BR/empathy/figures/croom_overview.png
+share/help/pt_BR/empathy/figures/empathy-logo.png
+share/help/pt_BR/empathy/figures/empathy-main-window.png
+share/help/pt_BR/empathy/figures/gtk-add.png
+share/help/pt_BR/empathy/figures/gtk-edit.png
+share/help/pt_BR/empathy/figures/gtk-remove.png
+share/help/pt_BR/empathy/figures/offline.png
+share/help/pt_BR/empathy/figures/video_overview.png
+share/help/ru/empathy/account-irc.page
+share/help/ru/empathy/account-jabber.page
+share/help/ru/empathy/accounts-window.page
+share/help/ru/empathy/add-account.page
+share/help/ru/empathy/add-contact.page
+share/help/ru/empathy/audio-call.page
+share/help/ru/empathy/audio-video.page
+share/help/ru/empathy/change-status.page
+share/help/ru/empathy/create-account.page
+share/help/ru/empathy/disable-account.page
+share/help/ru/empathy/favorite-rooms.page
+share/help/ru/empathy/geolocation-not-showing.page
+share/help/ru/empathy/geolocation-privacy.page
+share/help/ru/empathy/geolocation-supported.page
+share/help/ru/empathy/geolocation-turn.page
+share/help/ru/empathy/geolocation-what-is.page
+share/help/ru/empathy/geolocation.page
+share/help/ru/empathy/group-conversations.page
+share/help/ru/empathy/hide-contacts.page
+share/help/ru/empathy/import-account.page
+share/help/ru/empathy/index.page
+share/help/ru/empathy/introduction.page
+share/help/ru/empathy/irc-commands.page
+share/help/ru/empathy/irc-join-pwd.page
+share/help/ru/empathy/irc-join-room.page
+share/help/ru/empathy/irc-manage.page
+share/help/ru/empathy/irc-nick-password.page
+share/help/ru/empathy/irc-send-file.page
+share/help/ru/empathy/irc-start-conversation.page
+share/help/ru/empathy/license.page
+share/help/ru/empathy/link-contacts.page
+share/help/ru/empathy/overview.page
+share/help/ru/empathy/prev-conv.page
+share/help/ru/empathy/prob-conn-acctdisabled.page
+share/help/ru/empathy/prob-conn-auth.page
+share/help/ru/empathy/prob-conn-name.page
+share/help/ru/empathy/prob-conn-neterror.page
+share/help/ru/empathy/prob-conn.page
+share/help/ru/empathy/remove-account.page
+share/help/ru/empathy/salut-protocol.page
+share/help/ru/empathy/send-file.page
+share/help/ru/empathy/send-message.page
+share/help/ru/empathy/set-custom-status.page
+share/help/ru/empathy/share-desktop.page
+share/help/ru/empathy/status-icons.page
+share/help/ru/empathy/video-call.page
+share/help/ru/empathy/figures/available.png
+share/help/ru/empathy/figures/away.png
+share/help/ru/empathy/figures/busy.png
+share/help/ru/empathy/figures/conf_overview.png
+share/help/ru/empathy/figures/croom_overview.png
+share/help/ru/empathy/figures/empathy-logo.png
+share/help/ru/empathy/figures/empathy-main-window.png
+share/help/ru/empathy/figures/gtk-add.png
+share/help/ru/empathy/figures/gtk-edit.png
+share/help/ru/empathy/figures/gtk-remove.png
+share/help/ru/empathy/figures/offline.png
+share/help/ru/empathy/figures/video_overview.png
+share/help/sl/empathy/account-irc.page
+share/help/sl/empathy/account-jabber.page
+share/help/sl/empathy/accounts-window.page
+share/help/sl/empathy/add-account.page
+share/help/sl/empathy/add-contact.page
+share/help/sl/empathy/audio-call.page
+share/help/sl/empathy/audio-video.page
+share/help/sl/empathy/change-status.page
+share/help/sl/empathy/create-account.page
+share/help/sl/empathy/disable-account.page
+share/help/sl/empathy/favorite-rooms.page
+share/help/sl/empathy/geolocation-not-showing.page
+share/help/sl/empathy/geolocation-privacy.page
+share/help/sl/empathy/geolocation-supported.page
+share/help/sl/empathy/geolocation-turn.page
+share/help/sl/empathy/geolocation-what-is.page
+share/help/sl/empathy/geolocation.page
+share/help/sl/empathy/group-conversations.page
+share/help/sl/empathy/hide-contacts.page
+share/help/sl/empathy/import-account.page
+share/help/sl/empathy/index.page
+share/help/sl/empathy/introduction.page
+share/help/sl/empathy/irc-commands.page
+share/help/sl/empathy/irc-join-pwd.page
+share/help/sl/empathy/irc-join-room.page
+share/help/sl/empathy/irc-manage.page
+share/help/sl/empathy/irc-nick-password.page
+share/help/sl/empathy/irc-send-file.page
+share/help/sl/empathy/irc-start-conversation.page
+share/help/sl/empathy/license.page
+share/help/sl/empathy/link-contacts.page
+share/help/sl/empathy/overview.page
+share/help/sl/empathy/prev-conv.page
+share/help/sl/empathy/prob-conn-acctdisabled.page
+share/help/sl/empathy/prob-conn-auth.page
+share/help/sl/empathy/prob-conn-name.page
+share/help/sl/empathy/prob-conn-neterror.page
+share/help/sl/empathy/prob-conn.page
+share/help/sl/empathy/remove-account.page
+share/help/sl/empathy/salut-protocol.page
+share/help/sl/empathy/send-file.page
+share/help/sl/empathy/send-message.page
+share/help/sl/empathy/set-custom-status.page
+share/help/sl/empathy/share-desktop.page
+share/help/sl/empathy/status-icons.page
+share/help/sl/empathy/video-call.page
+share/help/sl/empathy/figures/available.png
+share/help/sl/empathy/figures/away.png
+share/help/sl/empathy/figures/busy.png
+share/help/sl/empathy/figures/conf_overview.png
+share/help/sl/empathy/figures/croom_overview.png
+share/help/sl/empathy/figures/empathy-logo.png
+share/help/sl/empathy/figures/empathy-main-window.png
+share/help/sl/empathy/figures/gtk-add.png
+share/help/sl/empathy/figures/gtk-edit.png
+share/help/sl/empathy/figures/gtk-remove.png
+share/help/sl/empathy/figures/offline.png
+share/help/sl/empathy/figures/video_overview.png
+share/help/sv/empathy/account-irc.page
+share/help/sv/empathy/account-jabber.page
+share/help/sv/empathy/accounts-window.page
+share/help/sv/empathy/add-account.page
+share/help/sv/empathy/add-contact.page
+share/help/sv/empathy/audio-call.page
+share/help/sv/empathy/audio-video.page
+share/help/sv/empathy/change-status.page
+share/help/sv/empathy/create-account.page
+share/help/sv/empathy/disable-account.page
+share/help/sv/empathy/favorite-rooms.page
+share/help/sv/empathy/geolocation-not-showing.page
+share/help/sv/empathy/geolocation-privacy.page
+share/help/sv/empathy/geolocation-supported.page
+share/help/sv/empathy/geolocation-turn.page
+share/help/sv/empathy/geolocation-what-is.page
+share/help/sv/empathy/geolocation.page
+share/help/sv/empathy/group-conversations.page
+share/help/sv/empathy/hide-contacts.page
+share/help/sv/empathy/import-account.page
+share/help/sv/empathy/index.page
+share/help/sv/empathy/introduction.page
+share/help/sv/empathy/irc-commands.page
+share/help/sv/empathy/irc-join-pwd.page
+share/help/sv/empathy/irc-join-room.page
+share/help/sv/empathy/irc-manage.page
+share/help/sv/empathy/irc-nick-password.page
+share/help/sv/empathy/irc-send-file.page
+share/help/sv/empathy/irc-start-conversation.page
+share/help/sv/empathy/license.page
+share/help/sv/empathy/link-contacts.page
+share/help/sv/empathy/overview.page
+share/help/sv/empathy/prev-conv.page
+share/help/sv/empathy/prob-conn-acctdisabled.page
+share/help/sv/empathy/prob-conn-auth.page
+share/help/sv/empathy/prob-conn-name.page
+share/help/sv/empathy/prob-conn-neterror.page
+share/help/sv/empathy/prob-conn.page
+share/help/sv/empathy/remove-account.page
+share/help/sv/empathy/salut-protocol.page
+share/help/sv/empathy/send-file.page
+share/help/sv/empathy/send-message.page
+share/help/sv/empathy/set-custom-status.page
+share/help/sv/empathy/share-desktop.page
+share/help/sv/empathy/status-icons.page
+share/help/sv/empathy/video-call.page
+share/help/sv/empathy/figures/available.png
+share/help/sv/empathy/figures/away.png
+share/help/sv/empathy/figures/busy.png
+share/help/sv/empathy/figures/conf_overview.png
+share/help/sv/empathy/figures/croom_overview.png
+share/help/sv/empathy/figures/empathy-logo.png
+share/help/sv/empathy/figures/empathy-main-window.png
+share/help/sv/empathy/figures/gtk-add.png
+share/help/sv/empathy/figures/gtk-edit.png
+share/help/sv/empathy/figures/gtk-remove.png
+share/help/sv/empathy/figures/offline.png
+share/help/sv/empathy/figures/video_overview.png
+share/help/te/empathy/account-irc.page
+share/help/te/empathy/account-jabber.page
+share/help/te/empathy/accounts-window.page
+share/help/te/empathy/add-account.page
+share/help/te/empathy/add-contact.page
+share/help/te/empathy/audio-call.page
+share/help/te/empathy/audio-video.page
+share/help/te/empathy/change-status.page
+share/help/te/empathy/create-account.page
+share/help/te/empathy/disable-account.page
+share/help/te/empathy/favorite-rooms.page
+share/help/te/empathy/geolocation-not-showing.page
+share/help/te/empathy/geolocation-privacy.page
+share/help/te/empathy/geolocation-supported.page
+share/help/te/empathy/geolocation-turn.page
+share/help/te/empathy/geolocation-what-is.page
+share/help/te/empathy/geolocation.page
+share/help/te/empathy/group-conversations.page
+share/help/te/empathy/hide-contacts.page
+share/help/te/empathy/import-account.page
+share/help/te/empathy/index.page
+share/help/te/empathy/introduction.page
+share/help/te/empathy/irc-commands.page
+share/help/te/empathy/irc-join-pwd.page
+share/help/te/empathy/irc-join-room.page
+share/help/te/empathy/irc-manage.page
+share/help/te/empathy/irc-nick-password.page
+share/help/te/empathy/irc-send-file.page
+share/help/te/empathy/irc-start-conversation.page
+share/help/te/empathy/license.page
+share/help/te/empathy/link-contacts.page
+share/help/te/empathy/overview.page
+share/help/te/empathy/prev-conv.page
+share/help/te/empathy/prob-conn-acctdisabled.page
+share/help/te/empathy/prob-conn-auth.page
+share/help/te/empathy/prob-conn-name.page
+share/help/te/empathy/prob-conn-neterror.page
+share/help/te/empathy/prob-conn.page
+share/help/te/empathy/remove-account.page
+share/help/te/empathy/salut-protocol.page
+share/help/te/empathy/send-file.page
+share/help/te/empathy/send-message.page
+share/help/te/empathy/set-custom-status.page
+share/help/te/empathy/share-desktop.page
+share/help/te/empathy/status-icons.page
+share/help/te/empathy/video-call.page
+share/help/te/empathy/figures/available.png
+share/help/te/empathy/figures/away.png
+share/help/te/empathy/figures/busy.png
+share/help/te/empathy/figures/conf_overview.png
+share/help/te/empathy/figures/croom_overview.png
+share/help/te/empathy/figures/empathy-logo.png
+share/help/te/empathy/figures/empathy-main-window.png
+share/help/te/empathy/figures/gtk-add.png
+share/help/te/empathy/figures/gtk-edit.png
+share/help/te/empathy/figures/gtk-remove.png
+share/help/te/empathy/figures/offline.png
+share/help/te/empathy/figures/video_overview.png
+share/help/zh_CN/empathy/account-irc.page
+share/help/zh_CN/empathy/account-jabber.page
+share/help/zh_CN/empathy/accounts-window.page
+share/help/zh_CN/empathy/add-account.page
+share/help/zh_CN/empathy/add-contact.page
+share/help/zh_CN/empathy/audio-call.page
+share/help/zh_CN/empathy/audio-video.page
+share/help/zh_CN/empathy/change-status.page
+share/help/zh_CN/empathy/create-account.page
+share/help/zh_CN/empathy/disable-account.page
+share/help/zh_CN/empathy/favorite-rooms.page
+share/help/zh_CN/empathy/geolocation-not-showing.page
+share/help/zh_CN/empathy/geolocation-privacy.page
+share/help/zh_CN/empathy/geolocation-supported.page
+share/help/zh_CN/empathy/geolocation-turn.page
+share/help/zh_CN/empathy/geolocation-what-is.page
+share/help/zh_CN/empathy/geolocation.page
+share/help/zh_CN/empathy/group-conversations.page
+share/help/zh_CN/empathy/hide-contacts.page
+share/help/zh_CN/empathy/import-account.page
+share/help/zh_CN/empathy/index.page
+share/help/zh_CN/empathy/introduction.page
+share/help/zh_CN/empathy/irc-commands.page
+share/help/zh_CN/empathy/irc-join-pwd.page
+share/help/zh_CN/empathy/irc-join-room.page
+share/help/zh_CN/empathy/irc-manage.page
+share/help/zh_CN/empathy/irc-nick-password.page
+share/help/zh_CN/empathy/irc-send-file.page
+share/help/zh_CN/empathy/irc-start-conversation.page
+share/help/zh_CN/empathy/license.page
+share/help/zh_CN/empathy/link-contacts.page
+share/help/zh_CN/empathy/overview.page
+share/help/zh_CN/empathy/prev-conv.page
+share/help/zh_CN/empathy/prob-conn-acctdisabled.page
+share/help/zh_CN/empathy/prob-conn-auth.page
+share/help/zh_CN/empathy/prob-conn-name.page
+share/help/zh_CN/empathy/prob-conn-neterror.page
+share/help/zh_CN/empathy/prob-conn.page
+share/help/zh_CN/empathy/remove-account.page
+share/help/zh_CN/empathy/salut-protocol.page
+share/help/zh_CN/empathy/send-file.page
+share/help/zh_CN/empathy/send-message.page
+share/help/zh_CN/empathy/set-custom-status.page
+share/help/zh_CN/empathy/share-desktop.page
+share/help/zh_CN/empathy/status-icons.page
+share/help/zh_CN/empathy/video-call.page
+share/help/zh_CN/empathy/figures/available.png
+share/help/zh_CN/empathy/figures/away.png
+share/help/zh_CN/empathy/figures/busy.png
+share/help/zh_CN/empathy/figures/conf_overview.png
+share/help/zh_CN/empathy/figures/croom_overview.png
+share/help/zh_CN/empathy/figures/empathy-logo.png
+share/help/zh_CN/empathy/figures/empathy-main-window.png
+share/help/zh_CN/empathy/figures/gtk-add.png
+share/help/zh_CN/empathy/figures/gtk-edit.png
+share/help/zh_CN/empathy/figures/gtk-remove.png
+share/help/zh_CN/empathy/figures/offline.png
+share/help/zh_CN/empathy/figures/video_overview.png
share/icons/hicolor/16x16/apps/empathy.png
share/icons/hicolor/22x22/apps/empathy.png
share/icons/hicolor/24x24/apps/empathy.png
share/icons/hicolor/256x256/apps/empathy.png
share/icons/hicolor/32x32/apps/empathy.png
share/icons/hicolor/48x48/apps/empathy.png
-share/icons/hicolor/scalable/apps/empathy.svg
-share/locale/an/LC_MESSAGES/empathy.mo
-share/locale/ar/LC_MESSAGES/empathy.mo
-share/locale/as/LC_MESSAGES/empathy.mo
-share/locale/ast/LC_MESSAGES/empathy.mo
-share/locale/az/LC_MESSAGES/empathy.mo
-share/locale/be/LC_MESSAGES/empathy.mo
-share/locale/be@latin/LC_MESSAGES/empathy.mo
-share/locale/bg/LC_MESSAGES/empathy.mo
-share/locale/bn/LC_MESSAGES/empathy.mo
-share/locale/bn_IN/LC_MESSAGES/empathy.mo
-share/locale/br/LC_MESSAGES/empathy.mo
-share/locale/ca/LC_MESSAGES/empathy.mo
-share/locale/ca@valencia/LC_MESSAGES/empathy.mo
-share/locale/crh/LC_MESSAGES/empathy.mo
-share/locale/cs/LC_MESSAGES/empathy.mo
-share/locale/cy/LC_MESSAGES/empathy.mo
-share/locale/da/LC_MESSAGES/empathy.mo
-share/locale/de/LC_MESSAGES/empathy.mo
-share/locale/dz/LC_MESSAGES/empathy.mo
-share/locale/el/LC_MESSAGES/empathy.mo
-share/locale/en@shaw/LC_MESSAGES/empathy.mo
-share/locale/en_CA/LC_MESSAGES/empathy.mo
-share/locale/en_GB/LC_MESSAGES/empathy.mo
-share/locale/eo/LC_MESSAGES/empathy.mo
-share/locale/es/LC_MESSAGES/empathy.mo
-share/locale/et/LC_MESSAGES/empathy.mo
-share/locale/eu/LC_MESSAGES/empathy.mo
-share/locale/fi/LC_MESSAGES/empathy.mo
-share/locale/fr/LC_MESSAGES/empathy.mo
-share/locale/ga/LC_MESSAGES/empathy.mo
-share/locale/gl/LC_MESSAGES/empathy.mo
-share/locale/gu/LC_MESSAGES/empathy.mo
-share/locale/he/LC_MESSAGES/empathy.mo
-share/locale/hi/LC_MESSAGES/empathy.mo
-share/locale/hr/LC_MESSAGES/empathy.mo
-share/locale/hu/LC_MESSAGES/empathy.mo
-share/locale/id/LC_MESSAGES/empathy.mo
-share/locale/it/LC_MESSAGES/empathy.mo
-share/locale/ja/LC_MESSAGES/empathy.mo
-share/locale/kk/LC_MESSAGES/empathy.mo
-share/locale/kn/LC_MESSAGES/empathy.mo
-share/locale/ko/LC_MESSAGES/empathy.mo
-share/locale/ku/LC_MESSAGES/empathy.mo
-share/locale/lt/LC_MESSAGES/empathy.mo
-share/locale/lv/LC_MESSAGES/empathy.mo
-share/locale/mai/LC_MESSAGES/empathy.mo
-share/locale/mk/LC_MESSAGES/empathy.mo
-share/locale/ml/LC_MESSAGES/empathy.mo
-share/locale/mr/LC_MESSAGES/empathy.mo
-share/locale/ms/LC_MESSAGES/empathy.mo
-share/locale/nb/LC_MESSAGES/empathy.mo
-share/locale/ne/LC_MESSAGES/empathy.mo
-share/locale/nl/LC_MESSAGES/empathy.mo
-share/locale/nn/LC_MESSAGES/empathy.mo
-share/locale/oc/LC_MESSAGES/empathy.mo
-share/locale/or/LC_MESSAGES/empathy.mo
-share/locale/pa/LC_MESSAGES/empathy.mo
-share/locale/pl/LC_MESSAGES/empathy.mo
-share/locale/ps/LC_MESSAGES/empathy.mo
-share/locale/pt/LC_MESSAGES/empathy.mo
-share/locale/pt_BR/LC_MESSAGES/empathy.mo
-share/locale/ro/LC_MESSAGES/empathy.mo
-share/locale/ru/LC_MESSAGES/empathy.mo
-share/locale/si/LC_MESSAGES/empathy.mo
-share/locale/sl/LC_MESSAGES/empathy.mo
-share/locale/sq/LC_MESSAGES/empathy.mo
-share/locale/sr/LC_MESSAGES/empathy.mo
-share/locale/sr@latin/LC_MESSAGES/empathy.mo
-share/locale/sv/LC_MESSAGES/empathy.mo
-share/locale/ta/LC_MESSAGES/empathy.mo
-share/locale/te/LC_MESSAGES/empathy.mo
-share/locale/th/LC_MESSAGES/empathy.mo
-share/locale/tr/LC_MESSAGES/empathy.mo
-share/locale/uk/LC_MESSAGES/empathy.mo
-share/locale/vi/LC_MESSAGES/empathy.mo
-share/locale/zh_CN/LC_MESSAGES/empathy.mo
-share/locale/zh_HK/LC_MESSAGES/empathy.mo
-share/locale/zh_TW/LC_MESSAGES/empathy.mo
-share/telepathy/clients/Empathy.AudioVideo.client
share/telepathy/clients/Empathy.Auth.client
share/telepathy/clients/Empathy.Call.client
-share/telepathy/clients/Empathy.client
-@dirrmtry share/telepathy/clients
-@dirrmtry share/telepathy
-@dirrm share/gnome/help/empathy/zh_CN/figures
-@dirrm share/gnome/help/empathy/zh_CN
-@dirrm share/gnome/help/empathy/sv/figures
-@dirrm share/gnome/help/empathy/sv
-@dirrm share/gnome/help/empathy/ru/figures
-@dirrm share/gnome/help/empathy/ru
-@dirrm share/gnome/help/empathy/it/figures
-@dirrm share/gnome/help/empathy/it
-@dirrm share/gnome/help/empathy/hu/figures
-@dirrm share/gnome/help/empathy/hu
-@dirrm share/gnome/help/empathy/gl/figures
-@dirrm share/gnome/help/empathy/gl
-@dirrm share/gnome/help/empathy/fr/figures
-@dirrm share/gnome/help/empathy/fr
-@dirrm share/gnome/help/empathy/fi/figures
-@dirrm share/gnome/help/empathy/fi
-@dirrm share/gnome/help/empathy/es/figures
-@dirrm share/gnome/help/empathy/es
-@dirrm share/gnome/help/empathy/en_GB/figures
-@dirrm share/gnome/help/empathy/en_GB
-@dirrm share/gnome/help/empathy/el/figures
-@dirrm share/gnome/help/empathy/el
-@dirrm share/gnome/help/empathy/de/figures
-@dirrm share/gnome/help/empathy/de
-@dirrm share/gnome/help/empathy/cs/figures
-@dirrm share/gnome/help/empathy/cs
-@dirrm share/gnome/help/empathy/ca/figures
-@dirrm share/gnome/help/empathy/ca
-@dirrm share/gnome/help/empathy/C/figures
-@dirrm share/gnome/help/empathy/C
-@dirrm share/gnome/help/empathy
-@dirrm %%DATADIR%%/icons/hicolor/scalable/status
-@dirrm %%DATADIR%%/icons/hicolor/scalable/apps
-@dirrm %%DATADIR%%/icons/hicolor/scalable
-@dirrm %%DATADIR%%/icons/hicolor/48x48/status
-@dirrm %%DATADIR%%/icons/hicolor/48x48/apps
-@dirrm %%DATADIR%%/icons/hicolor/48x48
-@dirrm %%DATADIR%%/icons/hicolor/32x32/status
-@dirrm %%DATADIR%%/icons/hicolor/32x32/apps
-@dirrm %%DATADIR%%/icons/hicolor/32x32
-@dirrm %%DATADIR%%/icons/hicolor/24x24/status
-@dirrm %%DATADIR%%/icons/hicolor/24x24/apps
-@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
-@dirrm %%DATADIR%%/icons/hicolor/24x24
-@dirrm %%DATADIR%%/icons/hicolor/22x22/status
-@dirrm %%DATADIR%%/icons/hicolor/22x22/apps
-@dirrm %%DATADIR%%/icons/hicolor/22x22/actions
-@dirrm %%DATADIR%%/icons/hicolor/22x22
-@dirrm %%DATADIR%%/icons/hicolor/16x16/status
-@dirrm %%DATADIR%%/icons/hicolor/16x16/apps
-@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
-@dirrm %%DATADIR%%/icons/hicolor/16x16
-@dirrm %%DATADIR%%/icons/hicolor
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/ps/LC_MESSAGES
-@dirrmtry share/locale/ps
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/kk/LC_MESSAGES
-@dirrmtry share/locale/kk
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/locale/an/LC_MESSAGES
-@dirrmtry share/locale/an
+share/telepathy/clients/Empathy.Chat.client
+share/telepathy/clients/Empathy.FileTransfer.client