summaryrefslogtreecommitdiffstats
path: root/net-im/empathy
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 06:10:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 06:10:10 +0800
commit752a66b40a757b50196fb97fda1143a42e96c295 (patch)
tree49bd85e2fc333a96c40e09b46a8027f64b1a470f /net-im/empathy
parent2d81cfc3ccdf086d3ac5c107818ffe2f73f04d9a (diff)
downloadmarcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.gz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.bz2
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.lz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.xz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.zst
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.zip
Move gnome3 ports into the place of the gnome2 locations.
Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy')
-rw-r--r--net-im/empathy/Makefile115
-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-plist2253
7 files changed, 1410 insertions, 1022 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index 609c30023..a92288248 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -1,10 +1,10 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/net-im/empathy/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom: ports/trunk/net-im/empathy3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= empathy
-PORTVERSION= 2.34.0
-PORTREVISION= 4
+PORTVERSION= 3.6.2
+PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
@@ -13,52 +13,57 @@ 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 \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ itstool:${PORTSDIR}/textproc/itstool \
${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
-LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \
- telepathy:${PORTSDIR}/net-im/libtelepathy \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- telepathy-farsight:${PORTSDIR}/net-im/telepathy-farsight \
- telepathy-logger:${PORTSDIR}/net-im/telepathy-logger \
- folks-telepathy:${PORTSDIR}/net-im/folks04 \
- unique-1.0:${PORTSDIR}/x11-toolkits/unique \
- notify:${PORTSDIR}/devel/libnotify \
- gcr:${PORTSDIR}/security/gnome-keyring \
- canberra-gtk:${PORTSDIR}/audio/libcanberra
+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-farstream.so:${PORTSDIR}/net-im/telepathy-farstream \
+ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \
+ libfolks-telepathy.so:${PORTSDIR}/net-im/folks \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ 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= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
-CONFLICTS= empathy-3.[0-9]*
-
-NO_STAGE= yes
-USE_BZIP2= yes
+USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= evolutiondataserver gnomeprefix pygtk2 ltverhack
-USE_GSTREAMER= yes
+USE_GNOME= evolutiondataserver3 gnomeprefix ltverhack
+USE_GSTREAMER1= yes
USE_AUTOTOOLS= libtool
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_PYTHON= yes
-MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-Werror \
- --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
+ --enable-goa \
+ --enable-gst-1.0=yes \
+ --enable-location=no
GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml
-MAN1= empathy.1 empathy-accounts.1
-
-OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE WEBKIT NST MAP
-OPTIONS_DEFAULT=JABBER MSN IRC WEBKIT NST MAP
-MSN_DESC= MSN client support
-IRC_DESC= IRC client support
-SALUT_DESC= Link-local (serverless) XMPP support
-HAZE_DESC= Libpurple protocol integration
-WEBKIT_DESC= Adium Message Style themes
-NST_DESC= Nautilus SendTo plugin
-MAP_DESC= Graphical map support
+OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE MAP CHEESE
+OPTIONS_DEFAULT=JABBER IRC MAP
+JABBER_DESC= Enable jabber (XMPP) client support
+MSN_DESC= Enable MSN client support (broken)
+IRC_DESC= Enable IRC client support
+SALUT_DESC= Enable link-local (serverless) XMPP support
+HAZE_DESC= Enable libpurple protocol integration (broken)
+MAP_DESC= Enable graphical map support
+CHEESE_DESC= Enable cheese camera support
+NST_DESC= Enable Nautilus SendTo plugin
.include <bsd.port.options.mk>
@@ -67,6 +72,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy
.endif
.if ${PORT_OPTIONS:MMSN}
+BROKEN= conflict in dependancies
RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly
.endif
@@ -78,32 +84,24 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-i
RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut
.endif
-.if ${PORT_OPTIONS:MHAZE}
+.if !defined(WITHOUT_HAZE)
+BROKEN= conflict in dependancies
RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
.endif
-.if ${PORT_OPTIONS:MWEBKIT}
-LIB_DEPENDS+= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
-CONFIGURE_ARGS+=--enable-webkit
-PLIST_SUB+= ADIUM=""
-.else
-CONFIGURE_ARGS+=--disable-webkit
-PLIST_SUB+= ADIUM="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MNST}
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto
-CONFIGURE_ARGS+=--enable-nautilus-sendto=yes
-PLIST_SUB+= NST=""
-.else
+#.${PORT_OPTIONS:MNST}
+#BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto
+#RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto
+#CONFIGURE_ARGS+=--enable-nautilus-sendto=yes
+#PLIST_SUB+= NST=""
+#.else
CONFIGURE_ARGS+=--enable-nautilus-sendto=no
PLIST_SUB+= NST="@comment "
-.endif
+#.endif
.if ${PORT_OPTIONS:MMAP}
USE_GL= gl
-LIB_DEPENDS+= champlain-0.8:${PORTSDIR}/graphics/libchamplain08
+LIB_DEPENDS+= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain
CONFIGURE_ARGS+=--enable-map
PLIST_SUB+= MAP=""
.else
@@ -111,4 +109,21 @@ CONFIGURE_ARGS+=--disable-map
PLIST_SUB+= MAP="@comment "
.endif
+.if ${PORT_OPTIONS:MCHEESE}
+BUILD_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3
+RUN_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3
+CONFIGURE_ARGS+=--with-cheese
+.else
+CONFIGURE_ARGS+=--without-cheese
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g' \
+ ${WRKSRC}/configure
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/empathy/libempathy-3.6.2.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/empathy/libempathy-gtk-3.6.2.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mission-control-plugins.0/mcp-account-manager-goa.so
+
.include <bsd.port.mk>
diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo
index 1cfcc35b5..b03be8e4a 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.6.2.tar.xz) = 707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26
+SIZE (empathy-3.6.2.tar.xz) = 3443720
diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure
deleted file mode 100644
index 300f783e4..000000000
--- 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 58ac2a65b..000000000
--- 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 879313c5b..000000000
--- 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 ef7ba8546..000000000
--- 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 77cbcd0e4..352528730 100644
--- a/net-im/empathy/pkg-plist
+++ b/net-im/empathy/pkg-plist
@@ -4,18 +4,51 @@ bin/empathy-debugger
%%NST%%lib/nautilus-sendto/plugins/libnstempathy.a
%%NST%%lib/nautilus-sendto/plugins/libnstempathy.la
%%NST%%lib/nautilus-sendto/plugins/libnstempathy.so
+lib/empathy/libempathy-3.6.2.so
+lib/empathy/libempathy-gtk-3.6.2.so
+lib/empathy/libempathy-gtk.a
+lib/empathy/libempathy-gtk.la
+lib/empathy/libempathy-gtk.so
+lib/empathy/libempathy.a
+lib/empathy/libempathy.la
+lib/empathy/libempathy.so
+lib/mission-control-plugins.0/mcp-account-manager-goa.a
+lib/mission-control-plugins.0/mcp-account-manager-goa.la
+lib/mission-control-plugins.0/mcp-account-manager-goa.so
libexec/empathy-auth-client
-libexec/empathy-av
+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/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.css
%%DATADIR%%/empathy-account-widget-aim.ui
%%DATADIR%%/empathy-account-widget-generic.ui
%%DATADIR%%/empathy-account-widget-groupwise.ui
@@ -34,19 +67,18 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
%%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
@@ -190,7 +222,6 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
%%DATADIR%%/icons/hicolor/48x48/status/user-busy.png
%%DATADIR%%/icons/hicolor/48x48/status/user-idle.png
%%DATADIR%%/icons/hicolor/48x48/status/user-offline.png
-%%DATADIR%%/icons/hicolor/icon-theme.cache
%%DATADIR%%/icons/hicolor/scalable/apps/im-aim.svg
%%DATADIR%%/icons/hicolor/scalable/apps/im-ekiga.svg
%%DATADIR%%/icons/hicolor/scalable/apps/im-gadugadu.svg
@@ -218,853 +249,1188 @@ 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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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/figures/audio-input-microphone.png
+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/camera-web.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/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/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/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
@@ -1092,6 +1458,7 @@ 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/fa/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
@@ -1105,6 +1472,7 @@ 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/km/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
@@ -1115,6 +1483,7 @@ 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/my/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
@@ -1129,6 +1498,7 @@ 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/sk/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
@@ -1138,75 +1508,28 @@ 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/ug/LC_MESSAGES/empathy.mo
share/locale/uk/LC_MESSAGES/empathy.mo
share/locale/vi/LC_MESSAGES/empathy.mo
+share/locale/xh/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/locale/zu/LC_MESSAGES/empathy.mo
share/telepathy/clients/Empathy.Auth.client
share/telepathy/clients/Empathy.Call.client
-share/telepathy/clients/Empathy.client
+share/telepathy/clients/Empathy.Chat.client
+share/telepathy/clients/Empathy.FileTransfer.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/applications
+@dirrmtry share/locale/zu/LC_MESSAGES
+@dirrmtry share/locale/zu
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@@ -1217,12 +1540,16 @@ share/telepathy/clients/Empathy.client
@dirrmtry share/locale/ps
@dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc
+@dirrmtry share/locale/my/LC_MESSAGES
+@dirrmtry share/locale/my
@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
@@ -1241,3 +1568,109 @@ share/telepathy/clients/Empathy.client
@dirrmtry share/locale/as
@dirrmtry share/locale/an/LC_MESSAGES
@dirrmtry share/locale/an
+@dirrm share/help/zh_CN/empathy/figures
+@dirrm share/help/zh_CN/empathy
+@dirrmtry share/help/zh_CN
+@dirrm share/help/te/empathy/figures
+@dirrm share/help/te/empathy
+@dirrmtry share/help/te
+@dirrm share/help/sv/empathy/figures
+@dirrm share/help/sv/empathy
+@dirrmtry share/help/sv
+@dirrm share/help/sl/empathy/figures
+@dirrm share/help/sl/empathy
+@dirrmtry share/help/sl
+@dirrm share/help/ru/empathy/figures
+@dirrm share/help/ru/empathy
+@dirrmtry share/help/ru
+@dirrm share/help/pl/empathy/figures
+@dirrm share/help/pl/empathy
+@dirrmtry share/help/pl
+@dirrm share/help/lv/empathy/figures
+@dirrm share/help/lv/empathy
+@dirrmtry share/help/lv
+@dirrm share/help/ja/empathy/figures
+@dirrm share/help/ja/empathy
+@dirrmtry share/help/ja
+@dirrm share/help/it/empathy/figures
+@dirrm share/help/it/empathy
+@dirrmtry share/help/it
+@dirrm share/help/hu/empathy/figures
+@dirrm share/help/hu/empathy
+@dirrmtry share/help/hu
+@dirrm share/help/gl/empathy/figures
+@dirrm share/help/gl/empathy
+@dirrmtry share/help/gl
+@dirrm share/help/fr/empathy/figures
+@dirrm share/help/fr/empathy
+@dirrmtry share/help/fr
+@dirrm share/help/fi/empathy/figures
+@dirrm share/help/fi/empathy
+@dirrmtry share/help/fi
+@dirrm share/help/eu/empathy/figures
+@dirrm share/help/eu/empathy
+@dirrmtry share/help/eu
+@dirrm share/help/es/empathy/figures
+@dirrm share/help/es/empathy
+@dirrmtry share/help/es
+@dirrm share/help/en_GB/empathy/figures
+@dirrm share/help/en_GB/empathy
+@dirrmtry share/help/en_GB
+@dirrm share/help/el/empathy/figures
+@dirrm share/help/el/empathy
+@dirrmtry share/help/el
+@dirrm share/help/de/empathy/figures
+@dirrm share/help/de/empathy
+@dirrmtry share/help/de
+@dirrm share/help/cs/empathy/figures
+@dirrm share/help/cs/empathy
+@dirrmtry share/help/cs
+@dirrm share/help/ca/empathy/figures
+@dirrm share/help/ca/empathy
+@dirrmtry share/help/ca
+@dirrm share/help/C/empathy/figures
+@dirrm share/help/C/empathy
+@dirrmtry share/help/C
+@dirrmtry share/help
+@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 share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming
+@dirrm share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images
+@dirrm share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources
+@dirrm share/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents
+@dirrm share/adium/message-styles/PlanetGNOME.AdiumMessageStyle
+@dirrm share/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources
+@dirrm share/adium/message-styles/Classic.AdiumMessageStyle/Contents
+@dirrm share/adium/message-styles/Classic.AdiumMessageStyle
+@dirrm share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants
+@dirrm share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming
+@dirrm share/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources
+@dirrm share/adium/message-styles/Boxes.AdiumMessageStyle/Contents
+@dirrm share/adium/message-styles/Boxes.AdiumMessageStyle
+@dirrm share/adium/message-styles
+@dirrm share/adium
+@dirrm %%DATADIR%%
+@dirrmtry share/applications
+@dirrm lib/mission-control-plugins.0
+@dirrm lib/empathy