diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-22 18:21:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-22 18:21:11 +0000 |
commit | 0f6c33b6ce7768315d30a1551e88cdeae0448147 (patch) | |
tree | feb8911a9bf3d3255d1ce6050dc6dbcff47f24f3 /polish | |
parent | Add cmigemo-dict, Dictionary for C/Migemo Japanese incremental search tool. (diff) |
- unbreak and update to version 0.9.2
- add LICENSE info
- mark MAKE_JOBS_UNSAFE
- remove WITH_TABS option, now included in main package
- take maintainership
PR: 159793
Submitted by: initial version by me, improvements by maintainer
Approved by: maintainer (PR) miwi, wen (mentors implicit)
Notes
Notes:
svn path=/head/; revision=280202
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/Makefile | 47 | ||||
-rw-r--r-- | polish/kadu/distinfo | 6 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core__CMakeLists.txt | 10 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_gadu_resolver.cpp | 10 | ||||
-rw-r--r-- | polish/kadu/files/patch-modules__docking__CMakeLists.txt | 19 | ||||
-rw-r--r-- | polish/kadu/files/patch-modules__idle__CMakeLists.txt | 10 | ||||
-rw-r--r-- | polish/kadu/files/patch-modules__kde_notify__CMakeLists.txt | 12 | ||||
-rw-r--r-- | polish/kadu/files/patch-modules__screenshot__CMakeLists.txt | 12 | ||||
-rw-r--r-- | polish/kadu/files/patch-modules__sound__CMakeLists.txt | 31 | ||||
-rw-r--r-- | polish/kadu/files/patch-modules__spellchecker__CMakeLists.txt | 10 | ||||
-rw-r--r-- | polish/kadu/pkg-descr | 2 | ||||
-rw-r--r-- | polish/kadu/pkg-plist | 3540 |
12 files changed, 3132 insertions, 577 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 5e1c512ba946..0bc90a04bbf2 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -6,51 +6,53 @@ # PORTNAME= kadu -PORTVERSION= 0.6.5.4 -PORTREVISION= 1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://www.kadu.net/download/stable/:kadu \ - http://www.kadu.net/download/additions/:additions \ - http://kadu.net/~arvenil/tabs/download/${PORTVERSION:C/(([0-9]+\.){2}[0-9]+)(.*)/\1/}/:modtab + http://www.kadu.net/download/additions/:additions DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:kadu DIST_SUBDIR= kadu EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= mwisnicki+freebsd@gmail.com -COMMENT= QT Gadu-Gadu client +MAINTAINER= pawel@FreeBSD.org +COMMENT= QT Gadu-Gadu / Jabber client + +LICENSE= GPLv2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ gadu.3:${PORTSDIR}/polish/libgadu \ + idn:${PORTSDIR}/dns/libidn \ qca.2:${PORTSDIR}/devel/qca \ sndfile.1:${PORTSDIR}/audio/libsndfile RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl # TODO enable devel/libexecinfo - -BROKEN= does not configure - -TABS_MOD_DISTFILE= kadu-tabs-1.2.3.tar.bz2 +# TODO ntrack and ntrack-qt (needs porting) ? +# TODO separate ports for plugins and themes (possible starting with 0.10) GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz USE_BZIP2= yes USE_CMAKE= yes -CMAKE_ARGS= -DENABLE_AUTODOWNLOAD:BOOL=OFF +USE_XORG= xscrnsaver +CMAKE_ARGS= -DENABLE_AUTODOWNLOAD:BOOL=OFF \ + -DKADU_VERSION:STRING="${DISTVERSION}" \ + -DWITH_ENCHANT=ON +# Setting KADU_VERSION disables git invocation CMAKE_USE_PTHREAD= yes USE_QT_VER= 4 -QT_COMPONENTS= gui dbus network qt3support script webkit xml \ - qmake_build linguist_build moc_build rcc_build uic_build \ - imageformats_run +QT_COMPONENTS= gui dbus network script webkit xml qmake_build \ + linguist_build moc_build rcc_build uic_build \ + imageformats_run sql-sqlite3_run WANT_GNOME= yes INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_JOBS_UNSAFE= yes -OPTIONS= GG_EMOTS "Install GG-compatible emoticons" off \ - TABS "Build tabs module" off +OPTIONS= GG_EMOTS "Install GG-compatible emoticons" off .include <bsd.port.pre.mk> @@ -62,14 +64,6 @@ DISTFILES+= ${GG6_EMOTS_DISTFILE}:additions \ PLIST_SUB+= GG_EMOTS="@comment " .endif -.if defined(WITH_TABS) -PLIST_SUB+= TABS_MOD="" -DISTFILES+= ${TABS_MOD_DISTFILE}:modtab -KADU_SHARED_MODULES+= tabs -.else -PLIST_SUB+= TABS_MOD="@comment " -.endif - KADU_SHARED_MODULES+= spellchecker qt4_sound KADU_DISABLED_MODULES= alsa_sound amarok1_mediaplayer audacious_mediaplayer mediaplayer @@ -92,8 +86,5 @@ post-patch: ${MV} kompatybilne_z_GG6 gg6_compatible && \ cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE} .endif -.if defined(WITH_TABS) - @cd ${WRKSRC}/modules && ${TAR} -zxf ${_DISTDIR}/${TABS_MOD_DISTFILE} -.endif .include <bsd.port.post.mk> diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo index 2b5d137e70ef..938b8231c116 100644 --- a/polish/kadu/distinfo +++ b/polish/kadu/distinfo @@ -1,8 +1,6 @@ -SHA256 (kadu/kadu-0.6.5.4.tar.bz2) = 9decd7b9de6d91095b4f6b47bebbbbc5ca56b9ba6e8f6ee80d8ad172ba676d25 -SIZE (kadu/kadu-0.6.5.4.tar.bz2) = 1774602 +SHA256 (kadu/kadu-0.9.2.tar.bz2) = 0b8cbd7cc2b313faf7792baed699a94478f5288f3a0b03c9dea83725eae99716 +SIZE (kadu/kadu-0.9.2.tar.bz2) = 6436856 SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637 SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450 SIZE (kadu/dodatkowe_emoty_GG7.tar.gz) = 113257 -SHA256 (kadu/kadu-tabs-1.2.3.tar.bz2) = 4ad76613e9ac19cdf1e7ad5f179ab7374bf9505eff78f3ec0202d1f6f92babef -SIZE (kadu/kadu-tabs-1.2.3.tar.bz2) = 17771 diff --git a/polish/kadu/files/patch-kadu-core__CMakeLists.txt b/polish/kadu/files/patch-kadu-core__CMakeLists.txt new file mode 100644 index 000000000000..f5f9da6b83e6 --- /dev/null +++ b/polish/kadu/files/patch-kadu-core__CMakeLists.txt @@ -0,0 +1,10 @@ +--- kadu-core/CMakeLists.txt.orig 2011-05-08 20:32:41.000000000 +0200 ++++ kadu-core/CMakeLists.txt 2011-08-20 22:41:28.000000000 +0200 +@@ -652,6 +652,7 @@ + else (X11_Xfixes_FOUND) + message (FATAL_ERROR "Could not find X11 libraries") + endif (X11_FOUND) ++ include_directories (${X11_INCLUDE_DIR}) + + if (USE_X11_XFIXES) + if (X11_Xfixes_FOUND) diff --git a/polish/kadu/files/patch-kadu-core_gadu_resolver.cpp b/polish/kadu/files/patch-kadu-core_gadu_resolver.cpp deleted file mode 100644 index a4c60dac8898..000000000000 --- a/polish/kadu/files/patch-kadu-core_gadu_resolver.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kadu-core/gadu_resolver.cpp.orig 2009-10-18 10:00:12.000000000 +0200 -+++ kadu-core/gadu_resolver.cpp 2010-02-16 01:41:36.000000000 +0100 -@@ -9,6 +9,7 @@ - #include <io.h> - #else - #include <sys/wait.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <arpa/inet.h> - #endif diff --git a/polish/kadu/files/patch-modules__docking__CMakeLists.txt b/polish/kadu/files/patch-modules__docking__CMakeLists.txt new file mode 100644 index 000000000000..240f467162e8 --- /dev/null +++ b/polish/kadu/files/patch-modules__docking__CMakeLists.txt @@ -0,0 +1,19 @@ +--- modules/docking/CMakeLists.txt.orig 2011-05-08 20:32:41.000000000 +0200 ++++ modules/docking/CMakeLists.txt 2011-08-20 22:58:01.000000000 +0200 +@@ -13,6 +13,16 @@ + SET_SOURCE_FILES_PROPERTIES(mac_docking_helper.cpp PROPERTIES COMPILE_FLAGS "-x objective-c++") + endif (APPLE) + ++if (UNIX AND NOT APPLE) ++ include (FindX11) ++ if (X11_FOUND) ++ message (STATUS "Found X11 libraries: ${X11_X11_LIB}") ++ else (X11_FOUND) ++ message (FATAL_ERROR "Could not find X11 libraries") ++ endif (X11_FOUND) ++ include_directories (${X11_INCLUDE_DIR}) ++endif (UNIX AND NOT APPLE) ++ + set (TRANSLATION_SOURCES + translations/docking_en.ts + translations/docking_de.ts diff --git a/polish/kadu/files/patch-modules__idle__CMakeLists.txt b/polish/kadu/files/patch-modules__idle__CMakeLists.txt new file mode 100644 index 000000000000..d56dc994f9de --- /dev/null +++ b/polish/kadu/files/patch-modules__idle__CMakeLists.txt @@ -0,0 +1,10 @@ +--- modules/idle/CMakeLists.txt.orig 2011-05-08 20:32:41.000000000 +0200 ++++ modules/idle/CMakeLists.txt 2011-08-21 00:06:34.000000000 +0200 +@@ -6,6 +6,7 @@ + message (FATAL_ERROR "Could not find X11 Screen Saver extension") + endif (X11_Xscreensaver_FOUND) + ++ include_directories (${X11_INCLUDE_DIR}) + set (LIBRARIES ${X11_Xscreensaver_LIB}) + + set (SOURCES diff --git a/polish/kadu/files/patch-modules__kde_notify__CMakeLists.txt b/polish/kadu/files/patch-modules__kde_notify__CMakeLists.txt new file mode 100644 index 000000000000..bc13a90b3c74 --- /dev/null +++ b/polish/kadu/files/patch-modules__kde_notify__CMakeLists.txt @@ -0,0 +1,12 @@ +--- modules/kde_notify/CMakeLists.txt.orig 2011-08-21 00:46:07.000000000 +0200 ++++ modules/kde_notify/CMakeLists.txt 2011-08-21 00:45:20.000000000 +0200 +@@ -19,6 +19,9 @@ + configuration/kde_notify.ui + ) + ++include_directories (${LIBGADU_INCLUDE_DIRS}) ++link_directories (${LIBGADU_LIBRARY_DIRS}) ++ + kadu_module (kde_notify + MODULE_SOURCES ${SOURCES} + MODULE_MOC_SOURCES ${MOC_SOURCES} diff --git a/polish/kadu/files/patch-modules__screenshot__CMakeLists.txt b/polish/kadu/files/patch-modules__screenshot__CMakeLists.txt new file mode 100644 index 000000000000..df63a1c1788c --- /dev/null +++ b/polish/kadu/files/patch-modules__screenshot__CMakeLists.txt @@ -0,0 +1,12 @@ +--- modules/screenshot/CMakeLists.txt.orig 2011-05-08 20:32:41.000000000 +0200 ++++ modules/screenshot/CMakeLists.txt 2011-08-21 01:51:47.000000000 +0200 +@@ -40,6 +40,9 @@ + data/configuration/screenshot.ui + ) + ++include (FindX11) ++include_directories (${X11_INCLUDE_DIR}) ++ + kadu_module (screenshot + MODULE_SOURCES ${SOURCES} + MODULE_MOC_SOURCES ${MOC_SOURCES} diff --git a/polish/kadu/files/patch-modules__sound__CMakeLists.txt b/polish/kadu/files/patch-modules__sound__CMakeLists.txt new file mode 100644 index 000000000000..723520721165 --- /dev/null +++ b/polish/kadu/files/patch-modules__sound__CMakeLists.txt @@ -0,0 +1,31 @@ +--- modules/sound/CMakeLists.txt.orig 2011-08-21 02:45:28.000000000 +0200 ++++ modules/sound/CMakeLists.txt 2011-08-21 03:01:52.000000000 +0200 +@@ -32,14 +32,6 @@ + configuration/sound.ui + ) + +-kadu_module (sound +- MODULE_SOURCES ${SOURCES} +- MODULE_MOC_SOURCES ${MOC_SOURCES} +- MODULE_TRANSLATION_SOURCES ${TRANSLATION_SOURCES} +- MODULE_CONFIGURATION_FILES ${CONFIGURATION_FILES} +- MODULE_BUILDDEF SOUND_BUILD +-) +- + if (NOT MINGW) + pkg_search_module (SNDFILE REQUIRED sndfile>=1.0) + else (NOT MINGW) +@@ -58,4 +50,13 @@ + + include_directories (${SNDFILE_INCLUDE_DIRS}) + link_directories (${SNDFILE_LIBRARY_DIRS}) ++ ++kadu_module (sound ++ MODULE_SOURCES ${SOURCES} ++ MODULE_MOC_SOURCES ${MOC_SOURCES} ++ MODULE_TRANSLATION_SOURCES ${TRANSLATION_SOURCES} ++ MODULE_CONFIGURATION_FILES ${CONFIGURATION_FILES} ++ MODULE_BUILDDEF SOUND_BUILD ++) ++ + target_link_libraries (sound ${SNDFILE_LIBRARIES}) diff --git a/polish/kadu/files/patch-modules__spellchecker__CMakeLists.txt b/polish/kadu/files/patch-modules__spellchecker__CMakeLists.txt new file mode 100644 index 000000000000..6c0d3dc75bc6 --- /dev/null +++ b/polish/kadu/files/patch-modules__spellchecker__CMakeLists.txt @@ -0,0 +1,10 @@ +--- modules/spellchecker/CMakeLists.txt.orig 2011-05-08 20:32:41.000000000 +0200 ++++ modules/spellchecker/CMakeLists.txt 2011-08-21 03:11:41.000000000 +0200 +@@ -68,6 +68,7 @@ + + set (LIBRARIES ${ENCHANT_LIBRARIES}) + include_directories (${ENCHANT_INCLUDE_DIRS}) ++ link_directories (${ENCHANT_LIBRARY_DIRS}) + add_definitions (${ENCHANT_DEFINITIONS}) + add_definitions (-DHAVE_ENCHANT) + endif (USE_ASPELL) diff --git a/polish/kadu/pkg-descr b/polish/kadu/pkg-descr index 33ed4a1bc884..a8b5efe46544 100644 --- a/polish/kadu/pkg-descr +++ b/polish/kadu/pkg-descr @@ -1,4 +1,4 @@ -QT Gadu-Gadu client for Unix-like systems. +QT Gadu-Gadu / Jabber client for Unix-like systems. Gadu-Gadu is an ICQ-like messenger for polish language users. WWW: http://kadu.net diff --git a/polish/kadu/pkg-plist b/polish/kadu/pkg-plist index 128e6d66e984..93f67e7bb64b 100644 --- a/polish/kadu/pkg-plist +++ b/polish/kadu/pkg-plist @@ -1,160 +1,327 @@ bin/kadu -lib/kadu/modules/libaccount_management.so -lib/kadu/modules/libadvanced_userlist.so +lib/kadu/modules/libamarok2_mediaplayer.so +lib/kadu/modules/libantistring.so +lib/kadu/modules/libauto_hide.so lib/kadu/modules/libautoaway.so lib/kadu/modules/libautoresponder.so lib/kadu/modules/libautostatus.so +lib/kadu/modules/libcenzor.so lib/kadu/modules/libconfig_wizard.so -lib/kadu/modules/libdbus.so -lib/kadu/modules/libdcc.so -lib/kadu/modules/libdefault_sms.so -lib/kadu/modules/libdsp_sound.so -lib/kadu/modules/libencryption.so +lib/kadu/modules/libdesktop_docking.so +lib/kadu/modules/libdocking.so +lib/kadu/modules/libencryption_ng.so +lib/kadu/modules/libencryption_ng_simlite.so +lib/kadu/modules/libexec_notify.so +lib/kadu/modules/libext_sound.so +lib/kadu/modules/libfiledesc.so +lib/kadu/modules/libfirewall.so +lib/kadu/modules/libgadu_protocol.so lib/kadu/modules/libhints.so lib/kadu/modules/libhistory.so +lib/kadu/modules/libhistory_migration.so lib/kadu/modules/libidle.so -lib/kadu/modules/libnotify.so +lib/kadu/modules/libimagelink.so +lib/kadu/modules/libjabber_protocol.so +lib/kadu/modules/libkde_notify.so +lib/kadu/modules/liblast_seen.so +lib/kadu/modules/libparser_extender.so +lib/kadu/modules/libphonon_sound.so +lib/kadu/modules/libprofiles_import.so +lib/kadu/modules/libqt4_docking.so +lib/kadu/modules/libqt4_docking_notify.so lib/kadu/modules/libqt4_sound.so +lib/kadu/modules/libscreenshot.so +lib/kadu/modules/libsimpleview.so +lib/kadu/modules/libsingle_window.so lib/kadu/modules/libsms.so lib/kadu/modules/libsound.so +lib/kadu/modules/libspeech.so lib/kadu/modules/libspellchecker.so -lib/kadu/modules/libvoice.so -lib/kadu/modules/libwindow_notify.so +lib/kadu/modules/libsql_history.so +lib/kadu/modules/libtabs.so +lib/kadu/modules/libword_fix.so +share/applications/kadu.desktop %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING -%%DATADIR%%/ChangeLog %%DATADIR%%/HISTORY %%DATADIR%%/README %%DATADIR%%/THANKS -%%DATADIR%%/configuration/dialog-look-chat-advanced.ui +%%DATADIR%%/ChangeLog +%%DATADIR%%/ChangeLog.OLD-PL +%%DATADIR%%/configuration/contact-account-data.ui +%%DATADIR%%/configuration/contact-data.ui %%DATADIR%%/configuration/dialog.ui -%%DATADIR%%/modules/account_management.desc -%%DATADIR%%/modules/advanced_userlist.desc +%%DATADIR%%/configuration/dialog-look-chat-advanced.ui +%%DATADIR%%/modules/amarok2_mediaplayer.desc +%%DATADIR%%/modules/antistring.desc +%%DATADIR%%/modules/auto_hide.desc %%DATADIR%%/modules/autoaway.desc %%DATADIR%%/modules/autoresponder.desc %%DATADIR%%/modules/autostatus.desc +%%DATADIR%%/modules/cenzor.desc %%DATADIR%%/modules/config_wizard.desc -%%DATADIR%%/modules/configuration/advanced_userlist.ui -%%DATADIR%%/modules/configuration/autoaway.ui -%%DATADIR%%/modules/configuration/autoresponder.ui -%%DATADIR%%/modules/configuration/autostatus.ui -%%DATADIR%%/modules/configuration/dcc.ui -%%DATADIR%%/modules/configuration/default_sms.ui -%%DATADIR%%/modules/configuration/docking.ui -%%DATADIR%%/modules/configuration/dsp_sound.ui -%%DATADIR%%/modules/configuration/encryption.ui -%%DATADIR%%/modules/configuration/hints.ui -%%DATADIR%%/modules/configuration/history.ui -%%DATADIR%%/modules/configuration/notify.ui -%%DATADIR%%/modules/configuration/sms.ui -%%DATADIR%%/modules/configuration/sound.ui -%%DATADIR%%/modules/configuration/spellchecker.ui -%%TABS_MOD%%%%DATADIR%%/modules/configuration/tabs.ui -%%DATADIR%%/modules/configuration/voice.ui -%%DATADIR%%/modules/data/config_wizard/joi/brak.jpg -%%DATADIR%%/modules/data/config_wizard/ronk2/Blocking.png -%%DATADIR%%/modules/data/config_wizard/ronk2/Busy (d.).png -%%DATADIR%%/modules/data/config_wizard/ronk2/Busy.png -%%DATADIR%%/modules/data/config_wizard/ronk2/Invisible (d.).png -%%DATADIR%%/modules/data/config_wizard/ronk2/Invisible.png -%%DATADIR%%/modules/data/config_wizard/ronk2/Offline (d.).png -%%DATADIR%%/modules/data/config_wizard/ronk2/Offline.png -%%DATADIR%%/modules/data/config_wizard/ronk2/Online (d.).png -%%DATADIR%%/modules/data/config_wizard/ronk2/Online.png -%%DATADIR%%/modules/data/config_wizard/ronk2/message.png -%%DATADIR%%/modules/data/config_wizard/ronk2/mobile.png -%%DATADIR%%/modules/data/config_wizard/ronk2/tlo.jpg -%%DATADIR%%/modules/data/config_wizard/ronk2/tux.png -%%DATADIR%%/modules/dbus.desc -%%DATADIR%%/modules/dcc.desc -%%DATADIR%%/modules/default_sms.desc +%%DATADIR%%/modules/desktop_docking.desc %%DATADIR%%/modules/docking.desc -%%DATADIR%%/modules/dsp_sound.desc -%%DATADIR%%/modules/encryption.desc +%%DATADIR%%/modules/encryption_ng.desc +%%DATADIR%%/modules/encryption_ng_simlite.desc +%%DATADIR%%/modules/exec_notify.desc +%%DATADIR%%/modules/ext_sound.desc +%%DATADIR%%/modules/filedesc.desc +%%DATADIR%%/modules/firewall.desc +%%DATADIR%%/modules/gadu_protocol.desc %%DATADIR%%/modules/hints.desc %%DATADIR%%/modules/history.desc +%%DATADIR%%/modules/history_migration.desc %%DATADIR%%/modules/idle.desc -%%DATADIR%%/modules/notify.desc +%%DATADIR%%/modules/imagelink.desc +%%DATADIR%%/modules/jabber_protocol.desc +%%DATADIR%%/modules/kde_notify.desc +%%DATADIR%%/modules/last_seen.desc +%%DATADIR%%/modules/parser_extender.desc +%%DATADIR%%/modules/phonon_sound.desc +%%DATADIR%%/modules/profiles_import.desc %%DATADIR%%/modules/qt4_docking.desc +%%DATADIR%%/modules/qt4_docking_notify.desc %%DATADIR%%/modules/qt4_sound.desc +%%DATADIR%%/modules/screenshot.desc +%%DATADIR%%/modules/simpleview.desc +%%DATADIR%%/modules/single_window.desc %%DATADIR%%/modules/sms.desc %%DATADIR%%/modules/sound.desc +%%DATADIR%%/modules/speech.desc %%DATADIR%%/modules/spellchecker.desc -%%DATADIR%%/modules/translations/account_management_de.qm -%%DATADIR%%/modules/translations/account_management_fr.qm -%%DATADIR%%/modules/translations/account_management_it.qm -%%DATADIR%%/modules/translations/account_management_pl.qm -%%DATADIR%%/modules/translations/advanced_userlist_de.qm -%%DATADIR%%/modules/translations/advanced_userlist_fr.qm -%%DATADIR%%/modules/translations/advanced_userlist_it.qm -%%DATADIR%%/modules/translations/advanced_userlist_pl.qm +%%DATADIR%%/modules/sql_history.desc +%%DATADIR%%/modules/tabs.desc +%%DATADIR%%/modules/word_fix.desc +%%DATADIR%%/modules/configuration/antistring.ui +%%DATADIR%%/modules/configuration/auto_hide.ui +%%DATADIR%%/modules/configuration/autoaway.ui +%%DATADIR%%/modules/configuration/autoresponder.ui +%%DATADIR%%/modules/configuration/autostatus.ui +%%DATADIR%%/modules/configuration/cenzor.ui +%%DATADIR%%/modules/configuration/desktop_docking.ui +%%DATADIR%%/modules/configuration/docking.ui +%%DATADIR%%/modules/configuration/encryption-ng.ui +%%DATADIR%%/modules/configuration/ext_sound.ui +%%DATADIR%%/modules/configuration/filedesc.ui +%%DATADIR%%/modules/configuration/firewall.ui +%%DATADIR%%/modules/configuration/hint-over-user.ui +%%DATADIR%%/modules/configuration/hints-advanced.ui +%%DATADIR%%/modules/configuration/hints-notifier.ui +%%DATADIR%%/modules/configuration/hints.ui +%%DATADIR%%/modules/configuration/history.ui +%%DATADIR%%/modules/configuration/image-link.ui +%%DATADIR%%/modules/configuration/kde_notify.ui +%%DATADIR%%/modules/configuration/parser_extender.ui +%%DATADIR%%/modules/configuration/qt4-docking-notify.ui +%%DATADIR%%/modules/configuration/screenshot.ui +%%DATADIR%%/modules/configuration/simpleview.ui +%%DATADIR%%/modules/configuration/single_window.ui +%%DATADIR%%/modules/configuration/sms.ui +%%DATADIR%%/modules/configuration/sound.ui +%%DATADIR%%/modules/configuration/speech.ui +%%DATADIR%%/modules/configuration/spellchecker.ui +%%DATADIR%%/modules/configuration/tabs.ui +%%DATADIR%%/modules/configuration/word_fix.ui +%%DATADIR%%/modules/data/antistring/ant_conditions.conf +%%DATADIR%%/modules/data/cenzor/cenzor_words.conf +%%DATADIR%%/modules/data/cenzor/cenzor_words_ok.conf +%%DATADIR%%/modules/data/gadu_protocol/servers.txt +%%DATADIR%%/modules/data/jabber_protocol/away.png +%%DATADIR%%/modules/data/jabber_protocol/ffc.png +%%DATADIR%%/modules/data/jabber_protocol/dnd.png +%%DATADIR%%/modules/data/jabber_protocol/invisible.png +%%DATADIR%%/modules/data/jabber_protocol/offline.png +%%DATADIR%%/modules/data/jabber_protocol/online.png +%%DATADIR%%/modules/data/jabber_protocol/xa.png +%%DATADIR%%/modules/data/sms/scripts/gateway-plus.js +%%DATADIR%%/modules/data/sms/scripts/gateway.js +%%DATADIR%%/modules/data/sms/scripts/gateway-orange.js +%%DATADIR%%/modules/data/sms/scripts/gateway-era.js +%%DATADIR%%/modules/data/word_fix/wf_default_list.data +%%DATADIR%%/modules/translations/antistring_en.qm +%%DATADIR%%/modules/translations/antistring_de.qm +%%DATADIR%%/modules/translations/antistring_fr.qm +%%DATADIR%%/modules/translations/antistring_it.qm +%%DATADIR%%/modules/translations/antistring_pl.qm +%%DATADIR%%/modules/translations/auto_hide_en.qm +%%DATADIR%%/modules/translations/auto_hide_de.qm +%%DATADIR%%/modules/translations/auto_hide_fr.qm +%%DATADIR%%/modules/translations/auto_hide_it.qm +%%DATADIR%%/modules/translations/auto_hide_pl.qm %%DATADIR%%/modules/translations/autoaway_de.qm +%%DATADIR%%/modules/translations/autoaway_en.qm %%DATADIR%%/modules/translations/autoaway_fr.qm %%DATADIR%%/modules/translations/autoaway_it.qm %%DATADIR%%/modules/translations/autoaway_pl.qm %%DATADIR%%/modules/translations/autoresponder_de.qm +%%DATADIR%%/modules/translations/autoresponder_en.qm %%DATADIR%%/modules/translations/autoresponder_fr.qm %%DATADIR%%/modules/translations/autoresponder_it.qm %%DATADIR%%/modules/translations/autoresponder_pl.qm +%%DATADIR%%/modules/translations/autostatus_en.qm +%%DATADIR%%/modules/translations/autostatus_de.qm +%%DATADIR%%/modules/translations/autostatus_fr.qm +%%DATADIR%%/modules/translations/autostatus_it.qm %%DATADIR%%/modules/translations/autostatus_pl.qm +%%DATADIR%%/modules/translations/cenzor_de.qm +%%DATADIR%%/modules/translations/cenzor_en.qm +%%DATADIR%%/modules/translations/cenzor_fr.qm +%%DATADIR%%/modules/translations/cenzor_it.qm +%%DATADIR%%/modules/translations/cenzor_pl.qm %%DATADIR%%/modules/translations/config_wizard_de.qm +%%DATADIR%%/modules/translations/config_wizard_en.qm %%DATADIR%%/modules/translations/config_wizard_fr.qm %%DATADIR%%/modules/translations/config_wizard_it.qm %%DATADIR%%/modules/translations/config_wizard_pl.qm -%%DATADIR%%/modules/translations/dcc_de.qm -%%DATADIR%%/modules/translations/dcc_fr.qm -%%DATADIR%%/modules/translations/dcc_it.qm -%%DATADIR%%/modules/translations/dcc_pl.qm -%%DATADIR%%/modules/translations/default_sms_de.qm -%%DATADIR%%/modules/translations/default_sms_fr.qm -%%DATADIR%%/modules/translations/default_sms_it.qm -%%DATADIR%%/modules/translations/default_sms_pl.qm +%%DATADIR%%/modules/translations/desktop_docking_en.qm +%%DATADIR%%/modules/translations/desktop_docking_cs.qm +%%DATADIR%%/modules/translations/desktop_docking_de.qm +%%DATADIR%%/modules/translations/desktop_docking_fr.qm +%%DATADIR%%/modules/translations/desktop_docking_it.qm +%%DATADIR%%/modules/translations/desktop_docking_pl.qm %%DATADIR%%/modules/translations/docking_de.qm +%%DATADIR%%/modules/translations/docking_en.qm %%DATADIR%%/modules/translations/docking_fr.qm %%DATADIR%%/modules/translations/docking_it.qm %%DATADIR%%/modules/translations/docking_pl.qm -%%DATADIR%%/modules/translations/dsp_sound_de.qm -%%DATADIR%%/modules/translations/dsp_sound_fr.qm -%%DATADIR%%/modules/translations/dsp_sound_it.qm -%%DATADIR%%/modules/translations/dsp_sound_pl.qm -%%DATADIR%%/modules/translations/encryption_de.qm -%%DATADIR%%/modules/translations/encryption_fr.qm -%%DATADIR%%/modules/translations/encryption_it.qm -%%DATADIR%%/modules/translations/encryption_pl.qm +%%DATADIR%%/modules/translations/encryption_ng_en.qm +%%DATADIR%%/modules/translations/encryption_ng_de.qm +%%DATADIR%%/modules/translations/encryption_ng_fr.qm +%%DATADIR%%/modules/translations/encryption_ng_it.qm +%%DATADIR%%/modules/translations/encryption_ng_pl.qm +%%DATADIR%%/modules/translations/encryption_ng_simlite_en.qm +%%DATADIR%%/modules/translations/encryption_ng_simlite_de.qm +%%DATADIR%%/modules/translations/encryption_ng_simlite_fr.qm +%%DATADIR%%/modules/translations/encryption_ng_simlite_it.qm +%%DATADIR%%/modules/translations/encryption_ng_simlite_pl.qm +%%DATADIR%%/modules/translations/exec_notify_en.qm +%%DATADIR%%/modules/translations/exec_notify_de.qm +%%DATADIR%%/modules/translations/exec_notify_fr.qm +%%DATADIR%%/modules/translations/exec_notify_it.qm +%%DATADIR%%/modules/translations/exec_notify_pl.qm +%%DATADIR%%/modules/translations/ext_sound_en.qm +%%DATADIR%%/modules/translations/ext_sound_de.qm +%%DATADIR%%/modules/translations/ext_sound_fr.qm +%%DATADIR%%/modules/translations/ext_sound_it.qm +%%DATADIR%%/modules/translations/ext_sound_pl.qm +%%DATADIR%%/modules/translations/filedesc_en.qm +%%DATADIR%%/modules/translations/filedesc_de.qm +%%DATADIR%%/modules/translations/filedesc_fr.qm +%%DATADIR%%/modules/translations/filedesc_it.qm +%%DATADIR%%/modules/translations/filedesc_pl.qm +%%DATADIR%%/modules/translations/firewall_en.qm +%%DATADIR%%/modules/translations/firewall_de.qm +%%DATADIR%%/modules/translations/firewall_fr.qm +%%DATADIR%%/modules/translations/firewall_it.qm +%%DATADIR%%/modules/translations/firewall_pl.qm +%%DATADIR%%/modules/translations/gadu_protocol_en.qm +%%DATADIR%%/modules/translations/gadu_protocol_de.qm +%%DATADIR%%/modules/translations/gadu_protocol_fr.qm +%%DATADIR%%/modules/translations/gadu_protocol_it.qm +%%DATADIR%%/modules/translations/gadu_protocol_pl.qm %%DATADIR%%/modules/translations/hints_de.qm +%%DATADIR%%/modules/translations/hints_en.qm %%DATADIR%%/modules/translations/hints_fr.qm %%DATADIR%%/modules/translations/hints_it.qm %%DATADIR%%/modules/translations/hints_pl.qm %%DATADIR%%/modules/translations/history_de.qm +%%DATADIR%%/modules/translations/history_en.qm %%DATADIR%%/modules/translations/history_fr.qm %%DATADIR%%/modules/translations/history_it.qm %%DATADIR%%/modules/translations/history_pl.qm -%%DATADIR%%/modules/translations/notify_de.qm -%%DATADIR%%/modules/translations/notify_fr.qm -%%DATADIR%%/modules/translations/notify_it.qm -%%DATADIR%%/modules/translations/notify_pl.qm +%%DATADIR%%/modules/translations/history_migration_en.qm +%%DATADIR%%/modules/translations/history_migration_de.qm +%%DATADIR%%/modules/translations/history_migration_fr.qm +%%DATADIR%%/modules/translations/history_migration_it.qm +%%DATADIR%%/modules/translations/history_migration_pl.qm +%%DATADIR%%/modules/translations/imagelink_en.qm +%%DATADIR%%/modules/translations/imagelink_de.qm +%%DATADIR%%/modules/translations/imagelink_fr.qm +%%DATADIR%%/modules/translations/imagelink_it.qm +%%DATADIR%%/modules/translations/imagelink_pl.qm +%%DATADIR%%/modules/translations/jabber_protocol_en.qm +%%DATADIR%%/modules/translations/jabber_protocol_de.qm +%%DATADIR%%/modules/translations/jabber_protocol_fr.qm +%%DATADIR%%/modules/translations/jabber_protocol_it.qm +%%DATADIR%%/modules/translations/jabber_protocol_pl.qm +%%DATADIR%%/modules/translations/kde_notify_de.qm +%%DATADIR%%/modules/translations/kde_notify_fr.qm +%%DATADIR%%/modules/translations/kde_notify_it.qm +%%DATADIR%%/modules/translations/kde_notify_pl.qm +%%DATADIR%%/modules/translations/last_seen_en.qm +%%DATADIR%%/modules/translations/last_seen_de.qm +%%DATADIR%%/modules/translations/last_seen_fr.qm +%%DATADIR%%/modules/translations/last_seen_it.qm +%%DATADIR%%/modules/translations/last_seen_pl.qm +%%DATADIR%%/modules/translations/parser_extender_en.qm +%%DATADIR%%/modules/translations/parser_extender_de.qm +%%DATADIR%%/modules/translations/parser_extender_fr.qm +%%DATADIR%%/modules/translations/parser_extender_it.qm +%%DATADIR%%/modules/translations/parser_extender_pl.qm +%%DATADIR%%/modules/translations/profiles_import_en.qm +%%DATADIR%%/modules/translations/profiles_import_de.qm +%%DATADIR%%/modules/translations/profiles_import_fr.qm +%%DATADIR%%/modules/translations/profiles_import_it.qm +%%DATADIR%%/modules/translations/profiles_import_pl.qm +%%DATADIR%%/modules/translations/qt4_docking_notify_en.qm +%%DATADIR%%/modules/translations/qt4_docking_notify_de.qm +%%DATADIR%%/modules/translations/qt4_docking_notify_fr.qm +%%DATADIR%%/modules/translations/qt4_docking_notify_it.qm +%%DATADIR%%/modules/translations/qt4_docking_notify_pl.qm +%%DATADIR%%/modules/translations/screenshot_en.qm +%%DATADIR%%/modules/translations/screenshot_de.qm %%DATADIR%%/modules/translations/sms_de.qm +%%DATADIR%%/modules/translations/sms_en.qm %%DATADIR%%/modules/translations/sms_fr.qm %%DATADIR%%/modules/translations/sms_it.qm %%DATADIR%%/modules/translations/sms_pl.qm +%%DATADIR%%/modules/translations/screenshot_fr.qm +%%DATADIR%%/modules/translations/screenshot_it.qm +%%DATADIR%%/modules/translations/screenshot_pl.qm +%%DATADIR%%/modules/translations/simpleview_en.qm +%%DATADIR%%/modules/translations/simpleview_de.qm +%%DATADIR%%/modules/translations/simpleview_fr.qm +%%DATADIR%%/modules/translations/simpleview_it.qm +%%DATADIR%%/modules/translations/simpleview_pl.qm +%%DATADIR%%/modules/translations/single_window_en.qm +%%DATADIR%%/modules/translations/single_window_de.qm +%%DATADIR%%/modules/translations/single_window_fr.qm +%%DATADIR%%/modules/translations/single_window_it.qm +%%DATADIR%%/modules/translations/single_window_pl.qm %%DATADIR%%/modules/translations/sound_de.qm +%%DATADIR%%/modules/translations/sound_en.qm %%DATADIR%%/modules/translations/sound_fr.qm %%DATADIR%%/modules/translations/sound_it.qm %%DATADIR%%/modules/translations/sound_pl.qm +%%DATADIR%%/modules/translations/speech_en.qm +%%DATADIR%%/modules/translations/speech_de.qm +%%DATADIR%%/modules/translations/speech_fr.qm +%%DATADIR%%/modules/translations/speech_it.qm +%%DATADIR%%/modules/translations/speech_pl.qm +%%DATADIR%%/modules/translations/spellchecker_en.qm +%%DATADIR%%/modules/translations/spellchecker_de.qm +%%DATADIR%%/modules/translations/spellchecker_fr.qm +%%DATADIR%%/modules/translations/spellchecker_it.qm %%DATADIR%%/modules/translations/spellchecker_pl.qm -%%DATADIR%%/modules/translations/voice_de.qm -%%DATADIR%%/modules/translations/voice_fr.qm -%%DATADIR%%/modules/translations/voice_it.qm -%%DATADIR%%/modules/translations/voice_pl.qm -%%DATADIR%%/modules/translations/window_notify_de.qm -%%DATADIR%%/modules/translations/window_notify_fr.qm -%%DATADIR%%/modules/translations/window_notify_it.qm -%%DATADIR%%/modules/translations/window_notify_pl.qm -%%DATADIR%%/modules/voice.desc -%%DATADIR%%/modules/window_notify.desc -%%DATADIR%%/syntax/chat/Adi1981.syntax -%%DATADIR%%/syntax/chat/Arvenil.syntax +%%DATADIR%%/modules/translations/sql_history_en.qm +%%DATADIR%%/modules/translations/sql_history_de.qm +%%DATADIR%%/modules/translations/sql_history_fr.qm +%%DATADIR%%/modules/translations/sql_history_it.qm +%%DATADIR%%/modules/translations/sql_history_pl.qm +%%DATADIR%%/modules/translations/tabs_en.qm +%%DATADIR%%/modules/translations/tabs_de.qm +%%DATADIR%%/modules/translations/tabs_fr.qm +%%DATADIR%%/modules/translations/tabs_it.qm +%%DATADIR%%/modules/translations/tabs_pl.qm +%%DATADIR%%/modules/translations/word_fix_en.qm +%%DATADIR%%/modules/translations/word_fix_pl.qm +%%DATADIR%%/scripts/chat-scripts.js +%%DATADIR%%/syntax/infopanel/Arvenil.syntax +%%DATADIR%%/syntax/infopanel/default.syntax +%%DATADIR%%/syntax/infopanel/ultr.syntax %%DATADIR%%/syntax/chat/aqq2_by_maddox84.syntax +%%DATADIR%%/syntax/chat/Arvenil.syntax %%DATADIR%%/syntax/chat/c34_white_gradient_compact.syntax %%DATADIR%%/syntax/chat/cheester.syntax %%DATADIR%%/syntax/chat/filozof.syntax @@ -164,176 +331,1127 @@ lib/kadu/modules/libwindow_notify.so %%DATADIR%%/syntax/chat/kadu.syntax %%DATADIR%%/syntax/chat/skp_by_dam.syntax %%DATADIR%%/syntax/chat/skype_by_dorr.syntax -%%DATADIR%%/syntax/infopanel/Arvenil.syntax -%%DATADIR%%/syntax/infopanel/ciuciu.syntax -%%DATADIR%%/syntax/infopanel/default.syntax -%%DATADIR%%/syntax/infopanel/dorr.syntax -%%DATADIR%%/syntax/infopanel/ronk.syntax -%%DATADIR%%/themes/icons/default/HOWTO.txt -%%DATADIR%%/themes/icons/default/README.txt -%%DATADIR%%/themes/icons/default/external_modules/module_agent.png -%%DATADIR%%/themes/icons/default/external_modules/module_avatar.png -%%DATADIR%%/themes/icons/default/external_modules/module_mail.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-button.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-next.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-pause.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-play.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-prev.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-stop.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-volume_down.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer-volume_up.png -%%DATADIR%%/themes/icons/default/external_modules/module_mediaplayer.png -%%DATADIR%%/themes/icons/default/external_modules/module_pajacyk-menu.png -%%DATADIR%%/themes/icons/default/external_modules/module_pajacyk.png -%%DATADIR%%/themes/icons/default/external_modules/module_profiles-configure.png -%%DATADIR%%/themes/icons/default/external_modules/module_profiles-user.png -%%DATADIR%%/themes/icons/default/external_modules/module_profiles.png -%%DATADIR%%/themes/icons/default/external_modules/module_screenshot-shot.png -%%DATADIR%%/themes/icons/default/external_modules/module_screenshot.png -%%DATADIR%%/themes/icons/default/external_modules/module_tabs-close.png -%%DATADIR%%/themes/icons/default/external_modules/module_tabs-detach.png -%%DATADIR%%/themes/icons/default/external_modules/module_tabs-remove.png -%%DATADIR%%/themes/icons/default/external_modules/module_weather-show.png -%%DATADIR%%/themes/icons/default/external_modules/module_weather.png -%%DATADIR%%/themes/icons/default/external_modules/module_xosd.png -%%DATADIR%%/themes/icons/default/icons.conf -%%DATADIR%%/themes/icons/default/kadu/application-exit.png -%%DATADIR%%/themes/icons/default/kadu/audio-input-microphone.png -%%DATADIR%%/themes/icons/default/kadu/audio-volume-high.png -%%DATADIR%%/themes/icons/default/kadu/audio-volume-muted.png -%%DATADIR%%/themes/icons/default/kadu/big_busy.png -%%DATADIR%%/themes/icons/default/kadu/big_busy_d.png -%%DATADIR%%/themes/icons/default/kadu/big_dnd.png -%%DATADIR%%/themes/icons/default/kadu/big_dnd_d.png -%%DATADIR%%/themes/icons/default/kadu/big_ffc.png -%%DATADIR%%/themes/icons/default/kadu/big_ffc_d.png -%%DATADIR%%/themes/icons/default/kadu/big_invisible.png -%%DATADIR%%/themes/icons/default/kadu/big_invisible_d.png -%%DATADIR%%/themes/icons/default/kadu/big_message.png -%%DATADIR%%/themes/icons/default/kadu/big_offline.png -%%DATADIR%%/themes/icons/default/kadu/big_offline_d.png -%%DATADIR%%/themes/icons/default/kadu/big_online.png -%%DATADIR%%/themes/icons/default/kadu/big_online_d.png -%%DATADIR%%/themes/icons/default/kadu/configure.png -%%DATADIR%%/themes/icons/default/kadu/configure_big.png -%%DATADIR%%/themes/icons/default/kadu/contact-new.png -%%DATADIR%%/themes/icons/default/kadu/contact-new_big.png -%%DATADIR%%/themes/icons/default/kadu/dialog-apply.png -%%DATADIR%%/themes/icons/default/kadu/dialog-cancel.png -%%DATADIR%%/themes/icons/default/kadu/dialog-error.png -%%DATADIR%%/themes/icons/default/kadu/dialog-error_big.png -%%DATADIR%%/themes/icons/default/kadu/dialog-information.png -%%DATADIR%%/themes/icons/default/kadu/dialog-ok.png -%%DATADIR%%/themes/icons/default/kadu/dialog-password.png -%%DATADIR%%/themes/icons/default/kadu/dialog-password_big.png -%%DATADIR%%/themes/icons/default/kadu/dialog-warning.png -%%DATADIR%%/themes/icons/default/kadu/document-open.png -%%DATADIR%%/themes/icons/default/kadu/document-save.png -%%DATADIR%%/themes/icons/default/kadu/edit-clear.png -%%DATADIR%%/themes/icons/default/kadu/edit-copy.png -%%DATADIR%%/themes/icons/default/kadu/edit-delete.png -%%DATADIR%%/themes/icons/default/kadu/edit-find.png -%%DATADIR%%/themes/icons/default/kadu/edit.png -%%DATADIR%%/themes/icons/default/kadu/edit_big.png -%%DATADIR%%/themes/icons/default/kadu/face-smile.png -%%DATADIR%%/themes/icons/default/kadu/format-text-bold.png -%%DATADIR%%/themes/icons/default/kadu/format-text-italic.png -%%DATADIR%%/themes/icons/default/kadu/format-text-underline.png -%%DATADIR%%/themes/icons/default/kadu/go-bottom.png -%%DATADIR%%/themes/icons/default/kadu/go-jump.png -%%DATADIR%%/themes/icons/default/kadu/go-next.png -%%DATADIR%%/themes/icons/default/kadu/go-previous.png -%%DATADIR%%/themes/icons/default/kadu/help-about-kadu.png -%%DATADIR%%/themes/icons/default/kadu/help-about-kadu_big.png -%%DATADIR%%/themes/icons/default/kadu/help-contents.png -%%DATADIR%%/themes/icons/default/kadu/history-clear.png -%%DATADIR%%/themes/icons/default/kadu/history.png -%%DATADIR%%/themes/icons/default/kadu/identity.png -%%DATADIR%%/themes/icons/default/kadu/identity_big.png -%%DATADIR%%/themes/icons/default/kadu/image-loading.png -%%DATADIR%%/themes/icons/default/kadu/insert-image.png -%%DATADIR%%/themes/icons/default/kadu/kadu-blocking.png -%%DATADIR%%/themes/icons/default/kadu/kadu-chat.png -%%DATADIR%%/themes/icons/default/kadu/kadu-chat_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-colors.png -%%DATADIR%%/themes/icons/default/kadu/kadu-contacts.png -%%DATADIR%%/themes/icons/default/kadu/kadu-copypersonal.png -%%DATADIR%%/themes/icons/default/kadu/kadu-decrypted.png -%%DATADIR%%/themes/icons/default/kadu/kadu-descriptions_off.png -%%DATADIR%%/themes/icons/default/kadu/kadu-descriptions_on.png -%%DATADIR%%/themes/icons/default/kadu/kadu-email.png -%%DATADIR%%/themes/icons/default/kadu/kadu-encrypted.png -%%DATADIR%%/themes/icons/default/kadu/kadu-encrypted_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-enter.png -%%DATADIR%%/themes/icons/default/kadu/kadu-eraser.png -%%DATADIR%%/themes/icons/default/kadu/kadu-exporttofile.png -%%DATADIR%%/themes/icons/default/kadu/kadu-exportuserlist.png -%%DATADIR%%/themes/icons/default/kadu/kadu-impexp.png -%%DATADIR%%/themes/icons/default/kadu/kadu-impexp_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-importfromfile.png -%%DATADIR%%/themes/icons/default/kadu/kadu-importuserlist.png -%%DATADIR%%/themes/icons/default/kadu/kadu-kadu.png -%%DATADIR%%/themes/icons/default/kadu/kadu-look.png -%%DATADIR%%/themes/icons/default/kadu/kadu-manageignored.png -%%DATADIR%%/themes/icons/default/kadu/kadu-manageignored_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-message.png -%%DATADIR%%/themes/icons/default/kadu/kadu-message_anim.gif -%%DATADIR%%/themes/icons/default/kadu/kadu-modmanager.png -%%DATADIR%%/themes/icons/default/kadu/kadu-modmanager_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-notifications.png -%%DATADIR%%/themes/icons/default/kadu/kadu-notifyaboutuser.png -%%DATADIR%%/themes/icons/default/kadu/kadu-onoff_onlineandd.png -%%DATADIR%%/themes/icons/default/kadu/kadu-onoff_onlineandd_off.png -%%DATADIR%%/themes/icons/default/kadu/kadu-registeraccount.png -%%DATADIR%%/themes/icons/default/kadu/kadu-registeraccount_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-remindpassword.png -%%DATADIR%%/themes/icons/default/kadu/kadu-remindpassword_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-saveuserlist.png -%%DATADIR%%/themes/icons/default/kadu/kadu-shortcuts.png -%%DATADIR%%/themes/icons/default/kadu/kadu-showdescriptionusers.png -%%DATADIR%%/themes/icons/default/kadu/kadu-showdescriptionusers_off.png -%%DATADIR%%/themes/icons/default/kadu/kadu-showoffliners.png -%%DATADIR%%/themes/icons/default/kadu/kadu-showoffliners_off.png -%%DATADIR%%/themes/icons/default/kadu/kadu-status.png -%%DATADIR%%/themes/icons/default/kadu/kadu-transfer_receive.png -%%DATADIR%%/themes/icons/default/kadu/kadu-transfer_send.png -%%DATADIR%%/themes/icons/default/kadu/kadu-transfers.png -%%DATADIR%%/themes/icons/default/kadu/kadu-unregisteraccount.png -%%DATADIR%%/themes/icons/default/kadu/kadu-unregisteraccount_big.png -%%DATADIR%%/themes/icons/default/kadu/kadu-userlist-remove.png -%%DATADIR%%/themes/icons/default/kadu/kadu-wizard.png -%%DATADIR%%/themes/icons/default/kadu/list-add.png -%%DATADIR%%/themes/icons/default/kadu/list-remove.png -%%DATADIR%%/themes/icons/default/kadu/mail-attachment.png -%%DATADIR%%/themes/icons/default/kadu/phone.png -%%DATADIR%%/themes/icons/default/kadu/phone_big.png -%%DATADIR%%/themes/icons/default/kadu/silent-mode-off.png -%%DATADIR%%/themes/icons/default/kadu/silent-mode-on.png -%%DATADIR%%/themes/icons/default/kadu/view-refresh.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-away.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-away_d.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-away_d_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-away_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-dnd.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-dnd_d.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-dnd_d_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-dnd_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-ffc.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-ffc_d.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-ffc_d_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-ffc_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-invisible.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-invisible_d_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-invisible_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-offline.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-offline_d_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-offline_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-online.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-online_d.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-online_d_m.png -%%DATADIR%%/themes/icons/default/protocols/gg/user-online_m.png +%%DATADIR%%/syntax/chat/Default/Template.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/1 Big Header.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/1.1 Big Header with User Icons.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/2.2 Small Header with Hover-Times.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/1.3 Big Header with Hover-Time.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/2 Small Header.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/2.3 Small Header with User Icons and Hover-Time.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/1.2 Big Header with User Icons and Hover-Time.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants/2.1 Small Header with User Icons.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/usericons.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/small_header.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Outgoing/NextContext.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Footer.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/main.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/hovertime.css +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/incoming_icon.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/stopclickingme.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/in.bottom.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/status.bottom.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/header.birdy.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/status.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/header.bg.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/outgoing_icon.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/out.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/header.top.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/out.bottom.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/in.top.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/header.ornament.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/url.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/url.click.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images/tool-tip.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Incoming/NextContext.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Incoming/Context.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Javascript/main.js +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Javascript/mootools.js +%%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/Gaia/Contents/Info.plist +%%DATADIR%%/syntax/chat/Gaia/License.txt +%%DATADIR%%/syntax/chat/Gaia/Readme.txt +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Modern.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White Bubbling.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Modern.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Red).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Green).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White Bubbling.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Glass).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Grey).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Purple).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Yellow).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Lime).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Pink).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Orange).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Cyan).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Graphite).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Aqua).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Blue).css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContext.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Footer.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/main.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_global_override.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_default.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/white.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/modern.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/glass-header.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/leopard-header.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/tiger-header.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/default-header.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-orange.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-blue.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_modern.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-cyan.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-cyan.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_default.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-red.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-yellow.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-lime.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-purple.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-pink.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-graphite.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-purple.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-pink.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-red.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-aqua.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-lime.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-grey.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-aqua.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-green.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-green.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-graphite.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-yellow.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-grey.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white-bubbling.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-orange.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-blue.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-orange.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-blue.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_modern.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-cyan.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-cyan.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_default.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-red.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-yellow.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-lime.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-purple.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-pink.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-graphite.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-purple.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-pink.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-red.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-aqua.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-lime.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-grey.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-aqua.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-green.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-green.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-glass.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-graphite.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-yellow.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-grey.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white-bubbling.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-orange.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-blue.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/disable-reflection.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/message-bubble.css +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show-hover.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide-hover.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/leopard.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/tiger.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/glass.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg-white.jpg +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg.jpg +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/jim.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/middle.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/top.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft-arrow.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/left.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/right.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottom.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContext.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Context.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Template.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/reflection.js +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/scroll.js +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Info.plist +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/License.txt +%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Readme.txt +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/incoming_icon.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Red Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Tan Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Tan.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Clear Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Grey.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Purple Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Green Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Green.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Brown.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/pin.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/paper-mid.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/header-alt.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/paper-bot.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/board2g.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/star.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/clip.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/paper-top.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images/header.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Purple.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Red.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes/BrownAlternating.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes/_Base.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes/BrownCompactAlternating.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes/_Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes/_CompactAlternating.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes/_Alternating.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Clear.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Blue Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Brown Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Blue.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/Grey Compact.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Mockup.html +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/license.txt +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Header.css +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Footer.html +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/todo.txt +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/outgoing_icon.png +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/alignchat_.js +%%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/Pushpin/Contents/Info.plist +%%DATADIR%%/syntax/chat/Pushpin/license.txt +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/incoming_icon.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red Alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names Alt.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContext.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Demo.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Footer.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/main.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator2.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverCurves.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicatorAlt.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator2.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicatorAlt.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator2.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTL.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/alert.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-right.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicatorAlt.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelHeading.jpg +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-left.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowHeading.jpg +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverBackground.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator2.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/DummyContact.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicatorAlt.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicatorAlt.gif +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator2.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTR.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/outgoing_icon.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContext.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Context.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/alternating.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/noname.css +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/renkooNaked/Contents/Info.plist +%%DATADIR%%/syntax/chat/renkooNaked/LICENSE.txt +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/incoming_icon.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-No Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-No Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-No Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Left Alternate Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-No Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Icon.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContext.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon_alt.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Footer.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/test.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/main.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/showhide.js +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/header.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_hidden.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_all.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/defaults.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_right.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/message_common.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_left.css +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close_pressed.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg15degRot.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg1.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open_pressed.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_context_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_context_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_context_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_context_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_context_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_context_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_context_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_context_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left_history.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_context_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/buddy_background.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_bot_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_top_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_bot_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_top_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_top_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/black/status_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/black/status_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/black/status_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/orange/status_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/orange/status_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/orange/status_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/gray/status_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/gray/status_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/gray/status_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/purple/status_left.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/purple/status_fill.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/purple/status_right.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/background.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/arrow.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContext.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Context.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon_alt.png +%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/Satin/Contents/Info.plist +%%DATADIR%%/syntax/chat/Satin/License.txt +%%DATADIR%%/syntax/chat/Satin/Readme.txt +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Images/bg_grad.png +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Main.css +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Context.html +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Info.plist +%%DATADIR%%/syntax/chat/SimpleStuff/License.txt +%%DATADIR%%/syntax/chat/SimpleStuff/Readme.txt +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Grey.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Blue.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Orange.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Green.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Red.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContext.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Status.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Footer.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/main.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_topcorner.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_rightside.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottomcorner.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_fill.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_fill.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_top.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_fill.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_fill.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottom.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/bkg.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_fill.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottom.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_bottomcorner.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_leftside.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_top.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_fill.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left_a.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_topcorner.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContext.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/FileTransferRequest.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Content.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Context.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/alternating.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/regular.css +%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Header.html +%%DATADIR%%/syntax/chat/Stockholm/Contents/Info.plist +%%DATADIR%%/syntax/chat/Stockholm/License.txt +%%DATADIR%%/syntax/chat/Stockholm/Readme.txt %%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P.gif %%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P_na.gif %%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa.gif @@ -726,303 +1844,1465 @@ lib/kadu/modules/libwindow_notify.so %%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zlezkawoku.gif %%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zly.gif %%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zmeczony.gif -%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif -%%DATADIR%%/themes/emoticons/penguins/8p.gif -%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif -%%DATADIR%%/themes/emoticons/penguins/_8p.gif -%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif -%%DATADIR%%/themes/emoticons/penguins/_aparat.gif -%%DATADIR%%/themes/emoticons/penguins/_beczy.gif -%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif -%%DATADIR%%/themes/emoticons/penguins/_bije.gif -%%DATADIR%%/themes/emoticons/penguins/_boisie.gif -%%DATADIR%%/themes/emoticons/penguins/_boks.gif -%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif -%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif -%%DATADIR%%/themes/emoticons/penguins/_buziak.gif -%%DATADIR%%/themes/emoticons/penguins/_buzki.gif -%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif -%%DATADIR%%/themes/emoticons/penguins/_chytry.gif -%%DATADIR%%/themes/emoticons/penguins/_cisza.gif -%%DATADIR%%/themes/emoticons/penguins/_cmok.gif -%%DATADIR%%/themes/emoticons/penguins/_co.gif -%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif -%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif -%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif -%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif -%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif -%%DATADIR%%/themes/emoticons/penguins/_dobani.gif -%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif -%%DATADIR%%/themes/emoticons/penguins/_dostal.gif -%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif +%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif +%%DATADIR%%/themes/emoticons/penguins/tort.gif +%%DATADIR%%/themes/emoticons/penguins/smutny.gif %%DATADIR%%/themes/emoticons/penguins/_drink.gif -%%DATADIR%%/themes/emoticons/penguins/_dupa.gif -%%DATADIR%%/themes/emoticons/penguins/_figielek.gif -%%DATADIR%%/themes/emoticons/penguins/_foch.gif -%%DATADIR%%/themes/emoticons/penguins/_gafa.gif -%%DATADIR%%/themes/emoticons/penguins/_ganja.gif -%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif -%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif -%%DATADIR%%/themes/emoticons/penguins/_glupek.gif -%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif +%%DATADIR%%/themes/emoticons/penguins/soczek.gif %%DATADIR%%/themes/emoticons/penguins/_gool.gif -%%DATADIR%%/themes/emoticons/penguins/_gra.gif -%%DATADIR%%/themes/emoticons/penguins/_haha.gif -%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif -%%DATADIR%%/themes/emoticons/penguins/_hejka.gif -%%DATADIR%%/themes/emoticons/penguins/_hura.gif -%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif -%%DATADIR%%/themes/emoticons/penguins/_jem.gif -%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif -%%DATADIR%%/themes/emoticons/penguins/_jezyk_oko.gif -%%DATADIR%%/themes/emoticons/penguins/_kawa.gif -%%DATADIR%%/themes/emoticons/penguins/_killer.gif -%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif +%%DATADIR%%/themes/emoticons/penguins/tuptup.gif +%%DATADIR%%/themes/emoticons/penguins/serduszka.gif +%%DATADIR%%/themes/emoticons/penguins/pomocy.gif +%%DATADIR%%/themes/emoticons/penguins/_buziak.gif %%DATADIR%%/themes/emoticons/penguins/_kotek.gif -%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif -%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif -%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif -%%DATADIR%%/themes/emoticons/penguins/_list.gif -%%DATADIR%%/themes/emoticons/penguins/_lol2.gif -%%DATADIR%%/themes/emoticons/penguins/_luzik.gif -%%DATADIR%%/themes/emoticons/penguins/_milczek.gif -%%DATADIR%%/themes/emoticons/penguins/_milosc.gif -%%DATADIR%%/themes/emoticons/penguins/_mniam.gif -%%DATADIR%%/themes/emoticons/penguins/_muza.gif -%%DATADIR%%/themes/emoticons/penguins/_mysli.gif -%%DATADIR%%/themes/emoticons/penguins/_nauka.gif -%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif -%%DATADIR%%/themes/emoticons/penguins/_nie.gif -%%DATADIR%%/themes/emoticons/penguins/_obiad.gif +%%DATADIR%%/themes/emoticons/penguins/diabelek.gif +%%DATADIR%%/themes/emoticons/penguins/prysznic.gif +%%DATADIR%%/themes/emoticons/penguins/_boks.gif +%%DATADIR%%/themes/emoticons/penguins/hejka.gif +%%DATADIR%%/themes/emoticons/penguins/_stres.gif +%%DATADIR%%/themes/emoticons/penguins/aniolek.gif +%%DATADIR%%/themes/emoticons/penguins/_uczen.gif +%%DATADIR%%/themes/emoticons/penguins/rzygi.gif +%%DATADIR%%/themes/emoticons/penguins/gazeta.gif +%%DATADIR%%/themes/emoticons/penguins/stop.gif %%DATADIR%%/themes/emoticons/penguins/_oczko.gif -%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif +%%DATADIR%%/themes/emoticons/penguins/_cmok.gif +%%DATADIR%%/themes/emoticons/penguins/nie.gif +%%DATADIR%%/themes/emoticons/penguins/okok.gif +%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif %%DATADIR%%/themes/emoticons/penguins/_okok.gif -%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif -%%DATADIR%%/themes/emoticons/penguins/_olaboga.gif +%%DATADIR%%/themes/emoticons/penguins/_ziew.gif +%%DATADIR%%/themes/emoticons/penguins/_nie.gif +%%DATADIR%%/themes/emoticons/penguins/jablko.gif +%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif +%%DATADIR%%/themes/emoticons/penguins/palacz.gif +%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif +%%DATADIR%%/themes/emoticons/penguins/_plask.gif +%%DATADIR%%/themes/emoticons/penguins/_hejka.gif +%%DATADIR%%/themes/emoticons/penguins/jezyk.gif +%%DATADIR%%/themes/emoticons/penguins/muza.gif +%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif +%%DATADIR%%/themes/emoticons/penguins/_wanna.gif +%%DATADIR%%/themes/emoticons/penguins/_co.gif +%%DATADIR%%/themes/emoticons/penguins/tak.gif +%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif +%%DATADIR%%/themes/emoticons/penguins/foch.gif +%%DATADIR%%/themes/emoticons/penguins/glupek.gif +%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif +%%DATADIR%%/themes/emoticons/penguins/drink.gif +%%DATADIR%%/themes/emoticons/penguins/_mniam.gif +%%DATADIR%%/themes/emoticons/penguins/bije.gif +%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif +%%DATADIR%%/themes/emoticons/penguins/paker.gif +%%DATADIR%%/themes/emoticons/penguins/_jem.gif +%%DATADIR%%/themes/emoticons/penguins/_buzki.gif %%DATADIR%%/themes/emoticons/penguins/_onajego.gif -%%DATADIR%%/themes/emoticons/penguins/_pada.gif -%%DATADIR%%/themes/emoticons/penguins/_paker.gif -%%DATADIR%%/themes/emoticons/penguins/_palacz.gif -%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif -%%DATADIR%%/themes/emoticons/penguins/_papa.gif +%%DATADIR%%/themes/emoticons/penguins/_piwo.gif +%%DATADIR%%/themes/emoticons/penguins/uoeee.gif +%%DATADIR%%/themes/emoticons/penguins/wnerw.gif +%%DATADIR%%/themes/emoticons/penguins/_glupek.gif +%%DATADIR%%/themes/emoticons/penguins/czytaj.gif +%%DATADIR%%/themes/emoticons/penguins/piwo.gif +%%DATADIR%%/themes/emoticons/penguins/sciana.gif +%%DATADIR%%/themes/emoticons/penguins/_szampan.gif +%%DATADIR%%/themes/emoticons/penguins/_killer.gif +%%DATADIR%%/themes/emoticons/penguins/_haha.gif +%%DATADIR%%/themes/emoticons/penguins/_ganja.gif +%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif +%%DATADIR%%/themes/emoticons/penguins/luzik.gif +%%DATADIR%%/themes/emoticons/penguins/_smutny.gif +%%DATADIR%%/themes/emoticons/penguins/ganja.gif %%DATADIR%%/themes/emoticons/penguins/_papa2.gif +%%DATADIR%%/themes/emoticons/penguins/_zegar.gif +%%DATADIR%%/themes/emoticons/penguins/oczko.gif +%%DATADIR%%/themes/emoticons/penguins/zegar.gif +%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif +%%DATADIR%%/themes/emoticons/penguins/_gra.gif +%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif +%%DATADIR%%/themes/emoticons/penguins/_kawa.gif +%%DATADIR%%/themes/emoticons/penguins/_tak.gif +%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif +%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif +%%DATADIR%%/themes/emoticons/penguins/lol2.gif +%%DATADIR%%/themes/emoticons/penguins/_obiad.gif +%%DATADIR%%/themes/emoticons/penguins/_jezyk_oko.gif +%%DATADIR%%/themes/emoticons/penguins/nauka.gif +%%DATADIR%%/themes/emoticons/penguins/_cisza.gif +%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif +%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif +%%DATADIR%%/themes/emoticons/penguins/beczy.gif +%%DATADIR%%/themes/emoticons/penguins/_luzik.gif +%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif +%%DATADIR%%/themes/emoticons/penguins/szampan.gif +%%DATADIR%%/themes/emoticons/penguins/zeby.gif +%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif +%%DATADIR%%/themes/emoticons/penguins/telefon.gif +%%DATADIR%%/themes/emoticons/penguins/cisza.gif +%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif %%DATADIR%%/themes/emoticons/penguins/_peace.gif -%%DATADIR%%/themes/emoticons/penguins/_pies.gif -%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif -%%DATADIR%%/themes/emoticons/penguins/_piwo.gif +%%DATADIR%%/themes/emoticons/penguins/milosc.gif %%DATADIR%%/themes/emoticons/penguins/_placze.gif -%%DATADIR%%/themes/emoticons/penguins/_plask.gif -%%DATADIR%%/themes/emoticons/penguins/_plotki.gif -%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif -%%DATADIR%%/themes/emoticons/penguins/_prezent.gif -%%DATADIR%%/themes/emoticons/penguins/_prosi.gif -%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif -%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif -%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif -%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif -%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif -%%DATADIR%%/themes/emoticons/penguins/_sciana.gif -%%DATADIR%%/themes/emoticons/penguins/_serducho.gif -%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif -%%DATADIR%%/themes/emoticons/penguins/_sex.gif +%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif +%%DATADIR%%/themes/emoticons/penguins/_foch.gif +%%DATADIR%%/themes/emoticons/penguins/_dostal.gif +%%DATADIR%%/themes/emoticons/penguins/dupa.gif +%%DATADIR%%/themes/emoticons/penguins/_telefon.gif +%%DATADIR%%/themes/emoticons/penguins/_dupa.gif +%%DATADIR%%/themes/emoticons/penguins/emots.txt +%%DATADIR%%/themes/emoticons/penguins/mniam.gif +%%DATADIR%%/themes/emoticons/penguins/usta.gif %%DATADIR%%/themes/emoticons/penguins/_slonko.gif -%%DATADIR%%/themes/emoticons/penguins/_smutny.gif +%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif +%%DATADIR%%/themes/emoticons/penguins/pies.gif +%%DATADIR%%/themes/emoticons/penguins/snieg.gif +%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif +%%DATADIR%%/themes/emoticons/penguins/wanna.gif %%DATADIR%%/themes/emoticons/penguins/_snieg.gif -%%DATADIR%%/themes/emoticons/penguins/_soczek.gif -%%DATADIR%%/themes/emoticons/penguins/_spadaj.gif -%%DATADIR%%/themes/emoticons/penguins/_spie.gif -%%DATADIR%%/themes/emoticons/penguins/_spioch.gif -%%DATADIR%%/themes/emoticons/penguins/_stop.gif -%%DATADIR%%/themes/emoticons/penguins/_stres.gif -%%DATADIR%%/themes/emoticons/penguins/_szampan.gif +%%DATADIR%%/themes/emoticons/penguins/rotfl.gif +%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif +%%DATADIR%%/themes/emoticons/penguins/chatownik.gif +%%DATADIR%%/themes/emoticons/penguins/_beczy.gif +%%DATADIR%%/themes/emoticons/penguins/roza.gif +%%DATADIR%%/themes/emoticons/penguins/boks.gif %%DATADIR%%/themes/emoticons/penguins/_szok.gif -%%DATADIR%%/themes/emoticons/penguins/_tak.gif -%%DATADIR%%/themes/emoticons/penguins/_tancze.gif -%%DATADIR%%/themes/emoticons/penguins/_telefon.gif -%%DATADIR%%/themes/emoticons/penguins/_tort.gif -%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif -%%DATADIR%%/themes/emoticons/penguins/_uczen.gif -%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif -%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif +%%DATADIR%%/themes/emoticons/penguins/olaboga.gif +%%DATADIR%%/themes/emoticons/penguins/_prezent.gif +%%DATADIR%%/themes/emoticons/penguins/boisie.gif +%%DATADIR%%/themes/emoticons/penguins/papa.gif +%%DATADIR%%/themes/emoticons/penguins/zly.gif +%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif +%%DATADIR%%/themes/emoticons/penguins/milczek.gif +%%DATADIR%%/themes/emoticons/penguins/placze.gif +%%DATADIR%%/themes/emoticons/penguins/spioch.gif +%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif +%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif %%DATADIR%%/themes/emoticons/penguins/_usmiech.gif -%%DATADIR%%/themes/emoticons/penguins/_w8.gif -%%DATADIR%%/themes/emoticons/penguins/_wanna.gif -%%DATADIR%%/themes/emoticons/penguins/_wc.gif -%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif -%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif -%%DATADIR%%/themes/emoticons/penguins/_wykrzyknik.gif -%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif -%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif -%%DATADIR%%/themes/emoticons/penguins/_zab.gif -%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif -%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif +%%DATADIR%%/themes/emoticons/penguins/papa2.gif +%%DATADIR%%/themes/emoticons/penguins/piwko2.gif +%%DATADIR%%/themes/emoticons/penguins/slonko.gif +%%DATADIR%%/themes/emoticons/penguins/_muza.gif %%DATADIR%%/themes/emoticons/penguins/_zalamka.gif -%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif +%%DATADIR%%/themes/emoticons/penguins/dostal.gif +%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif +%%DATADIR%%/themes/emoticons/penguins/szok.gif +%%DATADIR%%/themes/emoticons/penguins/_olaboga.gif +%%DATADIR%%/themes/emoticons/penguins/_palacz.gif +%%DATADIR%%/themes/emoticons/penguins/stres.gif +%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif +%%DATADIR%%/themes/emoticons/penguins/usmiech.gif +%%DATADIR%%/themes/emoticons/penguins/buzki.gif +%%DATADIR%%/themes/emoticons/penguins/spie.gif %%DATADIR%%/themes/emoticons/penguins/_zeby.gif -%%DATADIR%%/themes/emoticons/penguins/_zegar.gif -%%DATADIR%%/themes/emoticons/penguins/_ziew.gif -%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif -%%DATADIR%%/themes/emoticons/penguins/_zly.gif -%%DATADIR%%/themes/emoticons/penguins/_zmeczony.gif -%%DATADIR%%/themes/emoticons/penguins/aniolek.gif +%%DATADIR%%/themes/emoticons/penguins/_pies.gif +%%DATADIR%%/themes/emoticons/penguins/_spioch.gif +%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif +%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif +%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif %%DATADIR%%/themes/emoticons/penguins/aparat.gif -%%DATADIR%%/themes/emoticons/penguins/beczy.gif -%%DATADIR%%/themes/emoticons/penguins/bezradny.gif -%%DATADIR%%/themes/emoticons/penguins/bije.gif -%%DATADIR%%/themes/emoticons/penguins/boisie.gif -%%DATADIR%%/themes/emoticons/penguins/boks.gif +%%DATADIR%%/themes/emoticons/penguins/_lol2.gif +%%DATADIR%%/themes/emoticons/penguins/killer.gif +%%DATADIR%%/themes/emoticons/penguins/_prosi.gif +%%DATADIR%%/themes/emoticons/penguins/_gafa.gif +%%DATADIR%%/themes/emoticons/penguins/_bije.gif +%%DATADIR%%/themes/emoticons/penguins/_spadaj.gif +%%DATADIR%%/themes/emoticons/penguins/_tancze.gif +%%DATADIR%%/themes/emoticons/penguins/oklasky.gif +%%DATADIR%%/themes/emoticons/penguins/_aparat.gif +%%DATADIR%%/themes/emoticons/penguins/_pada.gif +%%DATADIR%%/themes/emoticons/penguins/_sex.gif +%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif +%%DATADIR%%/themes/emoticons/penguins/_serducho.gif +%%DATADIR%%/themes/emoticons/penguins/plotki.gif +%%DATADIR%%/themes/emoticons/penguins/yyyy.gif +%%DATADIR%%/themes/emoticons/penguins/_hura.gif +%%DATADIR%%/themes/emoticons/penguins/_figielek.gif +%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif +%%DATADIR%%/themes/emoticons/penguins/8p.gif +%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif +%%DATADIR%%/themes/emoticons/penguins/uczen.gif +%%DATADIR%%/themes/emoticons/penguins/nerwus.gif +%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif +%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif +%%DATADIR%%/themes/emoticons/penguins/_sciana.gif +%%DATADIR%%/themes/emoticons/penguins/pada.gif +%%DATADIR%%/themes/emoticons/penguins/_milosc.gif +%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif +%%DATADIR%%/themes/emoticons/penguins/_wykrzyknik.gif +%%DATADIR%%/themes/emoticons/penguins/serducho.gif +%%DATADIR%%/themes/emoticons/penguins/list.gif +%%DATADIR%%/themes/emoticons/penguins/co.gif +%%DATADIR%%/themes/emoticons/penguins/zalamka.gif %%DATADIR%%/themes/emoticons/penguins/buja_w_oblokach.gif +%%DATADIR%%/themes/emoticons/penguins/bezradny.gif +%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif +%%DATADIR%%/themes/emoticons/penguins/kotek.gif +%%DATADIR%%/themes/emoticons/penguins/_zly.gif +%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif +%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif +%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif +%%DATADIR%%/themes/emoticons/penguins/krzywy.gif +%%DATADIR%%/themes/emoticons/penguins/_tort.gif +%%DATADIR%%/themes/emoticons/penguins/_zmeczony.gif +%%DATADIR%%/themes/emoticons/penguins/_papa.gif +%%DATADIR%%/themes/emoticons/penguins/kawa.gif +%%DATADIR%%/themes/emoticons/penguins/_boisie.gif +%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif +%%DATADIR%%/themes/emoticons/penguins/prezent.gif +%%DATADIR%%/themes/emoticons/penguins/krzyk.gif %%DATADIR%%/themes/emoticons/penguins/bukiet.gif -%%DATADIR%%/themes/emoticons/penguins/buziak.gif -%%DATADIR%%/themes/emoticons/penguins/buzki.gif -%%DATADIR%%/themes/emoticons/penguins/chatownik.gif -%%DATADIR%%/themes/emoticons/penguins/chytry.gif -%%DATADIR%%/themes/emoticons/penguins/cisza.gif -%%DATADIR%%/themes/emoticons/penguins/cmok.gif -%%DATADIR%%/themes/emoticons/penguins/co.gif -%%DATADIR%%/themes/emoticons/penguins/co_jest.gif -%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif -%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif -%%DATADIR%%/themes/emoticons/penguins/czytaj.gif -%%DATADIR%%/themes/emoticons/penguins/diabelek.gif +%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif +%%DATADIR%%/themes/emoticons/penguins/_paker.gif +%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif +%%DATADIR%%/themes/emoticons/penguins/spadaj.gif +%%DATADIR%%/themes/emoticons/penguins/_zab.gif %%DATADIR%%/themes/emoticons/penguins/dobani.gif -%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif -%%DATADIR%%/themes/emoticons/penguins/dostal.gif -%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif -%%DATADIR%%/themes/emoticons/penguins/drink.gif -%%DATADIR%%/themes/emoticons/penguins/dupa.gif -%%DATADIR%%/themes/emoticons/penguins/emots.txt -%%DATADIR%%/themes/emoticons/penguins/figielek.gif -%%DATADIR%%/themes/emoticons/penguins/foch.gif -%%DATADIR%%/themes/emoticons/penguins/gafa.gif -%%DATADIR%%/themes/emoticons/penguins/ganja.gif -%%DATADIR%%/themes/emoticons/penguins/gazeta.gif -%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif -%%DATADIR%%/themes/emoticons/penguins/glupek.gif +%%DATADIR%%/themes/emoticons/penguins/wc.gif +%%DATADIR%%/themes/emoticons/penguins/_wc.gif %%DATADIR%%/themes/emoticons/penguins/glupek2.gif -%%DATADIR%%/themes/emoticons/penguins/gool.gif -%%DATADIR%%/themes/emoticons/penguins/gra.gif +%%DATADIR%%/themes/emoticons/penguins/co_jest.gif +%%DATADIR%%/themes/emoticons/penguins/plask.gif +%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif +%%DATADIR%%/themes/emoticons/penguins/w8.gif %%DATADIR%%/themes/emoticons/penguins/haha.gif -%%DATADIR%%/themes/emoticons/penguins/hahaha.gif -%%DATADIR%%/themes/emoticons/penguins/hejka.gif -%%DATADIR%%/themes/emoticons/penguins/hura.gif -%%DATADIR%%/themes/emoticons/penguins/jablko.gif -%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif -%%DATADIR%%/themes/emoticons/penguins/jem.gif -%%DATADIR%%/themes/emoticons/penguins/jezyk.gif -%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif -%%DATADIR%%/themes/emoticons/penguins/kawa.gif -%%DATADIR%%/themes/emoticons/penguins/killer.gif -%%DATADIR%%/themes/emoticons/penguins/klotnia.gif -%%DATADIR%%/themes/emoticons/penguins/kotek.gif -%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif -%%DATADIR%%/themes/emoticons/penguins/krzyk.gif -%%DATADIR%%/themes/emoticons/penguins/krzywy.gif -%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif -%%DATADIR%%/themes/emoticons/penguins/list.gif -%%DATADIR%%/themes/emoticons/penguins/lol2.gif -%%DATADIR%%/themes/emoticons/penguins/luzik.gif -%%DATADIR%%/themes/emoticons/penguins/milczek.gif -%%DATADIR%%/themes/emoticons/penguins/milosc.gif -%%DATADIR%%/themes/emoticons/penguins/mniam.gif -%%DATADIR%%/themes/emoticons/penguins/muza.gif +%%DATADIR%%/themes/emoticons/penguins/_8p.gif +%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif +%%DATADIR%%/themes/emoticons/penguins/_mysli.gif +%%DATADIR%%/themes/emoticons/penguins/zakupy.gif +%%DATADIR%%/themes/emoticons/penguins/_chytry.gif +%%DATADIR%%/themes/emoticons/penguins/_list.gif +%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif %%DATADIR%%/themes/emoticons/penguins/mysli.gif -%%DATADIR%%/themes/emoticons/penguins/nauka.gif -%%DATADIR%%/themes/emoticons/penguins/nerwus.gif -%%DATADIR%%/themes/emoticons/penguins/nie.gif -%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif -%%DATADIR%%/themes/emoticons/penguins/obiad.gif -%%DATADIR%%/themes/emoticons/penguins/oczko.gif -%%DATADIR%%/themes/emoticons/penguins/oklasky.gif -%%DATADIR%%/themes/emoticons/penguins/okok.gif +%%DATADIR%%/themes/emoticons/penguins/uscisk.gif +%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif +%%DATADIR%%/themes/emoticons/penguins/ziew.gif +%%DATADIR%%/themes/emoticons/penguins/jem.gif +%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif +%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif +%%DATADIR%%/themes/emoticons/penguins/gafa.gif +%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif +%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif +%%DATADIR%%/themes/emoticons/penguins/_w8.gif +%%DATADIR%%/themes/emoticons/penguins/_stop.gif +%%DATADIR%%/themes/emoticons/penguins/hura.gif +%%DATADIR%%/themes/emoticons/penguins/buziak.gif +%%DATADIR%%/themes/emoticons/penguins/_dobani.gif +%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif +%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif %%DATADIR%%/themes/emoticons/penguins/okularnik.gif -%%DATADIR%%/themes/emoticons/penguins/olaboga.gif -%%DATADIR%%/themes/emoticons/penguins/onajego.gif -%%DATADIR%%/themes/emoticons/penguins/pada.gif -%%DATADIR%%/themes/emoticons/penguins/paker.gif -%%DATADIR%%/themes/emoticons/penguins/palacz.gif -%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif -%%DATADIR%%/themes/emoticons/penguins/papa.gif -%%DATADIR%%/themes/emoticons/penguins/papa2.gif -%%DATADIR%%/themes/emoticons/penguins/peace.gif -%%DATADIR%%/themes/emoticons/penguins/pies.gif -%%DATADIR%%/themes/emoticons/penguins/piwko2.gif -%%DATADIR%%/themes/emoticons/penguins/piwo.gif -%%DATADIR%%/themes/emoticons/penguins/placze.gif -%%DATADIR%%/themes/emoticons/penguins/plask.gif -%%DATADIR%%/themes/emoticons/penguins/plotki.gif -%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/pomocy.gif -%%DATADIR%%/themes/emoticons/penguins/prezent.gif -%%DATADIR%%/themes/emoticons/penguins/prosi.gif -%%DATADIR%%/themes/emoticons/penguins/prysznic.gif +%%DATADIR%%/themes/emoticons/penguins/readme.txt +%%DATADIR%%/themes/emoticons/penguins/gool.gif +%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif +%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif %%DATADIR%%/themes/emoticons/penguins/puknijsie.gif %%DATADIR%%/themes/emoticons/penguins/pytajnik.gif -%%DATADIR%%/themes/emoticons/penguins/readme.txt -%%DATADIR%%/themes/emoticons/penguins/rotfl.gif -%%DATADIR%%/themes/emoticons/penguins/roza.gif -%%DATADIR%%/themes/emoticons/penguins/rzygi.gif -%%DATADIR%%/themes/emoticons/penguins/sciana.gif -%%DATADIR%%/themes/emoticons/penguins/serducho.gif -%%DATADIR%%/themes/emoticons/penguins/serduszka.gif -%%DATADIR%%/themes/emoticons/penguins/sex.gif -%%DATADIR%%/themes/emoticons/penguins/slonko.gif -%%DATADIR%%/themes/emoticons/penguins/smutny.gif -%%DATADIR%%/themes/emoticons/penguins/snieg.gif -%%DATADIR%%/themes/emoticons/penguins/soczek.gif -%%DATADIR%%/themes/emoticons/penguins/spadaj.gif -%%DATADIR%%/themes/emoticons/penguins/spie.gif -%%DATADIR%%/themes/emoticons/penguins/spioch.gif -%%DATADIR%%/themes/emoticons/penguins/stop.gif -%%DATADIR%%/themes/emoticons/penguins/stres.gif -%%DATADIR%%/themes/emoticons/penguins/szampan.gif -%%DATADIR%%/themes/emoticons/penguins/szok.gif -%%DATADIR%%/themes/emoticons/penguins/tak.gif -%%DATADIR%%/themes/emoticons/penguins/tancze.gif -%%DATADIR%%/themes/emoticons/penguins/telefon.gif -%%DATADIR%%/themes/emoticons/penguins/tort.gif -%%DATADIR%%/themes/emoticons/penguins/tuptup.gif -%%DATADIR%%/themes/emoticons/penguins/uczen.gif -%%DATADIR%%/themes/emoticons/penguins/uoeee.gif -%%DATADIR%%/themes/emoticons/penguins/uscisk.gif -%%DATADIR%%/themes/emoticons/penguins/usmiech.gif -%%DATADIR%%/themes/emoticons/penguins/usta.gif -%%DATADIR%%/themes/emoticons/penguins/w8.gif -%%DATADIR%%/themes/emoticons/penguins/wanna.gif -%%DATADIR%%/themes/emoticons/penguins/wc.gif -%%DATADIR%%/themes/emoticons/penguins/wnerw.gif +%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif +%%DATADIR%%/themes/emoticons/penguins/_nauka.gif +%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif +%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif %%DATADIR%%/themes/emoticons/penguins/wsciekly.gif -%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif -%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif -%%DATADIR%%/themes/emoticons/penguins/yyyy.gif +%%DATADIR%%/themes/emoticons/penguins/peace.gif +%%DATADIR%%/themes/emoticons/penguins/figielek.gif +%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif +%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif +%%DATADIR%%/themes/emoticons/penguins/tancze.gif +%%DATADIR%%/themes/emoticons/penguins/chytry.gif +%%DATADIR%%/themes/emoticons/penguins/klotnia.gif +%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif +%%DATADIR%%/themes/emoticons/penguins/_milczek.gif +%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif +%%DATADIR%%/themes/emoticons/penguins/onajego.gif +%%DATADIR%%/themes/emoticons/penguins/_plotki.gif +%%DATADIR%%/themes/emoticons/penguins/prosi.gif +%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif +%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif %%DATADIR%%/themes/emoticons/penguins/zab.gif -%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/zakochany.gif -%%DATADIR%%/themes/emoticons/penguins/zakupy.gif -%%DATADIR%%/themes/emoticons/penguins/zalamka.gif -%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif -%%DATADIR%%/themes/emoticons/penguins/zeby.gif -%%DATADIR%%/themes/emoticons/penguins/zegar.gif -%%DATADIR%%/themes/emoticons/penguins/ziew.gif -%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif -%%DATADIR%%/themes/emoticons/penguins/zly.gif %%DATADIR%%/themes/emoticons/penguins/zmeczony.gif -%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif -%%DATADIR%%/themes/sounds/default/msg.wav +%%DATADIR%%/themes/emoticons/penguins/_spie.gif +%%DATADIR%%/themes/emoticons/penguins/hahaha.gif +%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif +%%DATADIR%%/themes/emoticons/penguins/sex.gif +%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif +%%DATADIR%%/themes/emoticons/penguins/zakochany.gif +%%DATADIR%%/themes/emoticons/penguins/gra.gif +%%DATADIR%%/themes/emoticons/penguins/_soczek.gif +%%DATADIR%%/themes/emoticons/penguins/cmok.gif +%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif +%%DATADIR%%/themes/emoticons/penguins/obiad.gif +%%DATADIR%%/themes/emoticons/tango/question.png +%%DATADIR%%/themes/emoticons/tango/at-wits-end.png +%%DATADIR%%/themes/emoticons/tango/cake.png +%%DATADIR%%/themes/emoticons/tango/drink.png +%%DATADIR%%/themes/emoticons/tango/secret.png +%%DATADIR%%/themes/emoticons/tango/sinister.png +%%DATADIR%%/themes/emoticons/tango/ass.png +%%DATADIR%%/themes/emoticons/tango/calmly.png +%%DATADIR%%/themes/emoticons/tango/phone.png +%%DATADIR%%/themes/emoticons/tango/hello.gif +%%DATADIR%%/themes/emoticons/tango/puke.png +%%DATADIR%%/themes/emoticons/tango/worship.png +%%DATADIR%%/themes/emoticons/tango/embarrassed.png +%%DATADIR%%/themes/emoticons/tango/bloomer.png +%%DATADIR%%/themes/emoticons/tango/confused.png +%%DATADIR%%/themes/emoticons/tango/hug-right.png +%%DATADIR%%/themes/emoticons/tango/wine.png +%%DATADIR%%/themes/emoticons/tango/victory.png +%%DATADIR%%/themes/emoticons/tango/mad-tongue.png +%%DATADIR%%/themes/emoticons/tango/tongue.png +%%DATADIR%%/themes/emoticons/tango/mean.png +%%DATADIR%%/themes/emoticons/tango/mail.png +%%DATADIR%%/themes/emoticons/tango/kissing.png +%%DATADIR%%/themes/emoticons/tango/license.txt +%%DATADIR%%/themes/emoticons/tango/fingers-crossed.png +%%DATADIR%%/themes/emoticons/tango/bye.png +%%DATADIR%%/themes/emoticons/tango/camera.png +%%DATADIR%%/themes/emoticons/tango/strongman.png +%%DATADIR%%/themes/emoticons/tango/learning.png +%%DATADIR%%/themes/emoticons/tango/cat.png +%%DATADIR%%/themes/emoticons/tango/yawn.png +%%DATADIR%%/themes/emoticons/tango/ganja.png +%%DATADIR%%/themes/emoticons/tango/apple.png +%%DATADIR%%/themes/emoticons/tango/beer.png +%%DATADIR%%/themes/emoticons/tango/beat-up.png +%%DATADIR%%/themes/emoticons/tango/cigarette.png +%%DATADIR%%/themes/emoticons/tango/kissed.png +%%DATADIR%%/themes/emoticons/tango/sex.png +%%DATADIR%%/themes/emoticons/tango/cute.png +%%DATADIR%%/themes/emoticons/tango/coffee.png +%%DATADIR%%/themes/emoticons/tango/angel.png +%%DATADIR%%/themes/emoticons/tango/rose.png +%%DATADIR%%/themes/emoticons/tango/time-out.png +%%DATADIR%%/themes/emoticons/tango/music.png +%%DATADIR%%/themes/emoticons/tango/go-away.png +%%DATADIR%%/themes/emoticons/tango/shower.png +%%DATADIR%%/themes/emoticons/tango/read_this.png +%%DATADIR%%/themes/emoticons/tango/sad.png +%%DATADIR%%/themes/emoticons/tango/prompt.png +%%DATADIR%%/themes/emoticons/tango/love.png +%%DATADIR%%/themes/emoticons/tango/console.png +%%DATADIR%%/themes/emoticons/tango/corsage.png +%%DATADIR%%/themes/emoticons/tango/messed.png +%%DATADIR%%/themes/emoticons/tango/peace.png +%%DATADIR%%/themes/emoticons/tango/soccerball.png +%%DATADIR%%/themes/emoticons/tango/clock.png +%%DATADIR%%/themes/emoticons/tango/snow.png +%%DATADIR%%/themes/emoticons/tango/exclamation_mark.png +%%DATADIR%%/themes/emoticons/tango/kiss.png +%%DATADIR%%/themes/emoticons/tango/newspaper.png +%%DATADIR%%/themes/emoticons/tango/smile.png +%%DATADIR%%/themes/emoticons/tango/emots.txt +%%DATADIR%%/themes/emoticons/tango/amorous.png +%%DATADIR%%/themes/emoticons/tango/twisted.png +%%DATADIR%%/themes/emoticons/tango/poop.png +%%DATADIR%%/themes/emoticons/tango/laugh.png +%%DATADIR%%/themes/emoticons/tango/talktohand.png +%%DATADIR%%/themes/emoticons/tango/dance.png +%%DATADIR%%/themes/emoticons/tango/idiot.png +%%DATADIR%%/themes/emoticons/tango/annoy.png +%%DATADIR%%/themes/emoticons/tango/bulgy-eyes.png +%%DATADIR%%/themes/emoticons/tango/quiet.png +%%DATADIR%%/themes/emoticons/tango/dont-know.png +%%DATADIR%%/themes/emoticons/tango/magician.png +%%DATADIR%%/themes/emoticons/tango/waving.png +%%DATADIR%%/themes/emoticons/tango/computer.png +%%DATADIR%%/themes/emoticons/tango/snicker.png +%%DATADIR%%/themes/emoticons/tango/dog.png +%%DATADIR%%/themes/emoticons/tango/handshake.png +%%DATADIR%%/themes/emoticons/tango/nailbiting.png +%%DATADIR%%/themes/emoticons/tango/wink.png +%%DATADIR%%/themes/emoticons/tango/sweat.png +%%DATADIR%%/themes/emoticons/tango/bathtub.png +%%DATADIR%%/themes/emoticons/tango/silly.png +%%DATADIR%%/themes/emoticons/tango/angry.png +%%DATADIR%%/themes/emoticons/tango/curl-lip.png +%%DATADIR%%/themes/emoticons/tango/curse.png +%%DATADIR%%/themes/emoticons/tango/eat.png +%%DATADIR%%/themes/emoticons/tango/slap.png +%%DATADIR%%/themes/emoticons/tango/neutral.png +%%DATADIR%%/themes/emoticons/tango/shock.png +%%DATADIR%%/themes/emoticons/tango/sleepy.png +%%DATADIR%%/themes/emoticons/tango/dresiarz.png +%%DATADIR%%/themes/emoticons/tango/sun.png +%%DATADIR%%/themes/emoticons/tango/sarcastic.png +%%DATADIR%%/themes/emoticons/tango/stroke.gif +%%DATADIR%%/themes/emoticons/tango/stop.png +%%DATADIR%%/themes/emoticons/tango/shopping.png +%%DATADIR%%/themes/emoticons/tango/can.png +%%DATADIR%%/themes/emoticons/tango/tuptup.png +%%DATADIR%%/themes/emoticons/tango/teeth.png +%%DATADIR%%/themes/emoticons/tango/terror.png +%%DATADIR%%/themes/emoticons/tango/glasses-nerdy.png +%%DATADIR%%/themes/emoticons/tango/freaked-out.png +%%DATADIR%%/themes/emoticons/tango/sick.png +%%DATADIR%%/themes/emoticons/tango/daydreamer.png +%%DATADIR%%/themes/emoticons/tango/plate.png +%%DATADIR%%/themes/emoticons/tango/admonish.png +%%DATADIR%%/themes/emoticons/tango/rain.png +%%DATADIR%%/themes/emoticons/tango/school_boy.png +%%DATADIR%%/themes/emoticons/tango/thinking.png +%%DATADIR%%/themes/emoticons/tango/crying.png +%%DATADIR%%/themes/emoticons/tango/disappointed.png +%%DATADIR%%/themes/emoticons/tango/argument.png +%%DATADIR%%/themes/emoticons/tango/bad.png +%%DATADIR%%/themes/emoticons/tango/good.png +%%DATADIR%%/themes/emoticons/tango/smile-big.png +%%DATADIR%%/themes/emoticons/tango/help.png +%%DATADIR%%/themes/emoticons/tango/shut-mouth.png +%%DATADIR%%/themes/emoticons/tango/tremble.png +%%DATADIR%%/themes/emoticons/tango/act-up.png +%%DATADIR%%/themes/emoticons/tango/readme.txt +%%DATADIR%%/themes/emoticons/tango/hold_out.png +%%DATADIR%%/themes/emoticons/tango/present.png +%%DATADIR%%/themes/emoticons/tango/loser.png +%%DATADIR%%/themes/emoticons/tango/okok.png +%%DATADIR%%/themes/emoticons/tango/TODO.txt +%%DATADIR%%/themes/emoticons/tango/clap.png +%%DATADIR%%/themes/emoticons/tango/rotfl.png +%%DATADIR%%/themes/emoticons/tango/pissed-off.png +%%DATADIR%%/themes/emoticons/tango/pizza.png +%%DATADIR%%/themes/emoticons/tango/weep.png +%%DATADIR%%/themes/emoticons/tango/male-fighter2.png +%%DATADIR%%/themes/emoticons/tango/excruciating.png +%%DATADIR%%/themes/emoticons/tango/devil.png +%%DATADIR%%/themes/emoticons/tango/writing.png +%%DATADIR%%/themes/emoticons/tango/wall.png +%%DATADIR%%/themes/emoticons/tango/shout.png +%%DATADIR%%/themes/icons/default/protocols/common/32x32/message.png +%%DATADIR%%/themes/icons/default/protocols/common/22x22/message_anim.gif +%%DATADIR%%/themes/icons/default/protocols/common/22x22/message.png +%%DATADIR%%/themes/icons/default/protocols/common/64x64/message.png +%%DATADIR%%/themes/icons/default/protocols/common/128x128/message.png +%%DATADIR%%/themes/icons/default/protocols/common/48x48/message.png +%%DATADIR%%/themes/icons/default/protocols/common/16x16/message_anim.gif +%%DATADIR%%/themes/icons/default/protocols/common/16x16/message.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/gadu-gadu.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_m.svgz +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/.directory +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/xmpp.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_d_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_m.svgz +%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/facebook.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/execnotify.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/mail-internet-mail.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-birthday.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/weather-show-weather-few-clouds.png +%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-nameday.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/execnotify.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-user.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-configure.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-birthday.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/qt4notify.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/weather-show-weather-few-clouds.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-nameday.png +%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-kadu.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/plugins.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-status.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/multilogon.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-notifications.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/svg/0.svgz +%%DATADIR%%/themes/icons/default/kadu_icons/22x22/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/64x64/kadu.png +%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-send.png +%%DATADIR%%/themes/icons/default/kadu_icons/64x64/please-wait.gif +%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-receive.png +%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy2.png +%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy1.png +%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy0.png +%%DATADIR%%/themes/icons/default/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/merge-buddies.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-hints.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/support-us.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/use-proxy.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-open.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-offline-buddies.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/report-a-bug.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/history.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-color.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/translate-kadu.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/plugins.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/conference.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/multilogon.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-status.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enter.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocking.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-about-buddy.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocked.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-led.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/block-buddy.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-detach.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/about-kadu.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-remove.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/please-wait.gif +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/clear-history.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/get-involved.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-blocked-buddies.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-closed.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/copy-personal-info.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-descriptions.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enable-notifications.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-information-panel.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-with-description.png +%%DATADIR%%/themes/icons/default/kadu_icons/DESCRIPTION kadu own icons.txt +%%DATADIR%%/themes/icons/default/32x32/phone.png +%%DATADIR%%/themes/icons/default/32x32/contact-new.png +%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/default/32x32/dialog-password.png +%%DATADIR%%/themes/icons/default/32x32/dialog-information.png +%%DATADIR%%/themes/icons/default/32x32/internet-group-chat.png +%%DATADIR%%/themes/icons/default/32x32/dialog-question.png +%%DATADIR%%/themes/icons/default/32x32/image-loading.png +%%DATADIR%%/themes/icons/default/32x32/dialog-warning.png +%%DATADIR%%/themes/icons/default/32x32/dialog-error.png +%%DATADIR%%/themes/icons/default/32x32/system-users.png +%%DATADIR%%/themes/icons/default/32x32/x-office-address-book.png +%%DATADIR%%/themes/icons/default/32x32/security-high.png +%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/default/16x16/edit-copy.png +%%DATADIR%%/themes/icons/default/16x16/audio-volume-muted.png +%%DATADIR%%/themes/icons/default/16x16/phone.png +%%DATADIR%%/themes/icons/default/16x16/mail-attachment.png +%%DATADIR%%/themes/icons/default/16x16/contact-new.png +%%DATADIR%%/themes/icons/default/16x16/go-jump.png +%%DATADIR%%/themes/icons/default/16x16/mail-message-new.png +%%DATADIR%%/themes/icons/default/16x16/insert-image.png +%%DATADIR%%/themes/icons/default/16x16/help-contents.png +%%DATADIR%%/themes/icons/default/16x16/audio-volume-low.png +%%DATADIR%%/themes/icons/default/16x16/audio-volume-high.png +%%DATADIR%%/themes/icons/default/16x16/list-add.png +%%DATADIR%%/themes/icons/default/16x16/dialog-password.png +%%DATADIR%%/themes/icons/default/16x16/internet-group-chat.png +%%DATADIR%%/themes/icons/default/16x16/security-low.png +%%DATADIR%%/themes/icons/default/16x16/view-refresh.png +%%DATADIR%%/themes/icons/default/16x16/format-text-bold.png +%%DATADIR%%/themes/icons/default/16x16/document-send.png +%%DATADIR%%/themes/icons/default/16x16/edit-delete.png +%%DATADIR%%/themes/icons/default/16x16/audio-input-microphone.png +%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/default/16x16/go-next.png +%%DATADIR%%/themes/icons/default/16x16/preferences-other.png +%%DATADIR%%/themes/icons/default/16x16/application-exit.png +%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/default/16x16/dialog-error.png +%%DATADIR%%/themes/icons/default/16x16/dialog-cancel.png +%%DATADIR%%/themes/icons/default/16x16/dialog-ok.png +%%DATADIR%%/themes/icons/default/16x16/x-office-address-book.png +%%DATADIR%%/themes/icons/default/16x16/format-text-italic.png +%%DATADIR%%/themes/icons/default/16x16/face-smile.png +%%DATADIR%%/themes/icons/default/16x16/list-remove.png +%%DATADIR%%/themes/icons/default/16x16/dialog-apply.png +%%DATADIR%%/themes/icons/default/16x16/group-new.png +%%DATADIR%%/themes/icons/default/16x16/format-text-underline.png +%%DATADIR%%/themes/icons/default/16x16/go-previous.png +%%DATADIR%%/themes/icons/default/16x16/security-high.png +%%DATADIR%%/themes/icons/default/16x16/document-open.png +%%DATADIR%%/themes/icons/default/16x16/edit-find.png +%%DATADIR%%/themes/icons/default/16x16/edit-clear.png +%%DATADIR%%/themes/icons/glass/protocols/common/32x32/message.png +%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message_anim.gif +%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message.png +%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_inactive.png +%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_active.png +%%DATADIR%%/themes/icons/glass/protocols/common/64x64/message.png +%%DATADIR%%/themes/icons/glass/protocols/common/128x128/message.png +%%DATADIR%%/themes/icons/glass/protocols/common/48x48/message.png +%%DATADIR%%/themes/icons/glass/protocols/common/16x16/message_anim.gif +%%DATADIR%%/themes/icons/glass/protocols/common/16x16/message.png +%%DATADIR%%/themes/icons/glass/protocols/common/16x16/muc_inactive.png +%%DATADIR%%/themes/icons/glass/protocols/common/16x16/muc_active.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/online.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/offline.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/gadu-gadu.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/away.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_d_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_m.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/xmpp.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/xmpp.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_d_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_m.svgz +%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/facebook.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail-internet-mail.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/xosd.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather-show-weather-few-clouds.png +%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather.png +%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-user.png +%%DATADIR%%/themes/icons/glass/external_modules/22x22/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-configure.png +%%DATADIR%%/themes/icons/glass/external_modules/22x22/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/glass/external_modules/22x22/weather-show-weather-few-clouds.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles-user.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles-configure.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/qt4notify.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/agent.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/weather-show-weather-few-clouds.png +%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-kadu.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/plugins.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-status.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/multilogon.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-notifications.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/multilogon.png +%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/kadu.png +%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-send.png +%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/please-wait.gif +%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-receive.png +%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy2.png +%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy1.png +%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/merge-buddies.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-hints.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/support-us.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/use-proxy.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-open.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-offline-buddies.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/report-a-bug.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/history.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/change-color.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/translate-kadu.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/plugins.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/conference.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/multilogon.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/change-status.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/enter.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/blocking.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-about-buddy.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/blocked.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-led.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/block-buddy.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-detach.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/about-kadu.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-remove.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/please-wait.gif +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/clear-history.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/get-involved.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-blocked-buddies.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-closed.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/copy-personal-info.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-descriptions.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/enable-notifications.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-information-panel.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/only-show-with-description.png +%%DATADIR%%/themes/icons/glass/32x32/phone.png +%%DATADIR%%/themes/icons/glass/32x32/contact-new.png +%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/glass/32x32/dialog-password.png +%%DATADIR%%/themes/icons/glass/32x32/dialog-information.png +%%DATADIR%%/themes/icons/glass/32x32/internet-group-chat.png +%%DATADIR%%/themes/icons/glass/32x32/image-loading.png +%%DATADIR%%/themes/icons/glass/32x32/dialog-warning.png +%%DATADIR%%/themes/icons/glass/32x32/dialog-error.png +%%DATADIR%%/themes/icons/glass/32x32/system-users.png +%%DATADIR%%/themes/icons/glass/32x32/x-office-address-book.png +%%DATADIR%%/themes/icons/glass/32x32/security-high.png +%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/glass/16x16/edit-copy.png +%%DATADIR%%/themes/icons/glass/16x16/audio-volume-muted.png +%%DATADIR%%/themes/icons/glass/16x16/phone.png +%%DATADIR%%/themes/icons/glass/16x16/mail-attachment.png +%%DATADIR%%/themes/icons/glass/16x16/contact-new.png +%%DATADIR%%/themes/icons/glass/16x16/go-jump.png +%%DATADIR%%/themes/icons/glass/16x16/mail-message-new.png +%%DATADIR%%/themes/icons/glass/16x16/insert-image.png +%%DATADIR%%/themes/icons/glass/16x16/help-contents.png +%%DATADIR%%/themes/icons/glass/16x16/audio-volume-low.png +%%DATADIR%%/themes/icons/glass/16x16/audio-volume-high.png +%%DATADIR%%/themes/icons/glass/16x16/list-add.png +%%DATADIR%%/themes/icons/glass/16x16/dialog-password.png +%%DATADIR%%/themes/icons/glass/16x16/dialog-information.png +%%DATADIR%%/themes/icons/glass/16x16/internet-group-chat.png +%%DATADIR%%/themes/icons/glass/16x16/security-low.png +%%DATADIR%%/themes/icons/glass/16x16/view-refresh.png +%%DATADIR%%/themes/icons/glass/16x16/format-text-bold.png +%%DATADIR%%/themes/icons/glass/16x16/document-send.png +%%DATADIR%%/themes/icons/glass/16x16/edit-delete.png +%%DATADIR%%/themes/icons/glass/16x16/audio-input-microphone.png +%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/glass/16x16/go-next.png +%%DATADIR%%/themes/icons/glass/16x16/preferences-other.png +%%DATADIR%%/themes/icons/glass/16x16/application-exit.png +%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/glass/16x16/dialog-error.png +%%DATADIR%%/themes/icons/glass/16x16/dialog-cancel.png +%%DATADIR%%/themes/icons/glass/16x16/dialog-ok.png +%%DATADIR%%/themes/icons/glass/16x16/x-office-address-book.png +%%DATADIR%%/themes/icons/glass/16x16/format-text-italic.png +%%DATADIR%%/themes/icons/glass/16x16/face-smile.png +%%DATADIR%%/themes/icons/glass/16x16/list-remove.png +%%DATADIR%%/themes/icons/glass/16x16/dialog-apply.png +%%DATADIR%%/themes/icons/glass/16x16/group-new.png +%%DATADIR%%/themes/icons/glass/16x16/format-text-underline.png +%%DATADIR%%/themes/icons/glass/16x16/document-save.png +%%DATADIR%%/themes/icons/glass/16x16/go-previous.png +%%DATADIR%%/themes/icons/glass/16x16/security-high.png +%%DATADIR%%/themes/icons/glass/16x16/document-open.png +%%DATADIR%%/themes/icons/glass/16x16/edit-find.png +%%DATADIR%%/themes/icons/glass/16x16/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/svg/message.svgz +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message_anim.gif +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg/gadu-gadu.svgz +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/xmpp.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_m.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png +%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/facebook.png +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-nameday.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-forward.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-configure.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-birthday.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/execnotify.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-backward.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-play.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/qt4notify.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-user.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mail-internet-mail.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/screenshot-camera-photo.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-pause.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-stop.svgz +%%DATADIR%%/themes/icons/oxygen/external_modules/128x128/weather-show-weather-few-clouds.png +%%DATADIR%%/themes/icons/oxygen/src/rebuild-statuses.sh +%%DATADIR%%/themes/icons/oxygen/src/statuses.xcf +%%DATADIR%%/themes/icons/oxygen/src/rebuild-statuses.sh.bak +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/plugins.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocking.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocked.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/history.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-remove.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/translate-kadu.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-about-buddy.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-led.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/support-us.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/clear-history.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-detach.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-hints.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/conference.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/report-a-bug.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/use-proxy.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/multilogon.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/merge-buddies.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/get-involved.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enter.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enable-notifications.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/show-information-panel.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/copy-personal-info.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/block-buddy.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/section-notifications.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/0.svgz +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocking.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocked.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocking.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-send.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/please-wait.gif +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocked.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-receive.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy2.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy1.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocking.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocked.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-open.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-color.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/plugins.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocking.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-online-and-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/about-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/please-wait.gif +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocked.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-closed.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-descriptions.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/svg/system-users.svgz +%%DATADIR%%/themes/icons/oxygen/svg/phone.svgz +%%DATADIR%%/themes/icons/oxygen/svg/application-exit.svgz +%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-ltr.svgz +%%DATADIR%%/themes/icons/oxygen/svg/edit-clear.svgz +%%DATADIR%%/themes/icons/oxygen/svg/audio-input-microphone.svgz +%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-high.svgz +%%DATADIR%%/themes/icons/oxygen/svg/go-next.svgz +%%DATADIR%%/themes/icons/oxygen/svg/document-send.svgz +%%DATADIR%%/themes/icons/oxygen/svg/contact-new.svgz +%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-peripherals.svgz +%%DATADIR%%/themes/icons/oxygen/svg/group-new.svgz +%%DATADIR%%/themes/icons/oxygen/svg/x-office-address-book.svgz +%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-low.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-question.svgz +%%DATADIR%%/themes/icons/oxygen/svg/edit-copy.svgz +%%DATADIR%%/themes/icons/oxygen/svg/document-open.svgz +%%DATADIR%%/themes/icons/oxygen/svg/format-text-italic.svgz +%%DATADIR%%/themes/icons/oxygen/svg/security-high.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-password.svgz +%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-rtl.svgz +%%DATADIR%%/themes/icons/oxygen/svg/help-contents.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-apply.svgz +%%DATADIR%%/themes/icons/oxygen/svg/mail-message-new.svgz +%%DATADIR%%/themes/icons/oxygen/svg/internet-group-chat.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-information.svgz +%%DATADIR%%/themes/icons/oxygen/svg/insert-image.svgz +%%DATADIR%%/themes/icons/oxygen/svg/edit-delete.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-error.svgz +%%DATADIR%%/themes/icons/oxygen/svg/security-low.svgz +%%DATADIR%%/themes/icons/oxygen/svg/list-remove.svgz +%%DATADIR%%/themes/icons/oxygen/svg/go-jump.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-warning.svgz +%%DATADIR%%/themes/icons/oxygen/svg/format-text-underline.svgz +%%DATADIR%%/themes/icons/oxygen/svg/mail-attachment.svgz +%%DATADIR%%/themes/icons/oxygen/svg/face-smile.svgz +%%DATADIR%%/themes/icons/oxygen/svg/preferences-other.svgz +%%DATADIR%%/themes/icons/oxygen/svg/view-refresh.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-cancel.svgz +%%DATADIR%%/themes/icons/oxygen/svg/dialog-ok.svgz +%%DATADIR%%/themes/icons/oxygen/svg/list-add.svgz +%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-muted.svgz +%%DATADIR%%/themes/icons/oxygen/svg/go-previous.svgz +%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-theme.svgz +%%DATADIR%%/themes/icons/oxygen/svg/format-text-bold.svgz +%%DATADIR%%/themes/icons/oxygen/svg/image-loading.svgz +%%DATADIR%%/themes/icons/oxygen/svg/edit-find.svgz %%DATADIR%%/themes/sounds/default/sound.conf -%%DATADIR%%/translations/kadu_de.qm +%%DATADIR%%/themes/sounds/default/msg.wav +%%DATADIR%%/translations/kadu_cs.qm %%DATADIR%%/translations/kadu_en.qm +%%DATADIR%%/translations/kadu_de.qm %%DATADIR%%/translations/kadu_fr.qm %%DATADIR%%/translations/kadu_it.qm %%DATADIR%%/translations/kadu_pl.qm -%%DATADIR%%/translations/qt_de.qm -%%DATADIR%%/translations/qt_en.qm -%%DATADIR%%/translations/qt_fr.qm -%%DATADIR%%/translations/qt_it.qm -%%DATADIR%%/translations/qt_pl.qm -share/applications/kadu.desktop share/icons/hicolor/16x16/apps/kadu.png share/icons/hicolor/22x22/apps/kadu.png share/icons/hicolor/24x24/apps/kadu.png @@ -1030,9 +3310,6 @@ share/icons/hicolor/32x32/apps/kadu.png share/icons/hicolor/48x48/apps/kadu.png share/icons/hicolor/64x64/apps/kadu.png share/icons/hicolor/128x128/apps/kadu.png -%%TABS_MOD%%lib/kadu/modules/libtabs.so -%%TABS_MOD%%share/kadu/modules/translations/tabs_pl.qm -%%TABS_MOD%%share/kadu/modules/tabs.desc @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor/22x22/apps @@ -1053,26 +3330,221 @@ share/icons/hicolor/128x128/apps/kadu.png @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%%/themes/sounds/default @dirrm %%DATADIR%%/themes/sounds -@dirrm %%DATADIR%%/themes/icons/default/protocols/gg +@dirrm %%DATADIR%%/themes/icons/oxygen/svg +@dirrm %%DATADIR%%/themes/icons/oxygen/src +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/xmpp +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common/svg +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16 +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols/common +@dirrm %%DATADIR%%/themes/icons/oxygen/protocols +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/svg +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96 +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64 +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48 +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32 +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22 +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16 +@dirrm %%DATADIR%%/themes/icons/oxygen/kadu_icons +@dirrm %%DATADIR%%/themes/icons/oxygen/external_modules/svg +@dirrm %%DATADIR%%/themes/icons/oxygen/external_modules/128x128 +@dirrm %%DATADIR%%/themes/icons/oxygen/external_modules +@dirrm %%DATADIR%%/themes/icons/oxygen +@dirrm %%DATADIR%%/themes/icons/glass/protocols/xmpp/svg +@dirrm %%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name +@dirrm %%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/xmpp +@dirrm %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common/64x64 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common/48x48 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common/32x32 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common/22x22 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common/16x16 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common/128x128 +@dirrm %%DATADIR%%/themes/icons/glass/protocols/common +@dirrm %%DATADIR%%/themes/icons/glass/protocols +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons/96x96 +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons/64x64 +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons/48x48 +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons/32x32 +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons/22x22 +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons/16x16 +@dirrm %%DATADIR%%/themes/icons/glass/kadu_icons +@dirrm %%DATADIR%%/themes/icons/glass/external_modules/32x32 +@dirrm %%DATADIR%%/themes/icons/glass/external_modules/22x22 +@dirrm %%DATADIR%%/themes/icons/glass/external_modules/16x16 +@dirrm %%DATADIR%%/themes/icons/glass/external_modules +@dirrm %%DATADIR%%/themes/icons/glass/32x32 +@dirrm %%DATADIR%%/themes/icons/glass/16x16 +@dirrm %%DATADIR%%/themes/icons/glass +@dirrm %%DATADIR%%/themes/icons/default/protocols/xmpp/svg +@dirrm %%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16 +@dirrm %%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name +@dirrm %%DATADIR%%/themes/icons/default/protocols/xmpp/32x32 +@dirrm %%DATADIR%%/themes/icons/default/protocols/xmpp +@dirrm %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg +@dirrm %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32 +@dirrm %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16 +@dirrm %%DATADIR%%/themes/icons/default/protocols/gadu-gadu +@dirrm %%DATADIR%%/themes/icons/default/protocols/common/64x64 +@dirrm %%DATADIR%%/themes/icons/default/protocols/common/48x48 +@dirrm %%DATADIR%%/themes/icons/default/protocols/common/32x32 +@dirrm %%DATADIR%%/themes/icons/default/protocols/common/22x22 +@dirrm %%DATADIR%%/themes/icons/default/protocols/common/16x16 +@dirrm %%DATADIR%%/themes/icons/default/protocols/common/128x128 +@dirrm %%DATADIR%%/themes/icons/default/protocols/common @dirrm %%DATADIR%%/themes/icons/default/protocols -@dirrm %%DATADIR%%/themes/icons/default/kadu +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/svg +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/96x96 +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/64x64 +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/48x48 +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/32x32 +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/22x22 +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons/16x16 +@dirrm %%DATADIR%%/themes/icons/default/kadu_icons +@dirrm %%DATADIR%%/themes/icons/default/external_modules/32x32 +@dirrm %%DATADIR%%/themes/icons/default/external_modules/16x16 @dirrm %%DATADIR%%/themes/icons/default/external_modules +@dirrm %%DATADIR%%/themes/icons/default/32x32 +@dirrm %%DATADIR%%/themes/icons/default/16x16 @dirrm %%DATADIR%%/themes/icons/default @dirrm %%DATADIR%%/themes/icons -@dirrm %%DATADIR%%/themes/emoticons/penguins %%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/3 %%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/2 %%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/1 %%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible +@dirrm %%DATADIR%%/themes/emoticons/tango +@dirrm %%DATADIR%%/themes/emoticons/penguins @dirrm %%DATADIR%%/themes/emoticons @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/syntax/infopanel +@dirrm %%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images +@dirrm %%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants +@dirrm %%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing +@dirrm %%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/renkooNaked/Contents +@dirrm %%DATADIR%%/syntax/chat/renkooNaked +@dirrm %%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images +@dirrm %%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants +@dirrm %%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing +@dirrm %%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/Stockholm/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/Stockholm/Contents +@dirrm %%DATADIR%%/syntax/chat/Stockholm +@dirrm %%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing +@dirrm %%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Images +@dirrm %%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/SimpleStuff/Contents +@dirrm %%DATADIR%%/syntax/chat/SimpleStuff +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/purple +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/orange +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/gray +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status/black +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/status +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/images +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/Satin/Contents +@dirrm %%DATADIR%%/syntax/chat/Satin +@dirrm %%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Themes +@dirrm %%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants/_Images +@dirrm %%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Variants +@dirrm %%DATADIR%%/syntax/chat/Pushpin/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/Pushpin/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/Pushpin/Contents +@dirrm %%DATADIR%%/syntax/chat/Pushpin +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents +@dirrm %%DATADIR%%/syntax/chat/Modern Bubbling (Compact) +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents/Resources/images +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Variants +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Outgoing +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Javascript +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents/Resources/Incoming +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents/Resources +@dirrm %%DATADIR%%/syntax/chat/Gaia/Contents +@dirrm %%DATADIR%%/syntax/chat/Gaia +@dirrm %%DATADIR%%/syntax/chat/Default @dirrm %%DATADIR%%/syntax/chat @dirrm %%DATADIR%%/syntax +@dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%%/modules/translations -@dirrm %%DATADIR%%/modules/data/config_wizard/ronk2 -@dirrm %%DATADIR%%/modules/data/config_wizard/joi -@dirrm %%DATADIR%%/modules/data/config_wizard +@dirrm %%DATADIR%%/modules/data/word_fix +@dirrm %%DATADIR%%/modules/data/sms/scripts +@dirrm %%DATADIR%%/modules/data/sms +@dirrm %%DATADIR%%/modules/data/jabber_protocol +@dirrm %%DATADIR%%/modules/data/gadu_protocol +@dirrm %%DATADIR%%/modules/data/cenzor +@dirrm %%DATADIR%%/modules/data/antistring @dirrm %%DATADIR%%/modules/data @dirrm %%DATADIR%%/modules/configuration @dirrm %%DATADIR%%/modules |